summaryrefslogtreecommitdiffstats
path: root/sys/arch/amd64/include/signal.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* SROP mitigation. sendsig() stores a (per-process ^ &sigcontext) cookiederaadt2016-05-101-1/+2
* Do not expose the trap T_* values to userland, since they invade thederaadt2013-04-011-2/+2
* Determine whether we're currently on the alternative signal stackguenther2012-12-021-2/+2
* Normalize sentinel. Use _MACHINE_*_H_ and _<ARCH>_*_H_ properly and consitently.pirofti2011-03-231-4/+4
* Expose struct sigcontext, struct sigstat and struct sigaltstack for XPG4.2millert2006-01-081-3/+4
* convert _FOO_SOURCE -> __FOO_VISIBLE in machine. OK deraadt@millert2005-12-141-3/+5
* Remove the advertising clause in the UCB license which Berkeleyjsg2005-12-131-5/+1
* save/restore fpu state around the signal handler. skip a gap on unempty stack per abi. form drahn@ and deraadt@mickey2004-02-131-0/+1
* an amd64 arch support.mickey2004-01-281-0/+88