summaryrefslogtreecommitdiff
path: root/c/src/exec/posix/src/psignal.c (follow)
AgeCommit message (Expand)Author
2002-07-22Remove, moved to cpukit.Ralf Corsepius
2002-07-012002-07-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill
2002-04-082002-04-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill
2002-01-062002-02-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill
2001-01-242001-01-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill
2000-10-312000-10-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill
2000-08-302000-08-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill
1999-11-02Split some more stuff out of psignal.c.Joel Sherrill
1999-11-01Removed routines that had already been separated into their own files.Joel Sherrill
1999-04-19The default action for real-time signals is supposed to be SIGACTION_TERMINATE.Joel Sherrill
1999-04-15Removed alarm(), killinfo() and pause() because they are now in their own file.Joel Sherrill
1999-04-12Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de> to correct theJoel Sherrill
1999-03-01Part of the automake VI patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:Joel Sherrill
1999-02-10POSIX timer support.Joel Sherrill
1999-01-31Split psignal.c into many more files. This reduced the amount ofJoel Sherrill
1998-11-23Added base version of file system infrastructure. This includes a majorJoel Sherrill
1998-11-19Patch from Eric Norum <eric@skatter.usask.ca>:Joel Sherrill
1998-04-27Moved POSIX_signals_Siginfo_node structure definition to headers/psignal.hJoel Sherrill
1996-09-17Added code to insure that the post switch extension was executed andJoel Sherrill
1996-08-19Changed all EFAULTs to EINVALsMark Johannes
1996-08-15pthread_kill: fixed the move of SIG_IGN not SA_SIGINFOMark Johannes
1996-08-15pthread_kill: moved check for SA_SIGINFO to allow for validation of allMark Johannes
1996-08-13deleted a line for spacing correctionJoel Sherrill
1996-08-08_POSIX_signals_Clear_signals: added this routineMark Johannes
1996-07-15Fixed default vectors initialization, sigaction which had a redundantMark Johannes
1996-06-15initial modifications to support sigtimedwait.Joel Sherrill
1996-06-13sigtimedwait passes initial test cases of timeout and simple satisfaction.Mark Johannes
1996-06-13added queued signals and cleaned up setting of process wide signals soJoel Sherrill
1996-06-13basic test cases for kill() and alarm().Joel Sherrill
1996-06-12basic kill() which send a signal to pthread_self() appears to work.Joel Sherrill
1996-06-12initial implementation of blocking signal routines -- sigwait, sigwaitinfo,Joel Sherrill
1996-06-11added comment to make sure we add unblock of threadJoel Sherrill
1996-06-11first attempt at adding algorithm to select the thread which willJoel Sherrill
1996-06-11tested blocking a signal, sending it to self, then unblocking it.Joel Sherrill
1996-06-11Basic signal functionality appears to work. pthread_kill() can successfullyJoel Sherrill
1996-06-10first attempt at the routine which vectors signals.Joel Sherrill
1996-06-07key destructor is now run at correct point in pthread_exit() sequence andJoel Sherrill
1996-05-31added checks to validate values passed to set attribute routinesJoel Sherrill
1996-05-31moved sleep() from psignal.c to unistd.cJoel Sherrill
1996-05-30First cut at implementing time, clock_gettime, clock_settime, clock_getres,Joel Sherrill
1996-05-29comment clean upJoel Sherrill
1996-05-29types.c: spacingJoel Sherrill
1996-05-29removed all ifdef's on NOT_IMPLEMENTED.Joel Sherrill
1996-05-22These files have been modified in the initial pass at getting the portionJoel Sherrill
1996-05-10fixed typoJoel Sherrill
1995-12-01Insert mode argument to _Watchdog_Insert removed. Now are watchdog timersJoel Sherrill
1995-10-06fixed missing CVS IDsJoel Sherrill
1995-09-26posix support initially addedJoel Sherrill