freebsd-dev/sys/boot/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
..
ficl boot: use -march=i386 for both i386 and amd64 builds 2012-10-20 16:57:23 +00:00
libstand Move the 64-bit _setjmp to lib/libstand. 2012-12-21 15:15:35 +00:00
test Add a callback function to userboot.so to fetch a list of environment 2012-11-12 22:38:54 +00:00
userboot Convert machine/elf.h, machine/frame.h, machine/sigframe.h, 2013-02-20 17:39:52 +00:00
Makefile
userboot.h Add a callback function to userboot.so to fetch a list of environment 2012-11-12 22:38:54 +00:00