summaryrefslogtreecommitdiffstats
path: root/c/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* clock_getres: added error check for NULL pointer being passed in.Joel Sherrill1996-08-121-0/+3
* sleep: wrong page numberJoel Sherrill1996-08-121-1/+1
* removed comment about NO_UNINITIALIZED_WARNINGS since that macroJoel Sherrill1996-08-121-7/+0
* added test case for stack too largeJoel Sherrill1996-08-121-0/+7
* nanosleep: verify rqtp parameter is non-NULL.Joel Sherrill1996-08-121-0/+7
* added test cases for clock_gettime (invalid id), clock_settime (invalid_id),Joel Sherrill1996-08-121-0/+48
* added test case for non-NULL parameter to time()Joel Sherrill1996-08-121-0/+6
* time: It is not an error if the TOD is not set.Joel Sherrill1996-08-121-2/+4
* Wait_support: removed the calls to mutex core to posix status codesMark Johannes1996-08-121-2/+2
* mutex.h: removes the promotion of core status code to POSXI status codesMark Johannes1996-08-122-24/+0
* fixed spacing ; moved a dummy MP support routine to clean up printout.Joel Sherrill1996-08-121-9/+10
* _POSIX_Mutex_Get: made null id an errorJoel Sherrill1996-08-122-0/+10
* pthread_mutex_getprioceiling: added error check for null old_ceilingJoel Sherrill1996-08-121-2/+4
* added numerous error test cases.Joel Sherrill1996-08-122-14/+157
* mutex.h: promoted out _POSIX_Mutex_From_core_mutex_statusMark Johannes1996-08-122-0/+24
* _POSIX_Condition_variables_Wait_support: added _POSIX_Mutex_From_core_mutex_s...Mark Johannes1996-08-121-4/+5
* _POSIX_Condition_variables_Signal_support: added setting mutex back to NULLMark Johannes1996-08-121-5/+7
* pthread_mutexattr_setprioceiling: fixed typoJoel Sherrill1996-08-121-1/+1
* pthread_mutexattr_setprioceiling: valid priority ceiling check looked atJoel Sherrill1996-08-121-1/+1
* pthread_mutexattr_getprotocol: added check for attribute structure beingJoel Sherrill1996-08-121-1/+1
* Init: added pthread_cond_init with an attr non-NULL, initialized the attr againMark Johannes1996-08-121-0/+8
* Init: added prliminary phtread_cond_init and destroy cases.Mark Johannes1996-08-121-0/+9
* system.h: added condition variable #define for 10 condition variablesMark Johannes1996-08-121-0/+2
* added test cases for errors in pthread_mutexattr_getpsharedJoel Sherrill1996-08-091-1/+16
* added code to catch NULL pointers for return values passed to get routinesJoel Sherrill1996-08-091-6/+9
* added test cases for EINVAL cases in pthread_mutexattr_destroyJoel Sherrill1996-08-091-1/+21
* added test case for pthread_mutexattr_init being passed a null pointer.Joel Sherrill1996-08-091-0/+4
* changed style of output to match other testsJoel Sherrill1996-08-091-40/+51
* system.h: initial cvsMark Johannes1996-08-091-0/+53
* lowered maximum number of threads to 2 to make test case easier.Joel Sherrill1996-08-091-0/+3
* added test case for sched_yield.Joel Sherrill1996-08-091-6/+14
* 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