summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* filled in screenMark Johannes1996-08-232-0/+22
|
* Filled in screenMark Johannes1996-08-234-0/+156
|
* Filled in the screenMark Johannes1996-08-2318-0/+958
|
* Added build_time statement to provide a tm for the testMark Johannes1996-08-232-4/+8
|
* Changed test 5 to test 10 at bottomMark Johannes1996-08-232-2/+2
|
* pthread_create: changed EINVAL for no more threads back to EAGAINMark Johannes1996-08-232-40/+42
|
* Commented out the EINVAL for mutex not acquired befor cond_wait callMark Johannes1996-08-222-8/+18
|
* updated to support ENOTSUPMark Johannes1996-08-212-20/+20
|
* Added Einval case for mutex not initializedMark Johannes1996-08-202-0/+20
|
* Changed all EFAULTs to EINVALsMark Johannes1996-08-192-14/+28
|
* pthread_mutex_init: added error messages for NULL mutex and EBUSYMark Johannes1996-08-192-12/+44
|
* updates from Tony Bennett (tbennett@divnc.com)Joel Sherrill1996-08-153-4/+30
|
* _Thread_Start_multitasking: added code to initialize the floating pointJoel Sherrill1996-08-152-2/+50
| | | | context of the first thread to execute.
* changed ENOMEM error messageMark Johannes1996-08-152-2/+8
|
* init: added tests for pthread_kill and kill errors.Mark Johannes1996-08-152-64/+372
|
* changed error codeJoel Sherrill1996-08-152-4/+4
|
* changed error for too many threads to EAGAINJoel Sherrill1996-08-152-4/+4
|
* clock_gettime: changed assert condition to a standard error codeJoel Sherrill1996-08-152-4/+6
| | | | clock_getres: now checking for a null pointer being passed in
* sched_rr_get_interval: converted assert condition into a standard errorJoel Sherrill1996-08-152-2/+10
| | | | code and added check for a NULL interval being passed in.
* added constant to indicate there is no mutex associated with thisJoel Sherrill1996-08-153-0/+21
| | | | condition variable
* pthread_kill: fixed the move of SIG_IGN not SA_SIGINFOMark Johannes1996-08-152-8/+12
|
* pthread_kill: moved check for SA_SIGINFO to allow for validation of allMark Johannes1996-08-152-14/+14
| | | | parameters. Also changed returns to macro of -1 and errno set.
* fixed typo for NOTSUP -> ENOTSUPMark Johannes1996-08-152-26/+24
|
* pthread_mutex_init returns EAGAIN not ENOMEM when there are too many mutexes.Joel Sherrill1996-08-142-4/+4
|
* added test cases for NULL being passed to pthread attribute get routinesJoel Sherrill1996-08-142-0/+40
|
* added test case for pthread_attr_getscope being passed a NULL contentionscopeJoel Sherrill1996-08-142-0/+8
|
* commented of ENOTSUP until fixed in newlibMark Johannes1996-08-142-0/+2
|
* pthread_cond_timedwait: added error cases for abstimeMark Johannes1996-08-142-0/+22
|
* system.h: added task3 and changed condition variable config to 1Mark Johannes1996-08-142-2/+12
|
* task3: added to test error case in Wait_support for lock on mutexMark Johannes1996-08-142-0/+92
|
* init: added error case for wait timedwait, and wait supportMark Johannes1996-08-142-16/+306
|
* pthread_attr_setscope: returns ENOTSUP not ENOSYS for unsupport scopeJoel Sherrill1996-08-142-4/+4
|
* pthread_cond_destroy: added enable dispatch to EBUSY caseMark Johannes1996-08-132-2/+6
|
* pthread_codn_destroy: EBUSY case moved and uses Thread_queue_FirstMark Johannes1996-08-132-6/+6
|
* pthread_cond_destroy: EBUSY case now uses Thread_queue_FirstMark Johannes1996-08-132-2/+2
|
* removed count from Thread_queue_ControlMark Johannes1996-08-133-3/+0
|
* removed Thread_queue_Get_number_waitingMark Johannes1996-08-136-75/+0
|
* deleted a line for spacing correctionJoel Sherrill1996-08-132-2/+0
|
* _POSIX_Condition_variables_Wait_support: changed status of lock and unlock ↵Mark Johannes1996-08-132-4/+4
| | | | to return EINVAL is there is an error
* task_2: added comments and print statement for task exitMark Johannes1996-08-132-0/+2
|
* task_1: added comments and print statement for task exitMark Johannes1996-08-132-0/+10
|
* Init.c: added timewait case, added broadcast caseMark Johannes1996-08-132-6/+56
|
* _POSIX_Condition_variables_Wait_support: fixed the timeout sequence.Mark Johannes1996-08-132-14/+50
|
* fixed spacingJoel Sherrill1996-08-132-4/+4
|
* corrected problem in which sigtimedwait() was being invoked withJoel Sherrill1996-08-132-120/+6
| | | | | | the wrong mask. removed code which was commented out. This code was in another test.
* chenaged format of outputJoel Sherrill1996-08-132-4/+12
|
* added include of errno.h so the test can check for EINTR.Joel Sherrill1996-08-132-0/+2
|
* nanosleep now returns -1 and EINTR when a signal interrupts EINTR.Joel Sherrill1996-08-132-4/+16
|
* removed errors for TOD not set yet.Joel Sherrill1996-08-132-18/+18
| | | | made nanosleep return -1/EINTR for being interrupted for a signal.
* added page break before sysconf()Joel Sherrill1996-08-131-1/+3
|