summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Note that MAJOR_AUTO is now the default if d_maj is not initialized. Thisphk2003-03-091-1/+0
* Add one little hack to allow us to make MAJOR_AUTO be zero:phk2003-03-092-12/+9
* Cosmetic change, make it QUEUE_MACRO_DEBUG friendlydavidxu2003-03-091-1/+1
* Hold the proc lock while accessing p_procsig in trapsignal().tjr2003-03-091-1/+2
* Retire devstat_add_entry() as a public function and bump __FreeBSD_versionphk2003-03-081-1/+6
* Introduce a device driver for /dev/devstat, this will allow us to mmapphk2003-03-081-0/+112
* Zero copy send and receive fixes:ken2003-03-081-1/+1
* Lock sched_lock before modifying td_flags.davidxu2003-03-082-0/+4
* Fix a spelling error.bbraun2003-03-071-1/+1
* Respect any passed in external lockmgr flags such as LK_NOWAIT in thejhb2003-03-071-4/+2
* Oops, fix the double faults people were seeing with the recent changes tojhb2003-03-061-1/+1
* Remove GIANT_REQUIRED from sf_buf_free().alc2003-03-061-2/+0
* Instrument sysarch() MD privileged I/O access interfaces with a MACrwatson2003-03-061-0/+12
* Remove ENABLE_VFS_IOOPT. It is a long unfinished work-in-progress.alc2003-03-062-112/+2
* Provide a mac_check_system_swapoff() entry point, which permits MACrwatson2003-03-051-0/+14
* Move the initialization of the vattr flags field in setfflags() torwatson2003-03-052-12/+6
* Finish driving a stake through the heart of netns and the associatedpeter2003-03-052-3/+1
* Make TTYHOG tunable.das2003-03-052-0/+2
* Update netisr handling; Each SWI now registers its queue, and all queuejlemon2003-03-042-15/+11
* 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-048-23/+23
* 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-041-56/+112
* 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
* - Create a function sched_interact_score() which decides on thejeff2003-03-041-70/+86
* - Add a new 'flags' parameter to getblk().jeff2003-03-042-9/+14
* - Correct the wchan in vop_stdfsync()jeff2003-03-031-1/+1
* FreeBSD 5.0 has stopped shipping /modules 2.5 years ago. Catchru2003-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-031-25/+3
* Make nokqfilter() return the correct return value.phk2003-03-033-4/+4
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-037-108/+64
* Don't pick up a name from the dev_t if it is not there.phk2003-03-031-1/+7
* - Shift the tick count by 10 and back around sched_pctcpu_update()jeff2003-03-031-2/+8
* - 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
* Explicitly initialize all cdevsw methods with the relevant nofoo() functionphk2003-03-021-0/+11
* More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9).des2003-03-021-1/+1
* Clean up whitespace, s/register //, refrain from strong urge to ANSIfy.des2003-03-022-57/+57
* uiomove-related caddr_t -> void * (just the low-hanging fruit)des2003-03-023-10/+9
* Convert one of our main caddr_t consumers, uiomove(9), to void *.des2003-03-021-5/+5
* Clean up whitespace, unregisterize, ANSIfy, remove prototypes madedes2003-03-021-55/+19
* NO_GEOM cleanup:phk2003-03-021-8/+1
* NODEVFS cleanup:phk2003-03-021-9/+3
* - Hold the vnode interlock across calls to bgetvp instead of acquiring itjeff2003-03-022-3/+5
* Remove unneeded code added in revision 1.188.tegge2003-03-011-32/+9
* - gc USE_BUFHASH. The smp locking of the buf cache renders this useless.jeff2003-03-012-108/+0
OpenPOWER on IntegriCloud