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
/
makefs.c
Age
Commit message (
Expand
)
Author
2016-12-17
While here nuke some more annoying whitespace nits.
Kenneth R Westerback
2016-11-08
pledge for "stdio rpath wpath cpath" promises since it only needs to
Ricardo Mestre
2016-10-26
Remove FS-specific option descriptions from the source code. We have a
Martin Natano
2016-10-25
convert usage() to just spit out the normal options list,
Jason McIntyre
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-18
Remove setprogname().
Martin Natano
2016-10-18
Only allow epoch timestamps for -T. A shared option for either using the
Martin Natano
2016-10-18
Remove the -B flag. Most of the byteswapping code was tedu'd already.
Martin Natano
2016-10-17
unused variables
Martin Natano
2016-10-17
Remove the -d option.
Martin Natano
2016-10-16
remove some byte swapping code from the top end
Ted Unangst
2016-10-16
Only allow one directory as argument and remove the -r option.
Martin Natano
2016-10-16
Remove the -Z (spare ffs image) option.
Martin Natano
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