summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Updated to include more documentation from CS595.Joel Sherrill1999-11-105-22/+51
|
* Better formatting.Joel Sherrill1999-11-101-47/+75
|
* Added more tasking tests.Joel Sherrill1999-11-093-2/+7
|
* Merged tests from Task group.Joel Sherrill1999-11-0966-76/+3584
|
* Added nesting count for suspend/resume.Joel Sherrill1999-11-092-2/+2
|
* Changed B, H, and W variables to BVar, HVar, and WVar to avoid conflictsJoel Sherrill1999-11-092-70/+70
| | | | | with ITRON 3.0 data types regardless of how dumb it is to name types with a simple letter.
* Commented out single letter type names since they conflict withJoel Sherrill1999-11-092-0/+12
| | | | numerous other uses of the same variable.
* This patch adds the basic framework for the ITRON 3.0 API implementationJoel Sherrill1999-11-0912-14/+83
| | | | for RTEMS.
* Removed.Joel Sherrill1999-11-095-298/+0
|
* Renamed classes to avoid single letter class names.Joel Sherrill1999-11-092-20/+20
|
* This patch adds the basic framework for the ITRON 3.0 API implementationJoel Sherrill1999-11-09233-74/+18684
| | | | for RTEMS.
* Fixed warning where initialized default POSIX API structure didJoel Sherrill1999-11-092-0/+4
| | | | have have semaphores and message queue fields.
* Removed unused variable warning.Joel Sherrill1999-11-092-2/+0
|
* Converted from DOS to UNIX filemode.Joel Sherrill1999-11-093-1630/+1630
|
* Corrected lines that were too long.Joel Sherrill1999-11-092-8/+8
|
* Fixed formatting error.Joel Sherrill1999-11-091-1/+0
|
* Corrected manual name.Joel Sherrill1999-11-091-8/+8
|
* Integrated into main tree.Joel Sherrill1999-11-091-26/+15
|
* Update from Jennifer.Joel Sherrill1999-11-091-30/+54
|
* Now using libchip instead of local precursor to libchip. Untested.Joel Sherrill1999-11-0910-2274/+86
|
* Removed reaching "up and over" to install BSP header files.Joel Sherrill1999-11-093-6/+3
|
* Added imfs_unixstub.c to satisfy linker problems on UNIX port.Joel Sherrill1999-11-095-1/+286
|
* sem_close was accidentally lost in the split.Joel Sherrill1999-11-093-1/+95
|
* New test for POSIX Message Queues added.Joel Sherrill1999-11-0910-2/+259
|
* New files.Joel Sherrill1999-11-097-0/+525
|
* Added more status information.Joel Sherrill1999-11-091-0/+80
|
* Patch from Eric Norum <eric@cls.usask.ca> to add NTP BOOTP support becauseJoel Sherrill1999-11-099-3/+144
| | | | | | | | EPICS needs a synchronized time-of-day clock. This patch is the changes needed to get NTP server information from a BOOTP server. This patch also adds NTP server information to the network configuration structure, too.
* Added #define to make this file exactly like its siblings in mpc821Joel Sherrill1999-11-091-1/+2
| | | | and mpc860 directories.
* Removed "up and over" into libbsp/.../include.Joel Sherrill1999-11-092-3/+1
|
* Moved include files to hppa1.1 subdirectory and put their sourcesJoel Sherrill1999-11-096-10/+65
| | | | in the include directory.
* Removed runway directory and moved contents to include.Joel Sherrill1999-11-092-77/+0
|
* Added Status chapter.Joel Sherrill1999-11-094-4/+1059
|
* Corrected flaws which prevented formatting with texi2pdf since itJoel Sherrill1999-11-091-1/+1
| | | | is stricter on node names.
* Correctly set and called handlers table for the link.Jennifer Averett1999-11-054-4/+12
|
* Fixed commentJennifer Averett1999-11-054-4/+4
|
* Moved imfs set handlers prototype to the imfs.h file.Jennifer Averett1999-11-058-24/+16
|
* changed version to 19991105Joel Sherrill1999-11-051-1/+1
|
* New file. Added as part of adding a formal API to this object.Joel Sherrill1999-11-051-0/+54
|
* New file.Joel Sherrill1999-11-054-0/+152
|
* Unmount was failing as a side-effect of splitting the rmnod handlerJoel Sherrill1999-11-0529-254/+411
| | | | and not handling every case properly.
* Removed.Joel Sherrill1999-11-051-249/+0
|
* Added this file as a way to build RPMs for CPUs that would onlyJoel Sherrill1999-11-051-0/+174
| | | | | successfully build C/C++ and not all of the other languages included in late model egcs/gcc releases.
* Split unistd.c file into sysconf.c and sleep.c.Joel Sherrill1999-11-055-2/+97
|
* Following comments from Eric Norum <eric@cls.usask.ca>, a fairlyJoel Sherrill1999-11-0510-857/+782
| | | | | | | substantial upgrade of newlibc.c occurred. Now the user extension data area is used rather than notepads and as many routines as possible were split into other files further reducing the minimum footprint of an RTEMS executable.
* Patch from Eric Valette <valette@crf.canon.fr> so this will buildJoel Sherrill1999-11-059-463/+94
| | | | independently of a BSP.
* Fixed typo.Joel Sherrill1999-11-052-6/+6
|
* This is another pass at making sure that nothing outside the BSPJoel Sherrill1999-11-0566-115/+467
| | | | | | | | | | | | unnecessarily uses any variables defined by the BSP. On this sweep, use of BSP_Configuration and Cpu_table was eliminated. A significant part of this modification was the addition of macros to access fields in the RTEMS configuration structures. This is necessary to strengthen the division between the BSP independent parts of RTEMS and the BSPs themselves. This started after comments and analysis by Ralf Corsepius <corsepiu@faw.uni-ulm.de>.
* Eliminated references to stack checker related #defines.Joel Sherrill1999-11-054-29/+0
|
* The files in libcpu should not be directly dependent on any BSP. InJoel Sherrill1999-11-0470-163/+807
| | | | | | | | | | | particular, using bsp.h, or getting information from the BSP which should properly be obtained from RTEMS is forbidden. This is necessary to strengthen the division between the BSP independent parts of RTEMS and the BSPs themselves. This started after comments and analysis by Ralf Corsepius <corsepiu@faw.uni-ulm.de>. The changes primarily eliminated the need to include bsp.h and peeking at BSP_Configuration. The use of Cpu_table in each BSP needs to be eliminated.
* Added first stab at mkgnatnewlib.Joel Sherrill1999-11-046-0/+692
|