summaryrefslogtreecommitdiffstats
path: root/sys/ia64/ia32/ia32_signal.c
Commit message (Expand)AuthorAgeFilesLines
* Remove ia64.marcel2014-07-071-298/+0
* Add a mmap flag (MAP_32BIT) on 64-bit platforms to request that a mapping usejhb2013-09-091-2/+2
* Copy i386 specialreg.h to x86 and merge with amd64 specialreg.h. Replacetijl2012-03-191-1/+1
* Copy i386 psl.h to x86 and replace amd64/i386/pc98 psl.h with stubs.tijl2012-03-191-1/+1
* Move userland bits (and some common kernel bits) from amd64 and i386tijl2012-03-191-1/+1
* In order to maximize the re-usability of kernel code in user space thiskmacy2011-09-161-2/+2
* Add support for executing the FreeBSD 1/i386 a.out binaries on amd64.kib2011-04-011-0/+9
* Prefer struct sysentvec sv_psstrings to hardcoding FREEBSD32_PS_STRINGSkib2010-08-071-7/+9
* Change the arguments of exec_setregs() so that it receives a pointernwhitehorn2010-03-251-2/+2
* Include freebsd32_signal.h now that signal-related definitions aremarcel2006-10-061-0/+1
* 1. Change prototype of trapsignal and sendsig to use ksiginfo_t *, mostdavidxu2005-10-141-2/+2
* Implement 32 bit getcontext/setcontext/swapcontext on amd64. I've addedpeter2005-09-271-0/+21
* Move the ia32_sigcode structure from ia32_sigtramp.c to ia32_signal.c.marcel2005-09-101-2/+19
* Add missing #include "opt_compat.h" so that the compatability functionpeter2003-12-181-0/+2
* Assimilate ia64 back into the fold with the common freebsd32/ia32 code.peter2003-12-111-174/+35
* Add sysentvec->sv_fixlimits() hook so that we can catch cases on 64 bitpeter2003-09-251-1/+2
* Fixup the ELF branding information to point to the new home of rtld.gordon2003-08-171-1/+1
* Revamp of the syscall path, exception and context handling. Themarcel2003-05-161-55/+71
* Added fields for VM_MIN_ADDRESS, PS_STRINGS and stack protections tojake2002-09-011-4/+7
* Infrastructure tweaks to allow having both an Elf32 and an Elf64 executablepeter2002-07-201-0/+365
OpenPOWER on IntegriCloud