summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Added information on pathname evaluation.Joel Sherrill1999-06-111-1/+14
|
* Do not use the RTEMS simpleioctl.h if networking is enabled sinceJoel Sherrill1999-06-091-1/+4
| | | | that subsystem provides a more robust version of ioctl.h.
* Modified to return an error when a bogus return address for theJoel Sherrill1999-06-092-0/+6
| | | | old_priority parameter is provided.
* Switched to using strcasecmp() since it is more portable.Joel Sherrill1999-06-093-6/+6
| | | | D. V. Henkel-Wallace <gumby@zembu.com> spotted this one.
* Significantly cleaned up to make a much better starting point for theJoel Sherrill1999-06-0413-249/+361
| | | | class.
* Added much of the text required to turn this into a real chapter.Joel Sherrill1999-06-041-52/+195
|
* Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:Joel Sherrill1999-06-024-8/+24
| | | | | | | This patch fixes a nasty problem with build-tools/Makefile.am: When using install-sh instead of /usr/bin/install, only the first file gets installed during the preinstall stage.
* 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.