kernel - lwkt_token revamp
[dragonfly.git] / sys / vfs / fifofs / fifo_vnops.c
2010-06-06 Matthew Dillonkernel - lwkt_token revamp
2010-01-13 Matthew Dillonkernel - fifofs - Fix missing token releases
2010-01-13 Matthew Dillonkernel - fifofs - Fix missing token releases
2009-12-29 Matthew Dillonkernel - fix fifofs kqueue broken on the 25th
2009-12-27 Matthew Dillonkernel - Add per-mount token to replace mplock.
2009-12-28 Matthew Dillonkernel - fine-grained namecache and partial vnode MPSAF...
2009-08-26 Matthew DillonKernel - pass sysmsg through to ioctl.
2009-07-14 Matthew DillonMPSAFE - Add read() and write() path MPSAFE support...
2009-04-07 Sascha WildnerGenerally use NULL instead of explicitly casting 0...
2007-08-13 Matthew DillonRemove the vpp (returned underlying device vnode) argum...
2007-08-08 Sascha WildnerAdjust some comments with reality.
2007-05-06 Matthew DillonUse SYSREF to reference count struct vnode. v_usecount...
2007-04-22 Matthew DillonGive the sockbuf structure its own header file and...
2007-04-20 Matthew DillonClean up the so_pru_soreceive() API a bit to make it...
2006-12-23 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
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-19 Matthew DillonIntroduce sys/syslink.h, the beginnings of a VOP-compat...
2006-07-18 Matthew DillonRemove several layers in the vnode operations vector...
2006-06-13 Matthew DillonAdd kernel syscall support for explicit blocking and...
2006-05-07 Matthew DillonRemove the internal F_FLOCK flag. Either F_POSIX or...
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-14 Matthew Dillonvop_stdopen() must be called when a fifo_open fails...
2006-04-01 Matthew DillonUse the vnode v_opencount and v_writecount universally...
2006-03-27 Matthew DillonRemove NQNFS support. The mechanisms are too crude...
2006-03-24 Matthew DillonMajor BUF/BIO work commit. Make I/O BIO-centric and...
2006-01-13 Sascha Wildner* Remove (void) casts for discarded return values.
2005-09-17 Matthew DillonAdd an argument to vfs_add_vnodeops() to specify VVF_...
2005-09-14 Matthew DillonRename all the functions and structures for the old...
2005-09-02 Jeffrey HsuNow that the C language has a "void *", use it instead...
2005-02-15 Joerg SonnenbergerIntroduce vnodepv_entry_t as type for the vnodeopv_entr...
2004-10-12 Matthew DillonVFS messaging/interfacing work stage 8/99: Major rework...
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-06 Chris PresseyStyle(9) cleanup to src/sys/vfs, stage 4/21: fifofs.
2004-03-01 Matthew DillonNewtoken commit. Change the token implementation as...
2003-09-04 Hiten PandyaOK, fix build, while I am there, I will get some screw...
2003-09-04 Hiten PandyaFix logic, flow and comments for previous (rev 1.9...
2003-09-03 Robert GarrettI am not certain but I believe this is what was intende...
2003-09-03 Hiten PandyaIntroduce a new poll operation bit, `POLLINGIGNEOF...
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-26 Robert GarrettRegister keyword removal
2003-07-19 Matthew DillonRemove the priority part of the priority|flags argument...
2003-06-26 Matthew Dillonproc->thread stage 5: BUF/VFS clearance! Remove the...
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: