aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/signalvar.h
Commit message (Expand)AuthorAgeFilesLines
* If a thread masks all its signal, in cursig(), no signal will be exchangedDavid Xu2003-11-101-2/+1
* Move some tracing related code into its own function as it willRobert Drehmel2003-09-261-0/+1
* Signals sent specifically to a particular thread mustMike Makonnen2003-07-031-1/+8
* Add <sys/queue.h> to unbreak world.John Baldwin2003-05-141-0/+1
* - Merge struct procsig with struct sigacts.John Baldwin2003-05-131-4/+23
* Make issignal() private to kern_sig.c since it is only called from cursig()John Baldwin2003-05-051-1/+0
* Style fixes to struct sigacts member comments. Sort function prototypes.John Baldwin2003-04-301-12/+12
* - Define sigwait, sigtimedwait, and sigwaitinfo in terms ofJeff Roberson2003-03-311-2/+0
* - Move p->p_sigmask to td->td_sigmask. Signal masks will be per thread withJeff Roberson2003-03-311-5/+9
* - Change trapsignal() to accept a thread and not a proc.Jeff Roberson2003-03-311-1/+1
* 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