/
nerfur
/
openbsd-src
ОбзорДокументацияВойти
/
nerfur
/
openbsd-src
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
openbsd-src/
usr.sbin/installboot/
..
Makefile

Add -c option that sets up the machine to boot from the specified disk. For now, this is only implemented on amd64 and arm64 machines that use UEFI and a GPT partition table. Will be used by the installer soon.

год назад
bootstrap.c

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.

7 лет назад
efi_bootmgr.c

Only set BootOrder if our boot option isn't already part of it. This means sysupgrade (or reinstalls) will not longer set OpenBSD as the default OS if users change the boot order by some other means. Fresh installs will still make OpenBSD the default OS.

год назад
efi_installboot.c

Avoid null-pointer deref in the non-GPT case for installboot -c.

год назад
efi_softraid.c

Merge duplicate MD code into MI sr_open_chunk()

4 года назад
hppa_installboot.c

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.

5 лет назад
i386_installboot.c

Avoid null-pointer deref in the non-GPT case for installboot -c.

год назад
i386_installboot.h

Add -c option that sets up the machine to boot from the specified disk. For now, this is only implemented on amd64 and arm64 machines that use UEFI and a GPT partition table. Will be used by the installer soon.

год назад
i386_nlist.c

spelling fixes; from paul tagliamonte any parts of his diff not taken are noted on tech

4 года назад
i386_softraid.c

Add -c option that sets up the machine to boot from the specified disk. For now, this is only implemented on amd64 and arm64 machines that use UEFI and a GPT partition table. Will be used by the installer soon.

год назад
installboot.8

Document -c option.

год назад
installboot.c

Add -c option that sets up the machine to boot from the specified disk. For now, this is only implemented on amd64 and arm64 machines that use UEFI and a GPT partition table. Will be used by the installer soon.

год назад
installboot.h

Add -c option that sets up the machine to boot from the specified disk. For now, this is only implemented on amd64 and arm64 machines that use UEFI and a GPT partition table. Will be used by the installer soon.

год назад
landisk_installboot.c

spelling fixes; from paul tagliamonte any parts of his diff not taken are noted on tech

4 года назад
loongson_installboot.c

Nuke some 'set but not used' pathlen variables.

4 года назад
macppc_installboot.c

Fix confusing comments, no object change; with caspar

3 года назад
octeon_installboot.c

Fix confusing comments, no object change; with caspar

3 года назад
powerpc64_installboot.c

Fix confusing comments, no object change; with caspar

3 года назад
softraid.c

Check for offline chunks first, then check for keydisks

4 года назад
sparc64_installboot.c

Fix -r on multi-chunk softraid volumes

4 года назад
sparc64_installboot.h

Rework installboot and use a single directory with a single makefile. The directory per machine model is arguably cleaner, however it does not play well with distrib/special and instbin.

13 лет назад
sparc64_softraid.c

Make "prepare filesystem" softraid aware, fix arm64 softraid install

4 года назад
stubs.c

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.

5 лет назад
util.c

installboot(8): Adjustments for EFI platforms

5 лет назад