summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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-0671-0/+16850
| | | | Derrick Ostertag (ostertag@transition.com).
* added MIPS port by Craig Lebakken (lebakken@minn.net) and Derrick OstertagJoel Sherrill1996-09-061-0/+5
| | | | (ostertag@transition.com).
* modified test to take into account change in default value ofJoel Sherrill1996-09-062-0/+10
| | | | | inheritsched pthread attribute from implicit to explicit scheduling parameters.
* changed _TOD_Is_set from a function to a boolean variableJoel Sherrill1996-09-0620-86/+47
|
* default thread attributes: default value for inheritsched changed fromJoel Sherrill1996-09-052-10/+50
| | | | | | | | | | | | explicit to inherit scheduler to be consistent with FSU pthreads for gnat. _POSIX_Threads_Create_extension: now inherit signal blocked mask from creator if the new thread is a posix thread. _POSIX_Threads_Initialize_user_threads: make sure posix initialization threads start with a useful priority. If they inherit the priority of the creating thread, they will end up at the same priority as the idle thread. Since the idle thread does not yield, they will not run.
* pthread_mutex_setprioceiling: fixed bug where returned priority wasJoel Sherrill1996-09-052-2/+6
| | | | not converted from core priority to posix priority.
* added printf of status when not successfulJoel Sherrill1996-09-052-2/+6
|
* nanosleep: negative value for tv_sec is no longer an error. It nowJoel Sherrill1996-09-052-8/+20
| | | | is changed into being a 0 delay.
* nanosleep no longer consider a negative value of tv_sec to be an error.Joel Sherrill1996-09-052-12/+14
| | | | Instead it is an indication of a request for a small delay.
* new file to support GNU Ada.Joel Sherrill1996-08-292-0/+56
| | | | | currently the only routine in this file simply returns the minimum stack size for each thread.
* fixed typo .. changed == to !=Joel Sherrill1996-08-272-2/+2
|
* check that we were passed a valid mutex and ignore errors from theJoel Sherrill1996-08-272-0/+16
| | | | | later pthread_mutex_lock. This makes our behavior more compatible with that of FSU pthreads.
* Changed all EFAULTS to EINVALsMark Johannes1996-08-232-28/+40
|
* 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
|