kernel - Fix global counter used in lockf assertions
[dragonfly.git] / sys / kern / kern_lockf.c
2010-11-18 Matthew Dillonkernel - Fix global counter used in lockf assertions
2010-08-30 Alex Hornungspinlocks - Rename API to spin_{try,un,}lock
2010-08-10 Matthew Dillonkernel - Fix lockf panic
2010-06-06 Matthew Dillonkernel - lwkt_token revamp
2009-12-21 Matthew Dillonkernel - Refactor the lwkt_token code, making it faster
2009-12-28 Matthew Dillonkernel - fine-grained namecache and partial vnode MPSAF...
2009-06-08 Aggelos Economopouloslock around accesses to uidinfo and varsymset
2007-11-01 Matthew DillonCorrect a bug in the lockf code. F_NOEND was not being...
2006-12-23 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
2006-12-18 Matthew DillonRename kvprintf -> kvcprintf (call-back version)
2006-09-05 Matthew DillonRename malloc->kmalloc, free->kfree, and realloc->kreal...
2006-08-03 Matthew DillonGet rid of a bogus check that cut the blocked-lock...
2006-07-25 Matthew DillonFix a bug where the VMAYHAVELOCKS flag on a vnode may...
2006-05-27 Matthew DillonClear the new VMAYHAVELOCKS flag when after an unlock...
2006-05-27 Matthew DillonGreatly reduce the MP locking that occurs in closef...
2006-05-11 Matthew DillonFix three bugs in the last commit and document special...
2006-05-08 Matthew DillonRewrite the POSIX locking code. It was becomming impos...
2006-05-07 Matthew DillonRemove the internal F_FLOCK flag. Either F_POSIX or...
2006-05-03 Matthew DillonRemove the accounting argument from lf_create_range...
2006-04-28 Matthew DillonFix a bug in the POSIX locking code. The system could...
2005-04-14 Joerg Sonnenbergerwether ==> whether
2005-03-03 Matthew Dillonoff_t is a signed value. The last commit caused the...
2005-03-02 Joerg SonnenbergerUse ULLONG_MAX, off_t is unsigned.
2005-02-10 Joerg SonnenbergerAdd the 'All rights reserved.'. It's not entirely clear...
2004-07-10 Joerg SonnenbergerIn lf_wakeup, once we got a range embedded in the unloc...
2004-06-27 Joerg SonnenbergerPrint the correct list in _lf_print_lock
2004-06-26 Matthew DillonEnhance lockf's debugging with macros. Print the origi...
2004-06-26 Matthew DillonAdd a short unconditional sleep in the lockf retry...
2004-06-25 Joerg SonnenbergerFix a race in the initialisation of struct lock by...
2004-05-11 Matthew DillonFollowup log-only addendum: It turns out that last...
2004-05-11 Matthew Dillonlf_alloc_range() must initialize the returned structure...
2004-05-11 Matthew Dillonlf_setlock() was not returning the correct error code...
2004-05-09 Joerg SonnenbergerFix two bugs in the lockf code. The first one is a...
2004-05-07 Joerg SonnenbergerFix panic due to the way change_ruid handles the userinfo.
2004-05-07 Matthew DillonOne of the lf_create_range() calls in lf_clearlock...
2004-05-05 Joerg SonnenbergerSerialize access to lockf via pool tokens.
2004-05-04 Joerg SonnenbergerFix races in lf_getlock and lf_clearlock when waiting...
2004-05-03 Joerg SonnenbergerPOSIX lock resource limit part 3/4
2003-08-26 Robert Garrett__P() removal
2003-08-07 Matthew Dillonkernel tree reorganization stage 1: Major cvs repositor...
2003-07-26 Robert GarrettRegister keyword removal
2003-07-19 Matthew DillonRemove the priority part of the priority|flags argument...
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: