summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Pick up one file missed in the previous vprint() cleanupnjl2003-03-031-3/+3
* Finish cleanup of vprint() which was begun with changing v_tag to a string.njl2003-03-0321-63/+17
* Rearrange the members of struct cdevsw to be absolutely sure to catchphk2003-03-032-10/+6
* Make nokqfilter() return the correct return value.phk2003-03-0327-29/+23
* Simplify ORB queue management.simokawa2003-03-031-26/+19
* Add a "-S sectorsize" option to enable Kirk to find a bug :-)phk2003-03-032-2/+9
* Don't initialize d_kqfilter to 0.phk2003-03-031-3/+1
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-03163-2179/+1217
* Simplify ofw_pci_fixup(). It doesn't need to be recursive, since thegrehan2003-03-031-19/+3
* Minor cleanup of the Promise code.sos2003-03-032-18/+22
* Always set the setmode funcptr.sos2003-03-033-1/+21
* Don't pick up a name from the dev_t if it is not there.phk2003-03-031-1/+7
* Leave the `clobber' target alone, it clobbers too much (includingru2003-03-031-3/+7
* Clean up whitespace and remove register keyword.des2003-03-0311-98/+98
* More caddr_t removal, in conjunction with copy{in,out}(9) this time.des2003-03-0313-122/+102
* Revert last commit. File tracks NetBSD.mdodd2003-03-031-13/+13
* - Shift the tick count by 10 and back around sched_pctcpu_update()jeff2003-03-031-2/+8
* sizeof(struct llc) -> LLC_SNAPFRAMELENmdodd2003-03-037-31/+31
* - In sched_add() special case PRI_TIMESHARE and PRI_ITHD|PRI_REALTIME. Wejeff2003-03-031-9/+22
* - 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
OpenPOWER on IntegriCloud