summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Moved _Thread_Information -> _RTEMS_tasks_Information.Joel Sherrill1995-08-232-18/+26
| | | | | | | Added a table of object information control blocks. Modified _Thread_Get so it looks up a thread regardless of which thread management "entity" (manager, internal, etc) actually "owns" it.
* Support for variable length names added to Object Handler. This supportsJoel Sherrill1995-08-233-52/+101
| | | | | | both fixed length "raw" names and strings from the API's point of view. Both inline and macro implementations were tested.
* fix broken RCS Ids -- $ accidentally lost merging changes earlierJoel Sherrill1995-08-222-2/+2
|
* + Added object type field to object id.Joel Sherrill1995-08-182-12/+61
| | | | | | | | + 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-173-2/+34
| | | | | | | | | (tbennett@divnc.com) including the following major additions: + variable length messages + named devices + debug monitor + association tables/variables
* bug fixes to make macro implementations workJoel Sherrill1995-08-162-4/+4
|
* added constant for number of notepadsJoel Sherrill1995-08-111-8/+10
|
* Switched to events for mp receive server and eliminated the specialJoel Sherrill1995-07-312-21/+1
| | | | blocking mechanism for it.
* changed release number to 3.2.0Joel Sherrill1995-06-041-2/+2
|
* Fully tested on all in-house targetsJoel Sherrill1995-05-241-57/+4
|
* Initial revisionJoel Sherrill1995-05-1125-0/+5544