AMD64 - Refactor uio_resid and size_t assumptions.
[dragonfly.git] / sys / kern / kern_fp.c
2009-08-19 Matthew DillonAMD64 - Refactor uio_resid and size_t assumptions.
2008-12-15 Michael Neumannsuser_* to priv_* conversion
2007-01-12 Matthew DillonFix a number of places where the kernel assumed it...
2006-11-07 Matthew DillonMisc cleanups and CVS surgery. Move a number of header...
2006-09-18 Matthew DillonDisallow writes to filesystems mounted read-only via...
2006-06-13 Matthew DillonAdd kernel syscall support for explicit blocking and...
2006-05-06 Matthew DillonThe fdrop() procedure no longer needs a thread argument...
2006-05-06 Matthew DillonThe thread/proc pointer argument in the VFS subsystem...
2006-04-01 Matthew DillonUse the vnode v_opencount and v_writecount universally...
2006-03-29 Matthew DillonRemove VOP_GETVOBJECT, VOP_DESTROYVOBJECT, and VOP_CREA...
2005-09-02 Jeffrey HsuNow that the C language has a "void *", use it instead...
2005-07-13 Matthew DillonMake shutdown() a fileops operation rather then a socke...
2005-07-06 Matthew DillonAdd another argument to fp_read() to tell the kernel...
2004-11-12 Matthew DillonVFS messaging/interfacing work stage 9/99: VFS 'NEW...
2004-10-12 Matthew DillonVFS messaging/interfacing work stage 8/99: Major rework...
2004-07-29 Matthew DillonWork to allow pure threads to issue VFS lookups: fp_op...
2004-07-16 Matthew DillonUpdate all my personal copyrights to the Dragonfly...
2004-03-01 Matthew DillonNewtoken commit. Change the token implementation as...
2003-10-19 Matthew DillonAdd a fp_vpopen() function to kern_fp.c, and add reserv...
2003-10-19 Matthew DillonEnhance the fp_*() API. Reorganize the ELF dump code...
2003-10-13 Matthew DillonFix miscellanious kern_fp.c bugs.
2003-10-13 Matthew DillonAugment falloc() to support thread-only file pointers...