summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Split Signal Manager into one routine per file.Joel Sherrill1999-05-177-217/+312
|
* Dual-Ported Memory Manager split into one routine per file.Joel Sherrill1999-05-1713-473/+697
|
* Split Partition Manager into one routine per file.Joel Sherrill1999-05-1713-606/+843
|
* Split Timer Manager into one routine per file.Joel Sherrill1999-05-1718-926/+944
|
* Split Event Manager into one routine per file.Joel Sherrill1999-05-1713-685/+916
|
* Split Rate Monotonic Manager into one routine per file.Joel Sherrill1999-05-1717-833/+1141
|
* Split the Semaphore Manager into one routine per file.Joel Sherrill1999-05-1715-969/+1537
|
* Moved some MP routines to semmp.c.Joel Sherrill1999-05-174-110/+108
|
* Forgot to actually remove the routines. :)Joel Sherrill1999-05-172-1496/+0
|
* Split Message Manager into one routine per file.Joel Sherrill1999-05-1725-1/+2217
|
* Moved an MP routine from msg.c to here.Joel Sherrill1999-05-172-0/+52
|
* Cleaned up some multiprocessing issues.Joel Sherrill1999-05-172-34/+30
|
* Split Clock Manager into one routine per file.Joel Sherrill1999-05-1710-388/+393
|
* Split Region Manager into one routine per file.Joel Sherrill1999-05-1717-911/+1241
|
* Splitting the Thread Handler forced the inclusion of more prototypes.Joel Sherrill1999-05-172-0/+66
|
* Moved _Entry_Table to its own file to avoid having every RTEMS directiveJoel Sherrill1999-05-173-95/+107
| | | | pulled in.
* Added simple test to find minimum code size of executive with this BSPJoel Sherrill1999-05-178-1/+175
| | | | and RTEMS configuration.
* Split Task Manager into multiple files. Eventually this effort willJoel Sherrill1999-05-1731-1923/+2768
| | | | reduce the size of executables.
* Thread Handler split into multiple files. Eventually, as RTEMS isJoel Sherrill1999-05-1751-2609/+3968
| | | | split into one function per file, this will decrease the size of executables.