summaryrefslogtreecommitdiffstats
path: root/c/src/exec/posix/src/time.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* deleted POSIX threads typedef masking Thread_ControlJoel Sherrill1996-06-031-1/+1
* nanosleep now fills in the time remaining structure.Joel Sherrill1996-06-031-4/+3
* renamed _POSIX_Time_Spec_to_interval to _POSIX_Timespec_to_intervalJoel Sherrill1996-06-031-14/+35
* created ptimer.c and moved the timer_* routines out of time.c into ptimer.cJoel Sherrill1996-06-031-58/+1
* renamed _TOD_Ticks_since_boot as _Watchdog_Ticks_since_boot so the WatchdogJoel Sherrill1996-05-311-1/+1
* moved sleep() from psignal.c to unistd.cJoel Sherrill1996-05-311-3/+11
* First cut at implementing time, clock_gettime, clock_settime, clock_getres,Joel Sherrill1996-05-301-6/+161
* comment clean upJoel Sherrill1996-05-291-2/+1
* removed all ifdef's on NOT_IMPLEMENTED.Joel Sherrill1996-05-291-3/+0
* renamed signal.c to psignal.c to avoid naming problems.Joel Sherrill1996-05-291-0/+11
* These files have been modified in the initial pass at getting the portionJoel Sherrill1996-05-221-0/+2
* fixed missing CVS IDsJoel Sherrill1995-10-061-0/+1
* posix support initially addedJoel Sherrill1995-09-261-0/+192