summaryrefslogtreecommitdiffstats
path: root/c/src (unfollow)
Commit message (Expand)AuthorFilesLines
1996-06-03added priority ceiling supportJoel Sherrill2-33/+63
1996-06-03added an assert if a pthread_t is not the same size as an Objects_IdJoel Sherrill1-2/+5
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-03updated screenJoel Sherrill5-40/+34
1996-06-03added test code for return of remaining time from sleep().Joel Sherrill1-2/+8
1996-06-03sleep moved into newlibc.c so the sleep.o object would not be in the library.Joel Sherrill2-2/+52
1996-06-03added test case for nanosleep filling in the time remaining structure.Joel Sherrill1-0/+1
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-03added test code for nanosleep and return code from sleep.Joel Sherrill1-2/+27
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-06-03changed so this file is usable from assembly files.Joel Sherrill1-50/+64
1996-05-31renamed _TOD_Ticks_since_boot as _Watchdog_Ticks_since_boot so the WatchdogJoel Sherrill17-25/+34
1996-05-31added checks to validate values passed to set attribute routinesJoel Sherrill6-26/+105
1996-05-31fixed typo in merge of Eric Norum's patchJoel Sherrill1-2/+1
1996-05-31added nanoseconds per second constantJoel Sherrill2-2/+4
1996-05-31corrected minor problem in Eric Norum's changes in the bfffo macro.Joel Sherrill1-1/+1
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-30added code to test clock and time related functionality.Joel Sherrill2-17/+63
1996-05-30Added nanoseconds constantJoel Sherrill2-4/+6
1996-05-30First cut at implementing time, clock_gettime, clock_settime, clock_getres,Joel Sherrill2-17/+168
1996-05-30added dummy versions of __kill and __getpid which assert(0) so thatJoel Sherrill2-0/+46
1996-05-30Eric Norum sent in new versions of the inline assembly macros whichJoel Sherrill2-82/+17
1996-05-30tests now specify whether they are using rtems initialization tasksJoel Sherrill29-0/+58
1996-05-29tests now specify whether using posix initialization threads tableJoel Sherrill52-32/+186
1996-05-29posix initialization threads table was misnamed "posix initializationJoel Sherrill5-51/+52
1996-05-29comment clean upJoel Sherrill17-34/+21
1996-05-29types.c: spacingJoel Sherrill2-28/+33
1996-05-29fixed support for posix initialization threads tableJoel Sherrill2-4/+44
1996-05-29simple version of test which shows pthread_create, pthread_exit, and exitJoel Sherrill3-4/+19
1996-05-29added pthread_exitJoel Sherrill1-8/+45
1996-05-29cleaned up spacing and parenthesesJoel Sherrill2-4/+4
1996-05-29spacingJoel Sherrill1-0/+1
1996-05-29first cut at pthread_createJoel Sherrill3-10/+78
1996-05-29addressed minimum stack size attribute.Joel Sherrill1-1/+4
1996-05-29*** empty log message ***Joel Sherrill1-0/+3
1996-05-29removed all ifdef's on NOT_IMPLEMENTED.Joel Sherrill11-48/+30
1996-05-29added entry point for posix initialization threads to the posix initializationJoel Sherrill2-4/+16
1996-05-29Addressed RTEMS API initialization tasks table in a system withoutJoel Sherrill2-6/+14
1996-05-29Gutted test of rtems api calls and added comments to indicate what the testJoel Sherrill3-77/+31
1996-05-29Added default POSIX API configuration table.Joel Sherrill1-1/+13
1996-05-29It is now not an error to have 0 RTEMS initialization tasks since you couldJoel Sherrill1-0/+6
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 Sherrill93-226/+372
1996-05-28added maximum keysJoel Sherrill2-2/+2
1996-05-28added enumerated constant for the POSIX API as an error sourceJoel Sherrill2-2/+4