summaryrefslogtreecommitdiffstats
path: root/cpukit/libmisc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Moved _Thread_Information -> _RTEMS_tasks_Information.Joel Sherrill1995-08-232-9/+19
| | | | | | | 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-231-2/+2
| | | | | | both fixed length "raw" names and strings from the API's point of view. Both inline and macro implementations were tested.
* Modified references to task name.Joel Sherrill1995-08-181-2/+3
|
* + Added object type field to object id.Joel Sherrill1995-08-181-3/+7
| | | | | | | | | | + 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-1718-223/+3174
| | | | | | | | | (tbennett@divnc.com) including the following major additions: + variable length messages + named devices + debug monitor + association tables/variables
* Ada95, gnat, go32Joel Sherrill1995-07-121-1/+1
|
* incorporated mc68302 supportJoel Sherrill1995-06-071-1/+1
|
* Fully tested on all in-house targetsJoel Sherrill1995-05-241-0/+1
|
* Initial revisionJoel Sherrill1995-05-1110-0/+1390