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
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
Makefile
TODO
unicode.c
unicode.h