kernel - use new td_ucred in numerous places
[dragonfly.git] / sys / emulation / linux / linux_stats.c
2009-12-15 Matthew Dillonkernel - use new td_ucred in numerous places
2009-12-13 Matthew Dillonkernel - Move MP lock inward, plus misc other stuff
2009-03-31 Matthew DillonAdjust vfinddev() to return a referenced vnode in ...
2008-09-28 Matthew DillonLinux emulation adjustments.
2007-05-08 Matthew DillonReplace NOCDEV with NULL. NOCDEV was ((void *)-1)...
2006-12-23 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
2006-10-27 Matthew DillonMajor namecache work primarily to support NULLFS.
2006-09-10 Matthew DillonChange the kernel dev_t, representing a pointer to...
2006-09-09 Matthew DillonRename the kernel NODEV to NOCDEV to avoid conflicts...
2006-08-19 Sascha WildnerRemove coda remains.
2006-06-05 Matthew DillonModify kern/makesyscall.sh to prefix all kernel system...
2006-05-24 Matthew Dillonspinlock more of the file descriptor code. No apprecia...
2006-05-06 Matthew DillonRemove the thread argument from all mount->vfs_* functi...
2005-08-09 Joerg SonnenbergerDon't hide errors from kern_statfs by overwriting error...
2005-08-09 Joerg SonnenbergerUse vn_get_namelen to reduce bogusnes.
2004-11-12 Matthew DillonVFS messaging/interfacing work stage 9/99: VFS 'NEW...
2004-10-05 Matthew DillonVFS messaging/interfacing work stage 7e/99: More firmin...
2004-09-30 Matthew DillonVFS messaging/interfacing work stage 7/99. BEGIN DESTA...
2004-05-19 Matthew DillonDevice layer rollup commit.
2003-11-13 David P. Reese, Jr.Split mkfifo().
2003-10-21 David P. Reese, Jr.Create the kern_fstat() and kern_ftruncate() in-kernel...
2003-09-29 Matthew DillonCleanup: get rid of the CNP_NOFOLLOW pseudo-flag. ...
2003-09-23 Matthew Dillonnamecache work stage 1: namespace cleanups. Add a...
2003-08-15 Matthew DillonMake modules work again part 1: linkup emulation/ and...
2003-08-07 Matthew Dillonkernel tree reorganization stage 1: Major cvs repositor...
2003-07-22 Matthew DillonDEV messaging stage 2/4: In this stage all DEV commands...
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: