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