History log of /openbsd-current/usr.sbin/makefs/ffs/buf.c
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1.7 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.6 17-Dec-2016 krw

While here nuke some more annoying whitespace nits.


# 1.5 26-Oct-2016 natano

s/EXIT_FAILURE/1/


# 1.4 22-Oct-2016 natano

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


# 1.3 17-Oct-2016 tedu

mechanical rename of vnode to mkfsvnode and buf to mkfsbuf to avoid
collisions with the kernel structures of the same name.
caught one bug where the wrong header was being included.


# 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.6 17-Dec-2016 krw

While here nuke some more annoying whitespace nits.


# 1.5 26-Oct-2016 natano

s/EXIT_FAILURE/1/


# 1.4 22-Oct-2016 natano

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


# 1.3 17-Oct-2016 tedu

mechanical rename of vnode to mkfsvnode and buf to mkfsbuf to avoid
collisions with the kernel structures of the same name.
caught one bug where the wrong header was being included.


# 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