aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Assume a finger of regular width when no width value is reported byPhilip Paeps2004-08-082-6/+20
* Add support AOpen VA1000 video capture cardMIHIRA Sanpei Yoshiro2004-08-082-2/+15
* Update support for Synaptics Touchpads (Volume IV)Philip Paeps2004-08-082-4/+4
* Update support for Synaptics Touchpads (Volume III)Philip Paeps2004-08-082-0/+52
* Update support for Synaptics Touchpads (Volume II)Philip Paeps2004-08-082-10/+52
* Update support for Synaptics Touchpads (Volume I)Philip Paeps2004-08-082-102/+124
* With the advent of pmap locking it makes sense for pmap_copy() to be lessAlan Cox2004-08-082-6/+6
* Implement single stepping when we leave the kernel through the EPC syscallMarcel Moolenaar2004-08-082-4/+63
* Add support for Belkin F5U409 serial-usb adapterMIHIRA Sanpei Yoshiro2004-08-072-1/+3
* Push all changes to disk before downgrading a mount from rw to ro.Poul-Henning Kamp2004-08-071-0/+3
* Slightly move labels around to make sure we call ast() on our way outMarcel Moolenaar2004-08-072-13/+5
* De-inline gdb_cpu_signal() because we need to convert the trap vectorsMarcel Moolenaar2004-08-072-7/+11
* The whitespace crusader strikes!Dag-Erling Smørgrav2004-08-072-95/+95
* Acquire vr lock before entering vr_setcfg() in vr_miibus_statchg(),Robert Watson2004-08-072-0/+4
* Due to popular demand, hook up geom_vinum to the build.Lukas Ertl2004-08-071-0/+1
* We're not yet ready to assert !Giant in kern_fcntl(), as it's calledRobert Watson2004-08-071-5/+4
* Correct the last commit so it works in error situations as well.Søren Schmidt2004-08-071-1/+1
* Add a "void *if_carp" placeholder to struct ifnet with prospect to bring inMax Laier2004-08-071-0/+1
* Move the definition of M_MEMDESC to a non-optional file. This allowsScott Long2004-08-072-5/+5
* Remove dead code. A vm_map's first_free is never NULL (even if the map isAlan Cox2004-08-071-7/+2
* Eliminate a variable that became unused in the i386 to amd64 conversion.Alan Cox2004-08-071-2/+0
* Pickup Giant in ath_rx_proc and when handling a beacon miss in order toSam Leffler2004-08-071-0/+6
* Always isync after a mtmsr. While perhaps not strictly necessary for PSL_EEPeter Grehan2004-08-071-1/+1
* As SLIP directly accesses the tty code from its if_start() routine,Robert Watson2004-08-061-1/+3
* Use the new prototype for the zone constructor.Olivier Houchard2004-08-061-2/+3
* Flag a broad range of VFS operations as GIANT_REQUIRED in order toRobert Watson2004-08-061-2/+24
* Fix a panic in ata_generic_transaction(). The DMA pointer of the channelNate Lawson2004-08-061-1/+1
* In thread_exit(), include more information about the thread/processRobert Watson2004-08-061-1/+2
* Push UIDINFO_UNLOCK() slightly earlier in chgsbize(), as it's notRobert Watson2004-08-061-2/+2
* Avoid acquiring Giant for some common light-weight or already MPSAFERobert Watson2004-08-061-2/+31
* Generate KTR trace records for syscall enter and exit in i386 systemRobert Watson2004-08-061-0/+6
* Generate KTR trace records for uma_zalloc_arg() and uma_zfree_arg().Robert Watson2004-08-061-0/+6
* Cut a KTR record whenever a callout is invoked. Mark whether it runsRobert Watson2004-08-061-0/+4
* Assign KTR flag constants for UMA events and callouts.Robert Watson2004-08-061-1/+3
* While we're revisiting old sins, try to clean up the code a little andDag-Erling Smørgrav2004-08-061-168/+176
* Move the source code for these two modules out of src/sys/modules.Dag-Erling Smørgrav2004-08-064-906/+4
* Do not use hardware flow control for the moment. There are some issuesMarcel Moolenaar2004-08-061-0/+8
* Don't scare users with a warning about preemption being off when it isn'tJohn Baldwin2004-08-061-0/+2
* remove /boot/kernel from the default path.. There is already code thatJohn-Mark Gurney2004-08-062-2/+3
* Add and document kern.geom.stripe.fast_failed sysctl, which shows howPawel Jakub Dawidek2004-08-061-1/+7
* Fields bio_caller[12] should be used by the consumer and fieldsPawel Jakub Dawidek2004-08-061-23/+23
* Fix I/O leakage. We're cloning bios in g_stripe_start_fast(), but whenPawel Jakub Dawidek2004-08-061-0/+2
* Do not attempt to clean up data that has not been initialized yet.Peter Pentchev2004-08-062-6/+19
* MFi386: Fix mem device. Grrr.Mark Murray2004-08-061-2/+0
* MFi386: sort out the mem device. Grrrr.Mark Murray2004-08-061-0/+3
* Refine updates to PCI irq routing. Check _STA and _CRS but only print aNate Lawson2004-08-061-28/+39
* Pass pcbinfo structures to in6_pcbnotify() rather than pcbheadRobert Watson2004-08-066-12/+23
* In ithread_schedule(), when we plan to go harvest some entropy asRobert Watson2004-08-061-2/+4
* When reseting a pending callout, perform the deregistration inColin Percival2004-08-061-2/+16
* When iterating the UDP inpcb list processing an inbound broadcastRobert Watson2004-08-061-10/+9