summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/include/signal.h
Commit message (Collapse)AuthorAgeFilesLines
* Move MINSIGSTKSZ from <machine/signal.h> to <machine/_limits.h> and renamestefanf2005-08-201-4/+0
| | | | | | | | | | it to __MINSIGSTKSZ. Define MINSIGSTKSZ in <sys/signal.h>. This is done in order to use MINSIGSTKSZ for the macro PTHREAD_STACK_MIN in <pthread.h> (soon <limits.h>) without having to include the whole <sys/signal.h> header. Discussed with: bde
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
|
* Allow the MD frame definition to be seen in. Required for truss/ptrace.grehan2003-01-181-3/+1
| | | | Approved by: Benno
* Split 4.x and 5.x signal handling so that we can keep 4.x signalpeter2002-10-251-21/+0
| | | | | | | | | | | | | | | | handling clean and functional as 5.x evolves. This allows some of the nasty bandaids in the 5.x codepaths to be unwound. Encapsulate 4.x signal handling under COMPAT_FREEBSD4 (there is an anti-foot-shooting measure in place, 5.x folks need this for a while) and finish encapsulating the older stuff under COMPAT_43. Since the ancient stuff is required on alpha (longjmp(3) passes a 'struct osigcontext *' to the current sigreturn(2), instead of the 'ucontext_t *' that sigreturn is supposed to take), add a compile time check to prevent foot shooting there too. Add uniform COMPAT_43 stubs for ia64/sparc64/powerpc. Tested on: i386, alpha, ia64. Compiled on sparc64 (a few days ago). Approved by: re
* Add standards visibility conditionals. Change any uses of sigset_t tomike2002-10-131-5/+14
| | | | struct __sigset to avoid depending on objects from <sys/signal.h>.
* Bring in NetBSD code used in the PowerPC port.benno2001-06-101-0/+71
Reviewed by: obrien, dfr Obtained from: NetBSD
OpenPOWER on IntegriCloud