summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Moved _Thread_Information -> _RTEMS_tasks_Information.Joel Sherrill1995-08-232-23/+38
| | | | | | | 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-37/+198
| | | | | | both fixed length "raw" names and strings from the API's point of view. Both inline and macro implementations were tested.
* Fixed missing RCS IdsJoel Sherrill1995-08-222-2/+2
|
* Modified object name to id translation loop to make it easier toJoel Sherrill1995-08-221-16/+24
| | | | | | | 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.
* + Added object type field to object id.Joel Sherrill1995-08-182-10/+20
| | | | | | | | | | + 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
* Numerous miscellaneous features incorporated from Tony BennettJoel Sherrill1995-08-171-0/+67
| | | | | | | | | (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-15/+7
|
* Switched to events for mp receive server and eliminated the specialJoel Sherrill1995-07-312-71/+2
| | | | blocking mechanism for it.
* changed release number to 3.2.0Joel Sherrill1995-06-041-9/+10
|
* TESTJoel Sherrill1995-05-251-0/+2
|
* Fully tested on all in-house targetsJoel Sherrill1995-05-242-36/+75
|
* Initial revisionJoel Sherrill1995-05-1112-0/+4010