| Commit message (Expand) | Author | Age | Files | Lines |
| * | Assume a finger of regular width when no width value is reported by | Philip Paeps | 2004-08-08 | 2 | -6/+20 |
| * | Add support AOpen VA1000 video capture card | MIHIRA Sanpei Yoshiro | 2004-08-08 | 2 | -2/+15 |
| * | Update support for Synaptics Touchpads (Volume IV) | Philip Paeps | 2004-08-08 | 2 | -4/+4 |
| * | Update support for Synaptics Touchpads (Volume III) | Philip Paeps | 2004-08-08 | 2 | -0/+52 |
| * | Update support for Synaptics Touchpads (Volume II) | Philip Paeps | 2004-08-08 | 2 | -10/+52 |
| * | Update support for Synaptics Touchpads (Volume I) | Philip Paeps | 2004-08-08 | 2 | -102/+124 |
| * | With the advent of pmap locking it makes sense for pmap_copy() to be less | Alan Cox | 2004-08-08 | 2 | -6/+6 |
| * | Implement single stepping when we leave the kernel through the EPC syscall | Marcel Moolenaar | 2004-08-08 | 2 | -4/+63 |
| * | Add support for Belkin F5U409 serial-usb adapter | MIHIRA Sanpei Yoshiro | 2004-08-07 | 2 | -1/+3 |
| * | Push all changes to disk before downgrading a mount from rw to ro. | Poul-Henning Kamp | 2004-08-07 | 1 | -0/+3 |
| * | Slightly move labels around to make sure we call ast() on our way out | Marcel Moolenaar | 2004-08-07 | 2 | -13/+5 |
| * | De-inline gdb_cpu_signal() because we need to convert the trap vectors | Marcel Moolenaar | 2004-08-07 | 2 | -7/+11 |
| * | The whitespace crusader strikes! | Dag-Erling Smørgrav | 2004-08-07 | 2 | -95/+95 |
| * | Acquire vr lock before entering vr_setcfg() in vr_miibus_statchg(), | Robert Watson | 2004-08-07 | 2 | -0/+4 |
| * | Due to popular demand, hook up geom_vinum to the build. | Lukas Ertl | 2004-08-07 | 1 | -0/+1 |
| * | We're not yet ready to assert !Giant in kern_fcntl(), as it's called | Robert Watson | 2004-08-07 | 1 | -5/+4 |
| * | Correct the last commit so it works in error situations as well. | Søren Schmidt | 2004-08-07 | 1 | -1/+1 |
| * | Add a "void *if_carp" placeholder to struct ifnet with prospect to bring in | Max Laier | 2004-08-07 | 1 | -0/+1 |
| * | Move the definition of M_MEMDESC to a non-optional file. This allows | Scott Long | 2004-08-07 | 2 | -5/+5 |
| * | Remove dead code. A vm_map's first_free is never NULL (even if the map is | Alan Cox | 2004-08-07 | 1 | -7/+2 |
| * | Eliminate a variable that became unused in the i386 to amd64 conversion. | Alan Cox | 2004-08-07 | 1 | -2/+0 |
| * | Pickup Giant in ath_rx_proc and when handling a beacon miss in order to | Sam Leffler | 2004-08-07 | 1 | -0/+6 |
| * | Always isync after a mtmsr. While perhaps not strictly necessary for PSL_EE | Peter Grehan | 2004-08-07 | 1 | -1/+1 |
| * | As SLIP directly accesses the tty code from its if_start() routine, | Robert Watson | 2004-08-06 | 1 | -1/+3 |
| * | Use the new prototype for the zone constructor. | Olivier Houchard | 2004-08-06 | 1 | -2/+3 |
| * | Flag a broad range of VFS operations as GIANT_REQUIRED in order to | Robert Watson | 2004-08-06 | 1 | -2/+24 |
| * | Fix a panic in ata_generic_transaction(). The DMA pointer of the channel | Nate Lawson | 2004-08-06 | 1 | -1/+1 |
| * | In thread_exit(), include more information about the thread/process | Robert Watson | 2004-08-06 | 1 | -1/+2 |
| * | Push UIDINFO_UNLOCK() slightly earlier in chgsbize(), as it's not | Robert Watson | 2004-08-06 | 1 | -2/+2 |
| * | Avoid acquiring Giant for some common light-weight or already MPSAFE | Robert Watson | 2004-08-06 | 1 | -2/+31 |
| * | Generate KTR trace records for syscall enter and exit in i386 system | Robert Watson | 2004-08-06 | 1 | -0/+6 |
| * | Generate KTR trace records for uma_zalloc_arg() and uma_zfree_arg(). | Robert Watson | 2004-08-06 | 1 | -0/+6 |
| * | Cut a KTR record whenever a callout is invoked. Mark whether it runs | Robert Watson | 2004-08-06 | 1 | -0/+4 |
| * | Assign KTR flag constants for UMA events and callouts. | Robert Watson | 2004-08-06 | 1 | -1/+3 |
| * | While we're revisiting old sins, try to clean up the code a little and | Dag-Erling Smørgrav | 2004-08-06 | 1 | -168/+176 |
| * | Move the source code for these two modules out of src/sys/modules. | Dag-Erling Smørgrav | 2004-08-06 | 4 | -906/+4 |
| * | Do not use hardware flow control for the moment. There are some issues | Marcel Moolenaar | 2004-08-06 | 1 | -0/+8 |
| * | Don't scare users with a warning about preemption being off when it isn't | John Baldwin | 2004-08-06 | 1 | -0/+2 |
| * | remove /boot/kernel from the default path.. There is already code that | John-Mark Gurney | 2004-08-06 | 2 | -2/+3 |
| * | Add and document kern.geom.stripe.fast_failed sysctl, which shows how | Pawel Jakub Dawidek | 2004-08-06 | 1 | -1/+7 |
| * | Fields bio_caller[12] should be used by the consumer and fields | Pawel Jakub Dawidek | 2004-08-06 | 1 | -23/+23 |
| * | Fix I/O leakage. We're cloning bios in g_stripe_start_fast(), but when | Pawel Jakub Dawidek | 2004-08-06 | 1 | -0/+2 |
| * | Do not attempt to clean up data that has not been initialized yet. | Peter Pentchev | 2004-08-06 | 2 | -6/+19 |
| * | MFi386: Fix mem device. Grrr. | Mark Murray | 2004-08-06 | 1 | -2/+0 |
| * | MFi386: sort out the mem device. Grrrr. | Mark Murray | 2004-08-06 | 1 | -0/+3 |
| * | Refine updates to PCI irq routing. Check _STA and _CRS but only print a | Nate Lawson | 2004-08-06 | 1 | -28/+39 |
| * | Pass pcbinfo structures to in6_pcbnotify() rather than pcbhead | Robert Watson | 2004-08-06 | 6 | -12/+23 |
| * | In ithread_schedule(), when we plan to go harvest some entropy as | Robert Watson | 2004-08-06 | 1 | -2/+4 |
| * | When reseting a pending callout, perform the deregistration in | Colin Percival | 2004-08-06 | 1 | -2/+16 |
| * | When iterating the UDP inpcb list processing an inbound broadcast | Robert Watson | 2004-08-06 | 1 | -10/+9 |