1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-04 15:25:38 -08:00
OpenBSD
Go to file
jmatthew ca3aaadb38 Add '-e' (or -eltorito-boot-efi) option for writing an EFI eltorito boot
image, in addition to or instead of the x86 boot image, to the output file.
Per the UEFI standard, the EFI boot image should be an image of an EFI
System Partition to be loaded in no-emulation mode, so we always record it
that way rather than checking if it looks like a floppy image.

with, tested by and ok yasuoka@
strong encouragement from deraadt@
2023-11-21 08:46:06 +00:00
bin accept numerical user IDs 2023-11-10 09:17:02 +00:00
distrib sync 2023-11-19 10:37:35 +00:00
etc Use tset -I for all terminals, not just xterm. 2023-11-16 16:05:13 +00:00
games Fix format string warning in robots/score.c 2023-10-10 09:48:06 +00:00
gnu Add '-e' (or -eltorito-boot-efi) option for writing an EFI eltorito boot 2023-11-21 08:46:06 +00:00
include According to the C11 standard, char32_t and char16_t are not part 2023-09-05 23:16:01 +00:00
lib localhost is either 127.0.0.1 or ::1, nothing else. 2023-11-20 12:15:16 +00:00
libexec crt0 uses a helper function in a MD src/libexec/ld.so .h file (rather than 2023-11-18 16:26:15 +00:00
regress Add a couple of tests for handling of tcp connections. 2023-11-20 10:34:21 +00:00
sbin Scan past whitespace before checking if flag string starts 2023-11-18 15:42:09 +00:00
share Fix make other_two target by coping with leapseconds being placed in 2023-11-18 07:18:07 +00:00
sys drm/syncobj: fix DRM_SYNCOBJ_WAIT_FLAGS_WAIT_AVAILABLE 2023-11-21 02:32:56 +00:00
usr.bin Include <dev/efi/efiio.h> to pretty print EFIIOC_* ioctls 2023-11-20 17:48:27 +00:00
usr.sbin Rename struct imsgbuf *ibuf to *imsgbuf. Same was done in bgpd. 2023-11-20 14:41:55 +00:00
.gitignore Ignore CVS directories for easier git + CVS coexistence. 2023-07-07 15:44:54 +00:00
Makefile minor cranking of libraries exposes a problem, details too long to explain. 2020-04-05 20:14:14 +00:00
Makefile.cross riscv64 is a LP64_ARCH, list it as such. 2021-05-03 00:04:31 +00:00