Commit Graph
22127 Commits
Author SHA1 Message Date
Joel Sherrill b2c491a080 make inline and macro implementations match 1995-08-22 14:52:08 +00:00
Joel Sherrill 6136168881 Modified object name to id translation loop to make it easier to
incorporate variable length object names.  Previously the algorithm
scanned an array of 4-byte names for a match.  Now it scans the
object table, grabs a pointer to the name, and then compares it
if the object is active and has a name.
1995-08-22 13:56:54 +00:00
Joel Sherrill 2a0b721738 Changed to reflect adding object class to id
Added "0x" to printf of id
1995-08-18 21:44:46 +00:00
Joel Sherrill 94179e0f24 Changed to reflect adding object class to id 1995-08-18 21:44:29 +00:00
Joel Sherrill 0f592fbafe Modified references to task name. 1995-08-18 21:43:40 +00:00
Joel Sherrill 9863dbfdd4 + Added object type field to object id.
+ Added name pointer to Object_Control.

+ Modified Object Open and Close to address name field.

+ Removed name as separate element from Thread and Proxy Control.

+ Added parameter "object class" to calls to Initialize Information
1995-08-18 21:42:58 +00:00
Joel Sherrill 95fbca1940 + Added object type field to object id.
+ Added name pointer to Object_Control.

+ Modified Object Open and Close to address name field.

+ Removed name as separate element from Thread and Proxy Control.
1995-08-18 21:41:27 +00:00
Joel Sherrill b06e68ef1f Numerous miscellaneous features incorporated from Tony Bennett
(tbennett@divnc.com) including the following major additions:

  + variable length messages
  + named devices
  + debug monitor
  + association tables/variables
1995-08-17 19:51:51 +00:00
Joel Sherrill 3b438fa4b0 variable length messages 1995-08-17 19:39:31 +00:00
Joel Sherrill 4b374f36e7 maximum number of messages removed and include statement cleanup 1995-08-17 19:36:43 +00:00
Joel Sherrill 556fb911c8 added tty driver to simhppa 1995-08-17 15:56:55 +00:00
Joel Sherrill a1df011813 Id reinserted 1995-08-17 15:33:31 +00:00
Joel Sherrill 199fa365bc no limit removed 1995-08-17 15:32:35 +00:00
Joel Sherrill 45819022ce bug fixes to make macro implementations work 1995-08-16 19:42:41 +00:00
Joel Sherrill 7285a01656 final 3.2.1 Module file and version updates 1995-08-15 19:43:12 +00:00
Joel Sherrill 891e9c3c75 added alignment attribute for array used as partition memory. 1995-08-11 14:35:01 +00:00
Joel Sherrill 8d47a15eb9 cleanup 1995-08-11 14:33:56 +00:00
Joel Sherrill 4cc631db0f Added functions to access the errno of the native system when using the
newlib C library.

Fixed bug where length did not take into account amount added
for alignment requirements.
1995-08-11 14:33:04 +00:00
Joel Sherrill 4e58d80b9e Added functions to access the errno of the native system when using the
newlib C library.
1995-08-11 14:31:29 +00:00
Joel Sherrill c1403ef153 Added flush of output on exit. On some UNIX's using the native library
resulted in no output when the output was redirected until this was done.
Redirection is important because runtest redirects test output.

Added support for numerous environment variables which make it easier
to run a multi-node system using a single executable and to tailor
the size of the workspace and heap.
1995-08-11 14:30:27 +00:00
Joel Sherrill aa9f19454a Initialization of semaphores was incorrect. It did not force
the count to "1" to indicate availability.

Interrupt support was added.

Problem where newlib's errno "overrides" that set by system calls
was addressed.

Fixed bug which resulted in all nodes using the same semaphore although
an array of semaphores was allocated.
1995-08-11 14:27:23 +00:00
Joel Sherrill 0e4c603b8e clean up -- interrupt support is in place 1995-08-11 14:24:44 +00:00
Joel Sherrill 12f86efd88 minor clean up -- switched to memset for zero'ing SHM 1995-08-11 14:23:49 +00:00
Joel Sherrill 0b8b9717a4 cleaned up include statements 1995-08-11 14:16:53 +00:00
Joel Sherrill e34941195e clean up of RunWay interrupt support 1995-08-11 14:16:20 +00:00
Joel Sherrill 4d9fa26805 added constant for number of notepads 1995-08-11 14:13:51 +00:00
Joel Sherrill e7e016fdc2 cleanup and optimization from Tony 1995-08-04 22:18:45 +00:00
Joel Sherrill ce6e30b150 Split out event manager support function 1995-08-04 22:18:11 +00:00
Joel Sherrill ea9d7db3b0 split out event support functions in anticipation of making a handler 1995-08-04 22:17:48 +00:00
Joel Sherrill 216ed5450b Tony's updates 1995-08-04 22:13:27 +00:00
Joel Sherrill 4a6fa2ab77 updaetd to remove UNIX simulator bugs 1995-08-04 22:13:11 +00:00
Joel Sherrill ad3bf6670f Changed order of include files. 1995-08-02 20:01:56 +00:00
Joel Sherrill 0d55427b31 *** empty log message *** 1995-08-02 20:01:26 +00:00
Joel Sherrill 795030965e Added test cases:
+ some from Andy Bray (andy@i-cubed.demon.co.uk) which do not include
    task start up cost.
  + cases for interrupt disable, enable, and flash
1995-08-02 19:56:51 +00:00
Joel Sherrill 4f90134497 deleted unused code 1995-08-01 15:39:55 +00:00
Joel Sherrill c6fb8e9096 updated mvme162 code from Misha (mms@eiscathq.irf.se) 1995-08-01 15:33:39 +00:00
Joel Sherrill 4a6e64d276 moved ringbuf.h to a shared include directory 1995-08-01 15:32:09 +00:00
Joel Sherrill 3a5dbdca1b Switched to events for mp receive server and eliminated the special
blocking mechanism for it.
1995-07-31 22:22:38 +00:00
Joel Sherrill 0ea07c0089 fixed path problem for POSIX 1995-07-31 22:18:38 +00:00
Joel Sherrill f03f154b30 Added info for DOS Bourne shell 1995-07-31 16:05:29 +00:00
Joel Sherrill 3d3a3590f8 updates for msdos/go32 from Bryce Cogswell 1995-07-26 15:15:30 +00:00
Joel Sherrill c35e962218 times reported reasonably correctly 1995-07-24 15:43:17 +00:00
Joel Sherrill 2f2a597c73 hopefully works with regular timer and tm27 1995-07-24 14:00:27 +00:00
Joel Sherrill 1690c6b636 after testing go32 and cvme961 1995-07-21 20:10:49 +00:00
Joel Sherrill 9e738b65b0 updating go32 to make timer more accurate 1995-07-20 19:20:31 +00:00
Joel Sherrill 3b170f53b3 removed junk field in context_control 1995-07-20 13:20:18 +00:00
Joel Sherrill 4ca27cfad7 committing for rtems-3.2.01 snapshot 1995-07-18 21:19:53 +00:00
Joel Sherrill 3ea52882fb fixed for Linux 1995-07-18 21:11:57 +00:00
Joel Sherrill 217d2e7dca fixed for Linux 1995-07-18 20:50:37 +00:00
Joel Sherrill 10aed1e3c0 fixed for Linux 1995-07-18 19:58:45 +00:00