summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* uiomove-related caddr_t -> void * (just the low-hanging fruit)des2003-03-0217-35/+29
* Format the cdevsw like all other drivers do it for improved grepability.phk2003-03-021-4/+13
* Convert one of our main caddr_t consumers, uiomove(9), to void *.des2003-03-022-7/+7
* wakeup(9) and msleep(9) take void * arguments, not caddr_t.des2003-03-021-3/+3
* Clean up whitespace, unregisterize, ANSIfy, remove prototypes madedes2003-03-021-55/+19
* NO_GEOM cleanup:phk2003-03-022-6/+4
* NO_GEOM cleanup:phk2003-03-021-8/+1
* NO_GEOM cleanup:phk2003-03-022-19/+1
* NO_GEOM cleanup:phk2003-03-021-14/+1
* NO_GEOM cleanup:phk2003-03-021-5/+12
* NO_GEOM cleanup:phk2003-03-021-4/+4
* NODEVFS cleanup:phk2003-03-024-25/+10
* - Hold the vnode interlock across calls to bgetvp instead of acquiring itjeff2003-03-022-3/+5
* Fix 'bulk in' and 'bulk out' being reversed in a couple of error messages.scottl2003-03-021-2/+2
* Teach vm_page_sleep_if_busy() to release the vm_object lock before sleeping.alc2003-03-011-0/+9
* Remove unneeded code added in revision 1.188.tegge2003-03-011-32/+9
* Share ino_t and nlink_t.mike2003-03-012-2/+10
* Don't reset agent before processing OCB has done.simokawa2003-03-011-6/+12
* MFi386 revision 1.88alc2003-03-012-9/+0
* Fix support for HPT controllers they where always left in PIO mode.sos2003-03-011-1/+1
* Make /dev/pci use MAJOR_AUTO.se2003-03-011-0/+4
* - gc USE_BUFHASH. The smp locking of the buf cache renders this useless.jeff2003-03-013-111/+0
* Speed up debugging in the context of unexpected traps by printingmarcel2003-03-012-10/+12
* Paranoia: Don't use the length of the option string alone tomarcel2003-03-011-1/+1
* The aac driver has evolved enough over the last few months that it noscottl2003-03-015-126/+15
* Hopefully, obviate the need of ``make depend''.ru2003-02-281-1/+1
* Initiate the de-orbit burn sequence for <bsd.kern.mk>.ru2003-02-282-2/+2
* Standardize handling of locore.[sS] etc. files.ru2003-02-2816-55/+16
* fix compilation w/o INET6sam2003-02-281-0/+4
* GC the major number for the network entries.mux2003-02-281-1/+0
* Implement outgoing interrupt pipes. It is part of the USB 1.1 spec.jhay2003-02-284-3/+90
* o Move vendor ids into separate table.orion2003-02-281-62/+139
* Make the network /dev entries use MAJOR_AUTO.mux2003-02-281-3/+1
* Check kse group limit before linking new ksegrp.davidxu2003-02-282-4/+4
* 86 ufm: it now uses MAJOR_AUTO.imp2003-02-281-2/+0
* ufm doesn't care what major it uses.imp2003-02-281-1/+1
* These appear to work as cardbus cards tooimp2003-02-282-0/+2
* NO_GEOM cleanup:phk2003-02-284-64/+11
* NO_GEOM cleanup:phk2003-02-283-40/+30
* Retire #3: wd.phk2003-02-281-1/+0
* NO_GEOM cleanup:phk2003-02-281-32/+12
* Attempt to mark the majors which are used by drivers checked into thephk2003-02-281-108/+112
* Sync with bsd.kern.mk.jake2003-02-281-0/+9
* pccard isn't picky about WHAT major it gets.imp2003-02-282-1/+4
* Use a character device and ioctl() for communication between libncptjr2003-02-283-138/+155
* Use MAJOR_AUTO. GC statically assigned majors.jake2003-02-283-8/+2
* These files are no longer used. They have been replaced with similarly namedbenno2003-02-284-597/+0
* aic79xx.c:gibbs2003-02-277-109/+255
* - Removed various cruft from before we had a hosted toolchain (!).jake2003-02-271-15/+0
* NO_GEOM cleanup:phk2003-02-271-115/+42
OpenPOWER on IntegriCloud