summaryrefslogtreecommitdiffstats
path: root/usr.sbin/makefs
Commit message (Expand)AuthorAgeFilesLines
* MFC r316593:brooks2017-04-141-1/+7
* MFC r309192sevan2017-03-301-1/+1
* makefs: Provide a -T option to set timestamps to a consistent valueemaste2016-06-148-54/+129
* Initialize date of rootNode.sjg2016-05-181-0/+3
* makefs(8): Clarify the comment concerning seeding.pfg2016-05-181-1/+4
* makefs(1): use all the random(3) range.pfg2016-05-171-1/+2
* makefs(8): use NULL instead of zero for pointers.pfg2016-05-171-5/+5
* Fix an off by one error to avoid overflowing rp[].truckman2016-05-161-1/+1
* ffs_bswap: Copy one UFS dinode member at a timecem2016-05-111-2/+5
* Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installedngie2016-05-041-4/+1
* Use MIN/MAX macros from sys/param.h.araujo2016-05-021-3/+2
* The malloc will return NULL if it can't allocate memory.araujo2016-04-181-1/+1
* MFHgjb2016-03-101-0/+11
|\
| * DIRDEPS_BUILD: Connect MK_TESTS.bdrewery2016-03-091-0/+11
* | First pass to fix the 'tests' packages.gjb2016-02-021-0/+4
|/
* Require /sbin/mount_cd9660 when running the cd9660 testsngie2016-01-271-0/+2
* Fix getopt(3) argument after r290180; I forgot to change -r to -Rngie2015-12-291-1/+1
* makefs: use ENTRY macro for diff reduction with NetBSDemaste2015-12-211-3/+6
* Remove clauses 3 and 4 from makefs newfs_extern.hemaste2015-11-191-6/+1
* Bump .Ddngie2015-11-091-1/+1
* Follow up to r290259 dealing with makefs(8)ngie2015-11-091-3/+2
* Add testcases for -t ffs -o version=[12]ngie2015-11-021-1/+66
* Sync minor whitespace / type changes in ffs_csum_swap and ffs_sb_swap withngie2015-11-021-4/+4
* Clean up mtree keyword support a slight bit and add a few more default keywordsngie2015-11-023-3/+10
* Add testcases for -t cd9660 -o isolevel=[1-3]ngie2015-11-021-0/+58
* Limit isoLevel to 1 and 2 to avoid segfaulting when isoLevel is set to 3 byngie2015-11-021-2/+4
* Fix spelling of `isolevel` cd9660 optionngie2015-11-021-1/+1
* Bump .Dd for r290259 and r290260ngie2015-11-021-1/+1
* Document undocumented long options for -t cd9660ngie2015-11-021-6/+20
* Sync makefs(8) content a bit with src/usr.sbin/makefs/makefs.8@1.53ngie2015-11-021-18/+21
* Follow up to roundup feature addition in r289203ngie2015-10-302-8/+13
* Add a regression test for r289899 to validate rockridge encodingngie2015-10-241-0/+27
* Remove an ls -l I was using for debuggingngie2015-10-241-1/+0
* Import the fix from NetBSD kern/48852 (sic) to fix rockridge encoding ofngie2015-10-241-4/+5
* Add more cd9660/FFS makefs testcasesngie2015-10-243-37/+429
* Revise "create_test_inputs" to simplify the file structure asngie2015-10-223-23/+30
* Correctly reintroduce the rudimentary smoke tests I botched upngie2015-10-225-0/+228
* Revert r289694ngie2015-10-218-248/+11
* Add some rudimentary [smoke] testcases for makefsngie2015-10-218-11/+248
* Unbreak makefs -t cd9660 after r289687ngie2015-10-211-1/+1
* Free buffer before returning from cd9660_write_path_table to avoidngie2015-10-211-2/+4
* Fix a ton of speelling errorseadler2015-10-211-1/+1
* Don't check if `val` is NULL before calling free; free(3) alreadyngie2015-10-191-2/+1
* makefs(8) leaves sblock.fs_providersize uninitialized (zero) that can be easilysbruno2015-10-131-1/+2
* makefs: introduce a new option to specify what to round the resultingadrian2015-10-134-4/+19
* Don't leak 'var'.delphij2015-09-031-1/+3
* Add META_MODE support.sjg2015-06-131-0/+21
|\
| * dirdeps.mk now sets DEP_RELDIRsjg2015-06-081-2/+0
| * Merge sync of headsjg2015-05-272-8/+2
| |\ | |/ |/|
| * Merge from head@274682sjg2014-11-192-3/+2
| |\
OpenPOWER on IntegriCloud