summaryrefslogtreecommitdiffstats
path: root/sys/arch/arm/include/signal.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Save and restore FPU registers around signal handlers.kettenis2018-06-231-1/+5
* 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
* Late spring cleaning of the arm code for old dusty bits we do not want tomiod2011-09-201-5/+1
* Normalize sentinel. Use _MACHINE_*_H_ and _<ARCH>_*_H_ properly and consitently.pirofti2011-03-231-4/+4
* Remove unused defines.miod2006-05-261-36/+1
* Expose struct sigcontext, struct sigstat and struct sigaltstack for XPG4.2millert2006-01-081-3/+3
* Don't include cdefs.h if _LOCORE is defined and hide some more definesmillert2005-12-181-12/+5
* convert _FOO_SOURCE -> __FOO_VISIBLE in machine. OK deraadt@millert2005-12-141-5/+6
* Arm port, NetBSD codebase stripped down, 32bit only support.drahn2004-02-011-0/+134