kernel - Introduce lightweight buffers
[dragonfly.git] / sys / kern / kern_umtx.c
2010-03-18 Samuel J. Greearkernel - Introduce lightweight buffers
2009-12-20 Matthew Dillonkernel - Move mplock to machine-independent C
2009-12-13 Matthew Dillonkernel - Move MP lock inward, plus misc other stuff
2009-07-15 Matthew DillonMPSAFE - tsleep_interlock, BUF/BIO, cluster, swap_pager.
2009-07-14 Matthew Dillontsleep() - Add PINTERLOCKED flag to catch edge case.
2008-05-09 Matthew DillonFix many bugs and issues in the VM system, particularly...
2008-04-14 Matthew DillonFix a bug in umtx_sleep(). This function sleeps on...
2007-07-02 Matthew DillonDo not allow umtx_sleep() to restart on a restartable...
2007-01-11 Matthew DillonReplace remaining uses of vm_fault_quick() with vm_faul...
2006-06-05 Matthew DillonModify kern/makesyscall.sh to prefix all kernel system...
2005-06-03 Matthew DillonReplace cpu_mb1() and cpu_mb2() with cpu_mfence(),...
2005-03-22 David XuDon't restart a timeout wait, one can periodically...
2005-01-23 Joerg SonnenbergerUse __DEQUALIFY, not only __DECONST to get rid of the...
2005-01-14 Matthew DillonAdd syscall primitives for generic userland accessible...