summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src (unfollow)
Commit message (Collapse)AuthorFilesLines
1995-08-22Modified object name to id translation loop to make it easier toJoel Sherrill1-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.
1995-08-18+ Added object type field to object id.Joel Sherrill2-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
1995-08-17Numerous miscellaneous features incorporated from Tony BennettJoel Sherrill1-0/+67
(tbennett@divnc.com) including the following major additions: + variable length messages + named devices + debug monitor + association tables/variables
1995-08-16bug fixes to make macro implementations workJoel Sherrill2-15/+7
1995-07-31Switched to events for mp receive server and eliminated the specialJoel Sherrill2-71/+2
blocking mechanism for it.
1995-06-04changed release number to 3.2.0Joel Sherrill1-9/+10
1995-05-25TESTJoel Sherrill1-0/+2
1995-05-24Fully tested on all in-house targetsJoel Sherrill2-36/+75