NetBSD/sys/fs/cd9660
jdolecek 52c7db3883 change wget_utf8() to not require NUL-terminated string as input,
and adjust callers appropriately. cn_nameptr isn't NUL-terminated
for non-leaf components, so it's incorrect to assume it is always
NUL-terminated.

This fixes previous utf8-ization changes to not panic for cases
like 'echo */*/*.ps' in case the intermediate path components
are not in cache (yet).
2004-12-27 18:47:16 +00:00
..
cd9660_bmap.c
cd9660_extern.h when Joliet extension is in use, encode the Joliet Unicode file names 2004-11-21 21:49:08 +00:00
cd9660_lookup.c
cd9660_mount.h
cd9660_node.c Explicitly call pool_init() (and pool_destroy()) when being built as 2004-05-20 05:39:34 +00:00
cd9660_node.h Use unsigned long for file size and location; avoids sign extension 2004-06-20 20:44:06 +00:00
cd9660_rrip.c when Joliet extension is in use, encode the Joliet Unicode file names 2004-11-21 21:49:08 +00:00
cd9660_rrip.h
cd9660_util.c change wget_utf8() to not require NUL-terminated string as input, 2004-12-27 18:47:16 +00:00
cd9660_vfsops.c when Joliet extension is in use, encode the Joliet Unicode file names 2004-11-21 21:49:08 +00:00
cd9660_vnops.c There's no need to pass a proc value when using UIO_SYSSPACE with 2004-09-17 14:11:20 +00:00
files.cd9660
iso_rrip.h
iso.h Declare functions with the proper type they return. While there, replace 2004-11-30 21:36:28 +00:00
Makefile
TODO
TODO.hibler