summaryrefslogtreecommitdiff
path: root/usr.sbin/makefs
Commit message (Expand)AuthorAgeFilesLines
* MFC r365847: makefs: connect cd9660 El Torito EFI boot image system typeEd Maste2020-10-092-3/+6
* Add Makefile.depend.optionsSimon J. Gerraty2019-12-191-1/+0
* MFC r344555 (sobomax): makefs: Improve error handlingEd Maste2019-09-091-4/+1
* MFC r351396: makefs: diff reduction to sys/fs/msdosfsEd Maste2019-09-098-24/+33
* MFC r351347: makefs: Verify that the BPB media descriptor and FAT ID matchEd Maste2019-09-091-6/+16
* makefs: add msdosfs (FAT) supportEd Maste2019-09-0918-317/+2959
* MFC r351230: makefs.8: style updates from igorEd Maste2019-09-091-6/+9
* MFC r345281: makefs: Fix "time" mtree attribute handlingEd Maste2019-09-092-9/+6
* makefs: use FreeBSD brelse function signatureEd Maste2018-07-268-31/+31
* makefs: whitespace cleanup in msdos filesEd Maste2018-07-253-13/+13
* makefs(8): add test case for PR 229929Alan Somers2018-07-211-2/+27
* makefs: ANSIfyEd Maste2018-05-162-18/+5
* makefs: Use ENODATA instead of ENOMSG as a translation for missing ENOATTR.Pedro F. Giffuni2018-04-251-1/+1
* makefs: tidy up reach-over sourceEd Maste2018-04-203-7/+4
* Synchronise with NetBSD's version of EFI handling for El Torito images.Benno Rice2018-03-314-28/+63
* makefs: sync fragment and block size with newfsEd Maste2018-03-301-2/+2
* Don't try to modify El Torito section headers if there aren't any.Benno Rice2018-03-231-1/+4
* Correctly mark the last El Torito section header.Benno Rice2018-03-231-1/+11
* Allow makefs to properly tag UEFI El Torito boot images. Use them in amd64 ISOs.Benno Rice2018-03-232-3/+10
* Check for cd9660 support before attempting to mount created imagesBrooks Davis2018-02-021-8/+12
* Allow xinstall and makefs to be crossbuilt on Linux and MacAlex Richardson2018-01-162-1/+11
* userland: Fix several typos and minor errorsEitan Adler2017-12-271-1/+1
* Fix a logic bug in makefs lazy inode initialization.Mark Johnston2017-12-161-1/+1
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2722-18/+62
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-207-6/+20
* spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-181-1/+3
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* 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