History log of /openbsd-current/usr.sbin/makefs/makefs.h
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1.13 06-Oct-2021 deraadt

annotate all required sys/param.h uses with what they bring into scope,
and delete all others. use PATH_MAX and other standardized symbols instead
of prehistoric kernel-only names, create local MINIMUM/MAXIMUM macros where
required, and directly include standard userland .h files as required.


Revision tags: OPENBSD_6_1_BASE OPENBSD_6_2_BASE OPENBSD_6_3_BASE OPENBSD_6_4_BASE OPENBSD_6_5_BASE OPENBSD_6_6_BASE OPENBSD_6_7_BASE OPENBSD_6_8_BASE OPENBSD_6_9_BASE OPENBSD_7_0_BASE
# 1.12 17-Dec-2016 krw

While here nuke some more annoying whitespace nits.


# 1.11 26-Oct-2016 natano

Remove FS-specific option descriptions from the source code. We have a
manual for that. While there document the isolevel option and remove
some dysfunctional cd9660 options.


# 1.10 23-Oct-2016 natano

Remove short option names for -o.


# 1.9 22-Oct-2016 natano

More "debug" code that has to go.


# 1.8 22-Oct-2016 natano

Clean up timestamp handling code to be less confusing.


# 1.7 22-Oct-2016 natano

Remove huge amounts of debug code, that make the code nearly unreadable.


# 1.6 17-Oct-2016 natano

Remove "feature" defines. This code won't try to be portable when we are
done hacking it.


# 1.5 16-Oct-2016 tedu

remove some byte swapping code from the top end


# 1.4 16-Oct-2016 natano

Only allow one directory as argument and remove the -r option.
ok deraadt (on principle)


# 1.3 16-Oct-2016 natano

Remove the -Z (spare ffs image) option.


# 1.2 16-Oct-2016 natano

Add OpenBSD RCS tags; reminded by tb


# 1.1 16-Oct-2016 natano

Import makefs - a tool to create filesystem images from a directory.

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


Revision tags: OPENBSD_6_1_BASE OPENBSD_6_2_BASE
# 1.12 17-Dec-2016 krw

While here nuke some more annoying whitespace nits.


# 1.11 26-Oct-2016 natano

Remove FS-specific option descriptions from the source code. We have a
manual for that. While there document the isolevel option and remove
some dysfunctional cd9660 options.


# 1.10 23-Oct-2016 natano

Remove short option names for -o.


# 1.9 22-Oct-2016 natano

More "debug" code that has to go.


# 1.8 22-Oct-2016 natano

Clean up timestamp handling code to be less confusing.


# 1.7 22-Oct-2016 natano

Remove huge amounts of debug code, that make the code nearly unreadable.


# 1.6 17-Oct-2016 natano

Remove "feature" defines. This code won't try to be portable when we are
done hacking it.


# 1.5 16-Oct-2016 tedu

remove some byte swapping code from the top end


# 1.4 16-Oct-2016 natano

Only allow one directory as argument and remove the -r option.
ok deraadt (on principle)


# 1.3 16-Oct-2016 natano

Remove the -Z (spare ffs image) option.


# 1.2 16-Oct-2016 natano

Add OpenBSD RCS tags; reminded by tb


# 1.1 16-Oct-2016 natano

Import makefs - a tool to create filesystem images from a directory.

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