summaryrefslogtreecommitdiff
path: root/usr.sbin/makefs/cd9660.c
AgeCommit message (Expand)Author
2022-01-11spellingJonathan Gray
2021-07-12Change the error reporting pattern throughout the tree when unveilBob Beck
2018-11-20unveil(2) boot images which are specified by -o option. Also exitYASUOKA Masahiko
2017-04-06Remove the CD9660MAXPATH define. It was used to construct the path forMartin Natano
2016-12-17While here nuke some more annoying whitespace nits.Kenneth R Westerback
2016-11-26Avoid NULL pointer dereference in cd9660.Martin Natano
2016-10-26s/EXIT_FAILURE/1/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-23No verbose flag for cd9660.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-22-#include <stdbool.h>Martin Natano
2016-10-22Clean up timestamp handling code to be less confusing.Martin Natano
2016-10-22Remove huge amounts of debug code, that make the code nearly unreadable.Martin Natano
2016-10-17Remove some more unused cd9660 options.Martin Natano
2016-10-17Remove cd9660's archimedes option, we won't need RISC OS metadata on ourMartin Natano
2016-10-16there's no need for a special typedef and function pointer for pickingTed Unangst
2016-10-16/* XXX bounds checking! */Ted Unangst
2016-10-16Add OpenBSD RCS tags; reminded by tbMartin Natano
2016-10-16Unused includes, as reported by include-what-you-use from ports.Martin Natano
2016-10-16Import makefs - a tool to create filesystem images from a directory.Martin Natano