summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/psignal.c (unfollow)
Commit message (Expand)AuthorFilesLines
2011-07-242011-07-24 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-4/+2
2010-09-282010-09-28 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber1-5/+3
2010-06-152010-06-15 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-1/+1
2010-04-302010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber1-0/+3
2009-10-042009-10-04 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-0/+6
2009-08-032009-08-02 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-19/+12
2009-07-292009-07-29 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-1/+1
2009-06-292009-06-29 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-7/+8
2009-01-02Add __attribute__((unused)) to unused function args.Ralf Corsepius1-1/+2
2008-12-172008-12-17 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-4/+6
2008-09-04Convert to "bool".Ralf Corsepius1-4/+4
2008-06-052008-06-05 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-8/+12
2008-05-27Added const qualifier to various pointers and data tables toThomas Doerfler1-1/+1
2008-04-182008-04-18 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-0/+2
2007-12-192007-12-19 Jennifer Averett <jennifer.averett@OARcorp.com>Jennifer Averett1-22/+23
2007-12-172007-12-17 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-0/+7
2004-04-16Remove stray white spaces.Ralf Corsepius1-7/+7
2004-03-232004-03-23 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius1-1/+1
2003-08-142003-08-14 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-31/+1
2002-11-052002-10-30 Eric Norum <eric.norum@usask.ca>Joel Sherrill1-2/+1
2002-10-31Reflect changes to signal names in newlib sys/signal.h.Eric Norum1-11/+11
2002-09-142002-09-14 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-13/+0
2002-07-012002-07-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-2/+0
2002-04-082002-04-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-0/+1
2002-01-062002-02-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-0/+1
2001-01-242001-01-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-0/+4
2000-10-312000-10-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-1/+1
2000-08-302000-08-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-1/+1
1999-11-02Split some more stuff out of psignal.c.Joel Sherrill1-235/+1
1999-11-01Removed routines that had already been separated into their own files.Joel Sherrill1-505/+0
1999-04-19The default action for real-time signals is supposed to be SIGACTION_TERMINATE.Joel Sherrill1-15/+15
1999-04-15Removed alarm(), killinfo() and pause() because they are now in their own file.Joel Sherrill1-372/+1
1999-04-12Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de> to correct theJoel Sherrill1-30/+929
1999-03-01Part of the automake VI patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:Joel Sherrill1-17/+17
1999-02-10POSIX timer support.Joel Sherrill1-1/+1
1999-01-31Split psignal.c into many more files. This reduced the amount ofJoel Sherrill1-918/+12
1998-11-23Added base version of file system infrastructure. This includes a majorJoel Sherrill1-0/+20
1998-11-19Patch from Eric Norum <eric@skatter.usask.ca>:Joel Sherrill1-1/+1
1998-04-27Moved POSIX_signals_Siginfo_node structure definition to headers/psignal.hJoel Sherrill1-5/+1
1996-09-17Added code to insure that the post switch extension was executed andJoel Sherrill1-0/+5
1996-08-19Changed all EFAULTs to EINVALsMark Johannes1-7/+14
1996-08-15pthread_kill: fixed the move of SIG_IGN not SA_SIGINFOMark Johannes1-4/+6
1996-08-15pthread_kill: moved check for SA_SIGINFO to allow for validation of allMark Johannes1-7/+7
1996-08-13deleted a line for spacing correctionJoel Sherrill1-1/+0
1996-08-08_POSIX_signals_Clear_signals: added this routineMark Johannes1-12/+36
1996-07-15Fixed default vectors initialization, sigaction which had a redundantMark Johannes1-42/+64
1996-06-15initial modifications to support sigtimedwait.Joel Sherrill1-9/+30
1996-06-13sigtimedwait passes initial test cases of timeout and simple satisfaction.Mark Johannes1-1/+5
1996-06-13added queued signals and cleaned up setting of process wide signals soJoel Sherrill1-68/+148
1996-06-13basic test cases for kill() and alarm().Joel Sherrill1-11/+50