summaryrefslogtreecommitdiffstats
path: root/c (follow)
Commit message (Expand)AuthorAgeFilesLines
* new test submitted by Craig Lebakken (lebakken@minn.net) and Derrick OstertagJoel Sherrill1996-09-183-0/+230
* new files submitted by Craig Lebakken (lebakken@minn.net) and Derrick OstertagJoel Sherrill1996-09-188-0/+3027
* pointer arithmetic reworked to be more portableJoel Sherrill1996-09-182-16/+16
* casts added to numerous arguments, prototypes corrected, andJoel Sherrill1996-09-1820-44/+54
* dummy function added to satisfy ANSIJoel Sherrill1996-09-184-0/+40
* modified to support non-GNU compilers and to use calloc rather thanJoel Sherrill1996-09-182-6/+40
* added malloc_walkJoel Sherrill1996-09-182-8/+70
* added prototype for malloc_walkJoel Sherrill1996-09-183-0/+3
* loop to clear workspace memory changed to use sizeof rather thanJoel Sherrill1996-09-181-1/+1
* corrected prototype of _Objects_Get_nextJoel Sherrill1996-09-181-1/+1
* uses address object rather than direct pointer arithmeticJoel Sherrill1996-09-181-2/+3
* OBJECTS_NAME_ALIGNMENT definition changed to use sizeof rather thanJoel Sherrill1996-09-182-4/+4
* MP_PACKET_MINIMUN_HETERO_CONVERSION definition changed to use sizeofJoel Sherrill1996-09-182-2/+4
* modified declaration of CORE_message_queue_Buffer_control to avoid useJoel Sherrill1996-09-182-22/+8
* use address object to avoid direct pointer arithmeticJoel Sherrill1996-09-186-6/+6
* corrected white space problemsJoel Sherrill1996-09-181-60/+62
* new files submitted by Craig Lebakken (lebakken@minn.net) and Derrick OstertagJoel Sherrill1996-09-1810-0/+3007
* 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-171-2/+2
* Reversed logic in conditional to correctly distinguish betweenJoel Sherrill1996-09-171-2/+2
* added routine _POSIX_Timespec_subtractJoel Sherrill1996-09-171-0/+31
* Added code to insure that the post switch extension was executed andJoel Sherrill1996-09-171-0/+5
* Corrected implementation of timed wait on condition variables. FirstJoel Sherrill1996-09-171-29/+52
* added prototype for _POSIX_Timespec_subtractJoel Sherrill1996-09-172-0/+22
* Fixed test to match change to pthread_cond_timedwait which now takes a wallMark Johannes1996-09-121-26/+32
* added $Id$ to file headersJoel Sherrill1996-09-1119-14/+21
* 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-081-1/+0
* Ada task stack size minimize is twice that for regular pthreads.Joel Sherrill1996-09-081-2/+2
* moved PTHREAD_MINIMUM_STACK_SIZE from pthread.c to here so it would beJoel Sherrill1996-09-082-0/+4
* 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