aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/makefs
Commit message (Expand)AuthorAgeFilesLines
* makefs: drop WARNS back to 2Ed Maste2017-05-181-1/+1
* makefs: Add soft-updates optionEmmanuel Vadot2017-05-184-1/+9
* makefs: clean up signedness warnings and bump WARNS to 3Ed Maste2017-05-186-16/+20
* Restore `sectorsize` global to unbreak makefs after r317744Enji Cooper2017-05-082-5/+7
* makefs: further size_t warning cleanup (missing from r317944)Ed Maste2017-05-081-7/+8
* makefs: cast snprintf return value to size_t to clear warningEd Maste2017-05-082-3/+3
* makefs: use size_t as appropriate to clean up warningsEd Maste2017-05-082-4/+4
* makefs: clean up warningsEd Maste2017-05-034-16/+18
* makefs: make buf genericEd Maste2017-05-033-22/+8
* makefs: remove unused cd9660_defaults_set globalEd Maste2017-05-011-4/+0
* makefs: Sync with NetBSD (fix unused variable warnings)Ed Maste2017-04-072-9/+5
* Point out that -F probably does not do what the user expects.Brooks Davis2017-04-061-1/+7
* makefs: use emalloc and friendsEd Maste2017-04-0611-238/+76
* makefs: zero memoryEd Maste2017-04-061-0/+2
* makefs: sync with NetBSDEd Maste2017-03-295-5/+4
* makefs: free specfile structure once it has been appliedEd Maste2017-03-291-0/+1
* makefs: sort roundup with the other off_t members in fsinfo_tEd Maste2017-03-271-1/+1
* Check to see if the kernel has cd9660 before running tests that require itBrad Davis2017-03-271-0/+13
* makefs: improve error messagesEd Maste2017-03-154-46/+48
* makefs: don't print pointers in debugging messagesEd Maste2017-03-151-8/+6
* makefs: use 'm' for cd9660 allow-multidot, per NetBSDEd Maste2017-03-151-1/+1
* makefs: sync option parsing with NetBSDEd Maste2017-03-155-216/+339
* makefs: sync -T timestamp with NetBSDEd Maste2017-03-141-1/+4
* makefs: remove unused variableEd Maste2017-03-141-2/+1
* 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-10/+8
* 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
|/