aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/makefs
Commit message (Expand)AuthorAgeFilesLines
* Fix an indentation bug in r357169.Brooks Davis2020-01-301-1/+1
* Allow bootstrapping makefs on older FreeBSD hosts and Linux/macOSAlex Richardson2020-01-272-4/+4
* Update Makefile.depend filesSimon J. Gerraty2019-12-111-1/+0
* makefs: Also set UFS di_birthtime when building on LinuxAlex Richardson2019-11-151-2/+9
* Fix contents= being ignored in msdosfs makefs mtreeAlex Richardson2019-11-151-1/+2
* buf: Add B_INVALONERR flag to discard dataConrad Meyer2019-09-115-0/+5
* makefs: share msdosfsmount.h between kernel msdosfs and makefsEd Maste2019-09-018-208/+7
* Properly update FSInfo block after generation.Xin LI2019-08-233-0/+33
* makefs: diff reduction to sys/fs/msdosfsEd Maste2019-08-228-24/+33
* makefs: Verify that the BPB media descriptor and FAT ID matchEd Maste2019-08-211-6/+16
* makefs: share denode.h between kernel msdosfs and makefsEd Maste2019-08-219-276/+33
* makefs: share fat.h between kernel msdosfs and makefsEd Maste2019-08-218-127/+16
* makefs: use `char *` not `void *` for buf b_data, drop casts in msdosEd Maste2019-08-212-23/+23
* makefs.8: update historyEd Maste2019-08-201-1/+7
* makefs: avoid "dereferencing 'void *' pointer" warningsEd Maste2019-08-201-22/+22
* makefs: add msdosfs (FAT) supportEd Maste2019-08-2017-315/+2907
* makefs.8: expand description of image sizeEd Maste2019-08-191-1/+12
* makefs.8: style updates from igorEd Maste2019-08-191-6/+9
* makefs: Fix "time" mtree attribute handlingEd Maste2019-03-182-9/+6
* Improve error handling: bail out if one of the files scheduledMaxim Sobolev2019-02-251-4/+1
* 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