History log of /openbsd-current/usr.sbin/makefs/cd9660.h
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1.15 01-Sep-2021 deraadt

remove sys/param.h use (few small repairs)


Revision tags: 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
# 1.14 09-Apr-2017 natano

Remove unused #define's and struct.


# 1.13 06-Apr-2017 natano

Remove the CD9660MAXPATH define. It was used to construct the path for
opening the file, so PATH_MAX makes more sense here. While there change
the code to do two less allocations per file.

ok deraadt


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

While here nuke some more annoying whitespace nits.


# 1.11 26-Oct-2016 natano

s/EXIT_FAILURE/1/


# 1.10 26-Oct-2016 natano

Remove cd9660's chrp-boot option. deraadt confirmed we don't support any
CHRP hardware.


# 1.9 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.8 23-Oct-2016 natano

No verbose flag for cd9660.


# 1.7 23-Oct-2016 natano

Remove cd9660's keep-bad-images option.


# 1.6 22-Oct-2016 natano

-#include <stdbool.h>


# 1.5 18-Oct-2016 natano

Merge fs/cd9660/ into cd9660.


# 1.4 17-Oct-2016 natano

Remove some more unused cd9660 options.


# 1.3 17-Oct-2016 natano

Remove cd9660's archimedes option, we won't need RISC OS metadata on our
ISO images.


# 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_2_BASE
# 1.14 09-Apr-2017 natano

Remove unused #define's and struct.


# 1.13 06-Apr-2017 natano

Remove the CD9660MAXPATH define. It was used to construct the path for
opening the file, so PATH_MAX makes more sense here. While there change
the code to do two less allocations per file.

ok deraadt


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

While here nuke some more annoying whitespace nits.


# 1.11 26-Oct-2016 natano

s/EXIT_FAILURE/1/


# 1.10 26-Oct-2016 natano

Remove cd9660's chrp-boot option. deraadt confirmed we don't support any
CHRP hardware.


# 1.9 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.8 23-Oct-2016 natano

No verbose flag for cd9660.


# 1.7 23-Oct-2016 natano

Remove cd9660's keep-bad-images option.


# 1.6 22-Oct-2016 natano

-#include <stdbool.h>


# 1.5 18-Oct-2016 natano

Merge fs/cd9660/ into cd9660.


# 1.4 17-Oct-2016 natano

Remove some more unused cd9660 options.


# 1.3 17-Oct-2016 natano

Remove cd9660's archimedes option, we won't need RISC OS metadata on our
ISO images.


# 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