aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/makefs/Makefile
Commit message (Expand)AuthorAgeFilesLines
* src: Use gnu17 as the default C standard for userland instead of gnu99Minsoo Choo2025-02-111-1/+0
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
* makefs: Quiet a -Wdangling-pointer warning in cd9660_generate_path_tableJohn Baldwin2023-11-151-0/+5
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
* makefs: Add ZFS supportMark Johnston2022-08-051-0/+11
* makefs: Fix warnings and reset WARNS to the defaultMark Johnston2022-05-101-1/+1
* Fix makefs bootstrap on macOS after D25563Alex Richardson2020-08-251-0/+1
* makefs: add msdosfs (FAT) supportEd Maste2019-08-201-1/+4
* makefs: tidy up reach-over sourceEd Maste2018-04-201-3/+0
* 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: drop WARNS back to 2Ed Maste2017-05-181-1/+1
* makefs: clean up signedness warnings and bump WARNS to 3Ed Maste2017-05-181-1/+1
* Assign a random number to di_gen (for FFS), instead of extracting itMarcel Moolenaar2016-11-051-1/+0
* Allow building makefs(8) from another Makefile (such as one inMarcel Moolenaar2016-10-251-9/+11
* Correctly reintroduce the rudimentary smoke tests I botched upEnji Cooper2015-10-221-0/+6
* Revert r289694Enji Cooper2015-10-211-6/+0
* Add some rudimentary [smoke] testcases for makefsEnji Cooper2015-10-211-0/+6
* Convert makefs to LIBADDBaptiste Daroussin2014-11-241-7/+1
* Revert r267233 for now. PIE support needs to be reworked.Bryan Drewery2014-08-191-2/+0
* In preparation for ASLR [1] support add WITH_PIE to support building with -fPIE.Bryan Drewery2014-06-081-0/+2
* Remove duplicated copies of various NetBSD compatibility shims used byBrooks Davis2013-05-091-7/+15
* Add support for using mtree(5) manifest files to define the imageMarcel Moolenaar2011-06-191-0/+4
* Sync with the latest version from NetBSD. It notably addds ISO9660 support.Olivier Houchard2010-11-071-9/+10
* fix pathnames to work w/ buildworldSam Leffler2008-12-191-4/+4
* import netbsd makefs toolSam Leffler2008-12-191-0/+28