aboutsummaryrefslogtreecommitdiff
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* MFC kern_jail.c 1.40: Rework jail_attach(2) so that an already jailedJacques Vidrine2004-02-251-12/+15
* MFC sysv_shm.c 1.90: Correct a reference counting bug in shmat(2).Jacques Vidrine2004-02-051-0/+1
* MFC procfs_dbregs.c 1.23, procfs_fpregs.c 1.29, procfs_regs.c 1.28,Jacques Vidrine2003-10-031-0/+23
* MFC sys_process.c 1.113, spigot.c 1.60:Jacques Vidrine2003-08-102-4/+7
* MFC: rev 1.126Paul Saab2003-06-111-4/+4
* Emergency bring-in of rev 1.51 of subr_mbuf.c from HEAD in time forBosko Milekic2003-06-031-57/+29
* - Merge in fixes to umtx from -CURRENT.Jeff Roberson2003-06-031-171/+163
* This commit was manufactured by cvs2svn to create branch 'RELENG_5_1'.cvs2svn2003-05-3112-13376/+0
* Add __amd64__ to the ifdefs that introduce the "pcicfg" spinlock toPeter Wemm2003-05-311-1/+1
* When loading a module that contains a sysctl which is already compiledMaxime Henrion2003-05-291-1/+24
* Add an INVARIENTS only check to make sure Giant is held if mbufDavid Malone2003-05-291-0/+2
* Grab giant in sendit rather than kern_sendit because sockargs mayDavid Malone2003-05-291-4/+6
* In cluster_wbuild(), initialise b_iocmd to BIO_WRITE before callingIan Dowse2003-05-281-1/+3
* Copy the va_list in sbuf_vprintf() before passing it to vsnprintf(),Peter Wemm2003-05-251-1/+4
* - Create a new lock, umtx_lock, for use instead of the proc lock forJeff Roberson2003-05-251-6/+13
* - Reset the free ent to NULL if we have consumed the last free entry. ThisJeff Roberson2003-05-251-0/+2
* Make the maximum number of vnodes a function of both the physical memoryAlan Cox2003-05-231-1/+10
* When we are spilling threads out of the run queue during panic, make sure weJulian Elischer2003-05-211-3/+6
* Revamp of the syscall path, exception and context handling. TheMarcel Moolenaar2003-05-164-5/+5
* Detect that a vnode has been reclaimed while vflush() was waiting to lockDon Lewis2003-05-161-0/+11
* Fix long standing bug that prevents the PT_CONTINUE, PT_KILL andDavid E. O'Brien2003-05-161-9/+10
* VOP_PATHCONF() requires a vnode lock; this patch adds locking toRobert Watson2003-05-151-0/+2
* Make the mb_alloc low-watermark sysctl-tunable read-only and makeBosko Milekic2003-05-151-2/+5
* p_sigignore moved into struct sigacts. move one which was missed.Paul Saab2003-05-141-1/+1
* - Merge struct procsig with struct sigacts.John Baldwin2003-05-1312-156/+216
* In setitimer(2), if the it_value of the new itimer value is clear, thenJohn Baldwin2003-05-131-3/+4
* Optimize the use of splay in gbincore(). During a "make buildworld" theAlan Cox2003-05-131-7/+22
* Bail out if there were not two loadable sections. Add XXX comment aboutPoul-Henning Kamp2003-05-122-0/+16
* Remove bogus locking from DDB's "show lockedvnods" command: usingRobert Watson2003-05-121-11/+7
* Don't pass NULL pointer to memset if we are compiled with DIAGNOSTICPoul-Henning Kamp2003-05-121-4/+3
* Make m_freem() just use m_free() instead of duplicating the code. TheBosko Milekic2003-05-101-32/+2
* Remove Giant from kern_sigsuspend() and osigsuspend() as these should nowJohn Baldwin2003-05-091-10/+2
* Rename MAC_MAX_POLICIES to MAC_MAX_SLOTS, since the variables andRobert Watson2003-05-081-8/+8
* Clean up locking for the MAC Framework:Robert Watson2003-05-071-78/+180
* Lock the vm_object when performing vm_pager_deallocate().Alan Cox2003-05-061-1/+1
* Tweak the clearing of TDF_DEADLKTREAT so that we only bother grabbing theJohn Baldwin2003-05-051-2/+2
* Mostly sort the includes.John Baldwin2003-05-051-13/+13
* Lock the proc lock around calls to tdsignal() in the sigwait() family ofJohn Baldwin2003-05-051-6/+12
* Make issignal() private to kern_sig.c since it is only called from cursig()John Baldwin2003-05-051-1/+2
* Remove TD_ON_RUNQ() from a check to make sure Giant is not held whenJohn Baldwin2003-05-051-3/+1
* Split sendit into two parts. The first part, still called sendit, thatDavid Malone2003-05-051-50/+65
* Change the semantics of sysv shm emulation to take a additionalMartin Blapp2003-05-051-48/+102
* Add two KASSERTS which trigger if free(9) would drag the "memuse" statisticPoul-Henning Kamp2003-05-051-0/+6
* Use le32dec() instead of le32toh() because we are not guaranteed to havePoul-Henning Kamp2003-05-051-1/+1
* - Revert kern/vfs_subr.c revision 1.444. The vm_object's size isn'tAlan Cox2003-05-031-1/+1
* Lock access to the vm_object's flags in vop_stdcreatevobject().Alan Cox2003-05-021-1/+4
* Fix typo in last commitJulian Elischer2003-05-021-1/+1
* Add the M_FREELIST flag, which is used to detect whenever aMike Silbersack2003-05-021-0/+10
* remove old and inaccurate XXX comment.Julian Elischer2003-05-021-1/+0
* Move the flag that indicates an idle thread from the KSE to the thread.Julian Elischer2003-05-024-4/+4