summaryrefslogtreecommitdiffstats
path: root/sys/arch/mips64/include/signal.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move SC_* defines into <machine/setjmp.h>, and rename them,visa2018-01-081-15/+1
* Use __ASSEMBLER__ instead of __LANGUAGE_ASSEMBLY.visa2017-04-101-4/+4
* SROP mitigation. sendsig() stores a (per-process ^ &sigcontext) cookiederaadt2016-05-101-3/+3
* 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
* Use protected version of register_t in struct sigcontext for themillert2006-01-091-5/+5
* Expose struct sigcontext, struct sigstat and struct sigaltstack for XPG4.2millert2006-01-081-3/+3
* convert _FOO_SOURCE -> __FOO_VISIBLE in machine. OK deraadt@millert2005-12-141-4/+5
* backout miod's change because he did not compile libc.deraadt2005-11-291-1/+14
* Remove older-than-gramps poor man's assym.h defines; .S files do not even needmiod2005-11-281-14/+1
* Remove advertising clause from UCB licenses; ok deraad@miod2005-08-071-6/+2
* spacingderaadt2004-08-101-2/+2
* initial mips64pefo2004-08-061-0/+87