OpenBSD CVS

CVS log for src/usr.sbin/installboot/Attic/armv7_installboot.c


[BACK] Up to [local] / src / usr.sbin / installboot

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.12, Thu Feb 3 10:21:13 2022 UTC (2 years, 3 months ago) by visa
Branch: MAIN
CVS Tags: HEAD
Changes since 1.11: +1 -1 lines
FILE REMOVED

Rename armv7_installboot.c to efi_installboot.c.

The code is common to EFI platforms, not specific to armv7.

Suggested by kettenis@

Revision 1.11 / (download) - annotate - [select for diffs], Tue Jul 20 14:51:56 2021 UTC (2 years, 10 months ago) by kettenis
Branch: MAIN
CVS Tags: OPENBSD_7_0_BASE, OPENBSD_7_0
Changes since 1.10: +73 -13 lines
Diff to previous 1.10 (colored)

Add -p option to "prepare" (newfs) a filesystem that will be used for
the bootloader.  This is a no-op on architectures where such a filesystem
isn't needed.

ok krw@, deraadt@

Revision 1.10 / (download) - annotate - [select for diffs], Sun Jun 27 04:52:01 2021 UTC (2 years, 11 months ago) by jsg
Branch: MAIN
Changes since 1.9: +17 -2 lines
Diff to previous 1.9 (colored)

reuse armv7 installboot for riscv64
ok deraadt@

Revision 1.9 / (download) - annotate - [select for diffs], Thu Jun 3 13:14:03 2021 UTC (2 years, 11 months ago) by deraadt
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)

typo

Revision 1.8 / (download) - annotate - [select for diffs], Wed Jun 2 22:44:27 2021 UTC (3 years ago) by krw
Branch: MAIN
Changes since 1.7: +5 -6 lines
Diff to previous 1.7 (colored)

Use the same logic in all copies of gpt_chk_mbr(), relaxing the
media length check to allow EFI GPT partitions to be smaller that
the entire disk.

Consistently use GPTSECTOR instead of randomly tossing in some
literal '1's.

ok kettenis@

Revision 1.7 / (download) - annotate - [select for diffs], Wed Jun 2 16:12:18 2021 UTC (3 years ago) by kettenis
Branch: MAIN
Changes since 1.6: +144 -1 lines
Diff to previous 1.6 (colored)

Add GPT support; stolen from i386_installboot.c.

ok krw@, deraadt@

Revision 1.6 / (download) - annotate - [select for diffs], Wed Jul 22 05:06:38 2020 UTC (3 years, 10 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_6_9_BASE, OPENBSD_6_9, OPENBSD_6_8_BASE, OPENBSD_6_8
Changes since 1.5: +3 -2 lines
Diff to previous 1.5 (colored)

force long-names on msdos filenames, so that folk can see pretty names
later.
ok kettenis gkoehler

Revision 1.5 / (download) - annotate - [select for diffs], Sat Jun 27 15:35:29 2020 UTC (3 years, 11 months ago) by deraadt
Branch: MAIN
Changes since 1.4: +4 -4 lines
Diff to previous 1.4 (colored)

convert macppc, octeon, and loongson to use MI installboot, removing
special case scripting in install.md.
(macppc still requires manual steps for HFS bootmode)
tested by krw, visa, gkoehler

Revision 1.4 / (download) - annotate - [select for diffs], Fri Jun 28 13:32:48 2019 UTC (4 years, 11 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_6_7_BASE, OPENBSD_6_7, OPENBSD_6_6_BASE, OPENBSD_6_6
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored)

When system calls indicate an error they return -1, not some arbitrary
value < 0.  errno is only updated in this case.  Change all (most?)
callers of syscalls to follow this better, and let's see if this strictness
helps us in the future.

Revision 1.3 / (download) - annotate - [select for diffs], Sun May 7 10:40:17 2017 UTC (7 years ago) by kettenis
Branch: MAIN
CVS Tags: OPENBSD_6_5_BASE, OPENBSD_6_5, OPENBSD_6_4_BASE, OPENBSD_6_4, OPENBSD_6_3_BASE, OPENBSD_6_3, OPENBSD_6_2_BASE, OPENBSD_6_2
Changes since 1.2: +18 -1 lines
Diff to previous 1.2 (colored)

Add arm64 support.

ok tom@

Revision 1.2 / (download) - annotate - [select for diffs], Thu Jun 2 06:21:10 2016 UTC (8 years ago) by jsg
Branch: MAIN
CVS Tags: OPENBSD_6_1_BASE, OPENBSD_6_1, OPENBSD_6_0_BASE, OPENBSD_6_0
Changes since 1.1: +4 -4 lines
Diff to previous 1.1 (colored)

Rename findmbrlinux() to findmbrfat().  This function was originally
searching for a linux partition type, now it looks for a fat type.

ok kettenis@

Revision 1.1 / (download) - annotate - [select for diffs], Tue May 31 18:35:58 2016 UTC (8 years ago) by kettenis
Branch: MAIN

Add support for armv7.  Fix an error message in the i386 support before
creating more copies.

ok deraadt@, jsing@

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.