aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/signal.h
Commit message (Expand)AuthorAgeFilesLines
* Make this look less dubious :-)Poul-Henning Kamp2004-06-111-3/+0
* Deorbit COMPAT_SUNOS.Poul-Henning Kamp2004-06-111-3/+0
* Remove advertising clause from University of California Regent's license,Warner Losh2004-04-071-4/+0
* - According to mike@FreeBSD.org SIGTHR should be hiden byJeff Roberson2003-03-311-3/+2
* - Add a signal for thread synchronization. Add an XXX so that maybeJeff Roberson2003-03-311-0/+4
* Fix drift of the comment about sa_sigaction away from its code.Mike Barcroft2002-12-291-1/+1
* sa_handler is in the POSIX namespace (5.0-R candidate).Mike Barcroft2002-12-291-2/+3
* Remove the <sys/types.h> prerequisite for <ucontext.h> by includingMike Barcroft2002-11-281-0/+1
* Split 4.x and 5.x signal handling so that we can keep 4.x signalPeter Wemm2002-10-251-0/+8
* style(9)Mike Barcroft2002-10-141-28/+29
* 1) Although C99 allows implementations to define additional SIG*Mike Barcroft2002-10-141-18/+40
* o Fix a silly requirement for <machine/signal.h> to be included in theMike Barcroft2002-10-131-49/+70
* Change <sys/_sigset.h> to typedef __sigset_t instead of sigset_t, soMike Barcroft2002-10-051-0/+6
* o Merge <machine/ansi.h> and <machine/types.h> into a new headerMike Barcroft2002-08-211-3/+3
* Use <sys/_sigset.h> to get declaration of sigset_t, which has been movedGarrett Wollman2002-06-161-16/+3
* Remove __PAlfred Perlstein2002-03-191-6/+5
* Use struct __ucontext in prototypes and associated functions instead ofDaniel Eischen2002-02-171-2/+5
* _SIG_MAXSIG (128) is the highest legal signal. The arrays are offsetPeter Wemm2001-11-031-1/+1
* style(9) the structure definitions.David E. O'Brien2001-09-051-3/+3
* Check validity of signal callback requested via aio routines.Alfred Perlstein2001-04-181-0/+1
* Provide a new interface for the user of aio_read() and aio_write() to requestAlan Cox2000-11-211-1/+7
* Make MINSIGSTKSZ machine dependent, and have the sigaltstackMarcel Moolenaar2000-11-091-1/+0
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-1/+1
* Properly fix building posix sources this time.Marcel Moolenaar1999-10-161-12/+10
* Move SIG_HOLD back to signalvar.h.Marcel Moolenaar1999-10-121-5/+3
* I don't know if this is the correct fix, but my kernel can compile with it.Poul-Henning Kamp1999-10-101-1/+1
* Use the proper #ifdef around union sigval and siginfo_t. This fixesMarcel Moolenaar1999-10-101-2/+2
* Re-introduction of sigcontext.Marcel Moolenaar1999-10-041-48/+58
* sigset_t change (part 2 of 5)Marcel Moolenaar1999-09-291-107/+118
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Implement SA_SIGINFO for i386. Thanks to Bruce Evans for much moreMartin Cracauer1999-07-061-17/+59
* Define ss_size in struct sigaltstack as size_t instead of int.Doug Rabson1998-08-051-2/+7
* Finish _POSIX_PRIORITY_SCHEDULING. Needs P1003_1B andPeter Dufault1998-03-281-1/+28
* Implement SA_NOCLDWAIT.Joerg Wunsch1997-09-131-1/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Add a SV_NODEFER and SV_RESETHAND #define, after Bruce pointed out thatPeter Wemm1996-03-301-1/+3
* Merge in Lite2: no changes necessary. Just update CSRG id.Jeffrey Hsu1996-03-111-2/+2
* Mega-commit for Linux emulator update.. This has been stress tested underPeter Wemm1996-03-021-5/+8
* Changed the description of SIGSYS to better reflect whatMike Pritchard1996-01-221-2/+2
* Implement SA_NODEFER sa_flag for sigaction():Steven Wallace1995-10-191-1/+2
* Fix standards conformance bugs in <signal.h>:Bruce Evans1995-06-281-23/+30
* Correct a name of one structure member in the sigaltstack structure.Andreas Schulz1995-01-291-2/+2
* Added $Id$David Greenman1994-08-021-0/+1
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-241-0/+194