Age | Commit message (Expand) | Author |
2024-08-03 | Set system ID field in the PVD to OpenBSD | Todd C. Miller |
2024-04-23 | correct indentation; no functional change | Jonathan Gray |
2024-01-09 | Delete support for FFS filesystems before the in-inode symlink | Philip Guenther |
2023-12-01 | Make sure we read a complete struct fsinfo even if the filesystem sectors | Miod Vallat |
2023-09-05 | function definitions without prototypes are deprecated, so shut clang16 up | Robert Nagy |
2023-08-19 | Copy entire st_*tim structs at once, rather than copying | Philip Guenther |
2023-08-11 | msdosfs_times() doesn't need to copy timespecs onto the stack: just | Philip Guenther |
2023-08-08 | Replace use of the old BSD st_*timensec members in struct stat with | Philip Guenther |
2023-04-25 | Add option 'rdroot' to simplify creation of rdroot filesystems for the install | Kenneth R Westerback |
2022-12-28 | spelling fixes; from paul tagliamonte | Jason McIntyre |
2022-12-04 | userspace: remove vestigial '?' cases from top-level getopt(3) loops | Scott Soule Cheloha |
2022-02-28 | #include <disktab.h> not needed for successful compile. | Kenneth R Westerback |
2022-01-11 | spelling | Jonathan Gray |
2021-12-23 | make array bounds in unix2dosfn() prototype match function | Jonathan Gray |
2021-10-24 | For open/openat, if the flags parameter does not contain O_CREAT, the | Theo de Raadt |
2021-10-06 | annotate all required sys/param.h uses with what they bring into scope, | Theo de Raadt |
2021-09-01 | remove sys/param.h use (few small repairs) | Theo de Raadt |
2021-07-12 | Change the error reporting pattern throughout the tree when unveil | Bob Beck |
2020-04-09 | No need to check for NULL before free(). | Kenneth R Westerback |
2019-09-04 | msdosfs: remove timezone support | cheloha |
2018-11-20 | unveil(2) boot images which are specified by -o option. Also exit | YASUOKA Masahiko |
2018-09-24 | unveil(2) is easy since this only uses one directory tree | Theo de Raadt |
2018-04-26 | Use <fcntl.h> instead of <sys/file.h> for open() and friends. | Philip Guenther |
2017-11-07 | Tweak the man page and warning message, revert the comma. | YASUOKA Masahiko |
2017-11-02 | Use emalloc, like in the rest of makefs | Jeremie Courreges-Anglas |
2017-10-31 | Add platform-id for EFI. | YASUOKA Masahiko |
2017-10-31 | Fix a bug which made the boot entries' order reverse, introduced at 1.8 on | YASUOKA Masahiko |
2017-10-31 | Initialize boot_catalog_entry's entry_type properly. This had been | YASUOKA Masahiko |
2017-08-31 | assorted warning fixes; ok millert@ | Otto Moerbeek |
2017-04-09 | Remove unused #define's and struct. | Martin Natano |
2017-04-06 | Remove the CD9660MAXPATH define. It was used to construct the path for | Martin Natano |
2017-03-28 | add missing braces around a multi line if statement | Jonathan Gray |
2017-03-23 | Set the maximum value of the msdos options to the value of LLONG_MAX | Patrick Wildt |
2017-01-21 | Use MD disklabel position. | Martin Natano |
2016-12-17 | While here nuke some more annoying whitespace nits. | Kenneth R Westerback |
2016-12-17 | While here nuke some more annoying whitespace nits. | Kenneth R Westerback |
2016-12-17 | While here nuke some more annoying whitespace nits. | Kenneth R Westerback |
2016-12-17 | While here nuke some more annoying whitespace nits. | Kenneth R Westerback |
2016-12-17 | While here nuke some more annoying whitespace nits. | Kenneth R Westerback |
2016-12-17 | Nuke unused variable and some extra whitespace. | Kenneth R Westerback |
2016-11-26 | Avoid NULL pointer dereference in cd9660. | Martin Natano |
2016-11-14 | disklabel -w doesn't set bstart/bend, so makefs shouldn't do that either. | Martin Natano |
2016-11-13 | Pick up the FS image size, the sector size and the bsize and fsize | Martin Natano |
2016-11-11 | Clean up FFS option handling somewhat; no functional change. | Martin Natano |
2016-11-11 | Optimize for space by default. | Martin Natano |
2016-11-10 | Sync bsize and fsize defaults with newfs. | Martin Natano |
2016-11-10 | Remove the unused cpg field from ffs_opt_t. | Martin Natano |
2016-11-08 | Respect -Ooffset for the disklabel location. | Martin Natano |
2016-11-08 | Describe -o disklabel=name. | Martin Natano |
2016-11-08 | Add a disklabel option that creates a disklabel with the info provided | Martin Natano |