summaryrefslogtreecommitdiffstats
path: root/usr.sbin/makefs
AgeCommit message (Expand)AuthorFilesLines
2020-04-09No need to check for NULL before free().krw1-7/+4
2019-09-04msdosfs: remove timezone supportcheloha1-9/+2
2018-11-20unveil(2) boot images which are specified by -o option. Also exityasuoka2-4/+11
2018-09-24unveil(2) is easy since this only uses one directory treederaadt1-1/+5
2018-04-26Use <fcntl.h> instead of <sys/file.h> for open() and friends.guenther1-2/+1
2017-11-07Tweak the man page and warning message, revert the comma.yasuoka2-5/+5
2017-11-02Use emalloc, like in the rest of makefsjca1-3/+3
2017-10-31Add platform-id for EFI.yasuoka3-8/+15
2017-10-31Fix a bug which made the boot entries' order reverse, introduced at 1.8 onyasuoka1-4/+5
2017-10-31Initialize boot_catalog_entry's entry_type properly. This had beenyasuoka1-1/+5
2017-08-31assorted warning fixes; ok millert@otto1-2/+2
2017-04-09Remove unused #define's and struct.natano1-24/+1
2017-04-06Remove the CD9660MAXPATH define. It was used to construct the path fornatano3-32/+27
2017-03-28add missing braces around a multi line if statementjsg1-2/+3
2017-03-23Set the maximum value of the msdos options to the value of LLONG_MAXpatrick1-2/+2
2017-01-21Use MD disklabel position.natano1-2/+2
2016-12-17While here nuke some more annoying whitespace nits.krw7-45/+45
2016-12-17While here nuke some more annoying whitespace nits.krw4-14/+14
2016-12-17While here nuke some more annoying whitespace nits.krw5-15/+15
2016-12-17While here nuke some more annoying whitespace nits.krw1-2/+2
2016-12-17While here nuke some more annoying whitespace nits.krw7-28/+28
2016-12-17Nuke unused variable and some extra whitespace.krw1-9/+9
2016-11-26Avoid NULL pointer dereference in cd9660.natano1-3/+3
2016-11-14disklabel -w doesn't set bstart/bend, so makefs shouldn't do that either.natano1-6/+2
2016-11-13Pick up the FS image size, the sector size and the bsize and fsizenatano3-20/+49
2016-11-11Clean up FFS option handling somewhat; no functional change.natano3-22/+11
2016-11-11Optimize for space by default.natano2-6/+5
2016-11-10Sync bsize and fsize defaults with newfs.natano1-3/+3
2016-11-10Remove the unused cpg field from ffs_opt_t.natano2-7/+2
2016-11-08Respect -Ooffset for the disklabel location.natano1-2/+2
2016-11-08Describe -o disklabel=name.natano1-2/+7
2016-11-08Add a disklabel option that creates a disklabel with the info providednatano2-3/+63
2016-11-08pledge for "stdio rpath wpath cpath" promises since it only needs tomestre1-1/+4
2016-11-06Remove unused fields from ffs_opt_t.natano2-18/+2
2016-10-26s/EXIT_FAILURE/1/natano8-40/+36
2016-10-26mac68k is discontinuednatano2-6/+4
2016-10-26Add the omit-trailing-period cd9660 option to the manual.natano1-3/+3
2016-10-26Remove cd9660's chrp-boot option. deraadt confirmed we don't support anynatano4-19/+5
2016-10-26Use OPT_BOOL, not OPT_INT32 for boolean cd9660 options.natano1-2/+2
2016-10-26Remove FS-specific option descriptions from the source code. We have anatano8-134/+82
2016-10-25convert usage() to just spit out the normal options list,jmc1-16/+7
2016-10-24document the options for msdos systems; help/ok natanojmc1-5/+57
2016-10-23No verbose flag for cd9660.natano5-115/+7
2016-10-23Remove the msdos no_create option.natano2-135/+129
2016-10-23Remove cd9660's keep-bad-images option.natano4-13/+6
2016-10-23Remove short option names for -o.natano6-170/+137
2016-10-22Dedup msdosfs/{bootsect.h,bpb.h}.natano7-299/+11
2016-10-22-#include <stdbool.h>natano4-16/+13
2016-10-22various cleanup; ok natanojmc1-47/+29
2016-10-22Get rid of remaining FFS byteswap function stubs.natano7-111/+47