summaryrefslogtreecommitdiffstats
path: root/usr.sbin/makefs
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\
| * \ Merge head from 7/28sjg2014-08-193-14/+11
| |\ \
| * | | Updated dependenciessjg2014-05-161-1/+0
| * | | Updated dependenciessjg2014-05-101-0/+2
| * | | Merge headsjg2014-04-284-4/+21
| |\ \ \
| * | | | Updated dependenciessjg2013-10-131-0/+2
| * | | | Merge from headsjg2013-09-0514-1412/+42
| |\ \ \ \
| * \ \ \ \ sync from headsjg2013-04-125-23/+54
| |\ \ \ \ \
| * | | | | | Updated dependenciessjg2013-03-111-0/+1
| * | | | | | Updated dependenciessjg2013-02-161-2/+0
| | | | | | |
| | \ \ \ \ \
| *-. \ \ \ \ \ Sync from headsjg2012-11-048-17/+81
| |\ \ \ \ \ \ \
| * | | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-221-0/+20
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Fix a typo in the FFS maxbpg option, it was erroneously spelled maxbpf.brueffer2015-01-121-1/+1
* | | | | | | | Convert makefs to LIBADDbapt2014-11-241-7/+1
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | r258695 introduces a sanity check for makefs in order to verify thatdavide2014-09-181-1/+2
* | | | | | | Revert r267233 for now. PIE support needs to be reworked.bdrewery2014-08-191-2/+0
| |_|_|_|_|/ |/| | | | |
* | | | | | use .Mt to mark up email addresses consistently (part2)bapt2014-06-201-6/+5
* | | | | | In preparation for ASLR [1] support add WITH_PIE to support building with -fPIE.bdrewery2014-06-081-0/+2
* | | | | | convert to using the _daddr_t types like newfs was...jmg2014-05-311-8/+4
| |_|_|_|/ |/| | | |
OpenPOWER on IntegriCloud