Age | Commit message (Expand) | Author |
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 |
1998-01-15 | Re-enabled write protection on read-only file system mounts. Thanks to | Constantine Sapuntzakis |
1998-01-09 | Get rid of dumping across symlinks. Races can cause this to be problematic | Constantine Sapuntzakis |
1997-12-10 | extra () | Theo de Raadt |
1997-12-10 | Remove special case for O_TRUNC that is irelevant now that | Todd C. Miller |
1997-12-10 | try again; proactively check that O_TRUNC has FWRITE | Theo de Raadt |
1997-12-10 | only permit O_TRUNC if FWRITE is set; chatted about by millert and myself for... | Theo de Raadt |
1997-11-06 | Updates for VFS Lite 2 + soft update. | Constantine Sapuntzakis |
1997-10-24 | prevent open() with wrong flags | Theo de Raadt |
1997-10-06 | back out vfs lite2 till after 2.2 | Theo de Raadt |
1997-10-06 | VFS Lite2 Changes | Constantine Sapuntzakis |
1997-08-04 | let us all try this for a while, and argue amongst ourselves. | Theo de Raadt |
1997-07-15 | cannot do this; flipk has found test cases where this fails | Theo de Raadt |
1997-07-11 | Do not force FOLLOW (to follow symbolic links) when creating new files | Thorsten Lockert |
1996-03-03 | From NetBSD: 960217 merge | Niklas Hallqvist |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt |