NetBSD/sys/ufs/ext2fs
chs 5e3caa8b52 skip truncating a file to 0 before freeing it if it's already zero-length. 2001-02-18 20:17:04 +00:00
..
Makefile
ext2fs.h Correct (minor) bogons in filetype option support, and add support 2000-01-28 16:00:23 +00:00
ext2fs_alloc.c remove include of <vm/vm.h> and <uvm/uvm_extern.h> 2000-06-28 14:16:37 +00:00
ext2fs_balloc.c redo ext2fs_balloc_range(), accounting for differences between ext2fs and ffs. 2000-12-10 06:38:31 +00:00
ext2fs_bmap.c Remove register declarations. 2000-03-30 12:41:09 +00:00
ext2fs_bswap.c Need string.h for memset() prototype. 2000-07-24 00:23:10 +00:00
ext2fs_dinode.h First cut at ext2fs rev 1 support (as of mke2fs 1.18): supports the filetype 2000-01-26 16:21:31 +00:00
ext2fs_dir.h Correct (minor) bogons in filetype option support, and add support 2000-01-28 16:00:23 +00:00
ext2fs_extern.h Initial integration of the Unified Buffer Cache project. 2000-11-27 08:39:39 +00:00
ext2fs_inode.c skip truncating a file to 0 before freeing it if it's already zero-length. 2001-02-18 20:17:04 +00:00
ext2fs_lookup.c MALLOC()/FREE() are not to be used for variable sized allocations. 2000-08-03 20:29:26 +00:00
ext2fs_readwrite.c fix merge error: ext2fs uses a custom balloc rather than a VOP-style one. 2000-12-01 07:02:40 +00:00
ext2fs_subr.c Remove register declarations. 2000-03-30 12:41:09 +00:00
ext2fs_vfsops.c make filesystem vnodeop, specop, fifoop and vnodeopv_* arrays const 2001-01-22 12:17:35 +00:00
ext2fs_vnops.c Fix nested extern declaration of prtactive. 2001-02-07 12:40:43 +00:00