NetBSD/sys/fs/hfs
maxv 8dfa44bc87 Small cleanup:
- KNF
 - malloc + memset -> malloc(|M_ZERO)
 - no need to check data == NULL
2014-12-29 17:17:54 +00:00
..
files.hfs Define filesystem attributes with vfs dependency. 2014-10-11 06:42:18 +00:00
hfs_subr.c VOP_OPEN() needs a locked vnode. All these copy-and-pasted xxxfs_mount() 2011-11-14 18:35:12 +00:00
hfs_vfsops.c Small cleanup: 2014-12-29 17:17:54 +00:00
hfs_vnops.c Change hfs from hashlist to vcache. 2014-08-10 08:53:22 +00:00
hfs.h Change hfs from hashlist to vcache. 2014-08-10 08:53:22 +00:00
libhfs.c I started to KNF this file but quickly ended up figuring out I was not 2014-12-29 17:02:39 +00:00
libhfs.h Fix -fno-common found by building i386/conf/ALL 2012-07-28 00:43:22 +00:00
Makefile
TODO
unicode.c
unicode.h