kernel - Major signal path adjustments to fix races, tsleep race fixes, +more
[dragonfly.git] / sys / netproto / smb / smb_subr.c
2011-11-15 Matthew Dillonkernel - Major signal path adjustments to fix races...
2010-08-28 Matthew Dillonkernel - unwind kthread_create() mplock
2010-07-14 Samuel J. Greearkern - Always give a new thread a ucred
2009-07-15 Matthew DillonMPSAFE - tsleep_interlock, BUF/BIO, cluster, swap_pager.
2009-07-14 Matthew Dillontsleep() - Add PINTERLOCKED flag to catch edge case.
2009-06-24 Matthew DillonAMD64 - Fix many compile-time warnings. int/ptr type...
2008-01-06 Sascha WildnerRemove bogus checks after kmalloc(M_WAITOK) which never...
2007-03-01 Simon Schubert1:1 Userland threading stage 4.7/4:
2007-02-25 Simon SchubertGet rid of struct user/UAREA.
2007-02-21 Simon Schubert1:1 Userland threading stage 2.20/4:
2007-02-03 Simon Schubert1:1 Userland threading stage 2.11/4:
2007-01-01 Simon Schubert1:1 Userland threading stage 2.10/4:
2006-12-22 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
2006-12-18 Matthew DillonRename kvprintf -> kvcprintf (call-back version)
2006-09-30 Simon SchubertFix smb panic, td might be NULL
2006-09-19 Simon Schubert1:1 Userland threading stage 2.9/4:
2006-09-05 Matthew DillonRename malloc->kmalloc, free->kfree, and realloc->kreal...
2005-12-08 Matthew DillonClean up more spinlock conversion issues and fix relate...
2005-12-06 Matthew DillonThe new lockmgr() function requires spinlocks, not...
2005-12-03 Matthew DillonFix a bogus proc0 test that is no longer accurate....
2005-11-14 Matthew DillonMake tsleep/wakeup() MP SAFE for kernel threads and...
2005-10-11 Simon Schubert1:1 Userland threading stage 2.8/4:
2005-03-02 Matthew DillonPHOLD is a throwback to FreeBSD that we don't actually...
2005-01-06 Matthew DillonFix a kernel crash that occurs when the SMB protocol...
2004-06-20 Hiten PandyaMove the 'p_start' field from struct pstats (Process...
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-09 Matthew DillonCore integer types header file reorganization stage...
2003-08-07 Matthew Dillonkernel tree reorganization stage 1: Major cvs repositor...
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-22 Matthew Dillonthread stage 10: (note stage 9 was the kern/lwkt_rwlock...
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: