aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/makefs
Commit message (Expand)AuthorAgeFilesLines
* makefs: remove clause 3 & 4 from Manuel Bouyer licenseEd Maste2017-03-022-10/+0
* makefs: remove archaic __P prototypes from ufs_bswap.hEd Maste2017-03-021-4/+0
* makefs: eliminate global cd9660 structureEd Maste2017-02-237-461/+506
* makefs: use a macro to simplify per-fs function declarationsEd Maste2017-02-161-9/+7
* prefix UFS symbols with UFS_ to reduce namespace pollutionEd Maste2017-02-156-38/+39
* makefs: make the buffer functions look exactly like the kernel onesEd Maste2017-02-115-61/+77
* Fix null dereference when running out of nodes during rename.Sevan Janiyan2016-11-261-1/+1
* Assign a random number to di_gen (for FFS), instead of extracting itMarcel Moolenaar2016-11-052-7/+2
* Be more precise when including headers so that we're less likely toMarcel Moolenaar2016-10-257-11/+24
* Allow building makefs(8) from another Makefile (such as one inMarcel Moolenaar2016-10-253-13/+15
* makefs: diff reduction with NetBSDEd Maste2016-10-071-2/+3
* makefs: sync NetBSD IDs with upstream for changes that we already haveEd Maste2016-07-195-5/+5
* makefs: reorder 'usage' alphabeticallyEd Maste2016-07-192-5/+6
* makefs: Provide a -T option to set timestamps to a consistent valueEd Maste2016-06-148-54/+129
* Initialize date of rootNode.Simon J. Gerraty2016-05-181-0/+3
* makefs(8): Clarify the comment concerning seeding.Pedro F. Giffuni2016-05-181-1/+4
* makefs(1): use all the random(3) range.Pedro F. Giffuni2016-05-171-1/+2
* makefs(8): use NULL instead of zero for pointers.Pedro F. Giffuni2016-05-171-5/+5
* Fix an off by one error to avoid overflowing rp[].Don Lewis2016-05-161-1/+1
* ffs_bswap: Copy one UFS dinode member at a timeConrad Meyer2016-05-111-2/+5
* Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installedEnji Cooper2016-05-041-4/+1
* Use MIN/MAX macros from sys/param.h.Marcelo Araujo2016-05-021-3/+2
* The malloc will return NULL if it can't allocate memory.Marcelo Araujo2016-04-181-1/+1
* MFHGlen Barber2016-03-101-0/+11
|\
| * DIRDEPS_BUILD: Connect MK_TESTS.Bryan Drewery2016-03-091-0/+11
* | First pass to fix the 'tests' packages.Glen Barber2016-02-021-0/+4
|/
* Require /sbin/mount_cd9660 when running the cd9660 testsEnji Cooper2016-01-271-0/+2
* Fix getopt(3) argument after r290180; I forgot to change -r to -REnji Cooper2015-12-291-1/+1
* makefs: use ENTRY macro for diff reduction with NetBSDEd Maste2015-12-211-3/+6
* Remove clauses 3 and 4 from makefs newfs_extern.hEd Maste2015-11-191-6/+1
* Bump .DdEnji Cooper2015-11-091-1/+1
* Follow up to r290259 dealing with makefs(8)Enji Cooper2015-11-091-3/+2
* Add testcases for -t ffs -o version=[12]Enji Cooper2015-11-021-1/+66
* Sync minor whitespace / type changes in ffs_csum_swap and ffs_sb_swap withEnji Cooper2015-11-021-4/+4
* Clean up mtree keyword support a slight bit and add a few more default keywordsEnji Cooper2015-11-023-3/+10
* Add testcases for -t cd9660 -o isolevel=[1-3]Enji Cooper2015-11-021-0/+58
* Limit isoLevel to 1 and 2 to avoid segfaulting when isoLevel is set to 3 byEnji Cooper2015-11-021-2/+4
* Fix spelling of `isolevel` cd9660 optionEnji Cooper2015-11-021-1/+1
* Bump .Dd for r290259 and r290260Enji Cooper2015-11-021-1/+1
* Document undocumented long options for -t cd9660Enji Cooper2015-11-021-6/+20
* Sync makefs(8) content a bit with src/usr.sbin/makefs/makefs.8@1.53Enji Cooper2015-11-021-18/+21
* Follow up to roundup feature addition in r289203Enji Cooper2015-10-302-8/+13
* Add a regression test for r289899 to validate rockridge encodingEnji Cooper2015-10-241-0/+27
* Remove an ls -l I was using for debuggingEnji Cooper2015-10-241-1/+0
* Import the fix from NetBSD kern/48852 (sic) to fix rockridge encoding ofEnji Cooper2015-10-241-4/+5
* Add more cd9660/FFS makefs testcasesEnji Cooper2015-10-243-37/+429
* Revise "create_test_inputs" to simplify the file structure asEnji Cooper2015-10-223-23/+30
* Correctly reintroduce the rudimentary smoke tests I botched upEnji Cooper2015-10-225-0/+228
* Revert r289694Enji Cooper2015-10-218-248/+11
* Add some rudimentary [smoke] testcases for makefsEnji Cooper2015-10-218-11/+248