summaryrefslogtreecommitdiffstats
path: root/c/src/exec/posix (unfollow)
Commit message (Expand)AuthorFilesLines
1996-06-03deleted POSIX threads typedef masking Thread_ControlJoel Sherrill4-25/+96
1996-06-03deleted POSIX threads typedef masking Thread_ControlJoel Sherrill4-22/+12
1996-06-03nanosleep now fills in the time remaining structure.Joel Sherrill1-4/+3
1996-06-03renamed _POSIX_Time_Spec_to_interval to _POSIX_Timespec_to_intervalJoel Sherrill8-22/+71
1996-06-03created ptimer.c and moved the timer_* routines out of time.c into ptimer.cJoel Sherrill2-58/+76
1996-06-03added constant for seconds between posix epoch (1970) and rtems epoch (1988).Joel Sherrill2-0/+22
1996-05-31renamed _TOD_Ticks_since_boot as _Watchdog_Ticks_since_boot so the WatchdogJoel Sherrill3-2/+3
1996-05-31added checks to validate values passed to set attribute routinesJoel Sherrill6-26/+105
1996-05-31moved sleep() from psignal.c to unistd.cJoel Sherrill4-26/+115
1996-05-31commented out cancel handlers related items.Joel Sherrill2-0/+6
1996-05-31moved attribute related constants into the rtems specific sys/types.hJoel Sherrill2-26/+0
1996-05-30First cut at implementing time, clock_gettime, clock_settime, clock_getres,Joel Sherrill2-17/+168
1996-05-29posix initialization threads table was misnamed "posix initializationJoel Sherrill5-51/+52
1996-05-29comment clean upJoel Sherrill15-30/+19
1996-05-29types.c: spacingJoel Sherrill2-28/+33
1996-05-29added pthread_exitJoel Sherrill1-8/+45
1996-05-29cleaned up spacing and parenthesesJoel Sherrill2-4/+4
1996-05-29first cut at pthread_createJoel Sherrill3-10/+78
1996-05-29addressed minimum stack size attribute.Joel Sherrill1-1/+4
1996-05-29removed all ifdef's on NOT_IMPLEMENTED.Joel Sherrill9-40/+30
1996-05-29added entry point for posix initialization threads to the posix initializationJoel Sherrill2-4/+16
1996-05-29renamed signal.c to psignal.c to avoid naming problems.Joel Sherrill5-7/+119
1996-05-28split the inclusion of "EXTERN" data based on whether it was sapi,Joel Sherrill16-20/+96
1996-05-28added initial set of api extension calloutsJoel Sherrill5-6/+166
1996-05-28commented out interrupt supportJoel Sherrill2-0/+4
1996-05-28comment cleanupJoel Sherrill2-4/+2
1996-05-28added maximum keysJoel Sherrill2-0/+2
1996-05-28added initial posix configuration supportJoel Sherrill2-0/+102
1996-05-24updates to fix typosJoel Sherrill3-35/+35
1996-05-22These files have been modified in the initial pass at getting the portionJoel Sherrill15-7/+26
1996-05-22These files have been modified in the initial pass at getting the portionJoel Sherrill6-22/+58
1996-05-10fixed typoJoel Sherrill1-1/+1
1995-12-08added correct use of _Thread_queue_Enter_critical_sectionJoel Sherrill1-0/+1
1995-12-01Insert mode argument to _Watchdog_Insert removed. Now are watchdog timersJoel Sherrill1-5/+1
1995-10-30SPARC port passes all testsJoel Sherrill2-4/+2
1995-10-06fixed missing CVS IDsJoel Sherrill42-0/+52
1995-10-06moved to new development machine and went to gcc 2.7.0Joel Sherrill1-1/+1
1995-09-26posix support initially addedJoel Sherrill84-0/+12144