| Commit message (Expand) | Author | Age | Files | Lines |
| * | If the current offset is strictly less than the process filesize |  guenther | 2012-07-11 | 1 | -1/+36 |
| * | When checking for offset wrap around in vn_read(), compare against |  guenther | 2011-11-27 | 1 | -2/+2 |
| * | Make pwrite/pwritev ignore the O_APPEND flag. |  guenther | 2011-11-07 | 1 | -4/+9 |
| * | Add support for the O_CLOEXEC and O_DIRECTORY flags introduced in |  matthew | 2011-07-09 | 1 | -1/+5 |
| * | Minor turd polishing: hold the vnode lock in vn_rdwr() only while |  matthew | 2011-07-06 | 1 | -5/+7 |
| * | move the specfs code to a place people can see it; ok guenther thib krw |  deraadt | 2011-07-04 | 1 | -2/+2 |
| * | Correct the links between threads, processes, pgrps, and sessions, |  guenther | 2010-07-26 | 1 | -4/+5 |
| * | As advertised in the man page, make open(2) return ELOOP (instead |  stsp | 2010-01-08 | 1 | -2/+2 |
| * | Remove the VREF() macro and replaces all instances with a call to verf(), |  thib | 2009-07-09 | 1 | -2/+2 |
| * | Switch struct stat's timespec members to the names standardized in |  guenther | 2009-01-29 | 1 | -4/+4 |
| * | propagate the O_EXCL flag down to the file systems, by setting |  thib | 2009-01-24 | 1 | -1/+3 |
| * | Fix a bunch of problems and races with posix file locking. |  art | 2008-09-19 | 1 | -3/+14 |
| * | bring cloning up too date; Munge it so it will work with atleast |  thib | 2008-04-08 | 1 | -6/+8 |
| * | Forgotten hackton diff: bounds check for seek on special devices |  otto | 2007-06-14 | 1 | -2/+1 |
| * | FIBMAP is used by nothing; checked by miod and pvalchev |  deraadt | 2007-06-01 | 1 | -4/+1 |
| * | vn_access hasn't been used for ages and it's just a wrapper with |  art | 2007-05-05 | 1 | -15/+1 |
| * | Remove the v_interlock simplelock from the vnode structure. |  thib | 2007-03-21 | 1 | -6/+2 |
| * | Retire VOP_LEASE(); It was a bit for NQNFS and has |  thib | 2007-01-16 | 1 | -7/+1 |
| * | Add a clonable devices implementation. Hacked along with thib@, input |  pedro | 2006-06-02 | 1 | -1/+16 |
| * | Move vn_isunder() to vfs_vnops.c, that's the place for vn_* functions |  pedro | 2006-05-01 | 1 | -1/+15 |
| * | 'fall into' -> FALLTHROUGH |  pedro | 2006-04-23 | 1 | -3/+2 |
| * | Remove unnecessary ARGSUSED comment |  pedro | 2006-04-23 | 1 | -2/+1 |
| * | KNF |  pedro | 2006-04-23 | 1 | -4/+10 |
| * | Add vn_access(), discussed with and okay uwe@ |  pedro | 2005-12-04 | 1 | -1/+19 |
| * | Use ANSI function declarations and deregister, no binary change |  pedro | 2005-11-20 | 1 | -73/+27 |
| * | have vn_close() lock the vnode before calling VOP_CLOSE(). |  marius | 2005-05-28 | 1 | -2/+3 |
| * | Change mode_t and nlink_t from 16bit to 32bit. This allows us to |  millert | 2004-07-13 | 1 | -2/+2 |
| * | Replace select backends with poll backends. selscan() and pollscan() |  millert | 2003-09-23 | 1 | -8/+8 |
| * | remove caddr_t casts. it's just silly to cast something when the function |  tedu | 2003-07-21 | 1 | -2/+2 |
| * | Remove the advertising clause in the UCB license which Berkeley |  millert | 2003-06-02 | 1 | -6/+2 |
| * | Since LK_RECURSEFAIL and LK_CANRECURSE contradict each other |  art | 2002-03-17 | 1 | -6/+6 |
| * | First round of __P removal in sys |  millert | 2002-03-14 | 1 | -10/+10 |
| * | UBC was a disaster. It worked very good when it worked, but on some |  art | 2001-12-19 | 1 | -30/+5 |
| * | Don't sleep on VXLOCK if LK_NOWAIT. |  art | 2001-12-10 | 1 | -1/+5 |
| * | Merge in struct uvm_vnode into struct vnode. |  art | 2001-12-10 | 1 | -4/+4 |
| * | Merge in the unified buffer cache code as found in NetBSD 2001/03/10. The |  art | 2001-11-27 | 1 | -5/+26 |
| * | New function vn_marktext - mark a vnode as executing a text image. |  art | 2001-11-15 | 1 | -1/+11 |
| * | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. |  miod | 2001-11-06 | 1 | -3/+1 |
| * | Ignore O_TRUNC on open() if we are not opening a regular file. |  millert | 2001-07-16 | 1 | -2/+2 |
| * | remove old vm |  art | 2001-06-27 | 1 | -8/+2 |
| * | KNF |  deraadt | 2001-06-22 | 1 | -3/+3 |
| * | Add a fo_stat member to struct fileops. Used soon. |  art | 2001-05-14 | 1 | -2/+3 |
| * | Implement a wrapper round vn_stat that takes the same arguments |  art | 2001-05-14 | 1 | -2/+16 |
| * | port kqueue changes from freebsd, plus all required openbsd glue. |  provos | 2001-03-01 | 1 | -81/+6 |
| * | support for kernel events on vnodes, from jlemon@freebsd.org, okay art@ |  provos | 2000-11-21 | 1 | -1/+84 |
| * | non-O_NOFOLLOW error introduced by accident, this is fragile code.. |  deraadt | 2000-04-25 | 1 | -1/+2 |
| * | Change kernel-only open flag FNOSYMLINK to userland-visible O_NOFOLLOW; |  millert | 2000-04-21 | 1 | -12/+9 |
| * | Change struct file interface methods read and write to pass file offset in |  csapuntz | 2000-04-19 | 1 | -12/+23 |
| * | FIBMAP ioctl from Linux, only usable on ISO 9660 FS. Note that the lba |  angelos | 1999-11-13 | 1 | -1/+5 |
| * | change a & to &&. From dima@best.net |  art | 1999-08-26 | 1 | -2/+2 |