aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/ia32/ia32_signal.h
Commit message (Expand)AuthorAgeFilesLines
* Add support for executing the FreeBSD 1/i386 a.out binaries on amd64.Konstantin Belousov2011-04-011-4/+9
* Add include guards.Konstantin Belousov2010-11-231-0/+5
* Add a forward declaration to silence a warning when compiling ia32_genassym.c.Bjoern A. Zeeb2010-04-031-0/+1
* Change the arguments of exec_setregs() so that it receives a pointerNathan Whitehorn2010-03-251-2/+2
* Add all segment registers for the amd64 CPU to struct reg and mcontext.Konstantin Belousov2009-04-011-1/+3
* Move some declaration of 32-bit signal structures into fileDavid Xu2006-10-051-45/+5
* Catch up to the system siginfo changes. Use a union for the ia32 layoutPeter Wemm2005-12-061-2/+19
* 1. Change prototype of trapsignal and sendsig to use ksiginfo_t *, mostDavid Xu2005-10-141-1/+3
* Fix 32 bit signals on amd64. It turns out that I was sign extendingPeter Wemm2005-04-051-72/+72
* Check in structure definitions for the FreeBSD-3.x signal syscall stuff.Peter Wemm2004-04-141-0/+43
* Add a note about the landmine in the middle of struct ia32_sigframe.Peter Wemm2004-02-211-0/+1
* Move a MD 32 bit binary support routine into the MD areas. exec_setregsPeter Wemm2003-11-081-0/+2
* Point the description of the fpu data in the context structures toPeter Wemm2003-11-081-1/+1
* Add CTASSERT()'s to check that the sizes of our replicas of the 32 bitPeter Wemm2003-10-301-2/+0
* Add BASIC i386 binary support for the amd64 kernel. This is largelyPeter Wemm2003-05-141-0/+164