mqueues: Port POSIX message queues from NetBSD.
[dragonfly.git] / sys / sys / file.h
2009-10-11 Stathis Kamperismqueues: Port POSIX message queues from NetBSD.
2009-08-26 Matthew DillonKernel - pass sysmsg through to ioctl.
2009-04-03 Matthew DillonRevoke reimplementation - primary commit part 1/2.
2007-01-12 Matthew DillonFix a number of places where the kernel assumed it...
2006-10-27 Matthew DillonMajor namecache work primarily to support NULLFS.
2006-08-06 Matthew DillonAdd structures and skeleton code for a new system call...
2006-08-02 Matthew DillonGet rid of some unused fields in the fileops and adjust...
2006-06-13 Matthew DillonAdd kernel syscall support for explicit blocking and...
2006-05-26 Matthew Dillon* Make falloc() MPSAFE. filehead (the file list) and...
2006-05-22 Matthew DillonGive struct filedesc and struct file a spinlock, and...
2006-05-20 Matthew DillonI'm growing tired of having to add #include lines for...
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...
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-09-30 Matthew DillonVFS messaging/interfacing work stage 7/99. BEGIN DESTA...
2004-05-13 Matthew Dillondevice switch 1/many: Remove d_autoq, add d_clone ...
2004-04-21 Matthew DillonFollowup commit, redo the way the root file descriptor...
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 DillonAugment falloc() to support thread-only file pointers...
2003-08-27 Matthew DillonA significant number of applications need access to...
2003-07-29 Matthew Dillonfileops messaging stage 1: add port and feature mask...
2003-06-25 Matthew Dillonproc->thread stage 4: rework the VFS and DEVICE subsyst...
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: