summaryrefslogtreecommitdiffstats
path: root/usr.sbin/makefs/makefs.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* While here nuke some more annoying whitespace nits.krw2016-12-171-3/+3
|
* Remove FS-specific option descriptions from the source code. We have anatano2016-10-261-2/+1
| | | | | manual for that. While there document the isolevel option and remove some dysfunctional cd9660 options.
* Remove short option names for -o.natano2016-10-231-2/+1
|
* More "debug" code that has to go.natano2016-10-221-2/+1
|
* Clean up timestamp handling code to be less confusing.natano2016-10-221-3/+3
|
* Remove huge amounts of debug code, that make the code nearly unreadable.natano2016-10-221-44/+1
|
* Remove "feature" defines. This code won't try to be portable when we arenatano2016-10-171-7/+1
| | | | done hacking it.
* remove some byte swapping code from the top endtedu2016-10-161-2/+1
|
* Only allow one directory as argument and remove the -r option.natano2016-10-161-3/+2
| | | | ok deraadt (on principle)
* Remove the -Z (spare ffs image) option.natano2016-10-161-2/+1
|
* Add OpenBSD RCS tags; reminded by tbnatano2016-10-161-0/+1
|
* Import makefs - a tool to create filesystem images from a directory.natano2016-10-161-0/+248
This is a rough port of the NetBSD tool with some features removed we don't need. It compiles, but I don't promise anything more. Importing now, so we can hack on it in tree. The supported filesystem types are: cd9660, ffs and msdosfs. ok deraadt