summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* - Refrain from setting the td_priority in sched_wakeup(). It will be resetjeff2003-03-031-6/+5
* Defer allowing async. requests after self ID's have received.simokawa2003-03-031-7/+6
* Use IFP2AC() rather than casting to struct arpcom *mdodd2003-03-031-2/+2
* De-register.mdodd2003-03-033-19/+19
* A cute yet small MAC policy that provides a simple ACL mechanism torwatson2003-03-026-0/+498
* Get rid of caddr_t.des2003-03-022-2/+2
* Reduce code duplication. This adds the function rt_check() to route.c.mdodd2003-03-027-116/+71
* Abuse `cleandir' for what `clobber' was supposed to do, for peter.ru2003-03-021-1/+4
* Fixed sys/boot/pc98/boot2/Makefile to use kern.mk andru2003-03-021-1/+1
* Explicitly initialize all cdevsw methods with the relevant nofoo() functionphk2003-03-021-0/+11
* Spell noread() and nowrite() correctly (ie: not "NULL")phk2003-03-022-4/+4
* Don't use evil casts in cdevsw initialization.phk2003-03-021-5/+13
* Use canonical format for cdevsw initialization.phk2003-03-026-50/+79
* Use canonical format for cdevsw initilization.phk2003-03-021-13/+13
* Use canonical name for cdevsw initialization.phk2003-03-021-13/+13
* Use canonical form for cdevsw initialization.phk2003-03-021-13/+13
* Add two loader tuneables that allow one to change the maximum number ofharti2003-03-022-1/+13
* More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9).des2003-03-0266-226/+226
* Put cdevsw initialization on canonical format.phk2003-03-021-3/+14
* Fix cdevsw initialization commit to follow canonical format.phk2003-03-021-1/+1
* Clean up whitespace, s/register //, refrain from strong urge to ANSIfy.des2003-03-0216-354/+352
* 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
OpenPOWER on IntegriCloud