summaryrefslogtreecommitdiffstats
path: root/c (follow)
Commit message (Expand)AuthorAgeFilesLines
* changed to reflect status of R4600 work.Joel Sherrill1996-09-061-1/+1
* removed need for exceptbdr.h fileJoel Sherrill1996-09-062-2/+2
* new file for MIPS port by Craig Lebakken (lebakken@minn.net) andJoel Sherrill1996-09-0656-0/+11603
* added MIPS port by Craig Lebakken (lebakken@minn.net) and Derrick OstertagJoel Sherrill1996-09-061-0/+5
* modified test to take into account change in default value ofJoel Sherrill1996-09-061-0/+5
* changed _TOD_Is_set from a function to a boolean variableJoel Sherrill1996-09-0613-57/+31
* default thread attributes: default value for inheritsched changed fromJoel Sherrill1996-09-051-5/+25
* pthread_mutex_setprioceiling: fixed bug where returned priority wasJoel Sherrill1996-09-051-1/+3
* added printf of status when not successfulJoel Sherrill1996-09-051-1/+3
* nanosleep: negative value for tv_sec is no longer an error. It nowJoel Sherrill1996-09-051-4/+10
* nanosleep no longer consider a negative value of tv_sec to be an error.Joel Sherrill1996-09-051-6/+7
* new file to support GNU Ada.Joel Sherrill1996-08-291-0/+28
* fixed typo .. changed == to !=Joel Sherrill1996-08-271-1/+1
* check that we were passed a valid mutex and ignore errors from theJoel Sherrill1996-08-271-0/+8
* Changed all EFAULTS to EINVALsMark Johannes1996-08-231-14/+20
* filled in screenMark Johannes1996-08-231-0/+11
* Filled in screenMark Johannes1996-08-232-0/+78
* Filled in the screenMark Johannes1996-08-239-0/+479
* Added build_time statement to provide a tm for the testMark Johannes1996-08-231-2/+4
* Changed test 5 to test 10 at bottomMark Johannes1996-08-231-1/+1
* pthread_create: changed EINVAL for no more threads back to EAGAINMark Johannes1996-08-231-20/+21
* Commented out the EINVAL for mutex not acquired befor cond_wait callMark Johannes1996-08-221-4/+9
* updated to support ENOTSUPMark Johannes1996-08-211-10/+10
* Added Einval case for mutex not initializedMark Johannes1996-08-201-0/+10
* Changed all EFAULTs to EINVALsMark Johannes1996-08-191-7/+14
* pthread_mutex_init: added error messages for NULL mutex and EBUSYMark Johannes1996-08-191-6/+22
* updates from Tony Bennett (tbennett@divnc.com)Joel Sherrill1996-08-152-2/+26
* _Thread_Start_multitasking: added code to initialize the floating pointJoel Sherrill1996-08-151-1/+25
* changed ENOMEM error messageMark Johannes1996-08-151-1/+4
* init: added tests for pthread_kill and kill errors.Mark Johannes1996-08-151-32/+186
* changed error codeJoel Sherrill1996-08-151-2/+2
* changed error for too many threads to EAGAINJoel Sherrill1996-08-151-2/+2
* clock_gettime: changed assert condition to a standard error codeJoel Sherrill1996-08-151-2/+3
* sched_rr_get_interval: converted assert condition into a standard errorJoel Sherrill1996-08-151-1/+5
* added constant to indicate there is no mutex associated with thisJoel Sherrill1996-08-152-0/+14
* pthread_kill: fixed the move of SIG_IGN not SA_SIGINFOMark Johannes1996-08-151-4/+6
* pthread_kill: moved check for SA_SIGINFO to allow for validation of allMark Johannes1996-08-151-7/+7
* fixed typo for NOTSUP -> ENOTSUPMark Johannes1996-08-151-13/+12
* pthread_mutex_init returns EAGAIN not ENOMEM when there are too many mutexes.Joel Sherrill1996-08-141-2/+2
* added test cases for NULL being passed to pthread attribute get routinesJoel Sherrill1996-08-141-0/+20
* added test case for pthread_attr_getscope being passed a NULL contentionscopeJoel Sherrill1996-08-141-0/+4
* commented of ENOTSUP until fixed in newlibMark Johannes1996-08-141-0/+1
* pthread_cond_timedwait: added error cases for abstimeMark Johannes1996-08-141-0/+11
* system.h: added task3 and changed condition variable config to 1Mark Johannes1996-08-141-1/+6
* task3: added to test error case in Wait_support for lock on mutexMark Johannes1996-08-141-0/+46
* init: added error case for wait timedwait, and wait supportMark Johannes1996-08-141-8/+153
* pthread_attr_setscope: returns ENOTSUP not ENOSYS for unsupport scopeJoel Sherrill1996-08-141-2/+2
* pthread_cond_destroy: added enable dispatch to EBUSY caseMark Johannes1996-08-131-1/+3
* pthread_codn_destroy: EBUSY case moved and uses Thread_queue_FirstMark Johannes1996-08-131-3/+3
* pthread_cond_destroy: EBUSY case now uses Thread_queue_FirstMark Johannes1996-08-131-1/+1