aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/makefs
Commit message (Expand)AuthorAgeFilesLines
* Update several more URLsEitan Adler2017-10-291-1/+1
* Replace makefs' hand-rolled unescaping with strunvisBenno Rice2017-08-251-31/+19
* MFhead@r321960Enji Cooper2017-08-021-0/+8
|\
| * Require strings(1) with :o_flag_preparer and :o_flag_publisherEnji Cooper2017-08-021-0/+8
* | Add HAS_TESTS to all Makefiles that are currently using theEnji Cooper2017-08-021-0/+1
|/
* Convert traditional ${MK_TESTS} conditional idiom for including testEnji Cooper2017-08-021-3/+1
* makefs: add copies of NetBSD makefs msdos source filesEd Maste2017-06-233-1/+312
* makefs: add copies of NetBSD makefs msdos source filesEd Maste2017-06-223-0/+1443
* Fix usr.sbin/makefs/makefs_ffs_tests when /etc/fstab does not existAlan Somers2017-06-201-2/+2
* makefs: use C standard memcpy/memset in userlandEd Maste2017-06-121-3/+3
* makefs: rename variable for NetBSD diff reductionEd Maste2017-06-031-2/+2
* makefs: free buf in case of errorEd Maste2017-05-311-0/+1
* makefs: add -O (offset) optionEd Maste2017-05-266-13/+32
* makefs: make buf genericEd Maste2017-05-256-47/+40
* 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