Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-04 | msdosfs: remove timezone support | cheloha | |
This support is undocumented, only works if you're using the kernel timezone, and breaks during a DST shift. It also preferences file systems managed by a Windows installation: many implementations, like ours, use UTC by default (think: phones, digital cameras). No complaints on tech@. "good riddance" tedu@, "Yep." deraadt@ | |||
2018-11-20 | unveil(2) boot images which are specified by -o option. Also exit | YASUOKA Masahiko | |
with an error status when writing cd image fails. ok deraadt | |||
2018-09-24 | unveil(2) is easy since this only uses one directory tree | Theo de Raadt | |
(containing no exterior pointing symlinks), and a file. In snaps for about 2 months. | |||
2018-04-26 | Use <fcntl.h> instead of <sys/file.h> for open() and friends. | Philip Guenther | |
Delete a bunch of unnecessary #includes and sort to match style(9) while doing the above cleanup. ok deraadt@ krw@ | |||
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 | |
From Michael W. Bombardieri | |||
2017-10-31 | Add platform-id for EFI. | YASUOKA Masahiko | |
seem fine deraadt | |||
2017-10-31 | Fix a bug which made the boot entries' order reverse, introduced at 1.8 on | YASUOKA Masahiko | |
NetBSD. seem fine deraadt | |||
2017-10-31 | Initialize boot_catalog_entry's entry_type properly. This had been | YASUOKA Masahiko | |
missing but the type was used in cd9660_setup_boot(). seem fine deraadt | |||
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 | |
opening the file, so PATH_MAX makes more sense here. While there change the code to do two less allocations per file. ok deraadt | |||
2017-03-28 | add missing braces around a multi line if statement | Jonathan Gray | |
ok patrick@ deraadt@ | |||
2017-03-23 | Set the maximum value of the msdos options to the value of LLONG_MAX | Patrick Wildt | |
instead of ULLONG_MAX since the type of the comparison is using long long, which has a positive maximum of LLONG_MAX. The affected opts are of type off_t, which should have a maximum of LLONG_MAX anyway. Fixes makefs(8) on msdos with options "create_size" or "offset". ok natano@ | |||
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 | |
ok natano@ | |||
2016-11-26 | Avoid NULL pointer dereference in cd9660. | Martin Natano | |
from christos@NetBSD via mestre Original Log Message: PR/51652: Sevan Janiyan: makefs dies due to segmentation fault Don't dereference NULL when running out of nodes during rename. | |||
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 | |
parameters from the disklabel. discussed with deraadt | |||
2016-11-11 | Clean up FFS option handling somewhat; no functional change. | Martin Natano | |
2016-11-11 | Optimize for space by default. | Martin Natano | |
ok deraadt | |||
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 | |
by disktab. This is one piece of the puzzle that will allow use to build install media without vnd. ok deraadt | |||
2016-11-08 | pledge for "stdio rpath wpath cpath" promises since it only needs to | Ricardo Mestre | |
read/write/create files OK natano@ and tb@, thank you both for noticing the bad indentation | |||
2016-11-06 | Remove unused fields from ffs_opt_t. | Martin Natano | |
2016-10-26 | s/EXIT_FAILURE/1/ | Martin Natano | |
2016-10-26 | mac68k is discontinued | Martin Natano | |
2016-10-26 | Add the omit-trailing-period cd9660 option to the manual. | Martin Natano | |
2016-10-26 | Remove cd9660's chrp-boot option. deraadt confirmed we don't support any | Martin Natano | |
CHRP hardware. | |||
2016-10-26 | Use OPT_BOOL, not OPT_INT32 for boolean cd9660 options. | Martin Natano | |
2016-10-26 | Remove FS-specific option descriptions from the source code. We have a | Martin Natano | |
manual for that. While there document the isolevel option and remove some dysfunctional cd9660 options. | |||
2016-10-25 | convert usage() to just spit out the normal options list, | Jason McIntyre | |
instead of trying to list all the fs-specific stuff; help/ok natano | |||
2016-10-24 | document the options for msdos systems; help/ok natano | Jason McIntyre | |
2016-10-23 | No verbose flag for cd9660. | Martin Natano | |
2016-10-23 | Remove the msdos no_create option. | Martin Natano | |
2016-10-23 | Remove cd9660's keep-bad-images option. | Martin Natano | |
2016-10-23 | Remove short option names for -o. | Martin Natano | |
2016-10-22 | Dedup msdosfs/{bootsect.h,bpb.h}. | Martin Natano | |
2016-10-22 | -#include <stdbool.h> | Martin Natano | |
2016-10-22 | various cleanup; ok natano | Jason McIntyre | |
2016-10-22 | Get rid of remaining FFS byteswap function stubs. | Martin Natano | |
2016-10-22 | More "debug" code that has to go. | Martin Natano | |