summaryrefslogtreecommitdiffstats
path: root/c (unfollow)
Commit message (Expand)AuthorFilesLines
1996-08-09added test cases for errors in sched_get_priority_min andJoel Sherrill1-5/+30
1996-08-09sched_yield: was not invoking the dispatcher.Joel Sherrill1-1/+3
1996-08-09Init: added condattr - destroy, init, set and get casesMark Johannes1-5/+6
1996-08-09added test cases for invalid key idsJoel Sherrill1-2/+16
1996-08-09merged remote object id and invalid id error cases.Joel Sherrill1-6/+3
1996-08-09reduced maximum keys to 2 to more easily generate errorJoel Sherrill1-1/+1
1996-08-09changed printf's which could be puts's to putsJoel Sherrill3-6/+6
1996-08-08new test to test scheduling policy and paremeter paths in pthread_create.Joel Sherrill4-0/+223
1996-08-08Init: Original file - tests for condition variables.Mark Johannes1-0/+94
1996-08-08split test into multiple tasks.Joel Sherrill3-1/+110
1996-08-08added cases to increase coverage of pthread_create. cases added testedJoel Sherrill3-0/+98
1996-08-08added test to complete coverage of pthread_setschedparam and increaseJoel Sherrill4-0/+251
1996-08-08Init: spacingMark Johannes1-1/+0
1996-08-08Task_1: changed comment and task name to task1.Mark Johannes1-2/+2
1996-08-08Init.c: added priority ceiling task cases.Mark Johannes1-20/+204
1996-08-08Added task2 and task3 prototypes and idsMark Johannes1-2/+14
1996-08-08Signal_info_handler: added multiple signal cases to finish out the testMark Johannes1-2/+218
1996-08-08changed phrase "RTEMS is support" to "RTEMS is supposed"Joel Sherrill12-12/+12
1996-08-08CORE_mutex_Status: added CORE_MUTEX_STATUS_CEILING_VIOLATED to enumMark Johannes2-2/+4
1996-08-08_POSIX_signals_Clear_signals: added this routineMark Johannes1-12/+36
1996-08-08print_current_time: added leading underscore to variables allocatedJoel Sherrill2-16/+16
1996-08-08ERC32_Force_interrupt implementation replaced per Jiri Gaisler's experienceJoel Sherrill2-0/+10
1996-08-08added ss_high_priority field to support sporadic server.Joel Sherrill2-0/+2
1996-08-08added complete test cases for pthread_once.Joel Sherrill3-16/+44
1996-08-08_MPCI_Register_packet_processor: changed protoype first parameter type to MP_...Mark Johannes2-2/+2
1996-08-08_MPCI_Register_packet_processor: Changed prototype of fist parameter name to ...Mark Johannes2-2/+2
1996-08-08_MPCI_Register_packet_processor: changes first parameter type to MP_packet_Cl...Mark Johannes1-1/+1
1996-08-07sporadic server debugged and working. This required minor changes in allJoel Sherrill1-20/+40
1996-08-07added more error cases to complete testing of pthread_equal whenJoel Sherrill1-0/+8
1996-08-07added test cases for ESRCH from pthread_join and pthread_detachJoel Sherrill1-0/+9
1996-08-07removed if 0 for basic sporadic server case accidentally left in.Joel Sherrill1-2/+1
1996-08-07basic sporadic server test.Joel Sherrill3-0/+285
1996-08-07_POSIX_Mutex_From_core_mutex_status: added priority ceiling violation caseMark Johannes1-0/+2
1996-08-07_CORE_Mutex_seize: added checks for priority ceiling violation, also addedMark Johannes1-6/+24
1996-08-07added complete test cases for pthread_attr_getschedparam,Joel Sherrill1-9/+137
1996-08-06get_errno: no longer needed by gnat runtimeJoel Sherrill2-0/+8
1996-08-06_CORE_mutex_Seize: added change priority case if the mutex was obtained.Mark Johannes1-0/+12
1996-08-06_POSIX_Threads_Delete_extension: reorder to eliminate use of local pointerJoel Sherrill1-6/+9
1996-08-06POSIX_Mutex_Default_attributes: changed prio_ceiling to maximum priorityMark Johannes1-1/+2
1996-08-06pthread_getspecific: use local variable so references to tcb are completedJoel Sherrill1-1/+6
1996-08-02join/detach basic tests passJoel Sherrill5-0/+237
1996-08-02removed unused prototypesJoel Sherrill1-9/+0
1996-08-01test successfully exercises all of pthread_attr_* set and get routinesJoel Sherrill3-0/+329
1996-08-01added page delimiters for comment blocksJoel Sherrill2-11/+25
1996-08-01added 3 nops following write to wim since a restore following it isJoel Sherrill1-0/+3
1996-07-31added key testJoel Sherrill5-0/+271
1996-07-15Fixed default vectors initialization, sigaction which had a redundantMark Johannes1-42/+64
1996-07-04basic test cases passedJoel Sherrill1-4/+35
1996-07-04added test case for timeout using pthread_mutex_timedlockJoel Sherrill2-0/+19
1996-07-04first test cases for mutex manager passJoel Sherrill4-0/+277