summaryrefslogtreecommitdiff
path: root/usr.sbin/makefs
AgeCommit message (Expand)Author
2018-11-20unveil(2) boot images which are specified by -o option. Also exitYASUOKA Masahiko
2018-09-24unveil(2) is easy since this only uses one directory treeTheo de Raadt
2018-04-26Use <fcntl.h> instead of <sys/file.h> for open() and friends.Philip Guenther
2017-11-07Tweak the man page and warning message, revert the comma.YASUOKA Masahiko
2017-11-02Use emalloc, like in the rest of makefsJeremie Courreges-Anglas
2017-10-31Add platform-id for EFI.YASUOKA Masahiko
2017-10-31Fix a bug which made the boot entries' order reverse, introduced at 1.8 onYASUOKA Masahiko
2017-10-31Initialize boot_catalog_entry's entry_type properly. This had beenYASUOKA Masahiko
2017-08-31assorted warning fixes; ok millert@Otto Moerbeek
2017-04-09Remove unused #define's and struct.Martin Natano
2017-04-06Remove the CD9660MAXPATH define. It was used to construct the path forMartin Natano
2017-03-28add missing braces around a multi line if statementJonathan Gray
2017-03-23Set the maximum value of the msdos options to the value of LLONG_MAXPatrick Wildt
2017-01-21Use MD disklabel position.Martin Natano
2016-12-17While here nuke some more annoying whitespace nits.Kenneth R Westerback
2016-12-17While here nuke some more annoying whitespace nits.Kenneth R Westerback
2016-12-17While here nuke some more annoying whitespace nits.Kenneth R Westerback
2016-12-17While here nuke some more annoying whitespace nits.Kenneth R Westerback
2016-12-17While here nuke some more annoying whitespace nits.Kenneth R Westerback
2016-12-17Nuke unused variable and some extra whitespace.Kenneth R Westerback
2016-11-26Avoid NULL pointer dereference in cd9660.Martin Natano
2016-11-14disklabel -w doesn't set bstart/bend, so makefs shouldn't do that either.Martin Natano
2016-11-13Pick up the FS image size, the sector size and the bsize and fsizeMartin Natano
2016-11-11Clean up FFS option handling somewhat; no functional change.Martin Natano
2016-11-11Optimize for space by default.Martin Natano
2016-11-10Sync bsize and fsize defaults with newfs.Martin Natano
2016-11-10Remove the unused cpg field from ffs_opt_t.Martin Natano
2016-11-08Respect -Ooffset for the disklabel location.Martin Natano
2016-11-08Describe -o disklabel=name.Martin Natano
2016-11-08Add a disklabel option that creates a disklabel with the info providedMartin Natano
2016-11-08pledge for "stdio rpath wpath cpath" promises since it only needs toRicardo Mestre
2016-11-06Remove unused fields from ffs_opt_t.Martin Natano
2016-10-26s/EXIT_FAILURE/1/Martin Natano
2016-10-26mac68k is discontinuedMartin Natano
2016-10-26Add the omit-trailing-period cd9660 option to the manual.Martin Natano
2016-10-26Remove cd9660's chrp-boot option. deraadt confirmed we don't support anyMartin Natano
2016-10-26Use OPT_BOOL, not OPT_INT32 for boolean cd9660 options.Martin Natano
2016-10-26Remove FS-specific option descriptions from the source code. We have aMartin Natano
2016-10-25convert usage() to just spit out the normal options list,Jason McIntyre
2016-10-24document the options for msdos systems; help/ok natanoJason McIntyre
2016-10-23No verbose flag for cd9660.Martin Natano
2016-10-23Remove the msdos no_create option.Martin Natano
2016-10-23Remove cd9660's keep-bad-images option.Martin Natano
2016-10-23Remove short option names for -o.Martin Natano
2016-10-22Dedup msdosfs/{bootsect.h,bpb.h}.Martin Natano
2016-10-22-#include <stdbool.h>Martin Natano
2016-10-22various cleanup; ok natanoJason McIntyre
2016-10-22Get rid of remaining FFS byteswap function stubs.Martin Natano
2016-10-22More "debug" code that has to go.Martin Natano
2016-10-22Clean up timestamp handling code to be less confusing.Martin Natano