freebsd-dev/usr.sbin/makefs
Marcel Moolenaar a92b168892 Set st_nlink in the stat structure within the inode to 1 as well.
The cd9660 file system uses that field for the link count and it
was 0. This impacts pwd_mkdb(8) as it checks for st_nlink not being
0 as part of closing a race.
2013-05-13 18:34:33 +00:00
..
cd9660 - Write the ISO9660 descriptor after the apm partition entries. 2012-04-02 16:26:32 +00:00
ffs Fix usr.bin/ and usr.sbin/ build with a 64-bit ino_t. 2012-09-27 23:31:19 +00:00
cd9660.c Allow contents of multiple directories to be merged to the current image. 2012-01-31 00:32:37 +00:00
cd9660.h Allow contents of multiple directories to be merged to the current image. 2012-01-31 00:32:37 +00:00
ffs.c Add -p flag to create the image as a sparse file. 2012-08-22 06:37:30 +00:00
ffs.h Add support to makefs(8) to add UFS labels to images. 2011-10-09 16:22:31 +00:00
Makefile Remove duplicated copies of various NetBSD compatibility shims used by 2013-05-09 14:43:36 +00:00
makefs.8 Remove contractions. 2013-04-11 18:46:41 +00:00
makefs.c Add a -D flag that causes duplicate entries in an mtree manifest to be 2013-02-20 15:18:42 +00:00
makefs.h Remove duplicated copies of various NetBSD compatibility shims used by 2013-05-09 14:43:36 +00:00
mtree.c Set st_nlink in the stat structure within the inode to 1 as well. 2013-05-13 18:34:33 +00:00
walk.c Remove duplicated copies of various NetBSD compatibility shims used by 2013-05-09 14:43:36 +00:00