summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Update netisr handling; Each SWI now registers its queue, and all queuejlemon2003-03-0464-745/+667
* Bah, fix a bogon in the last commit: get the sense of a compare test rightjhb2003-03-041-1/+1
* - Hold the buf lock while manipulating and inspecting its fields.jeff2003-03-041-56/+70
* Remove safety belt: it is now ok to do a mtx_trylock() on a mutex youjhb2003-03-042-10/+8
* Replace calls to WITNESS_SLEEP() and witness_list() with equivalent callsjhb2003-03-0424-91/+65
* Add a WITNESS_WARN() call to verify that we hold no locks after runningjhb2003-03-041-0/+1
* A small overhaul of witness:jhb2003-03-042-63/+123
* Miscellaneous cleanups to _mtx_lock_sleep():jhb2003-03-042-8/+12
* Properly assert that mtx_trylock() is not called on a mutex we alreadyjhb2003-03-042-16/+8
* Wrap the hyperthreading support code with the HTT kernel option.jhb2003-03-048-0/+128
* Fix bug introduced in 1.130. For the < MHLEN case, we shouldbmilekic2003-03-041-1/+1
* Bump __FreeBSD_version to mark new cdevsw initialization.phk2003-03-041-1/+1
* Initialize the second buffer for mirroring to point to itself and not itsphk2003-03-042-0/+2
* Fix printf warning on RELENG_4.simokawa2003-03-041-0/+4
* - Create a function sched_interact_score() which decides on thejeff2003-03-041-70/+86
* - Add a new 'flags' parameter to getblk().jeff2003-03-0425-60/+73
* - Correct the wchan in vop_stdfsync()jeff2003-03-031-1/+1
* FreeBSD 5.0 has stopped shipping /modules 2.5 years ago. Catchru2003-03-034-4/+4
* exists() is too aggressive when searching for files without a full path.ru2003-03-031-1/+1
* 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
OpenPOWER on IntegriCloud