summaryrefslogtreecommitdiff
path: root/sys/miscfs/nullfs
AgeCommit message (Expand)Author
1999-07-08Introduce layer library in genfs. This set of files abstracts most ofwrstuden
1999-04-09Make message about not loking a vnode in nullfs_create a little quieter -wrstuden
1999-03-25We must handle MNT_NODEV at open time, so add an open op for null and union,bouyer
1999-03-22vinvalbuf, called from vclean, could cause a locking-against-selfsommerfe
1999-02-26Modify vfsops to seperate vfs_fhtovp() into two routines. vfs_fhtovp() nowwrstuden
1999-01-15Oops. That extra "*" doesn't need to be there.wrstuden
1999-01-13In nullfs_mount, we need to check if error before VOP_UNLOCK(vp,0) aswrstuden
1998-09-30Workaropund fix for PR #5239 from <minoura@kw.netlaputa.ne.jp>:jonathan
1998-08-09bzero->memset, bcopy->memcpy, bcmp->memcmpperry
1998-06-12Rework the way kernel include files are installed. In the new method,cgd
1998-03-11Fix flags mess-up in vget. LK_EXCLUSIVE -> 0 (even indicated in thefvdl
1998-03-01Merge with Lite2 + local changesfvdl
1998-02-18Place a pointer to an array of our vnodeopv_desc *'s in our vfsopsthorpej
1998-02-07add flags arg to hashinit(), to pass to malloc().chs
1997-10-06Make the vfs ops and vnodeop_opv symbols match the name of thethorpej
1997-09-10PR/4098: Alan Barrett: Fix diagnostic printf formatting.christos
1997-05-17NULL => 0 (Arne Juul; PR#3629)pk
1997-04-10don't try to use __builtin_return_address() on the Alpha. (It's nevercgd
1997-03-11this is nullfs, not lofsmikel
1996-12-22Change the second and third args to struct vfsops' (*vfs_mount)() tocgd
1996-10-13backout previous kprintf changeschristos
1996-10-10printf -> kprintf, sprintf -> ksprintfchristos
1996-05-17Allow the DIAGNOSTIC to compile with old versions of gcc.gwr
1996-05-10Add locking code to avoid deadlocks on vnode reclaim, which means thejtk
1996-04-13fix screw-up in the prototyping changes: print pointers with %p, NOTcgd
1996-02-09miscfs prototype changeschristos
1995-06-18don't assume the f_fsnamelen is nul-truncated or longer than MFSNAMELENcgd
1995-03-29KERNEL -> _KERNELbriggs
1995-03-09copy*str() should use size_t.mycroft
1995-03-08use u_long for copyin*cgd
1995-01-25return EOPNOTSUPP from fhtovp and vptofh functions; doing otherwisecgd
1995-01-18Clean up the code to frob mnt_stat a (tiny) bit.mycroft
1994-12-15Call foo_statfs() from a common place when mounting.mycroft
1994-09-20fix device aliasing and lost vnode problems.cgd
1994-09-15stat the file system at mount time, for `df -n', et al.mycroft
1994-08-19Convert hash tables.mycroft
1994-07-20Fix a null pointer dereference during rename(2).mycroft
1994-06-29New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD'cgd
1994-06-08Update to 4.4-Lite fs code, with local changes.mycroft