1
0
mirror of https://github.com/openbsd/src.git synced 2024-12-21 23:18:00 -08:00
OpenBSD
Go to file
miod ce1663765c a.out is no longer the commonly encountered binary file format, the world has
moved to ELF.

Move the a.out specific defines and macros, but the MID_xxx values, from
<sys/exec.h> to <a.out.h>, and update the few userland binaries which really
need these defines (i.e. boot-related tools for old architectures) to
explicitly include <a.out.h> when needed.

"Fine" deraadt@
2024-10-16 18:47:47 +00:00
bin Add PS_STOPPED to the flags 2024-10-15 13:49:49 +00:00
distrib a.out is no longer the commonly encountered binary file format, the world has 2024-10-16 18:47:47 +00:00
etc grow i386 media a bit 2024-10-15 00:08:27 +00:00
games Avoid use after free when retrying the -o file 2024-09-20 12:52:37 +00:00
gnu gdb: fix path to ex 2024-09-20 11:41:15 +00:00
include a.out is no longer the commonly encountered binary file format, the world has 2024-10-16 18:47:47 +00:00
lib Unindent error check in EC_GROUP_set_generator() 2024-10-15 17:44:43 +00:00
libexec remove BACK_CHANNEL define, unused since YP bits removed in rev 1.20 2024-09-22 04:19:22 +00:00
regress rpki-client/openssl: eliminate pointless OpenSSL deprecation vomit 2024-10-15 21:03:10 +00:00
sbin apply the CVE-2024-8508 fix from unbound (put a limit on resources used 2024-10-08 00:21:08 +00:00
share remove notes about unsupported modifiers; from nir lichtman 2024-10-14 07:05:23 +00:00
sys a.out is no longer the commonly encountered binary file format, the world has 2024-10-16 18:47:47 +00:00
usr.bin mention SshdAuthPath option; ok djm@ 2024-10-14 23:53:34 +00:00
usr.sbin a.out is no longer the commonly encountered binary file format, the world has 2024-10-16 18:47:47 +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