summaryrefslogtreecommitdiff
path: root/usr.sbin/makefs
AgeCommit message (Expand)Author
2024-08-03Set system ID field in the PVD to OpenBSDTodd C. Miller
2024-04-23correct indentation; no functional changeJonathan Gray
2024-01-09Delete support for FFS filesystems before the in-inode symlinkPhilip Guenther
2023-12-01Make sure we read a complete struct fsinfo even if the filesystem sectorsMiod Vallat
2023-09-05function definitions without prototypes are deprecated, so shut clang16 upRobert Nagy
2023-08-19Copy entire st_*tim structs at once, rather than copyingPhilip Guenther
2023-08-11msdosfs_times() doesn't need to copy timespecs onto the stack: justPhilip Guenther
2023-08-08Replace use of the old BSD st_*timensec members in struct stat withPhilip Guenther
2023-04-25Add option 'rdroot' to simplify creation of rdroot filesystems for the installKenneth R Westerback
2022-12-28spelling fixes; from paul tagliamonteJason McIntyre
2022-12-04userspace: remove vestigial '?' cases from top-level getopt(3) loopsScott Soule Cheloha
2022-02-28#include <disktab.h> not needed for successful compile.Kenneth R Westerback
2022-01-11spellingJonathan Gray
2021-12-23make array bounds in unix2dosfn() prototype match functionJonathan Gray
2021-10-24For open/openat, if the flags parameter does not contain O_CREAT, theTheo de Raadt
2021-10-06annotate all required sys/param.h uses with what they bring into scope,Theo de Raadt
2021-09-01remove sys/param.h use (few small repairs)Theo de Raadt
2021-07-12Change the error reporting pattern throughout the tree when unveilBob Beck
2020-04-09No need to check for NULL before free().Kenneth R Westerback
2019-09-04msdosfs: remove timezone supportcheloha
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