summaryrefslogtreecommitdiff
path: root/sys/ufs/lfs
AgeCommit message (Expand)Author
2001-08-19More old timeouts removal, mainly affected unused/unmaintained code.Miod Vallat
2001-08-12vm_extern.h no moreMichael Shalayeff
2001-02-23Change the B_DELWRI flag using buf_dirty and buf_undirty instead ofConstantine Sapuntzakis
2001-02-20use void * consistently in vfs_mount and sys_mount. ok @artassar
2000-02-07update to use new checkexp vfs operationassar
1999-05-31New struct statfs with mount options. NOTE: this replaces statfs(2),Todd C. Miller
1999-01-11panic prints a newline for you, don't do it in the panic stringTodd C. Miller
1998-02-08Updates to match type changes in syscall tablesThorsten Lockert
1997-11-06Updates for VFS Lite 2 + soft update.Constantine Sapuntzakis
1997-06-20Change errno cause by mounting invalid filesystems from EINVAL to EFTYPE.kstailey
1997-05-30Integrate new ext2fs, reverting ufs support for the old one.Jason Downs
1997-03-02Add noatime option to not update atime on files in a filesystem (unlessTodd C. Miller
1997-02-24OpenBSD tagsNiklas Hallqvist
1996-10-18-Wall happienessMichael Shalayeff
1996-07-21Ensure we never use more than one callout table slotThorsten Lockert
1996-07-01fix padding for struct lfs, formating fix.Jason Downs
1996-07-01New LFS, based on Lite2. Still being worked on.Jason Downs
1996-06-27Moving some things around; struct inode still ends up bigger, though.Jason Downs
1996-06-24ufs changes: add the notion of directory operators.Jason Downs
1996-06-14Keep dirty list used by in-kernel update(8) in sync with buffersThorsten Lockert
1996-05-22Change VOP_UPDATE() semantics:Theo de Raadt
1996-04-21partial sync with netbsd 960418, more to comeTheo de Raadt
1996-03-19Merging w/ NetBSD 021796.Michael Shalayeff
1996-02-27From NetBSD: update to 960217 sourcesNiklas Hallqvist
1995-10-18initial import of NetBSD treeTheo de Raadt