summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Removed "NO CTOR" from list of objects to be picked up. It now comes inJoel Sherrill1999-06-022-4/+2
| | | | via libbsp.a. Reported by Ian Lance Taylor <ian@airs.com>.
* changed version to 19990528Joel Sherrill1999-05-280-0/+0
|
* changed version to 19990528Joel Sherrill1999-05-280-0/+0
|
* changed version to 19990528Joel Sherrill1999-05-280-0/+0
|
* changed version to 19990528Joel Sherrill1999-05-280-0/+0
|
* changed version to 19990528Joel Sherrill1999-05-280-0/+0
|
* Changes from Eric Norum to add a loop and limit on the length of timeJoel Sherrill1999-05-284-88/+128
| | | | the stack will wait for mbufs.
* changed version to 19990528Joel Sherrill1999-05-282-2/+2
|
* Don't install this executable. It should only be built.Joel Sherrill1999-05-281-2/+1
|
* Use fgrep instead of grep to avoid treating filenames as regular expressions.Joel Sherrill1999-05-282-2/+2
| | | | | grep found debugio.o when looking for debug.o and said there was a filename conflict incorrectly.
* Alignment corrected per Eric Norum's suggestion.Joel Sherrill1999-05-284-4/+8
|
* Corrected to include shared console driver.Joel Sherrill1999-05-281-1/+1
|
* At the request of Gumby, the cpu is now halted rather than spinningJoel Sherrill1999-05-282-2/+2
| | | | on a fatal exception.
* Regenerated.Joel Sherrill1999-05-280-0/+0
|
* Regenerated.Joel Sherrill1999-05-280-0/+0
|
* Renamed config.c to conscfg.c to avoid naming conflicts.Joel Sherrill1999-05-282-284/+1
|
* Renamed config.s to todcfg.c to avoid naming conflicts.Joel Sherrill1999-05-282-80/+1
|
* Renamed fatal.c to bspfatal.c to avoid name conflicts withJoel Sherrill1999-05-282-128/+1
| | | | Fatal Error handler in SuperCore.
* Renamed tod.c to coretod.c to remove conflicts with "Time Of Day"Joel Sherrill1999-05-282-240/+2
| | | | device drivers.
* Renamed clock.c to rtclock.c to avoid conflicts with clock driversJoel Sherrill1999-05-282-24/+1
| | | | in various BSPs.
* Switched from picking up the .rel for each subdirectory in theJoel Sherrill1999-05-2733-33/+33
| | | | | BSP (BSP_PIECES) to picking up the .o files. This should help reduce the minimum size of an application.
* Patch from Eric Norum <eric@pollux.usask.ca> to eliminate a panic when theJoel Sherrill1999-05-2712-588/+352
| | | | network stack runs out of mbufs.
* Split out the routine rtems_assoc_name_bad().Joel Sherrill1999-05-2712-72/+207
|
* Removed usage of printf.Joel Sherrill1999-05-277-7/+7
|
* Split initialization and reserve resources from termios to reduceJoel Sherrill1999-05-2710-178/+281
| | | | size of mininum application.
* Split out polled io, debug puts, and console reserve resources toJoel Sherrill1999-05-274-83/+146
| | | | reduce dependencies and shrink minimum executable size.
* Disabled running size_rtems until all file splitting is finished.Joel Sherrill1999-05-271-1/+1
|
* Regenerated.Joel Sherrill1999-05-2715-1161/+2098
|
* Corrected so rtems.o is built and installed on all targets.Joel Sherrill1999-05-2710-31/+20
|
* Corrected macro names.Joel Sherrill1999-05-272-4/+12
|
* New file.Joel Sherrill1999-05-261-0/+4
|
* Made the gen_section more accurate.Joel Sherrill1999-05-2613-253/+257
|
* Prototypes are now based on how the TRON specification states them.Joel Sherrill1999-05-2611-83/+166
| | | | The style in the output is not right but it is a good starting point.
* Basic prototypes are now included.Joel Sherrill1999-05-261-1/+6
|
* Regenerated to include more information in the stub. Now they haveJoel Sherrill1999-05-2612-180/+184
| | | | the descriptive titles.
* Changed word "directive" to "system call."Joel Sherrill1999-05-261-1/+1
|
* Added error codes to all service callsJoel Sherrill1999-05-261-14/+190
|
* Corrected error code section.Joel Sherrill1999-05-2612-168/+0
|
* Replaced error code section.Joel Sherrill1999-05-2612-252/+84
|
* Enhanced.Joel Sherrill1999-05-261-63/+156
|
* Initiated updating this to reflect split up.Joel Sherrill1999-05-262-4/+8
|
* Initial revisionJoel Sherrill1999-05-2016-0/+4561
|
* Renamed to rtemstimer.c to avoid conflict with timer drivers in EVERYJoel Sherrill1999-05-202-53/+2
| | | | BSP as we transition to more .o's and less .rel's.
* Removed all post 4.0 changes.Joel Sherrill1999-05-204-324/+312
|
* Patch from Daniel Kelley <dank@icube.com>:Joel Sherrill1999-05-184-16/+16
| | | | | | I found a small buglet in the mips64orion _CPU_ISR_Set_level; the original was wiping out the level argument, and then comparing the current interrupt level with some random value of v0. See patch below.
* Regenerated.Joel Sherrill1999-05-1817-2100/+1163
|
* Spacing correction.Joel Sherrill1999-05-181-1/+0
|
* Reworked to avoid pulling in the jump point entry in EVERY executable.Joel Sherrill1999-05-1711-19/+50
|
* Fixed some typos.Joel Sherrill1999-05-172-8/+8
|
* Split Interrupt Manager into one routine per file.Joel Sherrill1999-05-175-77/+118
|