Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add sc_cookie in sigcontext, as same as other ports. | 2016-06-21 | 1 | -4/+4 | |
| | | | | | | From Miod Vallat, tested by him and me. ok deraadt@ | ||||
* | Determine whether we're currently on the alternative signal stack | 2012-12-02 | 1 | -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 reg | 2012-05-09 | 1 | -3/+2 | |
| | | | | in <machine/signal.h>. | ||||
* | Normalize sentinel. Use _MACHINE_*_H_ and _<ARCH>_*_H_ properly and consitently. | 2011-03-23 | 1 | -4/+4 | |
| | | | | Discussed and okay drahn@. Okay deraadt@. | ||||
* | Fix last change; we need machine/reg.h for struct sigcontext to | 2006-01-09 | 1 | -4/+2 | |
| | | | | be fully defined. | ||||
* | Expose struct sigcontext, struct sigstat and struct sigaltstack for XPG4.2 | 2006-01-08 | 1 | -2/+4 | |
| | |||||
* | convert _FOO_SOURCE -> __FOO_VISIBLE in machine. OK deraadt@ | 2005-12-14 | 1 | -3/+6 | |
| | |||||
* | Start factorizing luna88k and mvme88k common parts. | 2004-04-26 | 1 | -0/+56 | |
For now, include files only. |