Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | While here nuke some more annoying whitespace nits. | 2016-12-17 | 1 | -3/+3 | |
| | |||||
* | Remove FS-specific option descriptions from the source code. We have a | 2016-10-26 | 1 | -2/+1 | |
| | | | | | manual for that. While there document the isolevel option and remove some dysfunctional cd9660 options. | ||||
* | Remove short option names for -o. | 2016-10-23 | 1 | -2/+1 | |
| | |||||
* | More "debug" code that has to go. | 2016-10-22 | 1 | -2/+1 | |
| | |||||
* | Clean up timestamp handling code to be less confusing. | 2016-10-22 | 1 | -3/+3 | |
| | |||||
* | Remove huge amounts of debug code, that make the code nearly unreadable. | 2016-10-22 | 1 | -44/+1 | |
| | |||||
* | Remove "feature" defines. This code won't try to be portable when we are | 2016-10-17 | 1 | -7/+1 | |
| | | | | done hacking it. | ||||
* | remove some byte swapping code from the top end | 2016-10-16 | 1 | -2/+1 | |
| | |||||
* | Only allow one directory as argument and remove the -r option. | 2016-10-16 | 1 | -3/+2 | |
| | | | | ok deraadt (on principle) | ||||
* | Remove the -Z (spare ffs image) option. | 2016-10-16 | 1 | -2/+1 | |
| | |||||
* | Add OpenBSD RCS tags; reminded by tb | 2016-10-16 | 1 | -0/+1 | |
| | |||||
* | Import makefs - a tool to create filesystem images from a directory. | 2016-10-16 | 1 | -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 |