AMD64 - Refactor uio_resid and size_t assumptions.
[dragonfly.git] / sys / vfs / fdesc / fdesc_vnops.c
2009-08-19 Matthew DillonAMD64 - Refactor uio_resid and size_t assumptions.
2007-11-20 Matthew DillonMake necessary changes to readdir/getdirentries to...
2007-08-08 Sascha WildnerAdjust some comments with reality.
2007-05-09 Matthew DillonGive the device major / minor numbers their own separat...
2006-12-23 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
2006-12-20 Matthew DillonRename sprintf -> ksprintf
2006-09-05 Matthew DillonRename malloc->kmalloc, free->kfree, and realloc->kreal...
2006-08-12 Matthew DillonVNode sequencing and locking - part 3/4.
2006-07-28 Matthew DillonMASSIVE reorganization of the device operations vector...
2006-07-18 Matthew DillonRemove several layers in the vnode operations vector...
2006-05-24 Matthew Dillonspinlock more of the file descriptor code. No apprecia...
2006-05-19 Matthew DillonConvert most manual accesses to filedesc->fd_files...
2006-05-06 Matthew DillonRemove the thread argument from all mount->vfs_* functi...
2006-05-06 Matthew DillonThe thread/proc pointer argument in the VFS subsystem...
2006-05-05 Matthew DillonSimplify vn_lock(), VOP_LOCK(), and VOP_UNLOCK() by...
2006-04-01 Matthew DillonUse the vnode v_opencount and v_writecount universally...
2006-01-13 Sascha Wildner* Remove (void) casts for discarded return values.
2006-01-09 Simon SchubertFix proc->lwp conversion error
2005-10-09 Simon Schubert1:1 Userland threading stage 2.5/4:
2005-09-14 Matthew DillonRename all the functions and structures for the old...
2005-08-16 Joerg SonnenbergerUse vop_write_dirent. Correctly handle the case of...
2005-07-26 Hiten PandyaClean the VFS operations vector and related code:
2005-06-22 Matthew DillonFile descriptor cleanup stage 2, remove the separate...
2005-02-15 Joerg SonnenbergerIntroduce vnodepv_entry_t as type for the vnodeopv_entr...
2004-12-17 Matthew DillonVFS messaging/interfacing work stage 10/99:
2004-10-12 Matthew DillonVFS messaging/interfacing work stage 8/99: Major rework...
2004-08-28 Matthew DillonVFS messaging/interfacing work stage 4/99. This stage...
2004-08-17 Matthew DillonVFS messaging/interfacing work stage 2/99. This stage...
2004-08-13 Matthew DillonVFS messaging/interfacing work stage 1/99. This stage...
2004-04-24 David RhodusRemove the VREF() macro and uses of it.
2004-04-01 Chris PresseyStyle(9) cleanup to src/sys/vfs, stage 3/21: fdesc.
2004-03-01 Matthew DillonNewtoken commit. Change the token implementation as...
2003-09-23 Matthew Dillonnamecache work stage 1: namespace cleanups. Add a...
2003-08-20 Robert Garrett__P()!=wanted, remove old style prototypes from the...
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-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: