summaryrefslogtreecommitdiffstats
path: root/sys/arch/m88k/include/signal.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add sc_cookie in sigcontext, as same as other ports.aoyama2016-06-211-4/+4
* Determine whether we're currently on the alternative signal stackguenther2012-12-021-4/+2
* Do not include <machine/reg.h> and pollute userland namespace with struct regmiod2012-05-091-3/+2
* Normalize sentinel. Use _MACHINE_*_H_ and _<ARCH>_*_H_ properly and consitently.pirofti2011-03-231-4/+4
* Fix last change; we need machine/reg.h for struct sigcontext tomillert2006-01-091-4/+2
* Expose struct sigcontext, struct sigstat and struct sigaltstack for XPG4.2millert2006-01-081-2/+4
* convert _FOO_SOURCE -> __FOO_VISIBLE in machine. OK deraadt@millert2005-12-141-3/+6
* Start factorizing luna88k and mvme88k common parts.miod2004-04-261-0/+56