summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Sort copyrights together.rwatson2007-01-081-2/+4
* Resort copyrights and licenses in kern_acct.c: per UCB letter,rwatson2007-01-081-1/+27
* Canonicalize copyrights in some files I hold copyrights on:rwatson2007-01-083-3/+4
* - Don't let SCHED_TICK_TOTAL() return less than hz. This can cause integerjeff2007-01-061-1/+1
* - Fix the sched_priority() invalid priority bugs. Use roundup() insteadjeff2007-01-061-59/+45
* - Don't IPI unless we're going to interrupt something exiting in the kernel.jeff2007-01-061-1/+1
* - Fix a comparison in sched_choose() that caused cpus to be constantlyjeff2007-01-051-22/+38
* - Close a race between enumerating UNIX domain socket pcb structures viajhb2007-01-052-15/+61
* - ftick was initialized to -1 for init and any of it's children. Fix this byjeff2007-01-051-9/+35
* - Only allow the tdq_idx to increase by one each tick rather than up tojeff2007-01-041-22/+52
* - Don't pass a pointer into runq_choose_from(). The caller can adjust thejeff2007-01-041-3/+2
* ULE 2.0:jeff2007-01-041-410/+330
* - Add three new functions to support circular run queues.jeff2007-01-041-4/+93
* - Fix schedgraph output with KSE threads. Call thread_switchout() afterjeff2007-01-031-4/+8
* Fix compiling.davidxu2007-01-021-421/+334
* Prefer a more traditional spelling of inhibited in comments and panicrwatson2006-12-313-4/+4
* - More search and replace prettying.jeff2006-12-291-12/+12
* - Clean up a bit after the most recent KSE restructuring.jeff2006-12-291-206/+201
* Break contents of kern_mac.c out into two files following a repo-copy:rwatson2006-12-281-1293/+0
* Update MAC Framework general comments, referencing various interfaces itrwatson2006-12-281-12/+40
* break loop early if we know that there are at least two signals.davidxu2006-12-251-1/+2
* Fix typo, p_slptime should be td_slptime.davidxu2006-12-241-1/+1
* Drop all received data mbufs from a socket's queue if the MT_SONAMEbms2006-12-231-11/+9
* Update comments to reflect changes in the extattrctl() code.rwatson2006-12-231-12/+8
* Following a repo-copy of vfs_syscalls.c to vfs_extattr.c, removerwatson2006-12-232-5059/+7
* Move src/sys/sys/mac_policy.h, the kernel interface between the MACrwatson2006-12-221-2/+1
* The prepend function did not handle non-pkthdr's correctly.rrs2006-12-211-2/+7
* Remove mac_enforce_subsystem debugging sysctls. Enforcement onrwatson2006-12-211-3/+1
* Expand commenting on label slots, justification for the MAC Framework lockingrwatson2006-12-201-54/+79
* MFP4: (part of) 110058jkim2006-12-201-85/+88
* In rev. 1.514, iodone on async buffer may happen before code checks thekib2006-12-201-2/+9
* Add a lwpid field into per-cpu structure, the lwpid represents currentdavidxu2006-12-201-0/+70
* Back out rev. 1.266. The real cause for the recent panics has been fixedmbr2006-12-201-1/+1
* Giant might have been temporarily dropped while waiting for proctree_lock, al...mbr2006-12-191-1/+1
* Add the tp->t_refcnt validity check back. There are still some racembr2006-12-191-1/+1
* Remove unused sysctls.davidxu2006-12-191-8/+0
* Use pipe_direct_write() optimization only if the data is in process' memory.pjd2006-12-191-2/+3
* ktrace_cv is no longer used - removekmacy2006-12-171-2/+0
* Cleaner fix for handling declaration of loop variable under INVARIANTSkmacy2006-12-171-10/+7
* Don't intermix assignments and variable declarations in prev. commitache2006-12-161-4/+6
* Fix NULL pointer reference for INVARIANTS caseache2006-12-161-1/+1
* In vfs_export(), if we specify MNT_DELEXPORT in the struct export_args,rodrigc2006-12-161-1/+4
* Add a function vfs_deleteopt() which searches through the vfsoptlistrodrigc2006-12-161-0/+11
* Convert to ANSI-style function prototypes.rodrigc2006-12-161-21/+9
* For now, back out sysv_ipc.c:1.30, which caused shmget() with odd moderwatson2006-12-161-66/+38
* correct name of number of sleep queueskmacy2006-12-161-1/+1
* Add second sleep queue so that sx and lockmgr can have separate sleepkmacy2006-12-163-36/+60
* - Fix some gcc warnings in lock_profile.hkmacy2006-12-161-6/+20
* Align the interfaces for the various watchdogs and make the interfacen_hibma2006-12-151-3/+3
* Resolve two deadlocks that could be caused by busy md device backedkib2006-12-141-1/+2
OpenPOWER on IntegriCloud