summaryrefslogtreecommitdiffstats
path: root/c/src/exec/posix/src/psignal.c (unfollow)
Commit message (Expand)AuthorFilesLines
2002-07-22Remove, moved to cpukit.Ralf Corsepius1-250/+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
1996-06-12basic kill() which send a signal to pthread_self() appears to work.Joel Sherrill1-7/+18
1996-06-12initial implementation of blocking signal routines -- sigwait, sigwaitinfo,Joel Sherrill1-34/+227
1996-06-11added comment to make sure we add unblock of threadJoel Sherrill1-0/+2
1996-06-11first attempt at adding algorithm to select the thread which willJoel Sherrill1-23/+246
1996-06-11tested blocking a signal, sending it to self, then unblocking it.Joel Sherrill1-31/+60
1996-06-11Basic signal functionality appears to work. pthread_kill() can successfullyJoel Sherrill1-7/+25
1996-06-10first attempt at the routine which vectors signals.Joel Sherrill1-11/+325
1996-06-07key destructor is now run at correct point in pthread_exit() sequence andJoel Sherrill1-38/+104
1996-05-31added checks to validate values passed to set attribute routinesJoel Sherrill1-0/+6
1996-05-31moved sleep() from psignal.c to unistd.cJoel Sherrill1-23/+51
1996-05-30First cut at implementing time, clock_gettime, clock_settime, clock_getres,Joel Sherrill1-11/+7
1996-05-29comment clean upJoel Sherrill1-2/+1
1996-05-29types.c: spacingJoel Sherrill1-0/+4
1996-05-29removed all ifdef's on NOT_IMPLEMENTED.Joel Sherrill1-4/+0
1996-05-22These files have been modified in the initial pass at getting the portionJoel Sherrill1-1/+2
1996-05-10fixed typoJoel Sherrill1-1/+1
1995-12-01Insert mode argument to _Watchdog_Insert removed. Now are watchdog timersJoel Sherrill1-5/+1
1995-10-06fixed missing CVS IDsJoel Sherrill1-0/+1
1995-09-26posix support initially addedJoel Sherrill1-0/+261