summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score (unfollow)
Commit message (Collapse)AuthorFilesLines
1995-08-23Moved _Thread_Information -> _RTEMS_tasks_Information.Joel Sherrill2-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.
1995-08-23Support for variable length names added to Object Handler. This supportsJoel Sherrill2-52/+95
both fixed length "raw" names and strings from the API's point of view. Both inline and macro implementations were tested.
1995-08-22fix broken RCS Ids -- $ accidentally lost merging changes earlierJoel Sherrill2-2/+2
1995-08-18+ Added object type field to object id.Joel Sherrill2-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.
1995-08-17Numerous miscellaneous features incorporated from Tony BennettJoel Sherrill2-0/+29
(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-4/+4
1995-08-11added constant for number of notepadsJoel Sherrill1-8/+10
1995-07-31Switched to events for mp receive server and eliminated the specialJoel Sherrill2-21/+1
blocking mechanism for it.
1995-06-04changed release number to 3.2.0Joel Sherrill1-2/+2
1995-05-24Fully tested on all in-house targetsJoel Sherrill1-57/+4