summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Close a race in ata_reinit().sos2004-08-092-3/+7
* - Introduce option for hardcoding providers' names into metadata.pjd2004-08-096-7/+60
* Do not use g_wither_geom(9). I doesn't work in the way which is expectedpjd2004-08-093-16/+14
* make sure that ioctl's to ata use the proper cmd IOCATA...jmg2004-08-091-0/+3
* change the name of the md module, to g_md, introduce a define with thejmg2004-08-092-1/+2
* Too many versions.phk2004-08-091-1/+0
* Make two changes to vm_fault().alc2004-08-091-11/+6
* add option to automaticly mark core dumps with the nodump flagjmg2004-08-091-0/+6
* 1.Add KSE_INTR_DBSUSPEND command for kse_thr_interrupt to suspend a bounddavidxu2004-08-082-33/+51
* Call thread_user_enter for M:N thread, ast() should be treated as anotherdavidxu2004-08-081-0/+2
* Add pl_flags to ptrace_lwpinfo, two flags PL_FLAG_SA and PL_FLAG_BOUNDdavidxu2004-08-082-0/+10
* Add missing bit of last if_start workaround: mark scan calloutsam2004-08-081-1/+1
* use bufdone() not biodone().phk2004-08-082-6/+6
* Use bufdone(), not biodone().phk2004-08-081-2/+2
* Make sure that AT_PHDR has a useful value even for static programs.dfr2004-08-081-0/+11
* Add support iRiver iFP MP3 playersanpei2004-08-081-0/+8
* OK, now check geom class version numbers.phk2004-08-081-1/+1
* 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
OpenPOWER on IntegriCloud