summaryrefslogtreecommitdiffstats
path: root/c (unfollow)
Commit message (Collapse)AuthorFilesLines
1996-05-28commented out interrupt supportJoel Sherrill2-0/+4
1996-05-28added ifndef's for the POSIX maximum field in the POSIX api configuration tableJoel Sherrill2-2/+12
1996-05-28added posix api initialization call to init.cJoel Sherrill2-1/+5
deleted a blank line in rtemsapi.c
1996-05-28comment cleanupJoel Sherrill2-4/+2
1996-05-28added maximum keysJoel Sherrill2-0/+2
1996-05-28made posix configuration information conditional so configurations wantingJoel Sherrill4-2/+98
only the rtems api don't have to include it.
1996-05-28fixed typoJoel Sherrill1-1/+1
1996-05-28changed call to _ISR_Enable() to _ISR_Set_level() in _Thread_Handler.Joel Sherrill1-1/+1
_ISR_Enable() takes the magic cookie expected by the cpu's status register instead of a simple isr level.
1996-05-28added initial posix configuration supportJoel Sherrill34-107/+326
1996-05-24new fileJoel Sherrill14-0/+337
1996-05-24changed version to 3.5.17Joel Sherrill2-2/+2
1996-05-24added Motorola MVME147 BSP submitted by Dominique le CampionJoel Sherrill11-0/+1427
(Dominique.LECAMPION@enst-bretagne.fr), for Telecom Bretagne and T.N.I. (Brest, France)
1996-05-24changed joel's email addressJoel Sherrill1-4/+4
1996-05-24added acknowledgement for Motorola MVME147 from Dominique le CampionJoel Sherrill1-0/+4
(Dominique.LECAMPION@enst-bretagne.fr), for Telecom Bretagne and T.N.I. (Brest, France)
1996-05-24new fileJoel Sherrill1-0/+50
1996-05-24updates from Tony Bennett to correct calling sequences.Joel Sherrill2-0/+2
1996-05-24new filesJoel Sherrill3-4/+111
1996-05-24updates to fix typosJoel Sherrill3-35/+35
1996-05-24new fileMark Johannes1-0/+22
1996-05-24added use of sporadic server scheduling parametersJoel Sherrill7-0/+58
1996-05-24new filesJoel Sherrill3-0/+96
1996-05-23clean up on DELAYTIMER_MAXJoel Sherrill3-12/+0
1996-05-23new filesJoel Sherrill6-0/+204
1996-05-23unused variableJoel Sherrill1-1/+0
1996-05-23new filesJoel Sherrill8-0/+208
1996-05-23new filesJoel Sherrill7-0/+184
1996-05-23new filesJoel Sherrill3-0/+75
1996-05-23new filesJoel Sherrill5-0/+144
1996-05-23new filesJoel Sherrill4-0/+110
1996-05-23cleanupJoel Sherrill8-12/+12
1996-05-23new filesJoel Sherrill8-0/+254
1996-05-23cleanup status vs. resultJoel Sherrill29-48/+48
1996-05-23new filesJoel Sherrill5-0/+152
1996-05-23new filesJoel Sherrill4-0/+134
1996-05-23new filesJoel Sherrill2-0/+60
1996-05-23new filesJoel Sherrill6-0/+200
1996-05-23new filesJoel Sherrill9-0/+288
1996-05-23updated to reflect more constants and feature macrosJoel Sherrill34-5/+160
1996-05-23updates from Tony BennettJoel Sherrill12-102/+139
1996-05-23added code to insure that delay is always non-zeroJoel Sherrill2-0/+4
1996-05-23updates from tony bennettJoel Sherrill1-2/+2
1996-05-23added as example of how to do a bsp which is not in this tree.Joel Sherrill2-0/+19
1996-05-23*** empty log message ***Joel Sherrill1-2/+2
1996-05-23invoke thread stack free routine instead of Workspace free.Joel Sherrill1-2/+26
1996-05-23updates from Tony Bennett.Joel Sherrill2-60/+78
Broke the setjmp/longjmp pair in the context switch into a separate routine so no code depended on local variables surviving the jump.
1996-05-22created posix test suite with test of header filesJoel Sherrill51-0/+1379
1996-05-22Modified to correct variables which defined the range of object classesJoel Sherrill2-2/+2
which are tasks.
1996-05-22These files have been modified in the initial pass at getting the portionJoel Sherrill17-7/+28
of the POSIX API necessary to support the GNAT runtime to initially compile. We now have verified that the specifications for the necessary routines are correct per the POSIX standards we have.
1996-05-22These files have been modified in the initial pass at getting the portionJoel Sherrill6-22/+58
of the POSIX API necessary to support the GNAT runtime to initially compile. We now have verified that the specifications for the necessary routines are correct per the POSIX standards we have. The removed files were moved to newlib as they were duplicates of files already included there.
1996-05-10added posix test directoryJoel Sherrill1-3/+8