mirror of
https://github.com/opnsense/src.git
synced 2026-02-25 02:42:54 -05:00
machine/signal.h and machine/ucontext.h into common x86 includes, copying from amd64 and merging with i386. Kernel-only compat definitions are kept in the i386/include/sigframe.h and i386/include/signal.h, to reduce amd64 kernel namespace pollution. The amd64 compat uses its own definitions so far. The _MACHINE_ELF_WANT_32BIT definition is to allow the sys/boot/userboot/userboot/elf32_freebsd.c to use i386 ELF definitions on the amd64 compile host. The same hack could be usefully abused by other code too. |
||
|---|---|---|
| .. | ||
| autoload.c | ||
| bootinfo.c | ||
| bootinfo32.c | ||
| bootinfo64.c | ||
| conf.c | ||
| copy.c | ||
| devicename.c | ||
| elf32_freebsd.c | ||
| elf64_freebsd.c | ||
| host.c | ||
| libuserboot.h | ||
| main.c | ||
| Makefile | ||
| userboot_cons.c | ||
| userboot_disk.c | ||
| version | ||