summaryrefslogtreecommitdiff
path: root/sys/arch/amd64/include/signal.h
AgeCommit message (Expand)Author
2016-05-10SROP mitigation. sendsig() stores a (per-process ^ &sigcontext) cookieTheo de Raadt
2013-04-01Do not expose the trap T_* values to userland, since they invade theTheo de Raadt
2012-12-02Determine whether we're currently on the alternative signal stackPhilip Guenthe
2011-03-23Normalize sentinel. Use _MACHINE_*_H_ and _<ARCH>_*_H_ properly and consitently.Paul Irofti
2006-01-08Expose struct sigcontext, struct sigstat and struct sigaltstack for XPG4.2Todd C. Miller
2005-12-14convert _FOO_SOURCE -> __FOO_VISIBLE in machine. OK deraadt@Todd C. Miller
2005-12-13Remove the advertising clause in the UCB license which BerkeleyJonathan Gray
2004-02-13save/restore fpu state around the signal handler. skip a gap on unempty stack...Michael Shalayeff
2004-01-28an amd64 arch support.Michael Shalayeff