aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/makefs
Commit message (Expand)AuthorAgeFilesLines
* usr.sbin/makefs: fix use-after-free in read_mtree_keywords()Alex Richardson2021-02-101-0/+2
* Fix -Wpointer-sign warnings in makefs and mkimgAlex Richardson2021-01-076-93/+61
* makefs: connect cd9660 El Torito EFI boot image system typeEd Maste2020-09-172-3/+6
* Fix makefs bootstrap on macOS after D25563Alex Richardson2020-08-251-0/+1
* makefs (msdosfs): Use fprintf instead of debug print for errorsAlex Richardson2020-08-241-3/+3
* makefs: Drop unnecessary sys/clock.h includeAlex Richardson2020-08-071-1/+0
* Revert r362390, those tests are fixed by r362418Li-Wen Hsu2020-06-231-24/+0
* Allocate an fs_summary_info structure when creating a UFS filesystemKirk McKusick2020-06-191-0/+1
* Skip ufs related tests in fstyp(8) and makefs(8) temporarilyLi-Wen Hsu2020-06-191-0/+24
* 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