summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mutex.h: removes the promotion of core status code to POSXI status codesMark Johannes1996-08-123-36/+0
* fixed spacing ; moved a dummy MP support routine to clean up printout.Joel Sherrill1996-08-122-18/+20
* _POSIX_Mutex_Get: made null id an errorJoel Sherrill1996-08-123-0/+15
* pthread_mutex_getprioceiling: added error check for null old_ceilingJoel Sherrill1996-08-122-4/+8
* added numerous error test cases.Joel Sherrill1996-08-124-28/+314
* mutex.h: promoted out _POSIX_Mutex_From_core_mutex_statusMark Johannes1996-08-123-0/+36
* _POSIX_Condition_variables_Wait_support: added _POSIX_Mutex_From_core_mutex_s...Mark Johannes1996-08-122-8/+10
* _POSIX_Condition_variables_Signal_support: added setting mutex back to NULLMark Johannes1996-08-122-10/+14
* pthread_mutexattr_setprioceiling: fixed typoJoel Sherrill1996-08-122-2/+2
* pthread_mutexattr_setprioceiling: valid priority ceiling check looked atJoel Sherrill1996-08-122-2/+2
* pthread_mutexattr_getprotocol: added check for attribute structure beingJoel Sherrill1996-08-122-2/+2
* Init: added pthread_cond_init with an attr non-NULL, initialized the attr againMark Johannes1996-08-122-0/+16
* Init: added prliminary phtread_cond_init and destroy cases.Mark Johannes1996-08-122-0/+18
* system.h: added condition variable #define for 10 condition variablesMark Johannes1996-08-122-0/+4
* added test cases for errors in pthread_mutexattr_getpsharedJoel Sherrill1996-08-092-2/+32
* added code to catch NULL pointers for return values passed to get routinesJoel Sherrill1996-08-092-12/+18
* added test cases for EINVAL cases in pthread_mutexattr_destroyJoel Sherrill1996-08-092-2/+42
* added test case for pthread_mutexattr_init being passed a null pointer.Joel Sherrill1996-08-092-0/+8
* changed style of output to match other testsJoel Sherrill1996-08-092-80/+102
* system.h: initial cvsMark Johannes1996-08-092-0/+106
* lowered maximum number of threads to 2 to make test case easier.Joel Sherrill1996-08-092-0/+6
* added test case for sched_yield.Joel Sherrill1996-08-092-12/+28
* added test cases for errors in sched_get_priority_min andJoel Sherrill1996-08-092-10/+60
* sched_yield: was not invoking the dispatcher.Joel Sherrill1996-08-092-2/+6
* Init: added condattr - destroy, init, set and get casesMark Johannes1996-08-092-10/+12
* added test cases for invalid key idsJoel Sherrill1996-08-092-4/+32
* merged remote object id and invalid id error cases.Joel Sherrill1996-08-092-12/+6
* reduced maximum keys to 2 to more easily generate errorJoel Sherrill1996-08-092-2/+2
* changed printf's which could be puts's to putsJoel Sherrill1996-08-096-12/+12
* new test to test scheduling policy and paremeter paths in pthread_create.Joel Sherrill1996-08-088-0/+446
* Init: Original file - tests for condition variables.Mark Johannes1996-08-082-0/+188
* split test into multiple tasks.Joel Sherrill1996-08-086-2/+220
* added cases to increase coverage of pthread_create. cases added testedJoel Sherrill1996-08-086-0/+196
* added test to complete coverage of pthread_setschedparam and increaseJoel Sherrill1996-08-088-0/+502
* Init: spacingMark Johannes1996-08-082-2/+0
* Task_1: changed comment and task name to task1.Mark Johannes1996-08-082-4/+4
* Init.c: added priority ceiling task cases.Mark Johannes1996-08-082-40/+408
* Added task2 and task3 prototypes and idsMark Johannes1996-08-082-4/+28
* Signal_info_handler: added multiple signal cases to finish out the testMark Johannes1996-08-082-4/+436
* changed phrase "RTEMS is support" to "RTEMS is supposed"Joel Sherrill1996-08-0824-24/+24
* CORE_mutex_Status: added CORE_MUTEX_STATUS_CEILING_VIOLATED to enumMark Johannes1996-08-083-3/+6
* _POSIX_signals_Clear_signals: added this routineMark Johannes1996-08-082-24/+72
* print_current_time: added leading underscore to variables allocatedJoel Sherrill1996-08-083-24/+24
* 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-083-0/+3
* added complete test cases for pthread_once.Joel Sherrill1996-08-086-32/+88
* _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-083-3/+3
* _MPCI_Register_packet_processor: changes first parameter type to MP_packet_Cl...Mark Johannes1996-08-082-2/+2
* sporadic server debugged and working. This required minor changes in allJoel Sherrill1996-08-072-40/+80