summaryrefslogtreecommitdiffstats
path: root/cpukit/sapi (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Moved _Thread_Information -> _RTEMS_tasks_Information.Joel Sherrill1995-08-232-2/+4
| | | | | | | 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-234-13/+19
| | | | | | both fixed length "raw" names and strings from the API's point of view. Both inline and macro implementations were tested.
* + Added object type field to object id.Joel Sherrill1995-08-181-0/+1
| | | | | | | | | | + 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-174-224/+208
| | | | | | | | | (tbennett@divnc.com) including the following major additions: + variable length messages + named devices + debug monitor + association tables/variables
* Fully tested on all in-house targetsJoel Sherrill1995-05-243-6/+13
|
* Initial revisionJoel Sherrill1995-05-1113-0/+1837