summaryrefslogtreecommitdiffstats
path: root/sys/sys/signalvar.h
Commit message (Expand)AuthorAgeFilesLines
* Declare sigexit() as non-returning.bde2000-09-171-5/+5
* Uninlined CURSIG() and unpolluted <sys/signalvar.h>. CURSIG() had becomebde2000-09-171-36/+1
* Major update to the way synchronization is done in the kernel. Highlightsjasone2000-09-071-2/+6
* fix warning, declare function static.alfred2000-06-221-1/+1
* Functions may be static and __inline, but not extern and __inline. Thisgreen2000-06-221-1/+1
* The SMP cleanup commit broke UP compiles. Make UP compiles work again.dillon2000-03-281-2/+0
* Commit major SMP cleanups and move the BGL (big giant lock) in thedillon2000-03-281-3/+14
* Fix lots of warnings caused by __sigisempty and __sigseteq being externspeter2000-01-081-2/+0
* Use 'static __inline', not 'extern __inline', for __sigisempty() andjasone2000-01-081-2/+2
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-2/+2
* Revive ps_usertramp, it's still referenced by COMPAT_SUNOS code.luoqi1999-10-141-0/+1
* Move SIG_HOLD back to signalvar.h.marcel1999-10-121-12/+9
* Add a per-signal flag to mark handlers registered with osigaction, so weluoqi1999-10-111-7/+4
* sigset_t change (part 2 of 5)marcel1999-09-291-75/+147
* General cleanup of core-dumping code.julian1999-09-011-1/+0
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* expand_name:billf1999-08-161-2/+2
* Implement SA_SIGINFO for i386. Thanks to Bruce Evans for much morecracauer1999-07-061-1/+2
* Enable Linux threads support by default.julian1999-01-261-10/+1
* Changes to the LINUX_THREADS support to only allocate extra memory forjulian1999-01-071-2/+4
* Reviewed by: Luoqi Chen, Jordan Hubbardjulian1998-12-191-1/+5
* Installed the second patch attached to kern/7899 with some changes suggestedtruckman1998-11-111-1/+3
* Add provisions for variant core dump file formats, depending on thejdp1998-09-141-1/+4
* Moved some #includes from <sys/param.h> nearer to where they are actuallybde1998-03-281-1/+4
* Forward declare more structs that are used in prototypes here - don'tbde1998-02-241-1/+3
* remove global prototype for setsigvec(). It's static inside kern_sig.cpeter1997-08-301-2/+1
* 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
* re-add the ps_signodefer. The interaction between SA_NODEFER and thepeter1996-03-301-1/+2
* Actually implement SA_RESETHAND - some of the sigaction code recognised itpeter1996-03-151-3/+2
* Merge in Lite2: add function prototypeshsu1996-03-111-12/+10
* Mega-commit for Linux emulator update.. This has been stress tested underpeter1996-03-021-1/+2
* Improved killproc() log message and made it and the other similar messagedg1996-01-311-2/+3
* A Major staticize sweep. Generates a couple of warnings that I'll dealphk1995-12-141-3/+2
* Moved the prototype for setsigvec() from kern_sig.c to signalvar.h.bde1995-11-191-3/+4
* Implement SA_NODEFER sa_flag for sigaction():swallace1995-10-191-1/+2
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-161-1/+2
* Prototypes, prototypes and even more prototypes. Not quite done yet, butphk1994-10-021-1/+2
* While in the real world, I had a bad case of being swapped out for a lot ofphk1994-09-251-3/+3
* Added $Id$dg1994-08-021-0/+1
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-241-0/+167
OpenPOWER on IntegriCloud