opnsense-src/sys/boot/userboot/userboot
Konstantin Belousov 31a53cd036 Convert machine/elf.h, machine/frame.h, machine/sigframe.h,
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.
2013-02-20 17:39:52 +00:00
..
autoload.c
bootinfo.c
bootinfo32.c Remove unused variables. 2012-08-05 11:59:46 +00:00
bootinfo64.c
conf.c Teach userboot to boot from ISO image files. 2012-11-30 04:44:32 +00:00
copy.c Remove unused variables. 2012-08-05 11:59:46 +00:00
devicename.c Introduce new API to work with disks from the loader's drivers. 2012-08-05 12:15:15 +00:00
elf32_freebsd.c Convert machine/elf.h, machine/frame.h, machine/sigframe.h, 2013-02-20 17:39:52 +00:00
elf64_freebsd.c
host.c
libuserboot.h Replace all references to loader_callbacks_v1 with loader_callbacks. 2012-10-03 17:20:34 +00:00
main.c Bring in some userboot changes from the bhyve branch to reduce diffs. 2013-01-08 03:27:37 +00:00
Makefile Bring in some userboot changes from the bhyve branch to reduce diffs. 2013-01-08 03:27:37 +00:00
userboot_cons.c
userboot_disk.c Add the flags parameter to the disk_open() function and DISK_F_NOCACHE 2012-10-21 12:14:58 +00:00
version