summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Fix a BUF_TIMELOCK race against BUF_LOCK and fix a deadlock in vget()dillon2001-12-202-3/+5
* Calculate whether the sbuf is dynamic *before* bzero()ing thedillon2001-12-191-1/+4
* Do not initialize static/global variables to 0. Use bss instead ofpeter2001-12-191-7/+7
* Use a different mechanism to get the vnlru process to wake up and noticepeter2001-12-192-4/+15
* Complete the device polling support by adding a thread in chargeluigi2001-12-191-0/+55
* Return EINVAL if kernel only flags are passed to the rfork syscall ratherjhb2001-12-191-2/+4
* This is a forward port of Peter's vlrureclaim() fix, with some minor modsdillon2001-12-182-9/+76
* - Change all callers of addupc_task() to check PS_PROFIL explicitly andjhb2001-12-182-9/+13
* Modify the critical section API as follows:jhb2001-12-1810-41/+53
* Remove whitespace at end of line.mp2001-12-161-1/+1
* Add/correct description for some sysctl variables where it was missing.luigi2001-12-164-4/+7
* Add code to export and print the description associated to sysctlluigi2001-12-161-0/+27
* Fix some nits in fork_exit() so it more properly duplicates the backendjhb2001-12-141-4/+4
* When removing kqueue descriptors from the descriptor table during a fork,jlemon2001-12-141-3/+8
* Device Polling code for -current.luigi2001-12-143-0/+448
* Proper fix for old config setting maxusers to 8.peter2001-12-141-1/+1
* A slightly different version of the vlrureclaim fix.dillon2001-12-141-3/+1
* Add disk I/O scheduling for positively niced processes.mckusick2001-12-141-0/+25
* Too many people are compiling kernels with maxusers set to 0 without the newdillon2001-12-141-1/+1
* This fixes a large number of bugs in our NFS client side code. A recentdillon2001-12-141-0/+12
* o Wording fix in comment.rwatson2001-12-141-1/+1
* If we were called to allocate a vnode that is not associated with apeter2001-12-131-0/+2
* o Back out portions of 1.50 and 1.47, eliminating sonewconn3() andrwatson2001-12-133-29/+3
* Limit maxprocperuid to 9/10 maxproc, and limit maxfilesperproc to 9/10silby2001-12-131-2/+2
* Use a per-thread variable for keeping state when a thread is processingjhb2001-12-131-10/+8
* - Move _jail sysctl node underneath _kern_security in order to standardizearr2001-12-121-4/+5
* Overhaul the per-CPU support a bit:jhb2001-12-115-24/+91
* Fix boot -p for DDBless kernelsguido2001-12-111-0/+6
* Wrap Dangerously Dedicated printf under if (bootverbose)peter2001-12-111-2/+4
* Missed an assignment of arg6 in previous commit.obrien2001-12-101-0/+1
* Adjust for the addition of CTR6.obrien2001-12-101-1/+1
* Add new boot flag to i386 boot: -p.guido2001-12-101-0/+24
* Update to C99, s/__FUNCTION__/__func__/.obrien2001-12-106-25/+25
* Repeat after me -- "Use of ANSI string concatenation can be bad."obrien2001-12-104-38/+38
* o Eliminate compilation warnings on 64-bit architectures.alc2001-12-101-3/+3
* o Eliminate unnecessary synchronization from filt_aiodetach().alc2001-12-091-5/+3
* Allow maxusers to be specified as 0 in the kernel config, which willdillon2001-12-091-18/+40
* The nbuf calculation was assuming that PAGE_SIZE = 4096 bytes, which isdillon2001-12-081-6/+12
* Update the comment about System initialization to reflect the use ofdavidc2001-12-081-8/+6
* o A few more minor whitespace and other style fixes.rwatson2001-12-061-6/+7
* o Remove unnecessary inclusion of opt_global.h.rwatson2001-12-062-2/+0
* o Make kern.security.bsd.suser_enabled TUNABLE.rwatson2001-12-051-0/+1
* Update pathnames for creation of tags file.mckusick2001-12-051-3/+1
* o Update an instance of 'unprivileged_procdebug_permitted' missedrwatson2001-12-031-6/+6
* o Introduce pr_mtx into struct prison, providing protection for therwatson2001-12-033-6/+57
* o Uniformly copy uap arguments into local variables before grabbingrwatson2001-12-021-3/+1
* o Remove KSE race in setuid() in which oldcred was preserved before giantrwatson2001-12-021-1/+1
* o General style, formatting, etc, improvements:rwatson2001-12-021-167/+107
* make LOCKF_DEBUG kernel option work (sorta)alfred2001-12-021-10/+26
* vm/vm_kern.c: rate limit (to once per second) diagnostic printf whenluigi2001-12-011-1/+14
OpenPOWER on IntegriCloud