NetBSD/sys/fs
nakayama d8c6d7b24e statvfs(2) returns bogus result from union mounted file systems with
`-r' option, since it uses uninitialized buffer in the case of no
lower-layer file system.

So, add M_ZERO to malloc(9) flags to initialize the buffer.
2005-08-24 15:21:28 +00:00
..
adosfs fix a printf arg. 2005-08-19 04:15:02 +00:00
cd9660 64 bit inode changes. 2005-08-19 02:03:49 +00:00
filecorefs namlen is u_int16_t now. 2005-08-19 04:47:55 +00:00
msdosfs fileid is now a quad. 2005-08-19 12:24:54 +00:00
ntfs 64 bit inode changes. 2005-08-19 02:03:49 +00:00
ptyfs - rename variables to avoid shadowing. 2005-05-29 21:00:29 +00:00
smbfs - constify genfs_ops. 2005-06-28 09:30:37 +00:00
union statvfs(2) returns bogus result from union mounted file systems with 2005-08-24 15:21:28 +00:00
Makefile
unicode.h change wget_utf8() to not require NUL-terminated string as input (added 2004-12-27 18:14:36 +00:00