summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src (unfollow)
Commit message (Expand)AuthorFilesLines
1996-06-04made sure routines which called _Objects_Get also calledJoel Sherrill1-10/+25
1996-06-04added some of the required functionality to pthread_setschedparam andJoel Sherrill1-31/+71
1996-06-04clean up passJoel Sherrill1-10/+14
1996-06-04renamed the local variable attrp to the_attr in pthread_createJoel Sherrill1-11/+11
1996-06-04changed sched_rr_get_interval to use the interval to timespec routine.Joel Sherrill1-3/+2
1996-06-04added interpretation of scheduling policy and parameter information toJoel Sherrill3-28/+98
1996-06-03added thread queue for list of threads waiting to join.Joel Sherrill1-9/+33
1996-06-03deleted POSIX threads typedef masking Thread_ControlJoel Sherrill2-7/+80
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 Sherrill6-20/+41
1996-06-03created ptimer.c and moved the timer_* routines out of time.c into ptimer.cJoel Sherrill2-58/+76
1996-05-31renamed _TOD_Ticks_since_boot as _Watchdog_Ticks_since_boot so the WatchdogJoel Sherrill2-1/+2
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 Sherrill3-26/+94
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 Sherrill1-23/+24
1996-05-29comment clean upJoel Sherrill13-26/+17
1996-05-29types.c: spacingJoel Sherrill2-28/+33
1996-05-29added pthread_exitJoel Sherrill1-8/+45
1996-05-29first cut at pthread_createJoel Sherrill1-4/+72
1996-05-29addressed minimum stack size attribute.Joel Sherrill1-1/+4
1996-05-29removed all ifdef's on NOT_IMPLEMENTED.Joel Sherrill7-32/+30
1996-05-29renamed signal.c to psignal.c to avoid naming problems.Joel Sherrill5-7/+119
1996-05-28added initial set of api extension calloutsJoel Sherrill1-2/+134
1996-05-28comment cleanupJoel Sherrill2-4/+2
1996-05-24updates to fix typosJoel Sherrill1-13/+7
1996-05-22These files have been modified in the initial pass at getting the portionJoel Sherrill13-7/+23
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-06fixed missing CVS IDsJoel Sherrill14-0/+16
1995-09-26posix support initially addedJoel Sherrill14-0/+4510