freebsd-dev/usr.sbin/makefs
Pedro F. Giffuni 40d39b4bf5 makefs(1): use all the random(3) range.
The generation number is uint32_t so we can fit the complete range
of random(3). We could have used arc4random() but the result would
be unpredictable and it would prohibit reproducible builds.

While here add a comment where seeding is done: this affects
reproducible builds and might have to be re-visited to use a
release dependent value.

MFC after:	2 weeks
2016-05-17 18:20:33 +00:00
..
cd9660 Import the fix from NetBSD kern/48852 (sic) to fix rockridge encoding of 2015-10-24 23:16:13 +00:00
ffs ffs_bswap: Copy one UFS dinode member at a time 2016-05-11 16:42:13 +00:00
tests Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installed 2016-05-04 23:20:53 +00:00
cd9660.c makefs(8): use NULL instead of zero for pointers. 2016-05-17 16:58:39 +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 makefs(1): use all the random(3) range. 2016-05-17 18:20:33 +00:00
ffs.h Add support to makefs(8) to add UFS labels to images. 2011-10-09 16:22:31 +00:00
Makefile Correctly reintroduce the rudimentary smoke tests I botched up 2015-10-22 05:32:45 +00:00
Makefile.depend Add META_MODE support. 2015-06-13 19:20:56 +00:00
makefs.8 Bump .Dd 2015-11-09 09:39:59 +00:00
makefs.c Fix getopt(3) argument after r290180; I forgot to change -r to -R 2015-12-29 20:17:40 +00:00
makefs.h makefs: introduce a new option to specify what to round the resulting 2015-10-13 02:32:15 +00:00
mtree.c Fix an off by one error to avoid overflowing rp[]. 2016-05-16 16:16:46 +00:00
walk.c Remove duplicated copies of various NetBSD compatibility shims used by 2013-05-09 14:43:36 +00:00