kernel: add a flags argument to LOCK_SYSINIT
[dragonfly.git] / sys / sys / lock.h
2012-08-03 François Tigeotkernel: add a flags argument to LOCK_SYSINIT
2012-08-03 François Tigeotkernel: add a LOCK_SYSINIT helper macro
2012-04-24 Sascha Wildner<sys/lock.h>: A little whitespace adjustment.
2012-04-24 Markus Pfeifferkernel: Change wmesg type for lockinit, lockreinit
2011-11-26 John MarinoInitial import of binutils 2.22 on the new vendor branch
2011-10-18 Matthew Dillonkernel - Major SMP performance patch / VM system, bus...
2010-06-12 Matthew Dillonkernel - add lockowned()
2010-01-15 Matthew Dillonkernel - Fix not-quite-nonblocking VX lock in allocfree...
2007-08-20 Matthew DillonAdd a prototype and wrapper for lockuninit() to complem...
2006-08-11 Matthew DillonVNode sequencing and locking - part 2/4.
2006-08-08 Matthew DillonLK_NOPAUSE no longer serves a purpose, scrap it.
2006-05-05 Matthew DillonRemove the thread pointer argument to lockmgr(). All...
2006-04-23 Matthew DillonRemove LK_REENABLE (related to the LK_DRAIN removal).
2006-04-23 Matthew DillonRemove the now unused interlock argument to the lockmgr...
2006-04-23 Matthew DillonRemove all remaining support for LK_DRAIN lockmgr locks...
2006-03-02 Matthew DillonPass LK_PCATCH instead of trying to store tsleep flags...
2005-11-19 Matthew DillonConvert the lockmgr interlock from a token to a spinloc...
2004-11-09 Matthew DillonAdd lockcountnb() - a non-blocking version of lockcount...
2004-08-28 Matthew DillonVFS messaging/interfacing work stage 4/99. This stage...
2004-03-01 Matthew DillonNewtoken commit. Change the token implementation as...
2003-11-21 Matthew DillonDo some fairly major include file cleanups to further...
2003-08-20 Robert Garrett__P() != wanted, begin removal, in order to preserve...
2003-07-19 Matthew DillonRemove the priority part of the priority|flags argument...
2003-07-06 Matthew DillonMP Implementation 1/2: Get the APIC code working again...
2003-06-25 Matthew Dillonproc->thread stage 4: rework the VFS and DEVICE subsyst...
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: