Commit Graph
24290 Commits
Author SHA1 Message Date
Joel Sherrill 5503d75c00 Corrected to include extra arguments for simulators on sparc
and powerpc targets.
1999-11-18 20:41:13 +00:00
Joel Sherrill ea72a6c16c Corrected to remove references to non-existent subpackages. 1999-11-18 20:40:23 +00:00
Joel Sherrill 1479c223de Added code to set extra configure arguments for sparc and powerpc targets
such that the simulator is enabled.

Also corrected a typo which prevented the simulator files from being
included in the file list.
1999-11-18 20:38:27 +00:00
Joel Sherrill 97d7eaf83a Added ";;" to correct syntactical error. 1999-11-18 20:37:29 +00:00
Jennifer Averett c38f5f162f Added EINVAL for passing a NULL pointer in. 1999-11-18 19:55:28 +00:00
Jennifer Averett 8c5cc6b250 Added test code for named semaphores and moved to use of directive_failed
family of macros to produce better checks and diagnostic messages.
1999-11-18 19:51:13 +00:00
Jennifer Averett 23168f53d0 Started to added POSIX message queue test code. 1999-11-18 19:50:45 +00:00
Jennifer Averett 105d787200 Added routine to remove an object from the namespace. It just clears
its name in the name_table.  This was required by the POSIX semaphore
and message queue managers which support a concept of open, close, and
unlink.  The object becomes "invisible" to further opens following an
unlink but all open sessions remain active until they are closed.  This
requires that the removal of an object ID be separate from the removal
of its name.
1999-11-18 19:50:15 +00:00
Jennifer Averett 17879f4750 + Debuged to the point that you could open, unlink and close a semaphore.
but all paths have not been checked, yet.
1999-11-18 19:43:13 +00:00
Jennifer Averett c9ae846b0e Added a routine to remove a semaphore name from its namespace. 1999-11-18 19:41:34 +00:00
Joel Sherrill f811c8e2a2 Removed IT_COUNT since it was not used. 1999-11-18 17:05:44 +00:00
Joel Sherrill dd9c6e0d50 Patch rtems-rc-19991117-0.diff.gz from Ralf Corsepius
<corsepiu@faw.uni-ulm.de> which corrects some configuration
problems and cleans up a few Makefile.in's.
1999-11-18 14:06:48 +00:00
Joel Sherrill b7852c27b1 Patch rtems-rc-19991105-3.diff.gz from Ralf Corsepius
<corsepiu@faw.uni-ulm.de> which turns OPERATION_COUNT into a configure
time option.
1999-11-18 13:58:02 +00:00
Jennifer Averett 40fe60a3cb Comment added. 1999-11-17 20:44:13 +00:00
Joel Sherrill 4ea3e14ce6 changed version to 19991117 1999-11-17 18:59:02 +00:00
Joel Sherrill e172d36cee changed version to 19991117 1999-11-17 18:42:21 +00:00
Joel Sherrill 5f577302b4 Removed reference to Jennifer. 1999-11-17 18:39:07 +00:00
Joel Sherrill 08311cc3a9 Updated copyright notice. 1999-11-17 17:51:34 +00:00
Joel Sherrill 20f54e96e3 Removed as part of patch rtems-rc-19991105-1.diff.gz from Ralf Corsepius
<corsepiu@faw.uni-ulm.de>.
1999-11-17 17:48:25 +00:00
Joel Sherrill 39827cc0de Now allows override of base address via -Ttext command to linker. 1999-11-17 17:31:51 +00:00
Jennifer Averett d2b8d742be + Updated copyright information. 1999-11-17 16:58:04 +00:00
Jennifer Averett 9d9a3dd8d3 + Updated copyright information. 1999-11-17 16:47:58 +00:00
Joel Sherrill ce8cd34e34 New date. 1999-11-17 15:52:26 +00:00
Joel Sherrill 368d9a3463 changed version to 19991117 1999-11-17 15:51:39 +00:00
Joel Sherrill 23d9392f69 New file documenting the on board monitor (PPCBUG) configuration used
to be able to boot the archives located in powerpc-rtems/c/mcp750/bin.
This information was provided by Eric Valette <valette@crf.canon.fr>
1999-11-17 15:42:18 +00:00
Joel Sherrill 0d523caf97 Patch rtems-rc-19991105-2.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>.
His comments follow:

  This is a minor enhancement to shgen, which should not have any
  side-effects.
1999-11-17 15:36:57 +00:00
Joel Sherrill 2d8a4ed0d6 Conditionally take out the offensive pragma pack when on RTEMS in addition
to UnixWare (UW).
1999-11-17 15:32:30 +00:00
Joel Sherrill 4ccd0203a2 New shell of a test for ITRON Mailbox Manager. 1999-11-17 15:24:32 +00:00
Joel Sherrill 5e96e91757 Updated Mailbox Manager submitted and split into multiple files. 1999-11-17 15:24:11 +00:00
Joel Sherrill c730be8f61 Corrected spacing. 1999-11-17 15:04:32 +00:00
Joel Sherrill 8a33a48bca Correctd name of document produced for consistency. 1999-11-17 15:04:26 +00:00
Joel Sherrill 2eda969b73 Updated to reflect Mailbox Manager submission. 1999-11-17 15:03:55 +00:00
Joel Sherrill 1c10acc7f3 Update from Andrew D. McDowell <amcdowel@cs.uah.edu> with modifications
by Joel and Jennifer based on experience merging the other managers
and cleaning them up.  No test code is available at this point.
1999-11-17 14:56:18 +00:00
Joel Sherrill 0545e15c16 Fixed screen. 1999-11-16 22:57:58 +00:00
Joel Sherrill 0b0441afd8 Added TERMINAL_IDENTIFICATION pieces. 1999-11-16 22:57:32 +00:00
Joel Sherrill 38d65f80d5 Fixed alignment problem on _endtext. 1999-11-16 22:56:53 +00:00
Joel Sherrill aad726ebd4 Moved task_variable pointer to basic shared part of TCB instead of
RTEMS API extension to avoid problems when the extension is freed.
Eventually the task variable switch extension should become part
of the core context switch and the Ada tcb self implemented in
terms of it.
1999-11-16 22:56:38 +00:00
Joel Sherrill 987445baf4 Added proper nesting level for dispatch disable check. 1999-11-16 22:55:11 +00:00
Joel Sherrill 96c2db619f Added code so if dispatching level is specified to be -1, then no
check is performed.  This is needed in some timer service routines
since they are called from multiple disable levels.
1999-11-16 22:51:47 +00:00
Joel Sherrill cea3304914 Corrected nesting level on dispatching verification. 1999-11-16 22:51:06 +00:00
Joel Sherrill 0beded61bc Corrected disable dispatch nesting count checks. 1999-11-16 22:50:08 +00:00
Jennifer Averett 4efe2b7a5d Added check to return passed if task is not suspended. 1999-11-16 22:47:23 +00:00
Jennifer Averett 0fa51b5b0a Added code to catch the error of suspend count exceding the counter value. 1999-11-16 22:46:55 +00:00
Jennifer Averett 9181246072 Fixed bug. 1999-11-16 22:45:51 +00:00
Jennifer Averett 18c315533b Added handler for fsync. For the memfile it is the same as the data sync. 1999-11-16 22:45:33 +00:00
Joel Sherrill d2bfbaf2b1 Fixed spacing. 1999-11-16 21:56:45 +00:00
Joel Sherrill a47e653a2c Changed name of document generated. 1999-11-16 21:56:31 +00:00
Joel Sherrill 8ea517843a Added ITRON 3.0 API User's Guide. 1999-11-16 21:53:59 +00:00
Joel Sherrill 46139bf3ab Fixed typo. 1999-11-16 21:53:35 +00:00
Joel Sherrill 00b335e247 Corrected status. 1999-11-16 21:46:16 +00:00