| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC kern_jail.c 1.40: Rework jail_attach(2) so that an already jailed | Jacques Vidrine | 2004-02-25 | 1 | -12/+15 |
| * | MFC sysv_shm.c 1.90: Correct a reference counting bug in shmat(2). | Jacques Vidrine | 2004-02-05 | 1 | -0/+1 |
| * | MFC procfs_dbregs.c 1.23, procfs_fpregs.c 1.29, procfs_regs.c 1.28, | Jacques Vidrine | 2003-10-03 | 1 | -0/+23 |
| * | MFC sys_process.c 1.113, spigot.c 1.60: | Jacques Vidrine | 2003-08-10 | 2 | -4/+7 |
| * | MFC: rev 1.126 | Paul Saab | 2003-06-11 | 1 | -4/+4 |
| * | Emergency bring-in of rev 1.51 of subr_mbuf.c from HEAD in time for | Bosko Milekic | 2003-06-03 | 1 | -57/+29 |
| * | - Merge in fixes to umtx from -CURRENT. | Jeff Roberson | 2003-06-03 | 1 | -171/+163 |
| * | This commit was manufactured by cvs2svn to create branch 'RELENG_5_1'. | cvs2svn | 2003-05-31 | 12 | -13376/+0 |
| * | Add __amd64__ to the ifdefs that introduce the "pcicfg" spinlock to | Peter Wemm | 2003-05-31 | 1 | -1/+1 |
| * | When loading a module that contains a sysctl which is already compiled | Maxime Henrion | 2003-05-29 | 1 | -1/+24 |
| * | Add an INVARIENTS only check to make sure Giant is held if mbuf | David Malone | 2003-05-29 | 1 | -0/+2 |
| * | Grab giant in sendit rather than kern_sendit because sockargs may | David Malone | 2003-05-29 | 1 | -4/+6 |
| * | In cluster_wbuild(), initialise b_iocmd to BIO_WRITE before calling | Ian Dowse | 2003-05-28 | 1 | -1/+3 |
| * | Copy the va_list in sbuf_vprintf() before passing it to vsnprintf(), | Peter Wemm | 2003-05-25 | 1 | -1/+4 |
| * | - Create a new lock, umtx_lock, for use instead of the proc lock for | Jeff Roberson | 2003-05-25 | 1 | -6/+13 |
| * | - Reset the free ent to NULL if we have consumed the last free entry. This | Jeff Roberson | 2003-05-25 | 1 | -0/+2 |
| * | Make the maximum number of vnodes a function of both the physical memory | Alan Cox | 2003-05-23 | 1 | -1/+10 |
| * | When we are spilling threads out of the run queue during panic, make sure we | Julian Elischer | 2003-05-21 | 1 | -3/+6 |
| * | Revamp of the syscall path, exception and context handling. The | Marcel Moolenaar | 2003-05-16 | 4 | -5/+5 |
| * | Detect that a vnode has been reclaimed while vflush() was waiting to lock | Don Lewis | 2003-05-16 | 1 | -0/+11 |
| * | Fix long standing bug that prevents the PT_CONTINUE, PT_KILL and | David E. O'Brien | 2003-05-16 | 1 | -9/+10 |
| * | VOP_PATHCONF() requires a vnode lock; this patch adds locking to | Robert Watson | 2003-05-15 | 1 | -0/+2 |
| * | Make the mb_alloc low-watermark sysctl-tunable read-only and make | Bosko Milekic | 2003-05-15 | 1 | -2/+5 |
| * | p_sigignore moved into struct sigacts. move one which was missed. | Paul Saab | 2003-05-14 | 1 | -1/+1 |
| * | - Merge struct procsig with struct sigacts. | John Baldwin | 2003-05-13 | 12 | -156/+216 |
| * | In setitimer(2), if the it_value of the new itimer value is clear, then | John Baldwin | 2003-05-13 | 1 | -3/+4 |
| * | Optimize the use of splay in gbincore(). During a "make buildworld" the | Alan Cox | 2003-05-13 | 1 | -7/+22 |
| * | Bail out if there were not two loadable sections. Add XXX comment about | Poul-Henning Kamp | 2003-05-12 | 2 | -0/+16 |
| * | Remove bogus locking from DDB's "show lockedvnods" command: using | Robert Watson | 2003-05-12 | 1 | -11/+7 |
| * | Don't pass NULL pointer to memset if we are compiled with DIAGNOSTIC | Poul-Henning Kamp | 2003-05-12 | 1 | -4/+3 |
| * | Make m_freem() just use m_free() instead of duplicating the code. The | Bosko Milekic | 2003-05-10 | 1 | -32/+2 |
| * | Remove Giant from kern_sigsuspend() and osigsuspend() as these should now | John Baldwin | 2003-05-09 | 1 | -10/+2 |
| * | Rename MAC_MAX_POLICIES to MAC_MAX_SLOTS, since the variables and | Robert Watson | 2003-05-08 | 1 | -8/+8 |
| * | Clean up locking for the MAC Framework: | Robert Watson | 2003-05-07 | 1 | -78/+180 |
| * | Lock the vm_object when performing vm_pager_deallocate(). | Alan Cox | 2003-05-06 | 1 | -1/+1 |
| * | Tweak the clearing of TDF_DEADLKTREAT so that we only bother grabbing the | John Baldwin | 2003-05-05 | 1 | -2/+2 |
| * | Mostly sort the includes. | John Baldwin | 2003-05-05 | 1 | -13/+13 |
| * | Lock the proc lock around calls to tdsignal() in the sigwait() family of | John Baldwin | 2003-05-05 | 1 | -6/+12 |
| * | Make issignal() private to kern_sig.c since it is only called from cursig() | John Baldwin | 2003-05-05 | 1 | -1/+2 |
| * | Remove TD_ON_RUNQ() from a check to make sure Giant is not held when | John Baldwin | 2003-05-05 | 1 | -3/+1 |
| * | Split sendit into two parts. The first part, still called sendit, that | David Malone | 2003-05-05 | 1 | -50/+65 |
| * | Change the semantics of sysv shm emulation to take a additional | Martin Blapp | 2003-05-05 | 1 | -48/+102 |
| * | Add two KASSERTS which trigger if free(9) would drag the "memuse" statistic | Poul-Henning Kamp | 2003-05-05 | 1 | -0/+6 |
| * | Use le32dec() instead of le32toh() because we are not guaranteed to have | Poul-Henning Kamp | 2003-05-05 | 1 | -1/+1 |
| * | - Revert kern/vfs_subr.c revision 1.444. The vm_object's size isn't | Alan Cox | 2003-05-03 | 1 | -1/+1 |
| * | Lock access to the vm_object's flags in vop_stdcreatevobject(). | Alan Cox | 2003-05-02 | 1 | -1/+4 |
| * | Fix typo in last commit | Julian Elischer | 2003-05-02 | 1 | -1/+1 |
| * | Add the M_FREELIST flag, which is used to detect whenever a | Mike Silbersack | 2003-05-02 | 1 | -0/+10 |
| * | remove old and inaccurate XXX comment. | Julian Elischer | 2003-05-02 | 1 | -1/+0 |
| * | Move the flag that indicates an idle thread from the KSE to the thread. | Julian Elischer | 2003-05-02 | 4 | -4/+4 |