Age | Commit message (Expand) | Author |
2010-07-26 | Correct the links between threads, processes, pgrps, and sessions, | Philip Guenthe |
2010-01-08 | As advertised in the man page, make open(2) return ELOOP (instead | Stefan Sperling |
2009-07-09 | Remove the VREF() macro and replaces all instances with a call to verf(), | Thordur I. Bjornsson |
2009-01-29 | Switch struct stat's timespec members to the names standardized in | Philip Guenthe |
2009-01-24 | propagate the O_EXCL flag down to the file systems, by setting | Thordur I. Bjornsson |
2008-09-19 | Fix a bunch of problems and races with posix file locking. | Artur Grabowski |
2008-04-08 | bring cloning up too date; Munge it so it will work with atleast | Thordur I. Bjornsson |
2007-06-14 | Forgotten hackton diff: bounds check for seek on special devices | Otto Moerbeek |
2007-06-01 | FIBMAP is used by nothing; checked by miod and pvalchev | Theo de Raadt |
2007-05-05 | vn_access hasn't been used for ages and it's just a wrapper with | Artur Grabowski |
2007-03-21 | Remove the v_interlock simplelock from the vnode structure. | Thordur I. Bjornsson |
2007-01-16 | Retire VOP_LEASE(); It was a bit for NQNFS and has | Thordur I. Bjornsson |
2006-06-02 | Add a clonable devices implementation. Hacked along with thib@, input | Pedro Martelletto |
2006-05-01 | Move vn_isunder() to vfs_vnops.c, that's the place for vn_* functions | Pedro Martelletto |
2006-04-23 | 'fall into' -> FALLTHROUGH | Pedro Martelletto |
2006-04-23 | Remove unnecessary ARGSUSED comment | Pedro Martelletto |
2006-04-23 | KNF | Pedro Martelletto |
2005-12-04 | Add vn_access(), discussed with and okay uwe@ | Pedro Martelletto |
2005-11-20 | Use ANSI function declarations and deregister, no binary change | Pedro Martelletto |
2005-05-28 | have vn_close() lock the vnode before calling VOP_CLOSE(). | marius eriksen |
2004-07-13 | Change mode_t and nlink_t from 16bit to 32bit. This allows us to | Todd C. Miller |
2003-09-23 | Replace select backends with poll backends. selscan() and pollscan() | Todd C. Miller |
2003-07-21 | remove caddr_t casts. it's just silly to cast something when the function | Ted Unangst |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2002-03-17 | Since LK_RECURSEFAIL and LK_CANRECURSE contradict each other | Artur Grabowski |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2001-12-19 | UBC was a disaster. It worked very good when it worked, but on some | Artur Grabowski |
2001-12-10 | Don't sleep on VXLOCK if LK_NOWAIT. | Artur Grabowski |
2001-12-10 | Merge in struct uvm_vnode into struct vnode. | Artur Grabowski |
2001-11-27 | Merge in the unified buffer cache code as found in NetBSD 2001/03/10. The | Artur Grabowski |
2001-11-15 | New function vn_marktext - mark a vnode as executing a text image. | Artur Grabowski |
2001-11-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat |
2001-07-16 | Ignore O_TRUNC on open() if we are not opening a regular file. | Todd C. Miller |
2001-06-27 | remove old vm | Artur Grabowski |
2001-06-22 | KNF | Theo de Raadt |
2001-05-14 | Add a fo_stat member to struct fileops. Used soon. | Artur Grabowski |
2001-05-14 | Implement a wrapper round vn_stat that takes the same arguments | Artur Grabowski |
2001-03-01 | port kqueue changes from freebsd, plus all required openbsd glue. | Niels Provos |
2000-11-21 | support for kernel events on vnodes, from jlemon@freebsd.org, okay art@ | Niels Provos |
2000-04-25 | non-O_NOFOLLOW error introduced by accident, this is fragile code.. | Theo de Raadt |
2000-04-21 | Change kernel-only open flag FNOSYMLINK to userland-visible O_NOFOLLOW; | Todd C. Miller |
2000-04-19 | Change struct file interface methods read and write to pass file offset in | Constantine Sapuntzakis |
1999-11-13 | FIBMAP ioctl from Linux, only usable on ISO 9660 FS. Note that the lba | Angelos D. Keromytis |
1999-08-26 | change a & to &&. From dima@best.net | Artur Grabowski |
1999-07-18 | ugly C | Theo de Raadt |
1999-02-26 | adaptation to uvm vnode pager | Artur Grabowski |
1998-12-05 | Reinstate supposed dead code | Constantine Sapuntzakis |
1998-12-05 | Dead code elimination | Constantine Sapuntzakis |
1998-08-06 | Rename vop_revoke, vn_bwrite, vop_noislocked, vop_nolock, vop_nounlock | Constantine Sapuntzakis |
1998-07-28 | Return EINVAL when msg_iovlen or iovcnt <= 0; Make uio_resid unsigned (size_t... | Todd C. Miller |