summaryrefslogtreecommitdiffstats
path: root/sys/arch/m88k/include/signal.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add sc_cookie in sigcontext, as same as other ports.aoyama2016-06-211-4/+4
| | | | | | From Miod Vallat, tested by him and me. ok deraadt@
* Determine whether we're currently on the alternative signal stackguenther2012-12-021-4/+2
| | | | | | | | | dynamically, by comparing the stack pointer against the altstack base and size, so that you get the correct answer if you longjmp out of the signal handler, as tested by regress/sys/kern/stackjmp/. Also, fix alt stack handling on vax, where it was completely broken. Testing and corrections by miod@, krw@, tobiasu@, pirofti@
* Do not include <machine/reg.h> and pollute userland namespace with struct regmiod2012-05-091-3/+2
| | | | in <machine/signal.h>.
* Normalize sentinel. Use _MACHINE_*_H_ and _<ARCH>_*_H_ properly and consitently.pirofti2011-03-231-4/+4
| | | | Discussed and okay drahn@. Okay deraadt@.
* Fix last change; we need machine/reg.h for struct sigcontext tomillert2006-01-091-4/+2
| | | | be fully defined.
* 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
For now, include files only.