summaryrefslogtreecommitdiff
path: root/sys/miscfs/nullfs/null_vfsops.c
AgeCommit message (Expand)Author
1998-08-09bzero->memset, bcopy->memcpy, bcmp->memcmpperry
1998-03-01Merge with Lite2 + local changesfvdl
1998-02-18Place a pointer to an array of our vnodeopv_desc *'s in our vfsopsthorpej
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-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-10Add locking code to avoid deadlocks on vnode reclaim, which means thejtk
1996-02-09miscfs prototype changeschristos
1995-06-18don't assume the f_fsnamelen is nul-truncated or longer than MFSNAMELENcgd
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-15stat the file system at mount time, for `df -n', et al.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