kernel: add a flags argument to LOCK_SYSINIT
[dragonfly.git] / sys / kern / kern_lock.c
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 Markus Pfeifferkernel: Change wmesg type for lockinit, lockreinit
2012-03-28 Matthew Dillonkernel - Revert 0d52e78c527ec7ba3ac62d40d9fa588c964d4c55
2012-03-27 Venkatesh Srinivaskernel -- DEBUG_LOCKS: Do not panic if releasing a...
2011-12-01 Matthew Dillonkernel - Enhanced lockmgr debugging, panic in double...
2011-11-26 John MarinoInitial import of binutils 2.22 on the new vendor branch
2011-11-18 Matthew Dillonkernel - Cleanup and document
2011-10-18 Matthew Dillonkernel - Major SMP performance patch / VM system, bus...
2011-01-25 Venkatesh Srinivaskernel -- lockmgr debugging.
2010-12-29 Matthew Dillonkernel - Fix lockmgr non-zero exclusive count panic (2)
2010-12-29 Matthew Dillonkernel - Fix lockmgr non-zero exclusive count panic
2010-12-26 Venkatesh Srinivaskernel -- Spinlock debugging.
2010-08-30 Alex Hornungspinlocks - Rename API to spin_{try,un,}lock
2010-08-29 Matthew DillonMPSAFE TTY - Refactor kprintf()'s spinlock, shutdown...
2010-08-29 Matthew Dillonkernel - Introduce hard code sections, simplify critica...
2010-06-12 Matthew Dillonkernel - add lockowned()
2010-01-15 Matthew Dillonkernel - Fix not-quite-nonblocking VX lock in allocfree...
2009-12-16 Sascha WildnerFix some warnings that creep up when compiling without...
2009-08-24 Matthew DillonRename msleep() to ssleep().
2009-07-15 Matthew DillonMPSAFE - tsleep_interlock, BUF/BIO, cluster, swap_pager.
2008-01-09 Simon SchubertFix lockuninit.
2007-08-20 Matthew DillonAdd a prototype and wrapper for lockuninit() to complem...
2006-12-23 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
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-25 Matthew DillonModifying lk_flags during lock reinitialization require...
2006-05-21 Matthew DillonImplement a much faster spinlock.
2006-05-07 Matthew Dillonlockmgr_kernproc() wasn't checking whether the lockhold...
2006-05-05 Matthew DillonRemove the thread pointer argument to lockmgr(). All...
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...
2005-06-06 Matthew DillonRemove spl*() calls from kern, replacing them with...
2005-01-19 David RhodusANSI and whitespace cleanup. No operational changes.
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-12 Matthew DillonPrep for GCC 3.x kernel compiles, stage 1/2: Remove...
2003-10-02 Matthew DillonFix a number of interrupt related issues.
2003-09-25 Matthew DillonAllow unlock and non-blocking lock operations from...
2003-08-25 Matthew DillonAdd the NO_KMEM_MAP kernel configuration option. This...
2003-07-21 Matthew DillonLINT build test. Aggregated source code adjustments...
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: