| Commit message (Expand) | Author | Age | Files | Lines |
* | Add instrumentation which tells us how much work softclock() does | phk | 2003-06-04 | 1 | -2/+26 |
* | Implementations of extattr_list_fd(), extattr_list_file(), and | rwatson | 2003-06-04 | 2 | -0/+286 |
* | Regen from syscalls.master:1.149, addition of extended attribute | rwatson | 2003-06-04 | 2 | -2/+8 |
* | Add system calls to explicitly list extended attributes on a | rwatson | 2003-06-04 | 1 | -0/+6 |
* | Assert the vnode lock when returning successfully from vn_open_cred(). | rwatson | 2003-06-04 | 1 | -0/+1 |
* | Remove un-needed code. | julian | 2003-06-04 | 2 | -98/+54 |
* | Fix a potential bucket leak where when freeing to an empty bucket | bmilekic | 2003-06-03 | 1 | -57/+29 |
* | - Remove the blocked pointer from the umtx structure. | jeff | 2003-06-03 | 1 | -171/+163 |
* | Add tracking of process leaders sharing a file descriptor table and | tegge | 2003-06-02 | 3 | -19/+226 |
* | Remove the ia64 hackery in threadinit() that was needed to work around | marcel | 2003-06-01 | 2 | -28/+0 |
* | Attempt to further comment and clarify System V IPC logic: document | rwatson | 2003-05-31 | 1 | -9/+24 |
* | Attempt to marginally de-obfuscate sections of the System V IPC access | rwatson | 2003-05-31 | 1 | -2/+7 |
* | Add "" around mutex name to make message less confusing. | phk | 2003-05-31 | 2 | -2/+2 |
* | Remove unused variable(s). | phk | 2003-05-31 | 6 | -20/+2 |
* | Remove return after panic. | phk | 2003-05-31 | 1 | -2/+0 |
* | Remove needless return | phk | 2003-05-31 | 1 | -1/+0 |
* | Add a couple of XXX comments where the intent is not clear. | phk | 2003-05-31 | 1 | -0/+2 |
* | Remove unused variable(s). | phk | 2003-05-31 | 1 | -5/+2 |
* | Remove return after panic. | phk | 2003-05-31 | 1 | -1/+0 |
* | Remove unused variable and now unbalanced call to splbio(); | phk | 2003-05-31 | 1 | -2/+0 |
* | Fix ia32 compat on ia64. Recent ia64 MD changes caused the garbage on | marcel | 2003-05-31 | 1 | -5/+4 |
* | "break" rather than fall through to a break in the default clause. | phk | 2003-05-31 | 1 | -0/+1 |
* | Introduce {be,le}_uuid_{enc,dec}() functions for explicitly encoding | phk | 2003-05-31 | 1 | -0/+80 |
* | The IO_NOWDRAIN and B_NOWDRAIN hacks are no longer needed to prevent | phk | 2003-05-31 | 2 | -8/+4 |
* | Add __amd64__ to the ifdefs that introduce the "pcicfg" spinlock to | peter | 2003-05-31 | 1 | -1/+1 |
* | When loading a module that contains a sysctl which is already compiled | mux | 2003-05-29 | 1 | -1/+24 |
* | Add an INVARIENTS only check to make sure Giant is held if mbuf | dwmalone | 2003-05-29 | 1 | -0/+2 |
* | Grab giant in sendit rather than kern_sendit because sockargs may | dwmalone | 2003-05-29 | 1 | -4/+6 |
* | In cluster_wbuild(), initialise b_iocmd to BIO_WRITE before calling | iedowse | 2003-05-28 | 1 | -1/+3 |
* | Copy the va_list in sbuf_vprintf() before passing it to vsnprintf(), | peter | 2003-05-25 | 1 | -1/+4 |
* | - Create a new lock, umtx_lock, for use instead of the proc lock for | jeff | 2003-05-25 | 1 | -6/+13 |
* | - Reset the free ent to NULL if we have consumed the last free entry. This | jeff | 2003-05-25 | 1 | -0/+2 |
* | Make the maximum number of vnodes a function of both the physical memory | alc | 2003-05-23 | 1 | -1/+10 |
* | When we are spilling threads out of the run queue during panic, make sure we | julian | 2003-05-21 | 1 | -3/+6 |
* | 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 |