summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* casts added to numerous arguments, prototypes corrected, andJoel Sherrill1996-09-1830-66/+81
| | | | proper include files added.
* dummy function added to satisfy ANSIJoel Sherrill1996-09-186-0/+60
|
* modified to support non-GNU compilers and to use calloc rather thanJoel Sherrill1996-09-183-9/+60
| | | | malloc for per-thread reentrancy structure allocation.
* added malloc_walkJoel Sherrill1996-09-183-12/+105
| | | | miscellaneous corrections in casting.
* added prototype for malloc_walkJoel Sherrill1996-09-184-0/+4
|
* loop to clear workspace memory changed to use sizeof rather thanJoel Sherrill1996-09-182-2/+2
| | | | hardcoded 4 to be compatible with CPUs with 64-bit ints
* corrected prototype of _Objects_Get_nextJoel Sherrill1996-09-182-2/+2
|
* uses address object rather than direct pointer arithmeticJoel Sherrill1996-09-182-4/+6
|
* OBJECTS_NAME_ALIGNMENT definition changed to use sizeof rather thanJoel Sherrill1996-09-183-6/+6
| | | | hardcoded 4 to be compatible with CPUs with 64-bit ints
* MP_PACKET_MINIMUN_HETERO_CONVERSION definition changed to use sizeofJoel Sherrill1996-09-183-3/+6
| | | | rather than hardcoded 4 to be compatible with CPUs with 64-bit ints
* modified declaration of CORE_message_queue_Buffer_control to avoid useJoel Sherrill1996-09-183-33/+12
| | | | of GNU C extension
* use address object to avoid direct pointer arithmeticJoel Sherrill1996-09-186-6/+6
|
* corrected white space problemsJoel Sherrill1996-09-182-120/+124
| | | | added CPU_STRUCTURE_ALIGNMENT to default context structures
* new files submitted by Craig Lebakken (lebakken@minn.net) and Derrick OstertagJoel Sherrill1996-09-1814-0/+4334
| | | | (ostertag@transition.com).
* 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
| | | | FIFO and priority disciplines.
* 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
| | | | | | to made signals sent to a particular thread from an ISR operated correctly. This behavior was required by the exception detection/reporting code in the gnat runtime.
* Corrected implementation of timed wait on condition variables. FirstJoel Sherrill1996-09-172-58/+104
| | | | | | | | the timeout is given as a wall-time not an interval as was previously implemented. Second, the interpretation of ETIMEDOUT behavior was incorrect as all possible error cases needed to be checked before this error was returned. This caused problems when the wall-time specified was in the past.
* 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
| | | | | | | time. Commented out calls to pthread_cond_wait and pthread_cond_timedwait without the mutex locked before calling.
* added $Id$ to file headersJoel Sherrill1996-09-1134-22/+36
| | | | cpu.h: added prototype for _CPU_ISR_Get_level()
* 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
| | | | | | iface.c: commented out routines now provided by rtems setvec.c: remov
* 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
| | | | visible to other files.
* 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
| | | | visible to other files.
* 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
| | | | 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
|