summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/psignal.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 2002-02-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-01-061-0/+1
* 2001-01-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2001-01-241-0/+4
* 2000-10-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2000-10-311-1/+1
* 2000-08-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2000-08-301-1/+1
* Split some more stuff out of psignal.c.Joel Sherrill1999-11-021-235/+1
* Removed routines that had already been separated into their own files.Joel Sherrill1999-11-011-505/+0
* The default action for real-time signals is supposed to be SIGACTION_TERMINATE.Joel Sherrill1999-04-191-15/+15
* Removed alarm(), killinfo() and pause() because they are now in their own file.Joel Sherrill1999-04-151-372/+1
* Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de> to correct theJoel Sherrill1999-04-121-30/+929
* Part of the automake VI patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:Joel Sherrill1999-03-011-17/+17
* POSIX timer support.Joel Sherrill1999-02-101-1/+1
* Split psignal.c into many more files. This reduced the amount ofJoel Sherrill1999-01-311-918/+12
* Added base version of file system infrastructure. This includes a majorJoel Sherrill1998-11-231-0/+20
* Patch from Eric Norum <eric@skatter.usask.ca>:Joel Sherrill1998-11-191-1/+1
* Moved POSIX_signals_Siginfo_node structure definition to headers/psignal.hJoel Sherrill1998-04-271-5/+1
* Added code to insure that the post switch extension was executed andJoel Sherrill1996-09-171-0/+5
* Changed all EFAULTs to EINVALsMark Johannes1996-08-191-7/+14
* pthread_kill: fixed the move of SIG_IGN not SA_SIGINFOMark Johannes1996-08-151-4/+6
* pthread_kill: moved check for SA_SIGINFO to allow for validation of allMark Johannes1996-08-151-7/+7
* deleted a line for spacing correctionJoel Sherrill1996-08-131-1/+0
* _POSIX_signals_Clear_signals: added this routineMark Johannes1996-08-081-12/+36
* Fixed default vectors initialization, sigaction which had a redundantMark Johannes1996-07-151-42/+64
* initial modifications to support sigtimedwait.Joel Sherrill1996-06-151-9/+30
* sigtimedwait passes initial test cases of timeout and simple satisfaction.Mark Johannes1996-06-131-1/+5
* added queued signals and cleaned up setting of process wide signals soJoel Sherrill1996-06-131-68/+148
* basic test cases for kill() and alarm().Joel Sherrill1996-06-131-11/+50
* basic kill() which send a signal to pthread_self() appears to work.Joel Sherrill1996-06-121-7/+18
* initial implementation of blocking signal routines -- sigwait, sigwaitinfo,Joel Sherrill1996-06-121-34/+227
* added comment to make sure we add unblock of threadJoel Sherrill1996-06-111-0/+2
* first attempt at adding algorithm to select the thread which willJoel Sherrill1996-06-111-23/+246
* tested blocking a signal, sending it to self, then unblocking it.Joel Sherrill1996-06-111-31/+60
* Basic signal functionality appears to work. pthread_kill() can successfullyJoel Sherrill1996-06-111-7/+25
* first attempt at the routine which vectors signals.Joel Sherrill1996-06-101-11/+325
* key destructor is now run at correct point in pthread_exit() sequence andJoel Sherrill1996-06-071-38/+104
* added checks to validate values passed to set attribute routinesJoel Sherrill1996-05-311-0/+6
* moved sleep() from psignal.c to unistd.cJoel Sherrill1996-05-311-23/+51
* First cut at implementing time, clock_gettime, clock_settime, clock_getres,Joel Sherrill1996-05-301-11/+7
* comment clean upJoel Sherrill1996-05-291-2/+1
* types.c: spacingJoel Sherrill1996-05-291-0/+4
* removed all ifdef's on NOT_IMPLEMENTED.Joel Sherrill1996-05-291-4/+0
* These files have been modified in the initial pass at getting the portionJoel Sherrill1996-05-221-1/+2
* fixed typoJoel Sherrill1996-05-101-1/+1
* Insert mode argument to _Watchdog_Insert removed. Now are watchdog timersJoel Sherrill1995-12-011-5/+1
* fixed missing CVS IDsJoel Sherrill1995-10-061-0/+1
* posix support initially addedJoel Sherrill1995-09-261-0/+261