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
* Fix sendfile(2) write-only file permission bypass.Simon L. B. Nielsen2008-02-142-15/+18
* MFC rev. 1.181:Konstantin Belousov2007-12-071-3/+10
* MFC r1.209Andrew Thompson2007-12-071-0/+2
* Merge kern_mbuf.c:1.9.2.10 from RELENG_6 to RELENG_6_3:Robert Watson2007-12-051-0/+2
* MFC: Bump up the number of ttys supported by pty(4) to 512.John Baldwin2007-11-271-3/+3
* MFC 1.193:Jean-Sébastien Pédron2007-11-251-0/+4
* Merge kern_proc.c:1.255 from HEAD to RELENG_6:Robert Watson2007-11-241-0/+5
* MFC Add pathname to the linker_file structure.John Birrell2007-11-181-2/+22
* MFC: Make it easier to add more ptys to the pty(4) driver.John Baldwin2007-11-151-20/+13
* MFC of un-neede singl-threading code.Julian Elischer2007-11-061-42/+0
* MFC:Poul-Henning Kamp2007-11-051-0/+33
* MFC revision 1.350, move where we audit the PID to ensure that it getsChristian S.J. Peron2007-11-041-1/+1
* MFC 1.55: Fix another edge case in rman_manage_region() that could resultJohn Baldwin2007-11-021-6/+7
* MFC to RELENG_6 part of kern_intr.c revision 1.142:Ed Maste2007-10-291-1/+2
* Oops. Remove a debug printf.Olivier Houchard2007-10-161-1/+0
* Use 16 - 1 instead of 16 as the align argument of uma_zcreate(), as it'sOlivier Houchard2007-10-161-2/+3
* MFC: Always use an exclusive lock on the leaf vnode during an open() whenJohn Baldwin2007-10-032-3/+3
* Remove the *_queue() variants of various sleepq and turnstile functionsJohn Baldwin2007-09-277-41/+42
* MFC some comment updates to account for multi-queue support missed earlierJohn Baldwin2007-09-271-38/+40
* - Remove some debugging nits in the MFC of rwlocks that looked for casesJohn Baldwin2007-09-271-17/+14
* MFC 1.167: Use a UMA zone to handle the turnstile objects rather thanJohn Baldwin2007-09-271-20/+54
* Make td_sqqueue a char and move it into a pre-existing "hole" fromJohn Baldwin2007-09-271-1/+1
* - Restore the 'show sleepq' DDB command.John Baldwin2007-09-271-5/+62
* Use lock_init() and lock_destroy().John Baldwin2007-09-271-13/+2
* A few tweaks to reduce diffs with HEAD including using lock_init() andJohn Baldwin2007-09-271-12/+5
* MFC: new kernel config option, VERBOSE_SYSINIT.David E. O'Brien2007-09-141-0/+45
* FreeBSD 7 has a macro that converts calls to sx_init -> sx_init_flags,Alfred Perlstein2007-09-101-0/+7
* Remove/refactor calls to turnstile_release() as it turns out thatAlfred Perlstein2007-09-051-5/+4
* Unbreak "options DDB" breakage from previous commit.Alfred Perlstein2007-09-052-3/+6
* Backport of optimized sx locks and rwlocks from FreeBSD 7.0.Alfred Perlstein2007-09-046-462/+1080
* MFC:JINMEI Tatuya2007-08-231-2/+2
* MFC 1.26 and 1.27: use proper loop variables and sched_bind() behaviorNate Lawson2007-08-221-29/+19
* This commit was manufactured by cvs2svn to create branch 'RELENG_6'.cvs2svn2007-08-181-0/+991
* MFC 1.87: Avoid manipulating semu_list outside of the scope ofJohn Baldwin2007-08-081-2/+5
* MFC rev. 1.273, submitted by peter:Konstantin Belousov2007-08-031-7/+17
* MFC: Close race conditions between fork() and [sg]etpriority()'sJohn Baldwin2007-07-192-5/+17
* MFC (3 of X):Alexander Leidinger2007-07-081-2/+10
* MFC 1.306: Conditionally acquire Giant when dropping a reference on theJohn Baldwin2007-06-251-1/+6
* MFC compat32 argument to do_wait() to make it use fuword32() for readlingEd Maste2007-06-231-4/+8
* MFC: Support for running 32-bit multithreaded binaries using libthr onJohn Baldwin2007-06-182-23/+351
* MFCKonstantin Belousov2007-06-111-2/+4
* MFC:Konstantin Belousov2007-06-111-42/+51
* MFC: Add support for kernel modules with a single PT_LOAD section.John Baldwin2007-06-061-6/+9
* MFC 1.176: Add vm map and object locking to each_writable_segment().John Baldwin2007-06-061-10/+15
* MFC rev. 1.309 of sys/kern/kern_descrip.c,Konstantin Belousov2007-05-292-3/+19
* MFC: expose vdropl()Dag-Erling Smørgrav2007-05-241-2/+1
* MFC 1.308: Use kern_open() to open /dev/null in fdcheckstd().John Baldwin2007-05-231-42/+9