Commit Graph
2832 Commits
Author SHA1 Message Date
Joel Sherrill 326378bfd4 Corrected so rtems.o is built and installed on all targets. 1999-05-27 15:44:20 +00:00
Joel Sherrill 82d11f8781 Corrected macro names. 1999-05-27 15:43:32 +00:00
Joel Sherrill 339eba5d6d New file. 1999-05-26 19:45:42 +00:00
Joel Sherrill 110bdfe694 Made the gen_section more accurate. 1999-05-26 18:20:40 +00:00
Joel Sherrill e968366e21 Prototypes are now based on how the TRON specification states them.
The style in the output is not right but it is a good starting point.
1999-05-26 18:10:59 +00:00
Joel Sherrill 1e72d70929 Basic prototypes are now included. 1999-05-26 18:07:37 +00:00
Joel Sherrill b4b24f4b85 Regenerated to include more information in the stub. Now they have
the descriptive titles.
1999-05-26 17:59:45 +00:00
Joel Sherrill ce66895e86 Changed word "directive" to "system call." 1999-05-26 17:59:16 +00:00
Joel Sherrill 315b929d28 Added error codes to all service calls 1999-05-26 17:51:04 +00:00
Joel Sherrill b1b4fd26d0 Corrected error code section. 1999-05-26 16:08:09 +00:00
Joel Sherrill e67c585583 Replaced error code section. 1999-05-26 16:06:52 +00:00
Joel Sherrill c239f715aa Enhanced. 1999-05-26 16:03:50 +00:00
Joel Sherrill da47e4a930 Initiated updating this to reflect split up. 1999-05-26 14:00:48 +00:00
Joel Sherrill 10122b7195 Initial revision 1999-05-20 21:55:30 +00:00
Joel Sherrill 0aeda88267 Renamed to rtemstimer.c to avoid conflict with timer drivers in EVERY
BSP as we transition to more .o's and less .rel's.
1999-05-20 16:16:44 +00:00
Joel Sherrill 8bbaf3bd49 Removed all post 4.0 changes. 1999-05-20 13:32:54 +00:00
Joel Sherrill 5a064dca14 Patch from Daniel Kelley <dank@icube.com>:
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.
1999-05-18 17:41:16 +00:00
Joel Sherrill fbec4a149f Regenerated. 1999-05-18 17:33:52 +00:00
Joel Sherrill 0090c1a119 Spacing correction. 1999-05-18 17:31:27 +00:00
Joel Sherrill 0995b6ffc1 Reworked to avoid pulling in the jump point entry in EVERY executable. 1999-05-17 23:48:34 +00:00
Joel Sherrill 9180f63e97 Fixed some typos. 1999-05-17 23:26:50 +00:00
Joel Sherrill c9973bbc54 Split Interrupt Manager into one routine per file. 1999-05-17 23:22:45 +00:00
Joel Sherrill 0123e3be53 Split Signal Manager into one routine per file. 1999-05-17 23:20:52 +00:00
Joel Sherrill 1dc030fe05 Dual-Ported Memory Manager split into one routine per file. 1999-05-17 23:18:20 +00:00
Joel Sherrill 842db5f391 Split Partition Manager into one routine per file. 1999-05-17 23:15:20 +00:00
Joel Sherrill be47df9381 Split Timer Manager into one routine per file. 1999-05-17 23:10:36 +00:00
Joel Sherrill cc2bc3025c Split Event Manager into one routine per file. 1999-05-17 23:06:03 +00:00
Joel Sherrill 5f9b3db545 Split Rate Monotonic Manager into one routine per file. 1999-05-17 23:03:07 +00:00
Joel Sherrill c06d8f6467 Split the Semaphore Manager into one routine per file. 1999-05-17 22:58:30 +00:00
Joel Sherrill a2d0f39a2c Moved some MP routines to semmp.c. 1999-05-17 22:56:13 +00:00
Joel Sherrill 3270ca68da Forgot to actually remove the routines. :) 1999-05-17 22:53:34 +00:00
Joel Sherrill 1e1b3e00d1 Split Message Manager into one routine per file. 1999-05-17 22:52:59 +00:00
Joel Sherrill ef22ab2584 Moved an MP routine from msg.c to here. 1999-05-17 22:46:01 +00:00
Joel Sherrill 86cb89f05f Cleaned up some multiprocessing issues. 1999-05-17 22:45:47 +00:00
Joel Sherrill bd83f4738f Split Clock Manager into one routine per file. 1999-05-17 22:42:47 +00:00
Joel Sherrill 5aa64518b5 Split Region Manager into one routine per file. 1999-05-17 22:39:20 +00:00
Joel Sherrill 1178b8cabb Splitting the Thread Handler forced the inclusion of more prototypes. 1999-05-17 22:19:29 +00:00
Joel Sherrill 2f831ac1fe Moved _Entry_Table to its own file to avoid having every RTEMS directive
pulled in.
1999-05-17 22:16:52 +00:00
Joel Sherrill d785158293 Added simple test to find minimum code size of executive with this BSP
and RTEMS configuration.
1999-05-17 22:15:56 +00:00
Joel Sherrill c4d69e21a7 Split Task Manager into multiple files. Eventually this effort will
reduce the size of executables.
1999-05-17 21:02:16 +00:00
Joel Sherrill 05df0a846f Thread Handler split into multiple files. Eventually, as RTEMS is
split into one function per file, this will decrease the size of executables.
1999-05-17 20:41:13 +00:00
Joel Sherrill a238cc97d0 Patch from D. V. Henkel-Wallace <gumby@zembu.com> to remove compiler
warnings.
1999-05-17 15:45:15 +00:00
Joel Sherrill 577c408009 Patch from D. V. Henkel-Wallace <gumby@zembu.com>:
Here's a tiny patch that shreds memory returned to the pool (such as by
  free() and delete). This may help people find some nasty
  bugs, so here it is.
1999-05-17 15:28:52 +00:00
Joel Sherrill 9e7d42dd14 Added C++ linking rule from Rosimildo DaSilva <rdasilva@connecttel.com>. 1999-05-14 16:26:47 +00:00
Joel Sherrill fcf17a4f69 Added testing for C++ exceptions from Rosimildo DaSilva
<rdasilva@connecttel.com>.
1999-05-14 16:25:15 +00:00
Joel Sherrill 44dd8a6116 Added 3COM 3C509 driver from Rosimildo DaSilva <rdasilva@connecttel.com>. 1999-05-14 16:23:42 +00:00
Joel Sherrill 222a71ad79 Regenerated. 1999-05-14 15:58:10 +00:00
Joel Sherrill 8e718b67c6 Regenerated. 1999-05-14 15:33:28 +00:00
Joel Sherrill c5881fc155 Enabled compilation of rtems_servers at request of Jake Janovetz
<janovetz@tempest.ece.uiuc.edu>.
1999-05-14 15:31:07 +00:00
Joel Sherrill 878baa41a2 Fixed typo. 1999-05-14 15:21:34 +00:00