Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-20 | sync | Theo de Raadt | |
2022-04-17 | sync | Theo de Raadt | |
2022-04-07 | Mention Allwinner H6 | Kevin Lo | |
ok jsg@ | |||
2022-04-06 | Add instructions on how to prepare Apple arm64 machines for installing | Mark Kettenis | |
OpenBSD. | |||
2022-04-05 | sync | Theo de Raadt | |
2022-03-31 | on-ramdisk firmware extraction can overflow the install-media directory | Theo de Raadt | |
because of the the tar+mv combination. Purge both path variations better, so that an interrupted install can be restarted. ok miod abieber kettenis | |||
2022-03-28 | Running getty(8) on /dev/console when using a glass console interferes with | Mark Kettenis | |
running Xorg in a way that isn't fully understood. So change the arm64 install.md to munge /etc/ttys to enable the ttyC0 entry if we detect that wsdisplay0 is the console and make sure the code in install.sub that does the actual munging disables the console entry before enabling another entry to prevent running two getty(8) processes on (effectively) the same device. ok deraadt@ | |||
2022-03-26 | grow i386 media | Theo de Raadt | |
2022-03-24 | The installer no longer runs dhclient(8). | Kenneth R Westerback | |
New verbiage suggested by deraadt@. | |||
2022-03-24 | sync | Theo Buehler | |
2022-03-22 | Polish the bits that copy the firmware in place on Apple systems a bit more. | Mark Kettenis | |
This mostly adds some checks to make sure that if for some reason the firmware files aren't present on the EFI System Partition the users doesn't see several error messages. ok deraadt@ | |||
2022-03-21 | Remove unused files which serve no purpose in OpenBSD; with and ok jsg@ | Miod Vallat | |
2022-03-20 | sync | Stuart Henderson | |
2022-03-18 | add list of apple machines from arm64.html | Jonathan Gray | |
apple specific install instructions still needed | |||
2022-03-15 | sync | Stuart Henderson | |
2022-03-14 | There is no objectionable-C compiler in the comp set anymore. | Miod Vallat | |
2022-03-13 | Now that fdisk(8) retains the EFI System Partition on Apple systems, skip | Mark Kettenis | |
formatting the partition such that its contents actually survive. ok krw@ | |||
2022-03-10 | Provide atomic load and store functions for int and long. FreeBSD | Alexander Bluhm | |
also uses these names. This implements a complete interface for atomic operations, such functions can be used for every access. They provide compiler barriers, but no CPU memory barriers. This is consistent with our other atomic operations. OK mvs@ visa@ | |||
2022-03-08 | sync | Theo de Raadt | |
2022-03-07 | grow diskspace | Theo de Raadt | |
2022-03-06 | Simple move firmware subdirectory in place as suggested by deraadt@ | Mark Kettenis | |
Improved chicken scratches from tb@ | |||
2022-03-06 | Fetch bwfm(4) firmware from the EFI System Partition on Apple Silicon | Mark Kettenis | |
devices and copy it into the right directory on the ramdisk such that it can be used in the installer. And copy it in place at the end of the install procedure such that it is available for use in the newly installed system. ok deraadt@ | |||
2022-03-02 | Document u-boot workaround required for unattended boot of edgerouter 6p. | Stefan Sperling | |
ok afresh1@ kevlo@, who both ran into the same issue | |||
2022-02-23 | sync | Theo de Raadt | |
2022-02-22 | sync | Theo de Raadt | |
2022-02-21 | sync | Theo de Raadt | |
2022-02-20 | sync | Theo de Raadt | |
2022-02-20 | sync | Theo de Raadt | |
2022-02-19 | Use installboot(8) in install.md of armv7. | Visa Hankala | |
OK kettenis@ deraadt@ | |||
2022-02-18 | sync | Theo de Raadt | |
2022-02-16 | sync | Theo de Raadt | |
2022-02-16 | Add libclang_rt.ubsan_minimal to comp set | Greg Steuck | |
ok jca@ | |||
2022-02-14 | Use fdisk -b to create the desired 1MB MSDOS boot partition | Kenneth R Westerback | |
rather than relying on /usr/mdec/mbr. Tested by tobhe@ | |||
2022-02-13 | sync | Stuart Henderson | |
2022-02-10 | Use fdisk's -b to create boot partitions instead of -e scripts. | Kenneth R Westerback | |
Build, boot and install tested by bluhm@ ok bluhm@ | |||
2022-02-10 | sync | Theo de Raadt | |
2022-02-10 | Use fdisk's -b to create boot partitions instead of -e scripts. | Kenneth R Westerback | |
Build, boot and install tested by bluhm@ ok bluhm@ | |||
2022-02-07 | Use fdisk's -b to create boot partitions instead of -e scripts. | Kenneth R Westerback | |
Build, boot and install tested by visa@ ok visa@ | |||
2022-02-07 | Use fdisk's -b to create boot partitions instead of -e scripts. | Kenneth R Westerback | |
Build, boot and install tested by visa@ ok visa@ | |||
2022-02-06 | Use fdisk's -b to create boot partitions instead of -e scripts. | Kenneth R Westerback | |
Build, boot and install tested by visa@ ok visa@ | |||
2022-02-06 | Allow installation on a disk with a GPT. | Visa Hankala | |
OK krw@ | |||
2022-02-04 | Use the '-b' to create boot partitions instead of '-e' scripts. | Kenneth R Westerback | |
Media creation & subsequent installation tests by visa@ ok visa@ | |||
2022-02-04 | Now that installboot(8) creates the startup.nsh file, remove the shell | Mark Kettenis | |
scripting doing the same thing from here. ok deraadt@, visa@ | |||
2022-02-03 | Use installboot(8) in install.md of riscv64. | Visa Hankala | |
OK kettenis@ deraadt@ | |||
2022-02-03 | Rename armv7_installboot.c to efi_installboot.c. | Visa Hankala | |
The code is common to EFI platforms, not specific to armv7. Suggested by kettenis@ | |||
2022-01-29 | ftplist management moves to a different IP. It would be nice if this | Theo de Raadt | |
could operate in parallel to a few different IPs, but such code has not been written yet. | |||
2022-01-25 | sync | Theo Buehler | |
2022-01-22 | sync | Theo de Raadt | |
2022-01-18 | sync | Theo de Raadt | |
2022-01-16 | spelling | Jonathan Gray | |