summaryrefslogtreecommitdiffstats
path: root/c/src/exec/posix/src/psignal.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* First cut at implementing time, clock_gettime, clock_settime, clock_getres,Joel Sherrill1996-05-301-11/+7
| | | | | sleep, and nanosleep. Does not yet support per process clock, per thread clock, interruptible sleep (sleep/nanosleep), or time remaining on nanosleep.
* comment clean upJoel Sherrill1996-05-291-2/+1
|
* types.c: spacingJoel Sherrill1996-05-291-0/+4
| | | | | psignal.c: kill recognizes SIGABRT and exits to prevent asserts from recursively occurring because kill was not implemented and asserted.
* 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
| | | | | | of the POSIX API necessary to support the GNAT runtime to initially compile. We now have verified that the specifications for the necessary routines are correct per the POSIX standards we have.
* fixed typoJoel Sherrill1996-05-101-1/+1
|
* Insert mode argument to _Watchdog_Insert removed. Now are watchdog timersJoel Sherrill1995-12-011-5/+1
| | | | are automatically activated upon insertion.
* fixed missing CVS IDsJoel Sherrill1995-10-061-0/+1
|
* posix support initially addedJoel Sherrill1995-09-261-0/+261