summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Changed to reflect adding object class to idJoel Sherrill1995-08-1814-48/+48
|
* Modified references to task name.Joel Sherrill1995-08-183-6/+9
|
* + Added object type field to object id.Joel Sherrill1995-08-1826-33/+80
| | | | | | | | | | + 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
* + Added object type field to object id.Joel Sherrill1995-08-1812-63/+306
| | | | | | | | + 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.
* Numerous miscellaneous features incorporated from Tony BennettJoel Sherrill1995-08-17151-1775/+15436
| | | | | | | | | (tbennett@divnc.com) including the following major additions: + variable length messages + named devices + debug monitor + association tables/variables
* variable length messagesJoel Sherrill1995-08-174-238/+538
|
* maximum number of messages removed and include statement cleanupJoel Sherrill1995-08-17250-1052/+3372
|
* added tty driver to simhppaJoel Sherrill1995-08-171-0/+254
|
* Id reinsertedJoel Sherrill1995-08-173-3/+3
|
* no limit removedJoel Sherrill1995-08-175-14/+11
|
* bug fixes to make macro implementations workJoel Sherrill1995-08-1652-246/+101
|
* final 3.2.1 Module file and version updatesJoel Sherrill1995-08-152-2/+2
|
* added alignment attribute for array used as partition memory.Joel Sherrill1995-08-112-2/+2
|
* cleanupJoel Sherrill1995-08-112-12/+16
|
* Added functions to access the errno of the native system when using theJoel Sherrill1995-08-116-3/+150
| | | | | | | newlib C library. Fixed bug where length did not take into account amount added for alignment requirements.
* Added functions to access the errno of the native system when using theJoel Sherrill1995-08-114-28/+8
| | | | newlib C library.
* Added flush of output on exit. On some UNIX's using the native libraryJoel Sherrill1995-08-114-48/+65
| | | | | | | | | 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.
* Initialization of semaphores was incorrect. It did not forceJoel Sherrill1995-08-114-56/+98
| | | | | | | | | | | | 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.
* clean up -- interrupt support is in placeJoel Sherrill1995-08-111-5/+25
|
* minor clean up -- switched to memset for zero'ing SHMJoel Sherrill1995-08-119-152/+135
|
* cleaned up include statementsJoel Sherrill1995-08-111-1/+1
|
* clean up of RunWay interrupt supportJoel Sherrill1995-08-112-3/+11
|
* added constant for number of notepadsJoel Sherrill1995-08-113-24/+30
|
* cleanup and optimization from TonyJoel Sherrill1995-08-043-38/+38
|
* Split out event manager support functionJoel Sherrill1995-08-042-40/+0
|
* split out event support functions in anticipation of making a handlerJoel Sherrill1995-08-042-382/+0
|
* Tony's updatesJoel Sherrill1995-08-041-4/+9
|
* updaetd to remove UNIX simulator bugsJoel Sherrill1995-08-041-11/+0
|
* Changed order of include files.Joel Sherrill1995-08-021-1/+1
|
* *** empty log message ***Joel Sherrill1995-08-023-2/+13
|
* Added test cases:Joel Sherrill1995-08-022-4/+142
| | | | | | + 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
* deleted unused codeJoel Sherrill1995-08-012-76/+0
|
* updated mvme162 code from Misha (mms@eiscathq.irf.se)Joel Sherrill1995-08-018-618/+617
|
* moved ringbuf.h to a shared include directoryJoel Sherrill1995-08-013-0/+126
|
* Switched to events for mp receive server and eliminated the specialJoel Sherrill1995-07-3112-241/+105
| | | | blocking mechanism for it.
* fixed path problem for POSIXJoel Sherrill1995-07-311-2/+2
|
* Added info for DOS Bourne shellJoel Sherrill1995-07-311-1/+14
|
* updates for msdos/go32 from Bryce CogswellJoel Sherrill1995-07-267-26/+1006
|
* times reported reasonably correctlyJoel Sherrill1995-07-241-4/+5
|
* hopefully works with regular timer and tm27Joel Sherrill1995-07-241-38/+51
|
* after testing go32 and cvme961Joel Sherrill1995-07-218-21/+38
|
* updating go32 to make timer more accurateJoel Sherrill1995-07-205-51/+56
|
* removed junk field in context_controlJoel Sherrill1995-07-201-1/+0
|
* committing for rtems-3.2.01 snapshotJoel Sherrill1995-07-1812-34/+30
|
* fixed for LinuxJoel Sherrill1995-07-183-0/+20
|
* fixed for LinuxJoel Sherrill1995-07-181-0/+4
|
* fixed for LinuxJoel Sherrill1995-07-182-26/+48
|
* merged Linux UNIX simulator support (C)Joel Sherrill1995-07-186-7/+76
|
* all built successfully after mergeJoel Sherrill1995-07-131-2/+2
|
* fix oversites in libbsp/unix/posixJoel Sherrill1995-07-121-0/+71
|