| Commit message (Expand) | Author | Age | Files | Lines |
* | Correct a comment typo | kris | 2007-03-25 | 1 | -1/+1 |
* | Update a comment: we usually call exec_vmspace_new with Giant not held, | kris | 2007-03-25 | 1 | -1/+1 |
* | Stop setting ki_ocomm (thread name) to the proc name by default, as nothing | emaste | 2007-03-23 | 1 | -8/+1 |
* | - Simplify the #ifdef's for adaptive mutexes and rwlocks by conditionally | jhb | 2007-03-22 | 2 | -27/+37 |
* | Move the dom_dispose and pru_detach calls in sofree() earlier. Only after | glebius | 2007-03-22 | 1 | -4/+5 |
* | Rename the cv_*wait*() functions to _cv_*wait*() and change their second | jhb | 2007-03-21 | 1 | -51/+58 |
* | Rename the 'mtx_object', 'rw_object', and 'sx_object' members of mutexes, | jhb | 2007-03-21 | 10 | -214/+214 |
* | Don't use cv_wait_unlock() to implement cv_wait(). Instead, implement | jhb | 2007-03-21 | 1 | -1/+28 |
* | If vn_open() fails during kern_open(), don't fdrop() the new file object | jhb | 2007-03-21 | 1 | -5/+2 |
* | Handle the case when a thread is blocked on a lockmgr lock with LK_DRAIN | jhb | 2007-03-21 | 1 | -3/+16 |
* | Maintain a pointer and offset pair into the socket buffer mbuf chain to | andre | 2007-03-19 | 1 | -0/+41 |
* | Don't deny unmounting file systems for jailed processes immediately, allow | pjd | 2007-03-18 | 1 | -3/+1 |
* | - Handle the case where slptime == runtime. | jeff | 2007-03-17 | 1 | -1/+5 |
* | - Cast the intermediate value in priority computtion back down to | jeff | 2007-03-17 | 1 | -1/+1 |
* | Just use 'fdrop()' instead of 'FILE_LOCK(); fdrop_locked()' in | jhb | 2007-03-15 | 1 | -10/+4 |
* | Don't deny mounting for jailed processes immediately, allow | pjd | 2007-03-14 | 1 | -3/+1 |
* | White space nits. | pjd | 2007-03-14 | 1 | -16/+14 |
* | Busy filesystem around call of VFS_QUOTACTL() vfs op. | kib | 2007-03-14 | 1 | -6/+7 |
* | Print readers count as unsigned in ddb 'show lock'. | jhb | 2007-03-13 | 1 | -2/+2 |
* | Make insmntque() externally visibile and allow it to fail (e.g. during | tegge | 2007-03-13 | 3 | -7/+46 |
* | Fix a typo. | jhb | 2007-03-12 | 1 | -1/+1 |
* | - Use m_gethdr(), m_get(), and m_clget() instead of the macros in | jhb | 2007-03-12 | 1 | -20/+5 |
* | In uipc_close(), we no longer always free the unpcb, as the last reference | rwatson | 2007-03-12 | 1 | -1/+2 |
* | Use sx_sleep() in the main loop of the accounting kthread. | jhb | 2007-03-09 | 1 | -3/+2 |
* | Allow threads to atomically release rw and sx locks while waiting for an | jhb | 2007-03-09 | 1 | -28/+33 |
* | Add two new function pointers 'lc_lock' and 'lc_unlock' to lock classes. | jhb | 2007-03-09 | 4 | -3/+125 |
* | Use C99-style struct member initialization for lock classes. | jhb | 2007-03-09 | 1 | -3/+3 |
* | Use C99-style struct member initialization for lock classes. | jhb | 2007-03-09 | 3 | -12/+12 |
* | Minor simplification. | pjd | 2007-03-09 | 1 | -3/+1 |
* | Over NFS, an open() call could result in multiple over-the-wire | mohans | 2007-03-09 | 1 | -0/+1 |
* | Instead of doing comparisons using the pcpu area to see if | julian | 2007-03-08 | 7 | -11/+11 |
* | White space nits. | pjd | 2007-03-07 | 1 | -4/+4 |
* | Fix some nits in lock profiling for rwlocks: | jhb | 2007-03-07 | 1 | -6/+9 |
* | After the last change to KSE threading a bug was introduced where | julian | 2007-03-07 | 1 | -44/+34 |
* | Backout rev 1.17, msleep() can't be used with a spinlock. | cognet | 2007-03-06 | 1 | -2/+6 |
* | Replay minor system call comment cleanup applied to kern_acl.c in a race | rwatson | 2007-03-05 | 1 | -2/+2 |
* | Recognize repo-copy of kern_acl.c to vfs_acl.c, remove kern_acl.c, | rwatson | 2007-03-05 | 1 | -431/+0 |
* | Further system call comment cleanup: | rwatson | 2007-03-05 | 30 | -186/+86 |
* | Change these descriptions of memory types used in malloc(9), as their | wkoszek | 2007-03-05 | 1 | -1/+1 |
* | Use msleep(9) instead of tsleep(9) surrounded by lock acquisition and | wkoszek | 2007-03-04 | 1 | -6/+2 |
* | Remove 'MPSAFE' annotations from the comments above most system calls: all | rwatson | 2007-03-04 | 30 | -644/+38 |
* | Move to ANSI C function headers. Re-wrap some comments. | rwatson | 2007-03-04 | 1 | -45/+25 |
* | - Don't do the interrupt storm protection stuff for software interrupt | jhb | 2007-03-02 | 1 | -2/+3 |
* | lock stats updates need to be protected by the lock | kmacy | 2007-03-02 | 2 | -44/+8 |
* | Rename PRIV_VFS_CLEARSUGID to PRIV_VFS_RETAINSUGID, which seems to better | pjd | 2007-03-01 | 1 | -1/+1 |
* | Do not dispatch SIGPIPE from the generic write path for a socket; with | bms | 2007-03-01 | 1 | -1/+1 |
* | Evidently I've overestimated gcc's ability to peak inside inline functions | kmacy | 2007-03-01 | 2 | -6/+16 |
* | Remove two simultaneous acquisitions of multiple unpcb locks from | rwatson | 2007-03-01 | 1 | -22/+19 |
* | Lock unp2 after checking for a non-NULL unp2 pointer in uipc_send() on | rwatson | 2007-02-28 | 1 | -1/+1 |
* | Print tid's rather than thread pointers in KTR_PROC traces. | jhb | 2007-02-27 | 1 | -8/+8 |