NetBSD/sys/ufs/ffs
lukem c535133897 - minor whitespace and comments cleanup
- replace "filesystem" with "file system"
- fix spelo (from freebsd)
2001-08-30 08:31:25 +00:00
..
Makefile
ffs_alloc.c heirarchy -> hierarchy 2001-08-24 10:24:45 +00:00
ffs_balloc.c get argument name correct in comment describing vop_balloc_args 2001-08-08 08:36:36 +00:00
ffs_bswap.c remove third argument (`int ns') from ffs_sb_swap(), and let ffs_sb_swap() 2001-08-17 02:18:46 +00:00
ffs_extern.h remove third argument (`int ns') from ffs_sb_swap(), and let ffs_sb_swap() 2001-08-17 02:18:46 +00:00
ffs_inode.c min() -> MIN() 2001-08-30 03:47:53 +00:00
ffs_softdep.c min() -> MIN() (on general principles) 2001-08-30 03:55:42 +00:00
ffs_softdep.stub.c RCS ID 2001-01-10 16:45:56 +00:00
ffs_subr.c be consistent and use "u_char" instead of "unsigned char" 2001-08-09 08:15:26 +00:00
ffs_tables.c constify 2001-01-18 20:28:15 +00:00
ffs_vfsops.c remove third argument (`int ns') from ffs_sb_swap(), and let ffs_sb_swap() 2001-08-17 02:18:46 +00:00
ffs_vnops.c add getpages/putpages entries for spec vnodes. 2001-08-17 05:54:36 +00:00
fs.h - minor whitespace and comments cleanup 2001-08-30 08:31:25 +00:00
softdep.h