Age | Commit message (Expand) | Author |
2003-08-14 | constify vfsops; tedu@ ok | Michael Shalayeff |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-05-06 | string cleaning; tedu ok | Theo de Raadt |
2003-01-31 | File system locking fixups, mostly from NetBSD: | Artur Grabowski |
2002-08-23 | Cleanup change. Since almost all callers (except one) of getvnode did a FREF | Artur Grabowski |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2002-02-13 | More FREF/FRELE on relevant places. Now, only sys_mmap and a bunch of ioctl f... | Artur Grabowski |
2002-02-12 | More FREF/FRELE protection. This time all users of getvnode. | Artur Grabowski |
2002-02-02 | Be more consistent about using fd_getfile where it matters. | Artur Grabowski |
2001-12-19 | UBC was a disaster. It worked very good when it worked, but on some | Artur Grabowski |
2001-12-04 | Readd VOP_MMAP, will be used soon. Right now it's just a question to | Artur Grabowski |
2001-11-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat |
2001-10-26 | - every new fd created by falloc() is marked as larval and should not be used | Artur Grabowski |
2001-06-23 | Get rid of several unused vnode operations | Constantine Sapuntzakis |
2001-05-23 | Fix getattr and setattr. | Artur Grabowski |
2001-05-15 | LIST_FOREACH instead of manually doing the same thing. | Artur Grabowski |
2001-05-15 | Switch from homegrown locking of the hash to lockmgr. | Artur Grabowski |
2001-05-15 | Don't keep the reference to the root vnode all the time. Treat the root vnode | Artur Grabowski |
2001-05-14 | gc OLD_PIPE. | Artur Grabowski |
2001-05-14 | More generic arguments to soo_stat. | Artur Grabowski |
2001-05-14 | More generic arguments to pipe_stat. | Artur Grabowski |
2001-02-20 | use void * consistently in vfs_mount and sys_mount. ok @art | assar |
2000-02-07 | update to use new checkexp vfs operation | assar |
1999-10-13 | Don't try to call VOP_SETATTR on a pipe. From <cky@pobox.com> | Artur Grabowski |
1999-08-13 | Better fix for fdesc/procfs panic. | Constantine Sapuntzakis |
1999-08-13 | in *_readdir(), constrain uio_offset to make sure it is right; cstone@pobox.com | Theo de Raadt |
1999-05-31 | New struct statfs with mount options. NOTE: this replaces statfs(2), | Todd C. Miller |
1999-04-28 | zap the newhashinit hack. | Artur Grabowski |
1998-08-06 | Rename vop_revoke, vn_bwrite, vop_noislocked, vop_nolock, vop_nounlock | Constantine Sapuntzakis |
1998-06-11 | return EOPNOTSUPP for chflags() changes; peter@freebsd | Theo de Raadt |
1998-02-08 | Updates to match type changes in syscall tables | Thorsten Lockert |
1997-11-06 | Updates for VFS Lite 2 + soft update. | Constantine Sapuntzakis |
1997-10-06 | back out vfs lite2 till after 2.2 | Theo de Raadt |
1997-10-06 | VFS Lite2 Changes | Constantine Sapuntzakis |
1997-08-01 | From NetBSD (mycroft): | Todd C. Miller |
1996-09-26 | still handle OLD_PIPE case | Theo de Raadt |
1996-09-10 | Bring pipe_stat prototype in scope | Niklas Hallqvist |
1996-09-07 | Understand DTYPE_PIPE | Thorsten Lockert |
1996-04-17 | fix a bug w/ fd/tty file (from netbsd). | Michael Shalayeff |
1996-02-27 | From NetBSD: update to 960217 sources | Niklas Hallqvist |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt |