index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
makefs
/
cd9660.c
Age
Commit message (
Expand
)
Author
2022-01-11
spelling
Jonathan Gray
2021-07-12
Change the error reporting pattern throughout the tree when unveil
Bob Beck
2018-11-20
unveil(2) boot images which are specified by -o option. Also exit
YASUOKA Masahiko
2017-04-06
Remove the CD9660MAXPATH define. It was used to construct the path for
Martin Natano
2016-12-17
While here nuke some more annoying whitespace nits.
Kenneth R Westerback
2016-11-26
Avoid NULL pointer dereference in cd9660.
Martin Natano
2016-10-26
s/EXIT_FAILURE/1/
Martin Natano
2016-10-26
Remove cd9660's chrp-boot option. deraadt confirmed we don't support any
Martin Natano
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
2016-10-23
No verbose flag for cd9660.
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
-#include <stdbool.h>
Martin Natano
2016-10-22
Clean up timestamp handling code to be less confusing.
Martin Natano
2016-10-22
Remove huge amounts of debug code, that make the code nearly unreadable.
Martin Natano
2016-10-17
Remove some more unused cd9660 options.
Martin Natano
2016-10-17
Remove cd9660's archimedes option, we won't need RISC OS metadata on our
Martin Natano
2016-10-16
there's no need for a special typedef and function pointer for picking
Ted Unangst
2016-10-16
/* XXX bounds checking! */
Ted Unangst
2016-10-16
Add OpenBSD RCS tags; reminded by tb
Martin Natano
2016-10-16
Unused includes, as reported by include-what-you-use from ports.
Martin Natano
2016-10-16
Import makefs - a tool to create filesystem images from a directory.
Martin Natano