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