summaryrefslogtreecommitdiffstats
path: root/sys/sys/_sigset.h
Commit message (Expand)AuthorAgeFilesLines
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* Remove advertising clause from University of California Regent's license,imp2004-04-071-4/+0
* Split 4.x and 5.x signal handling so that we can keep 4.x signalpeter2002-10-251-0/+4
* Change <sys/_sigset.h> to typedef __sigset_t instead of sigset_t, somike2002-10-051-1/+1
* Quick fix for the type of the bitmap in sigset_t. It was an array ofbde2002-06-201-3/+3
* Delete everything except the sigset_t definitions (subsequent towollman2002-06-161-252/+3
* Remove __Palfred2002-03-191-6/+5
* Use struct __ucontext in prototypes and associated functions instead ofdeischen2002-02-171-2/+5
* _SIG_MAXSIG (128) is the highest legal signal. The arrays are offsetpeter2001-11-031-1/+1
* style(9) the structure definitions.obrien2001-09-051-3/+3
* Check validity of signal callback requested via aio routines.alfred2001-04-181-0/+1
* Provide a new interface for the user of aio_read() and aio_write() to requestalc2000-11-211-1/+7
* Make MINSIGSTKSZ machine dependent, and have the sigaltstackmarcel2000-11-091-1/+0
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-1/+1
* Properly fix building posix sources this time.marcel1999-10-161-12/+10
* Move SIG_HOLD back to signalvar.h.marcel1999-10-121-5/+3
* I don't know if this is the correct fix, but my kernel can compile with it.phk1999-10-101-1/+1
* Use the proper #ifdef around union sigval and siginfo_t. This fixesmarcel1999-10-101-2/+2
* Re-introduction of sigcontext.marcel1999-10-041-48/+58
* sigset_t change (part 2 of 5)marcel1999-09-291-107/+118
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Implement SA_SIGINFO for i386. Thanks to Bruce Evans for much morecracauer1999-07-061-17/+59
* Define ss_size in struct sigaltstack as size_t instead of int.dfr1998-08-051-2/+7
* Finish _POSIX_PRIORITY_SCHEDULING. Needs P1003_1B anddufault1998-03-281-1/+28
* Implement SA_NOCLDWAIT.joerg1997-09-131-1/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Add a SV_NODEFER and SV_RESETHAND #define, after Bruce pointed out thatpeter1996-03-301-1/+3
* Merge in Lite2: no changes necessary. Just update CSRG id.hsu1996-03-111-2/+2
* Mega-commit for Linux emulator update.. This has been stress tested underpeter1996-03-021-5/+8
* Changed the description of SIGSYS to better reflect whatmpp1996-01-221-2/+2
* Implement SA_NODEFER sa_flag for sigaction():swallace1995-10-191-1/+2
* Fix standards conformance bugs in <signal.h>:bde1995-06-281-23/+30
* Correct a name of one structure member in the sigaltstack structure.ats1995-01-291-2/+2
* Added $Id$dg1994-08-021-0/+1
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-241-0/+194
OpenPOWER on IntegriCloud