aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/signalvar.h
Commit message (Expand)AuthorAgeFilesLines
* Split 4.x and 5.x signal handling so that we can keep 4.x signalPeter Wemm2002-10-251-3/+4
* Put parentheses around function-like macros to shut up warnings.Mark Murray2002-10-231-5/+5
* Part 1 of KSE-IIIJulian Elischer2002-06-291-2/+2
* CURSIG() is not a macro so rename it cursig().Julian Elischer2002-05-291-1/+1
* Redo the sigio locking.Alfred Perlstein2002-05-011-8/+8
* Revert the change of #includes in sys/filedesc.h and sys/socketvar.h.Seigo Tanimura2002-04-301-0/+12
* Moved signal handling and rescheduling from userret() to ast() so thatBruce Evans2002-04-041-0/+1
* Optimized the check for unmasked pending signals in CURSIG() using a newBruce Evans2002-04-041-0/+23
* Remove __PAlfred Perlstein2002-03-191-15/+15
* Use struct __ucontext in prototypes and associated functions instead ofDaniel Eischen2002-02-171-0/+2
* KSE Milestone 2Julian Elischer2001-09-121-1/+2
* style(9) the structure definitions.David E. O'Brien2001-09-051-2/+2
* *** empty log message ***Peter Wemm2001-08-091-1/+0
* Declare sigexit() as non-returning.Bruce Evans2000-09-171-5/+5
* Uninlined CURSIG() and unpolluted <sys/signalvar.h>. CURSIG() had becomeBruce Evans2000-09-171-36/+1
* Major update to the way synchronization is done in the kernel. HighlightsJason Evans2000-09-071-2/+6
* fix warning, declare function static.Alfred Perlstein2000-06-221-1/+1
* Functions may be static and __inline, but not extern and __inline. ThisBrian Feldman2000-06-221-1/+1
* The SMP cleanup commit broke UP compiles. Make UP compiles work again.Matthew Dillon2000-03-281-2/+0
* Commit major SMP cleanups and move the BGL (big giant lock) in theMatthew Dillon2000-03-281-3/+14
* Fix lots of warnings caused by __sigisempty and __sigseteq being externsPeter Wemm2000-01-081-2/+0
* Use 'static __inline', not 'extern __inline', for __sigisempty() andJason Evans2000-01-081-2/+2
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-2/+2
* Revive ps_usertramp, it's still referenced by COMPAT_SUNOS code.Luoqi Chen1999-10-141-0/+1
* Move SIG_HOLD back to signalvar.h.Marcel Moolenaar1999-10-121-12/+9
* Add a per-signal flag to mark handlers registered with osigaction, so weLuoqi Chen1999-10-111-7/+4
* sigset_t change (part 2 of 5)Marcel Moolenaar1999-09-291-75/+147
* General cleanup of core-dumping code.Julian Elischer1999-09-011-1/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* expand_name:Bill Fumerola1999-08-161-2/+2
* Implement SA_SIGINFO for i386. Thanks to Bruce Evans for much moreMartin Cracauer1999-07-061-1/+2
* Enable Linux threads support by default.Julian Elischer1999-01-261-10/+1
* Changes to the LINUX_THREADS support to only allocate extra memory forJulian Elischer1999-01-071-2/+4
* Reviewed by: Luoqi Chen, Jordan HubbardJulian Elischer1998-12-191-1/+5
* Installed the second patch attached to kern/7899 with some changes suggestedDon Lewis1998-11-111-1/+3
* Add provisions for variant core dump file formats, depending on theJohn Polstra1998-09-141-1/+4
* Moved some #includes from <sys/param.h> nearer to where they are actuallyBruce Evans1998-03-281-1/+4
* Forward declare more structs that are used in prototypes here - don'tBruce Evans1998-02-241-1/+3
* remove global prototype for setsigvec(). It's static inside kern_sig.cPeter Wemm1997-08-301-2/+1
* 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
* re-add the ps_signodefer. The interaction between SA_NODEFER and thePeter Wemm1996-03-301-1/+2
* Actually implement SA_RESETHAND - some of the sigaction code recognised itPeter Wemm1996-03-151-3/+2
* Merge in Lite2: add function prototypesJeffrey Hsu1996-03-111-12/+10
* Mega-commit for Linux emulator update.. This has been stress tested underPeter Wemm1996-03-021-1/+2
* Improved killproc() log message and made it and the other similar messageDavid Greenman1996-01-311-2/+3
* A Major staticize sweep. Generates a couple of warnings that I'll dealPoul-Henning Kamp1995-12-141-3/+2
* Moved the prototype for setsigvec() from kern_sig.c to signalvar.h.Bruce Evans1995-11-191-3/+4
* Implement SA_NODEFER sa_flag for sigaction():Steven Wallace1995-10-191-1/+2
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'Bruce Evans1995-03-161-1/+2