summaryrefslogtreecommitdiffstats
path: root/c/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* new fileJoel Sherrill1996-05-281-0/+72
|
* commented out interrupt supportJoel Sherrill1996-05-282-0/+4
|
* added ifndef's for the POSIX maximum field in the POSIX api configuration tableJoel Sherrill1996-05-282-2/+12
|
* added posix api initialization call to init.cJoel Sherrill1996-05-282-1/+5
| | | | deleted a blank line in rtemsapi.c
* comment cleanupJoel Sherrill1996-05-282-4/+2
|
* added maximum keysJoel Sherrill1996-05-282-0/+2
|
* made posix configuration information conditional so configurations wantingJoel Sherrill1996-05-284-2/+98
| | | | only the rtems api don't have to include it.
* fixed typoJoel Sherrill1996-05-281-1/+1
|
* changed call to _ISR_Enable() to _ISR_Set_level() in _Thread_Handler.Joel Sherrill1996-05-281-1/+1
| | | | | _ISR_Enable() takes the magic cookie expected by the cpu's status register instead of a simple isr level.
* added initial posix configuration supportJoel Sherrill1996-05-2834-107/+326
|
* new fileJoel Sherrill1996-05-2414-0/+337
|
* changed version to 3.5.17Joel Sherrill1996-05-242-2/+2
|
* added Motorola MVME147 BSP submitted by Dominique le CampionJoel Sherrill1996-05-2411-0/+1427
| | | | | (Dominique.LECAMPION@enst-bretagne.fr), for Telecom Bretagne and T.N.I. (Brest, France)
* new fileJoel Sherrill1996-05-241-0/+50
|
* updates from Tony Bennett to correct calling sequences.Joel Sherrill1996-05-242-0/+2
|
* new filesJoel Sherrill1996-05-243-4/+111
|
* updates to fix typosJoel Sherrill1996-05-243-35/+35
|
* new fileMark Johannes1996-05-241-0/+22
|
* added use of sporadic server scheduling parametersJoel Sherrill1996-05-247-0/+58
|
* new filesJoel Sherrill1996-05-243-0/+96
|
* clean up on DELAYTIMER_MAXJoel Sherrill1996-05-233-12/+0
|
* new filesJoel Sherrill1996-05-236-0/+204
|
* unused variableJoel Sherrill1996-05-231-1/+0
|
* new filesJoel Sherrill1996-05-238-0/+208
|
* new filesJoel Sherrill1996-05-237-0/+184
|
* new filesJoel Sherrill1996-05-233-0/+75
|
* new filesJoel Sherrill1996-05-235-0/+144
|
* new filesJoel Sherrill1996-05-234-0/+110
|
* cleanupJoel Sherrill1996-05-238-12/+12
|
* new filesJoel Sherrill1996-05-238-0/+254
|
* cleanup status vs. resultJoel Sherrill1996-05-2329-48/+48
|
* new filesJoel Sherrill1996-05-235-0/+152
|
* new filesJoel Sherrill1996-05-234-0/+134
|
* new filesJoel Sherrill1996-05-232-0/+60
|
* new filesJoel Sherrill1996-05-236-0/+200
|
* new filesJoel Sherrill1996-05-239-0/+288
|
* updated to reflect more constants and feature macrosJoel Sherrill1996-05-2334-5/+160
|
* updates from Tony BennettJoel Sherrill1996-05-2312-102/+139
|
* added code to insure that delay is always non-zeroJoel Sherrill1996-05-232-0/+4
|
* updates from tony bennettJoel Sherrill1996-05-231-2/+2
|
* added as example of how to do a bsp which is not in this tree.Joel Sherrill1996-05-232-0/+19
|
* *** empty log message ***Joel Sherrill1996-05-231-2/+2
|
* invoke thread stack free routine instead of Workspace free.Joel Sherrill1996-05-231-2/+26
|
* updates from Tony Bennett.Joel Sherrill1996-05-232-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.
* created posix test suite with test of header filesJoel Sherrill1996-05-2251-0/+1379
|
* Modified to correct variables which defined the range of object classesJoel Sherrill1996-05-222-2/+2
| | | | which are tasks.
* These files have been modified in the initial pass at getting the portionJoel Sherrill1996-05-2217-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.
* These files have been modified in the initial pass at getting the portionJoel Sherrill1996-05-226-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.
* added posix test directoryJoel Sherrill1996-05-101-3/+8
|
* fixed typoJoel Sherrill1996-05-101-1/+1
|