kernel - lwkt_token revamp
[dragonfly.git] / sys / netproto / smb / smb_subr.h
2010-06-06 Matthew Dillonkernel - lwkt_token revamp
2009-04-24 AlexFix various clang compile issues
2008-12-15 Michael Neumannsuser_* to priv_* conversion
2006-12-22 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
2006-06-04 Matthew DillonRemove LWKT reader-writer locks (kern/lwkt_rwlock.c...
2006-05-21 Matthew DillonImplement a much faster spinlock.
2005-12-06 Matthew DillonThe new lockmgr() function requires spinlocks, not...
2005-02-17 Joerg SonnenbergerGCC supports two pseudo variables to get the function...
2005-01-06 Matthew DillonFix a kernel crash that occurs when the SMB protocol...
2004-03-19 Matthew DillonGet rid of the obsolete SMP checks in SMBFS.
2004-03-01 Matthew DillonNewtoken commit. Change the token implementation as...
2003-11-15 Matthew DillonMisc cleanups to take care of GCC3.x warnings. Missing...
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-23 Matthew Dillonproc->thread stage 2: MAJOR revamping of system calls...
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: