| Age | Commit message (Expand) | Author |
| 2000-06-10 | make vfs_getnewfsid only take one argument and fetch the name of the | assar |
| 2000-05-27 | sleep() -> tsleep() | thorpej |
| 2000-03-30 | Delete redundant decl of fdesc_root, it's in fdesc.h. | simonb |
| 2000-03-16 | Add new VFS op routine - vfs_done and call it on filesystem detach | jdolecek |
| 1999-08-25 | Change variable used for directory offset from "int" to "off_t". | sommerfeld |
| 1999-08-24 | Fix PR8270: | sommerfeld |
| 1999-08-14 | protect against large uio_offsets | christos |
| 1999-08-03 | Add support for fcntl(2) to generate VOP_FCNTL calls. Any fcntl | wrstuden |
| 1999-07-19 | From Bill Studenmund: unlock the fdescfs "/dev/tty" vnode before calling | thorpej |
| 1999-07-08 | Bump osrelease to 1.4E. Add layerfs files, remove null_subr.c. | wrstuden |
| 1999-02-26 | Modify vfsops to seperate vfs_fhtovp() into two routines. vfs_fhtovp() now | wrstuden |
| 1998-08-13 | Per POSIX, fail with EINVAL if advisory locking is attempted on a file type | kleink |
| 1998-08-09 | bzero->memset, bcopy->memcpy, bcmp->memcmp | perry |
| 1998-08-03 | Recognize _PC_SYNC_IO. | kleink |
| 1998-07-05 | * defopt COMPAT_{09,10,11,12,13} and COMPAT_NOMID. | jonathan |
| 1998-06-12 | Rework the way kernel include files are installed. In the new method, | cgd |
| 1998-03-01 | Merge with Lite2 + local changes | fvdl |
| 1998-02-18 | Place a pointer to an array of our vnodeopv_desc *'s in our vfsops | thorpej |
| 1998-02-07 | add flags arg to hashinit(), to pass to malloc(). | chs |
| 1997-10-10 | Bump last argument to VOP_READDIR to off_t (from u_long). | fvdl |
| 1997-05-05 | Eliminate bogus uses of V{READ,WRITE,EXEC}. Use S_I[RWX]{USR,GRP,OTH} where | mycroft |
| 1997-04-16 | fdesc_seek -> genfs_seek, not genfs_badop | fvdl |
| 1997-04-11 | Implement a POSIX compliant genfs VOP_SEEK() and use it in the appropriate | kleink |
| 1996-12-22 | Change the second and third args to struct vfsops' (*vfs_mount)() to | cgd |
| 1996-10-25 | define path name string variables that we should not (and, thankfully, do | cgd |
| 1996-10-13 | backout previous kprintf changes | christos |
| 1996-10-10 | printf -> kprintf, sprintf -> ksprintf | christos |
| 1996-09-07 | Implement poll(2). | mycroft |
| 1996-09-01 | Add a set of generic file system operations that most file systems use. | mycroft |
| 1996-06-14 | use VATTR_NULL macro. | mrg |
| 1996-04-11 | fix long-time bug in fdesc -- /dev/tty was a named pipe rather than a | mrg |
| 1996-02-13 | GC *_nullop(). Minor nits. | mycroft |
| 1996-02-09 | miscfs prototype changes | christos |
| 1996-02-09 | Fix vop_link, vop_symlink, and vop_remove semantics in several ways: | mycroft |
| 1996-02-01 | Rename struct timespec fields to conform to POSIX.1b | jtc |
| 1995-10-09 | /dev/std* are of type DT_LNK. | mycroft |
| 1995-10-09 | Use the index number as the cookie, rather than multiplying by UIO_MX. | mycroft |
| 1995-10-09 | Add support for cookies, mostly from Greg Hudson. | mycroft |
| 1995-06-18 | don't assume the f_fsnamelen is nul-truncated or longer than MFSNAMELEN | cgd |
| 1995-03-29 | KERNEL -> _KERNEL | briggs |
| 1995-03-09 | copy*str() should use size_t. | mycroft |
| 1995-03-08 | use u_long for copyin* | cgd |
| 1995-01-18 | Clean up the code to frob mnt_stat a (tiny) bit. | mycroft |
| 1994-12-15 | Call foo_statfs() from a common place when mounting. | mycroft |
| 1994-12-14 | Remove a_fp. | mycroft |
| 1994-12-14 | Revert dup handling. | mycroft |
| 1994-12-13 | Sync with CSRG. | mycroft |
| 1994-12-04 | Use fddupopen(), just like fdopen() does. | mycroft |
| 1994-11-14 | fixed struct comment | christos |
| 1994-10-30 | be more careful with types, also pull in headers where necessary. | cgd |