summaryrefslogtreecommitdiffstats
path: root/sys/sys/signal.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Some programs create a PROT_NONE guard page at the far-end of the providedderaadt2018-04-181-3/+3
* SIGSTKSZ is better defined as MINSIGSTKSZ + n pages (meaning 1U << _MAX_PAGE_SHIFT)deraadt2018-03-141-4/+4
* #define _MAX_PAGE_SHIFT in MD _types.h as the maximum pagesize an archderaadt2018-03-051-3/+7
* Extend P_SIGSUSPEND handling in userret() to properly restore thematthew2013-04-291-1/+4
* do not expose a userland function to the kernelderaadt2013-03-241-1/+3
* Remove excessive sys/cdefs.h inclusionderaadt2012-12-051-2/+1
* sigstack() is long dead, and the compat sigaltstack syscall is gone too.guenther2011-11-221-17/+1
* sigset_t is unsigned, so eliminate a warning by shifting a 1U insteadguenther2011-07-061-2/+2
* remove support for compat_sunos (and m68k4k). ok deraadt guenthertedu2010-07-021-4/+1
* Add a signal for librthread to use for interthread ASTs for cancelationguenther2009-11-271-2/+5
* Expose struct sigcontext, struct sigstat and struct sigaltstack for XPG4.2millert2006-01-081-29/+31
* First step in include files overhaul. Use __FOO_VISIBLE (as definedmillert2005-12-131-11/+13
* Don't need to protect as many signals from _POSIX_SOURCE now that POSIXmillert2005-05-241-9/+3
* change sigaltstack.ss_size type to size_t. handle syscall fallout.tedu2004-01-141-4/+14
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* 'sez' is not an english word; ok deraadt@jsyn2002-07-101-2/+2
* Cosmetic changes only, primarily making comments line up nicely after themillert2002-03-151-3/+3
* Final __P removal plus some cosmetic fixupsmillert2002-03-141-2/+2
* First round of __P removal in sysmillert2002-03-141-9/+9
* Do not include sys/cdefs.h twice; Bjorn Sandellmillert2001-12-111-4/+1
* void *ss_sp; XPGderaadt1998-02-031-3/+3
* create sa_handler and sa_sigaction stubs in struct sigaction, via aderaadt1997-09-201-4/+12
* From FreeBSD (joerg@freebsd.org):millert1997-09-151-1/+2
* initial cut at SA_SIGINFO supportderaadt1997-01-271-1/+4
* Prototypes in sigvec/sigaction and for SIG_{IGN,DFL,ERR}tholo1996-10-291-22/+6
* pull cdefs.h in sys/signal.h instead; improvement on netbsd pr#2712; laine@mornignstar.comderaadt1996-09-201-1/+2
* From NetBSD: 960217 mergeniklas1996-03-031-4/+15
* ss_sp is correct, ss_base is not. noticed by agc@sde.uts.amdahl.com; netbsd pr#1784deraadt1996-01-051-2/+2
* initial import of NetBSD treederaadt1995-10-181-0/+201