summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Tag all geom classes in the tree with a version number.phk2004-08-0826-6/+35
* OOps, that check was a bit premature. Allow zero versions as well.phk2004-08-081-1/+1
* Add support Sony Handycam TRV-30 memory stick slotsanpei2004-08-082-0/+5
* Use default method initialization on geoms.phk2004-08-0812-35/+33
* Use a ->fini() from the geom class to destroy the control device.phk2004-08-081-40/+19
* Give classes a version number and refuse to touch classes which are notphk2004-08-082-0/+27
* Add support to Sony Ericsson USB Cable(Susteen USB Data Cable)sanpei2004-08-082-0/+6
* Bump __FreeBSD_version for vfs_mount signature change.alfred2004-08-081-1/+1
* rearange some code that handles the thread taskqueue so that it is morejmg2004-08-082-13/+27
* Assume a finger of regular width when no width value is reported byphilip2004-08-082-6/+20
* Add support AOpen VA1000 video capture cardsanpei2004-08-082-2/+15
* Update support for Synaptics Touchpads (Volume IV)philip2004-08-082-4/+4
* Update support for Synaptics Touchpads (Volume III)philip2004-08-082-0/+52
* Update support for Synaptics Touchpads (Volume II)philip2004-08-082-10/+52
* Update support for Synaptics Touchpads (Volume I)philip2004-08-082-106/+128
* With the advent of pmap locking it makes sense for pmap_copy() to be lessalc2004-08-082-6/+6
* Implement single stepping when we leave the kernel through the EPC syscallmarcel2004-08-082-4/+63
* Add support for Belkin F5U409 serial-usb adaptersanpei2004-08-072-1/+3
* Push all changes to disk before downgrading a mount from rw to ro.phk2004-08-071-0/+3
* Slightly move labels around to make sure we call ast() on our way outmarcel2004-08-072-13/+5
* De-inline gdb_cpu_signal() because we need to convert the trap vectorsmarcel2004-08-072-7/+11
* The whitespace crusader strikes!des2004-08-072-95/+95
* Acquire vr lock before entering vr_setcfg() in vr_miibus_statchg(),rwatson2004-08-072-0/+4
* Due to popular demand, hook up geom_vinum to the build.le2004-08-071-0/+1
* We're not yet ready to assert !Giant in kern_fcntl(), as it's calledrwatson2004-08-071-5/+4
* Correct the last commit so it works in error situations as well.sos2004-08-071-1/+1
* Add a "void *if_carp" placeholder to struct ifnet with prospect to bring inmlaier2004-08-071-0/+1
* Move the definition of M_MEMDESC to a non-optional file. This allowsscottl2004-08-072-5/+5
* Remove dead code. A vm_map's first_free is never NULL (even if the map isalc2004-08-071-7/+2
* Eliminate a variable that became unused in the i386 to amd64 conversion.alc2004-08-071-2/+0
* Pickup Giant in ath_rx_proc and when handling a beacon miss in order tosam2004-08-071-0/+6
* Always isync after a mtmsr. While perhaps not strictly necessary for PSL_EEgrehan2004-08-071-1/+1
* As SLIP directly accesses the tty code from its if_start() routine,rwatson2004-08-061-1/+3
* Use the new prototype for the zone constructor.cognet2004-08-061-2/+3
* Flag a broad range of VFS operations as GIANT_REQUIRED in order torwatson2004-08-061-2/+24
* Fix a panic in ata_generic_transaction(). The DMA pointer of the channelnjl2004-08-061-1/+1
* In thread_exit(), include more information about the thread/processrwatson2004-08-061-1/+2
* Push UIDINFO_UNLOCK() slightly earlier in chgsbize(), as it's notrwatson2004-08-061-2/+2
* Avoid acquiring Giant for some common light-weight or already MPSAFErwatson2004-08-061-2/+31
* Generate KTR trace records for syscall enter and exit in i386 systemrwatson2004-08-061-0/+6
* Generate KTR trace records for uma_zalloc_arg() and uma_zfree_arg().rwatson2004-08-061-0/+6
* Cut a KTR record whenever a callout is invoked. Mark whether it runsrwatson2004-08-061-0/+4
* Assign KTR flag constants for UMA events and callouts.rwatson2004-08-061-1/+3
* While we're revisiting old sins, try to clean up the code a little anddes2004-08-061-168/+176
* Move the source code for these two modules out of src/sys/modules.des2004-08-064-906/+4
* Do not use hardware flow control for the moment. There are some issuesmarcel2004-08-061-0/+8
* Don't scare users with a warning about preemption being off when it isn'tjhb2004-08-061-0/+2
* remove /boot/kernel from the default path.. There is already code thatjmg2004-08-062-2/+3
* Add and document kern.geom.stripe.fast_failed sysctl, which shows howpjd2004-08-061-1/+7
* Fields bio_caller[12] should be used by the consumer and fieldspjd2004-08-061-23/+23
OpenPOWER on IntegriCloud