| Age | Commit message (Expand) | Author |
| 1999-07-08 | Introduce layer library in genfs. This set of files abstracts most of | wrstuden |
| 1999-04-09 | Make message about not loking a vnode in nullfs_create a little quieter - | wrstuden |
| 1999-03-25 | We must handle MNT_NODEV at open time, so add an open op for null and union, | bouyer |
| 1999-03-22 | vinvalbuf, called from vclean, could cause a locking-against-self | sommerfe |
| 1999-02-26 | Modify vfsops to seperate vfs_fhtovp() into two routines. vfs_fhtovp() now | wrstuden |
| 1999-01-15 | Oops. That extra "*" doesn't need to be there. | wrstuden |
| 1999-01-13 | In nullfs_mount, we need to check if error before VOP_UNLOCK(vp,0) as | wrstuden |
| 1998-09-30 | Workaropund fix for PR #5239 from <minoura@kw.netlaputa.ne.jp>: | jonathan |
| 1998-08-09 | bzero->memset, bcopy->memcpy, bcmp->memcmp | perry |
| 1998-06-12 | Rework the way kernel include files are installed. In the new method, | cgd |
| 1998-03-11 | Fix flags mess-up in vget. LK_EXCLUSIVE -> 0 (even indicated in the | fvdl |
| 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-06 | Make the vfs ops and vnodeop_opv symbols match the name of the | thorpej |
| 1997-09-10 | PR/4098: Alan Barrett: Fix diagnostic printf formatting. | christos |
| 1997-05-17 | NULL => 0 (Arne Juul; PR#3629) | pk |
| 1997-04-10 | don't try to use __builtin_return_address() on the Alpha. (It's never | cgd |
| 1997-03-11 | this is nullfs, not lofs | mikel |
| 1996-12-22 | Change the second and third args to struct vfsops' (*vfs_mount)() to | cgd |
| 1996-10-13 | backout previous kprintf changes | christos |
| 1996-10-10 | printf -> kprintf, sprintf -> ksprintf | christos |
| 1996-05-17 | Allow the DIAGNOSTIC to compile with old versions of gcc. | gwr |
| 1996-05-10 | Add locking code to avoid deadlocks on vnode reclaim, which means the | jtk |
| 1996-04-13 | fix screw-up in the prototyping changes: print pointers with %p, NOT | cgd |
| 1996-02-09 | miscfs prototype changes | christos |
| 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-25 | return EOPNOTSUPP from fhtovp and vptofh functions; doing otherwise | 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-09-20 | fix device aliasing and lost vnode problems. | cgd |
| 1994-09-15 | stat the file system at mount time, for `df -n', et al. | mycroft |
| 1994-08-19 | Convert hash tables. | mycroft |
| 1994-07-20 | Fix a null pointer dereference during rename(2). | mycroft |
| 1994-06-29 | New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD' | cgd |
| 1994-06-08 | Update to 4.4-Lite fs code, with local changes. | mycroft |