| Commit message (Expand) | Author | Age | Files | Lines |
* | Revamp of the syscall path, exception and context handling. The | marcel | 2003-05-16 | 4 | -5/+5 |
* | Detect that a vnode has been reclaimed while vflush() was waiting to lock | truckman | 2003-05-16 | 1 | -0/+11 |
* | Fix long standing bug that prevents the PT_CONTINUE, PT_KILL and | obrien | 2003-05-16 | 1 | -9/+10 |
* | VOP_PATHCONF() requires a vnode lock; this patch adds locking to | rwatson | 2003-05-15 | 1 | -0/+2 |
* | Make the mb_alloc low-watermark sysctl-tunable read-only and make | bmilekic | 2003-05-15 | 1 | -2/+5 |
* | p_sigignore moved into struct sigacts. move one which was missed. | ps | 2003-05-14 | 1 | -1/+1 |
* | - Merge struct procsig with struct sigacts. | jhb | 2003-05-13 | 12 | -156/+216 |
* | In setitimer(2), if the it_value of the new itimer value is clear, then | jhb | 2003-05-13 | 1 | -3/+4 |
* | Optimize the use of splay in gbincore(). During a "make buildworld" the | alc | 2003-05-13 | 1 | -7/+22 |
* | Bail out if there were not two loadable sections. Add XXX comment about | phk | 2003-05-12 | 2 | -0/+16 |
* | Remove bogus locking from DDB's "show lockedvnods" command: using | rwatson | 2003-05-12 | 1 | -11/+7 |
* | Don't pass NULL pointer to memset if we are compiled with DIAGNOSTIC | phk | 2003-05-12 | 1 | -4/+3 |
* | Make m_freem() just use m_free() instead of duplicating the code. The | bmilekic | 2003-05-10 | 1 | -32/+2 |
* | Remove Giant from kern_sigsuspend() and osigsuspend() as these should now | jhb | 2003-05-09 | 1 | -10/+2 |
* | Rename MAC_MAX_POLICIES to MAC_MAX_SLOTS, since the variables and | rwatson | 2003-05-08 | 1 | -8/+8 |
* | Clean up locking for the MAC Framework: | rwatson | 2003-05-07 | 1 | -78/+180 |
* | Lock the vm_object when performing vm_pager_deallocate(). | alc | 2003-05-06 | 1 | -1/+1 |
* | Tweak the clearing of TDF_DEADLKTREAT so that we only bother grabbing the | jhb | 2003-05-05 | 1 | -2/+2 |
* | Mostly sort the includes. | jhb | 2003-05-05 | 1 | -13/+13 |
* | Lock the proc lock around calls to tdsignal() in the sigwait() family of | jhb | 2003-05-05 | 1 | -6/+12 |
* | Make issignal() private to kern_sig.c since it is only called from cursig() | jhb | 2003-05-05 | 1 | -1/+2 |
* | Remove TD_ON_RUNQ() from a check to make sure Giant is not held when | jhb | 2003-05-05 | 1 | -3/+1 |
* | Split sendit into two parts. The first part, still called sendit, that | dwmalone | 2003-05-05 | 1 | -50/+65 |
* | Change the semantics of sysv shm emulation to take a additional | mbr | 2003-05-05 | 1 | -48/+102 |
* | Add two KASSERTS which trigger if free(9) would drag the "memuse" statistic | phk | 2003-05-05 | 1 | -0/+6 |
* | Use le32dec() instead of le32toh() because we are not guaranteed to have | phk | 2003-05-05 | 1 | -1/+1 |
* | - Revert kern/vfs_subr.c revision 1.444. The vm_object's size isn't | alc | 2003-05-03 | 1 | -1/+1 |
* | Lock access to the vm_object's flags in vop_stdcreatevobject(). | alc | 2003-05-02 | 1 | -1/+4 |
* | Fix typo in last commit | julian | 2003-05-02 | 1 | -1/+1 |
* | Add the M_FREELIST flag, which is used to detect whenever a | silby | 2003-05-02 | 1 | -0/+10 |
* | remove old and inaccurate XXX comment. | julian | 2003-05-02 | 1 | -1/+0 |
* | Move the flag that indicates an idle thread from the KSE to the thread. | julian | 2003-05-02 | 4 | -4/+4 |
* | Remove Giant from the setuid(), seteuid(), setgid(), setegid(), | jhb | 2003-05-01 | 1 | -30/+0 |
* | Initialize and destroy the struct proc mutex in the proc zone's init and | jhb | 2003-05-01 | 3 | -5/+6 |
* | Garbage collect unused TDF_INMSLEEP flag. | jhb | 2003-05-01 | 1 | -1/+0 |
* | Instead of recording the Unix time in a process when it starts, record the | des | 2003-05-01 | 5 | -7/+8 |
* | Fix compiling problem, p_tracee is in my local repository for | davidxu | 2003-05-01 | 2 | -6/+0 |
* | Drop Giant lock before suspended, pick up it after resumed. | davidxu | 2003-05-01 | 2 | -2/+10 |
* | Lock an update to a vm_object's ref_count. | alc | 2003-05-01 | 1 | -0/+2 |
* | Lock accesses to the vm_object's ref_count and resident_page_count. | alc | 2003-05-01 | 1 | -5/+9 |
* | AMD64 uses the new-style cpu_switch()/cpu_throw() calling conventions. | peter | 2003-04-30 | 4 | -5/+5 |
* | Forgot to remove Giant around call to kern_sigaction() in | jhb | 2003-04-30 | 1 | -4/+1 |
* | Axe a stale comment. | jhb | 2003-04-30 | 1 | -2/+0 |
* | Fix some easy, global, lint warnings. In most cases, this means | markm | 2003-04-30 | 8 | -9/+9 |
* | Increase some default values. | davidxu | 2003-04-30 | 2 | -4/+4 |
* | Deprecate machine/limits.h in favor of new sys/limits.h. | kan | 2003-04-29 | 11 | -17/+11 |
* | style(9) | mike | 2003-04-28 | 1 | -25/+20 |
* | Finish the vm_object locking for this file, including holding the vm_object | alc | 2003-04-28 | 1 | -3/+8 |
* | unlock sched_lock at right time. | davidxu | 2003-04-27 | 2 | -2/+2 |
* | Various changes to vm_object_page_remove(): | alc | 2003-04-26 | 1 | -1/+1 |