| Commit message (Expand) | Author | Age | Files | Lines |
* | Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs. | ed | 2011-11-07 | 1 | -1/+1 |
* | In lf_iteratelocks_vnode, increment state->ls_threads around iterating | kib | 2009-06-25 | 1 | -1/+10 |
* | Decrement state->ls_threads when vnode appeared to be doomed. | kib | 2009-06-17 | 1 | -0/+2 |
* | Do not leak the state->ls_lock after VI_DOOMED check introduced | kib | 2009-06-10 | 1 | -0/+1 |
* | The advisory lock may be activated or activated and removed during the | kib | 2009-05-24 | 1 | -2/+15 |
* | In lf_purgelocks(), assert that state->ls_pending is empty after we | kib | 2009-05-24 | 1 | -1/+3 |
* | In lf_advlockasync(), recheck for doomed vnode after the state->ls_lock | kib | 2009-05-24 | 1 | -2/+17 |
* | Replace the while statement with the if for clarity. The loop body | kib | 2009-05-24 | 1 | -1/+1 |
* | Remove unused variable. | ganbold | 2008-11-27 | 1 | -2/+1 |
* | Don't rely on the value of *statep without first taking the vnode interlock. | dfr | 2008-10-24 | 1 | -1/+4 |
* | Re-implement the client side of rpc.lockd in the kernel. This implementation | dfr | 2008-06-26 | 1 | -26/+110 |
* | When blocking on an F_FLOCK style lock request which is upgrading a | dfr | 2008-05-09 | 1 | -11/+12 |
* | Fix compilation with LOCKF_DEBUG. | dfr | 2008-04-16 | 1 | -1/+1 |
* | Move the head of byte-level advisory lock list from the | kib | 2008-04-16 | 1 | -1/+96 |
* | Don't try to use an SX lock while holding the vnode interlock. | dfr | 2008-04-01 | 1 | -5/+10 |
* | Add the new kernel-mode NFS Lock Manager. To use it instead of the | dfr | 2008-03-26 | 1 | -465/+1888 |
* | - Fix the last of the threading bugs that were introduced as far back as | jeff | 2008-03-19 | 1 | -6/+12 |
* | - Relax requirements for p_numthreads, p_threads, p_swtick, and p_nice from | jeff | 2008-03-19 | 1 | -3/+3 |
* | Do not call free() while holding vnode interlock. | kib | 2007-08-07 | 1 | -27/+44 |
* | - Remove explicit Giant protection from lockf. Use the vnode interlock | jeff | 2007-07-03 | 1 | -54/+56 |
* | Commit 14/14 of sched_lock decomposition. | jeff | 2007-06-05 | 1 | -8/+16 |
* | Print name of device instead of useless major/minor numbers. | phk | 2005-03-29 | 1 | -3/+2 |
* | Fix a debug message to print a usable device name rather than useless | phk | 2005-03-15 | 1 | -3/+2 |
* | - Make lf_print static and move its prototype into kern_lockf.c | jeff | 2005-01-25 | 1 | -18/+40 |
* | /* -> /*- for copyright notices, minor format tweaks as necessary | imp | 2005-01-06 | 1 | -1/+1 |
* | Remove advertising clause from University of California Regent's license, | imp | 2004-04-05 | 1 | -4/+0 |
* | Use __FBSDID(). | obrien | 2003-06-11 | 1 | -1/+3 |
* | Deprecate machine/limits.h in favor of new sys/limits.h. | kan | 2003-04-29 | 1 | -2/+1 |
* | Including <sys/stdint.h> is (almost?) universally only to be able to use | phk | 2003-03-18 | 1 | -1/+0 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -2/+2 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -2/+2 |
* | - Fix a bunch of casts to long which were truncating off_t's. | mux | 2002-11-07 | 1 | -17/+15 |
* | Remove a conditional #include <sys/kernel.h>, it is already | mux | 2002-09-14 | 1 | -1/+0 |
* | Add a #include for <sys/mount.h> | phk | 2002-08-13 | 1 | -0/+1 |
* | More caddr_t removal. | alfred | 2002-06-29 | 1 | -3/+3 |
* | Remove __P. | alfred | 2002-03-19 | 1 | -8/+8 |
* | make LOCKF_DEBUG kernel option work (sorta) | alfred | 2001-12-02 | 1 | -10/+26 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -13/+17 |
* | advlock: simplify overflow checks | ache | 2001-08-29 | 1 | -2/+2 |
* | Cosmetique & style fixes from bde | ache | 2001-08-26 | 1 | -5/+2 |
* | Remove extra check unneded now | ache | 2001-08-24 | 1 | -2/+0 |
* | Add yet one check for SEEK_END overflow | ache | 2001-08-23 | 1 | -1/+2 |
* | Oops, fix my broken handling of new l_len<0 case | ache | 2001-08-23 | 1 | -2/+4 |
* | Originally BSD return EINVAL for l_len < 0, but now POSIX wants it too, | ache | 2001-08-23 | 1 | -3/+6 |
* | Cosmetique: correct English in comments | ache | 2001-08-23 | 1 | -2/+2 |
* | Move <machine/*> after <sys/*> | ache | 2001-08-23 | 1 | -2/+2 |
* | Detect off_t EOVERFLOW of start/end offsets calculations for adv. lock, | ache | 2001-08-23 | 1 | -1/+12 |
* | Undo part of the tangle of having sys/lock.h and sys/mutex.h included in | markm | 2001-05-01 | 1 | -0/+1 |
* | Implement client side NFS locks. | alfred | 2001-04-17 | 1 | -1/+1 |
* | Protect p_wmesg and p_wchan with sched_lock while checking for deadlocks | jhb | 2001-03-24 | 1 | -0/+3 |