summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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-1111-0/+3774