summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* new files submitted by Craig Lebakken (lebakken@minn.net) and Derrick OstertagJoel Sherrill1996-09-1814-0/+4334
* added AMD 29K portJoel Sherrill1996-09-181-1/+1
* added mvme147s from Dominique le CampionJoel Sherrill1996-09-181-1/+2
* new file submitted by Dominique le Campion.Joel Sherrill1996-09-1810-0/+1243
* extended Task_id and Task_name arrays to avoid indexing past end of array.Joel Sherrill1996-09-172-4/+4
* Reversed logic in conditional to correctly distinguish betweenJoel Sherrill1996-09-172-4/+4
* added routine _POSIX_Timespec_subtractJoel Sherrill1996-09-172-0/+62
* Added code to insure that the post switch extension was executed andJoel Sherrill1996-09-172-0/+10
* Corrected implementation of timed wait on condition variables. FirstJoel Sherrill1996-09-172-58/+104
* added prototype for _POSIX_Timespec_subtractJoel Sherrill1996-09-173-0/+33
* Fixed test to match change to pthread_cond_timedwait which now takes a wallMark Johannes1996-09-122-52/+64
* added $Id$ to file headersJoel Sherrill1996-09-1134-22/+36
* added $ string to file headerJoel Sherrill1996-09-1113-4/+13
* added $Id$ string to file headerJoel Sherrill1996-09-1118-16/+50
* new filesJoel Sherrill1996-09-114-0/+812
* added definition of EXT_INT5Joel Sherrill1996-09-082-2/+2
* added mips64orion entries for SHM_LOCK_VALUE and SHM_UNLOCK_VALUEJoel Sherrill1996-09-083-0/+15
* idtmem.S: changed reference to include files to correct locationJoel Sherrill1996-09-084-12/+8
* changed reference to include files to correct locationJoel Sherrill1996-09-082-4/+4
* moved PTHREAD_MINIMUM_STACK_SIZE from pthread.c to pthread.h so it would beJoel Sherrill1996-09-082-2/+0
* Ada task stack size minimize is twice that for regular pthreads.Joel Sherrill1996-09-082-4/+4
* moved PTHREAD_MINIMUM_STACK_SIZE from pthread.c to here so it would beJoel Sherrill1996-09-083-0/+6
* 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-0671-0/+16850
* 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-062-0/+10
* 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
* pthread_mutex_setprioceiling: fixed bug where returned priority wasJoel Sherrill1996-09-052-2/+6
* 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
* nanosleep no longer consider a negative value of tv_sec to be an error.Joel Sherrill1996-09-052-12/+14
* new file to support GNU Ada.Joel Sherrill1996-08-292-0/+56
* 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
* 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