summaryrefslogtreecommitdiff
path: root/testsuites (follow)
AgeCommit message (Expand)Author
1997-04-22updated with new license information per Tony Bennett.Joel Sherrill
1997-04-22headers updated to reflect new style copyright notice as partJoel Sherrill
1997-04-18Modified to reflect change from 255 posix priority levels to 254.Joel Sherrill
1997-04-09enabled floating point and fixed confdef reference to initializationJoel Sherrill
1997-04-09new testJoel Sherrill
1997-04-07corrected printf specifications and added casts as necessary to eliminateJoel Sherrill
1997-04-07added ifdef to avoid warning for unused variable.Joel Sherrill
1997-04-07corrected integer only definitions of "FP CHECK" routines to eliminateJoel Sherrill
1997-04-02corrected printf format to avoid warningJoel Sherrill
1997-04-02initialized variables or removed unused variables to remove warningsJoel Sherrill
1997-01-29Made stopping for the pause an option which can be configured in theJoel Sherrill
1997-01-08_CPU_Trap_Table_area is now conditional based on whether or notJoel Sherrill
1996-09-18new filesJoel Sherrill
1996-09-18added castJoel Sherrill
1996-09-18address arithmetic changed to be more portableJoel Sherrill
1996-09-18new test submitted by Craig Lebakken (lebakken@minn.net) and Derrick OstertagJoel Sherrill
1996-09-17extended Task_id and Task_name arrays to avoid indexing past end of array.Joel Sherrill
1996-09-12Fixed test to match change to pthread_cond_timedwait which now takes a wallMark Johannes
1996-09-06modified test to take into account change in default value ofJoel Sherrill
1996-09-05added printf of status when not successfulJoel Sherrill
1996-09-05nanosleep no longer consider a negative value of tv_sec to be an error.Joel Sherrill
1996-08-23Changed all EFAULTS to EINVALsMark Johannes
1996-08-23filled in screenMark Johannes
1996-08-23Filled in screenMark Johannes
1996-08-23Filled in the screenMark Johannes
1996-08-23Added build_time statement to provide a tm for the testMark Johannes
1996-08-23Changed test 5 to test 10 at bottomMark Johannes
1996-08-22Commented out the EINVAL for mutex not acquired befor cond_wait callMark Johannes
1996-08-21updated to support ENOTSUPMark Johannes
1996-08-20Added Einval case for mutex not initializedMark Johannes
1996-08-15init: added tests for pthread_kill and kill errors.Mark Johannes
1996-08-15changed error codeJoel Sherrill
1996-08-15changed error for too many threads to EAGAINJoel Sherrill
1996-08-14pthread_mutex_init returns EAGAIN not ENOMEM when there are too many mutexes.Joel Sherrill
1996-08-14added test cases for NULL being passed to pthread attribute get routinesJoel Sherrill
1996-08-14added test case for pthread_attr_getscope being passed a NULL contentionscopeJoel Sherrill
1996-08-14system.h: added task3 and changed condition variable config to 1Mark Johannes
1996-08-14task3: added to test error case in Wait_support for lock on mutexMark Johannes
1996-08-14init: added error case for wait timedwait, and wait supportMark Johannes
1996-08-14pthread_attr_setscope: returns ENOTSUP not ENOSYS for unsupport scopeJoel Sherrill
1996-08-13task_2: added comments and print statement for task exitMark Johannes
1996-08-13task_1: added comments and print statement for task exitMark Johannes
1996-08-13Init.c: added timewait case, added broadcast caseMark Johannes
1996-08-13corrected problem in which sigtimedwait() was being invoked withJoel Sherrill
1996-08-13chenaged format of outputJoel Sherrill
1996-08-13added include of errno.h so the test can check for EINTR.Joel Sherrill
1996-08-13nanosleep now returns -1 and EINTR when a signal interrupts EINTR.Joel Sherrill
1996-08-12task_1: added to handle cases of waiting tasks on condition variablesMark Johannes
1996-08-12system.h: added protoypes for task and task2, added mutex id, and task idsMark Johannes
1996-08-12Init.c: added cases for signal, wait and broadcastMark Johannes