aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/_sigset.h
Commit message (Expand)AuthorAgeFilesLines
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* Remove advertising clause from University of California Regent's license,Warner Losh2004-04-071-4/+0
* Split 4.x and 5.x signal handling so that we can keep 4.x signalPeter Wemm2002-10-251-0/+4
* Change <sys/_sigset.h> to typedef __sigset_t instead of sigset_t, soMike Barcroft2002-10-051-1/+1
* Quick fix for the type of the bitmap in sigset_t. It was an array ofBruce Evans2002-06-201-3/+3
* Delete everything except the sigset_t definitions (subsequent toGarrett Wollman2002-06-161-252/+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