History log of /openbsd-current/usr.sbin/makefs/cd9660/cd9660_eltorito.c
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1.15 12-Jul-2021 beck

Change the error reporting pattern throughout the tree when unveil
fails to report the path that the failure occured on. Suggested by
deraadt@ after some tech discussion.

Work done and verified by Ashton Fagg <ashton@fagg.id.au>

ok deraadt@ semarie@ claudio@


Revision tags: OPENBSD_6_5_BASE OPENBSD_6_6_BASE OPENBSD_6_7_BASE OPENBSD_6_8_BASE OPENBSD_6_9_BASE
# 1.14 20-Nov-2018 yasuoka

unveil(2) boot images which are specified by -o option. Also exit
with an error status when writing cd image fails.

ok deraadt


Revision tags: OPENBSD_6_3_BASE OPENBSD_6_4_BASE
# 1.13 07-Nov-2017 yasuoka

Tweak the man page and warning message, revert the comma.


# 1.12 31-Oct-2017 yasuoka

Add platform-id for EFI.

seem fine deraadt


# 1.11 31-Oct-2017 yasuoka

Fix a bug which made the boot entries' order reverse, introduced at 1.8 on
NetBSD.

seem fine deraadt


# 1.10 31-Oct-2017 yasuoka

Initialize boot_catalog_entry's entry_type properly. This had been
missing but the type was used in cd9660_setup_boot().

seem fine deraadt


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

While here nuke some more annoying whitespace nits.


# 1.8 26-Oct-2016 natano

s/EXIT_FAILURE/1/


# 1.7 26-Oct-2016 natano

mac68k is discontinued


# 1.6 26-Oct-2016 natano

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


# 1.5 23-Oct-2016 natano

No verbose flag for cd9660.


# 1.4 17-Oct-2016 deraadt

Only a few apple-specific bits are needed by eltorito, so copy them local.


# 1.3 16-Oct-2016 natano

Add OpenBSD RCS tags; reminded by tb


# 1.2 16-Oct-2016 natano

Unused includes, as reported by include-what-you-use from ports.


# 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


# 1.14 20-Nov-2018 yasuoka

unveil(2) boot images which are specified by -o option. Also exit
with an error status when writing cd image fails.

ok deraadt


Revision tags: OPENBSD_6_3_BASE OPENBSD_6_4_BASE
# 1.13 07-Nov-2017 yasuoka

Tweak the man page and warning message, revert the comma.


# 1.12 31-Oct-2017 yasuoka

Add platform-id for EFI.

seem fine deraadt


# 1.11 31-Oct-2017 yasuoka

Fix a bug which made the boot entries' order reverse, introduced at 1.8 on
NetBSD.

seem fine deraadt


# 1.10 31-Oct-2017 yasuoka

Initialize boot_catalog_entry's entry_type properly. This had been
missing but the type was used in cd9660_setup_boot().

seem fine deraadt


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

While here nuke some more annoying whitespace nits.


# 1.8 26-Oct-2016 natano

s/EXIT_FAILURE/1/


# 1.7 26-Oct-2016 natano

mac68k is discontinued


# 1.6 26-Oct-2016 natano

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


# 1.5 23-Oct-2016 natano

No verbose flag for cd9660.


# 1.4 17-Oct-2016 deraadt

Only a few apple-specific bits are needed by eltorito, so copy them local.


# 1.3 16-Oct-2016 natano

Add OpenBSD RCS tags; reminded by tb


# 1.2 16-Oct-2016 natano

Unused includes, as reported by include-what-you-use from ports.


# 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


# 1.13 07-Nov-2017 yasuoka

Tweak the man page and warning message, revert the comma.


# 1.12 31-Oct-2017 yasuoka

Add platform-id for EFI.

seem fine deraadt


# 1.11 31-Oct-2017 yasuoka

Fix a bug which made the boot entries' order reverse, introduced at 1.8 on
NetBSD.

seem fine deraadt


# 1.10 31-Oct-2017 yasuoka

Initialize boot_catalog_entry's entry_type properly. This had been
missing but the type was used in cd9660_setup_boot().

seem fine deraadt


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

While here nuke some more annoying whitespace nits.


# 1.8 26-Oct-2016 natano

s/EXIT_FAILURE/1/


# 1.7 26-Oct-2016 natano

mac68k is discontinued


# 1.6 26-Oct-2016 natano

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


# 1.5 23-Oct-2016 natano

No verbose flag for cd9660.


# 1.4 17-Oct-2016 deraadt

Only a few apple-specific bits are needed by eltorito, so copy them local.


# 1.3 16-Oct-2016 natano

Add OpenBSD RCS tags; reminded by tb


# 1.2 16-Oct-2016 natano

Unused includes, as reported by include-what-you-use from ports.


# 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