aboutsummaryrefslogtreecommitdiff
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* MFC r197711 (partial) to 6.x and 7.x:Simon L. B. Nielsen2009-10-024-44/+126
* Prevent integer overflow in direct pipe write code from circumventingColin Percival2009-06-101-0/+2
* Prevent cross-site forgery attacks on ftpd(8) due to splittingColin Percival2008-12-231-0/+5
* MFC: Adjust the license statement to more closely match a standardJohn Baldwin2008-11-131-12/+12
* MFC: r184227 - don't use *statep without holding the vnode interlockDoug Rabson2008-10-251-1/+4
* Merge r184172 (pthread condvar race fix) into 6.4-release.Alfred Perlstein2008-10-251-115/+34
* MFC: Close a race in the kern.ttys sysctl handler that resulted in panicsJohn Baldwin2008-10-221-4/+23
* Remove an assertion that is no longer correct with the addition ofJohn Baldwin2008-09-101-1/+0
* MFC r177228:Ed Maste2008-09-052-0/+9
* MFC r181972: Add comments on NOARGS, NODEF, and NOPROTO.David E. O'Brien2008-09-011-0/+8
* MFC: r180447: Improve readability and cscope searches a little bit.David E. O'Brien2008-09-011-38/+38
* MFC: r174756: Be more exact with sigaction SA_SIGINFO handling.David E. O'Brien2008-09-011-2/+5
* MFC r155086 by pjd:Ed Maste2008-08-281-1/+22
* Use sx_sleep() when waiting for a file lock instead of explicitly droppingJohn Baldwin2008-08-221-3/+1
* Implement sx_sleep() on 6.x. This is not an MFC as sx_sleep() in 7.0+ isJohn Baldwin2008-08-221-0/+118
* MFC: Change sleepq_add() to accept a lock_object rather than a mutex soJohn Baldwin2008-08-204-11/+14
* MFC r153880:Ed Maste2008-08-061-13/+17
* MFC improved and simplified callout_drain logic and improved ktr(4)Ed Maste2008-07-301-60/+106
* MFC: Use VM_FAULT_DIRTY to fault in pages for write access inJohn Baldwin2008-07-301-2/+3
* MFC r179716:Oleksandr Tymoshenko2008-07-181-4/+3
* MFC r179879:Oleksandr Tymoshenko2008-07-181-0/+7
* MFC of r180374Edwin Groothuis2008-07-152-20/+26
* MFC: Add 'compat_freebsd[45]' features corresponding to the kernel optionsJohn Baldwin2008-06-241-0/+9
* MFC: Add the kern.features sysctl tree and FEATURE() macro. Add a "pae"John Baldwin2008-06-241-0/+2
* MFC: Change the roundrobin implementation in the 4BSD scheduler to trigger aJohn Baldwin2008-06-241-29/+8
* Restore the global cp_time[] array that was removed when the per-CPU statsJohn Baldwin2008-06-031-9/+16
* MFC rev. 1.278:Konstantin Belousov2008-05-261-1/+1
* MFC the MPSAFE quotas.Konstantin Belousov2008-05-171-12/+12
* MFC part of the rev. 1.210, and the rev. 1.211.Konstantin Belousov2008-05-161-20/+64
* fix stupid typo in runq-fuzzJulian Elischer2008-05-121-1/+1
* MFC kern_lockf.c revision 1.64:Doug Rabson2008-05-111-11/+12
* MFC: Fix a few edge cases with error handling in cpufreq(4)'s CPUFREQ_GET()John Baldwin2008-05-091-3/+3
* Regen.Doug Rabson2008-04-242-4/+4
* MFC: kernel-mode NFS lock manager.Doug Rabson2008-04-244-460/+1997
* MFC: rev 1.205: compile on systems without SCTL_MASK32Peter Wemm2008-04-101-1/+2
* MFC: record per-cpu stats for %user/%nice/%system/%idlePeter Wemm2008-04-091-5/+68
* MFC: Make it possible to continue working after calling doadump() manually.John Baldwin2008-04-031-0/+1
* In calcru, we make sure the thread's state is correct, however weAlfred Perlstein2008-03-151-1/+2
* Merge uipc_sem.c:1.30 from HEAD to RELENG_6:Robert Watson2008-03-011-0/+3
* Back out MFC of "eradicate caddr_t".David E. O'Brien2008-02-262-5/+5
* MFC: Eradicate caddr_t from the VFS API.David E. O'Brien2008-02-253-7/+7
* Fix sendfile(2) write-only file permission bypass.Simon L. B. Nielsen2008-02-142-15/+18
* MFC rev 1.264 init_main.cRemko Lodder2008-02-131-0/+1
* MFC: Move several data structure definitions out of freebsd32_misc.c andJohn Baldwin2007-12-191-0/+1
* MFC rev. 1.181:Konstantin Belousov2007-12-071-3/+10
* MFC r1.209Andrew Thompson2007-12-071-0/+2
* MFC: Add kern_msgsnd() and kern_msgrcv() and use them to fix msgsnd()John Baldwin2007-12-061-85/+88
* Call NET_LOCK_GIANT/NET_UNLOCK_GIANT around calls to protocol drainRobert Watson2007-12-051-0/+2
* MFC: Sync up SYSV IPC with HEAD some:John Baldwin2007-12-031-91/+137
* MFC 1.109: Remove call to ipcperm() in shmget_existing().John Baldwin2007-12-031-3/+0