summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Moved _Thread_Information -> _RTEMS_tasks_Information.Joel Sherrill1995-08-2312-18/+72
| | | | | | | 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-2335-146/+409
| | | | | | both fixed length "raw" names and strings from the API's point of view. Both inline and macro implementations were tested.
* fix broken RCS Ids -- $ accidentally lost merging changes earlierJoel Sherrill1995-08-227-7/+7
|
* make inline and macro implementations matchJoel Sherrill1995-08-222-17/+26
|
* make inline and macro implementations matchJoel Sherrill1995-08-222-18/+17
|
* + Added object type field to object id.Joel Sherrill1995-08-188-2/+8
| | | | | | | | | | + 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-175-75/+71
| | | | | | | | | (tbennett@divnc.com) including the following major additions: + variable length messages + named devices + debug monitor + association tables/variables
* variable length messagesJoel Sherrill1995-08-172-119/+269
|
* Id reinsertedJoel Sherrill1995-08-171-1/+1
|
* no limit removedJoel Sherrill1995-08-171-4/+3
|
* bug fixes to make macro implementations workJoel Sherrill1995-08-167-13/+13
|
* split out event support functions in anticipation of making a handlerJoel Sherrill1995-08-041-191/+0
|
* deleted unused codeJoel Sherrill1995-08-011-38/+0
|
* Switched to events for mp receive server and eliminated the specialJoel Sherrill1995-07-311-18/+49
| | | | blocking mechanism for it.
* Fully tested on all in-house targetsJoel Sherrill1995-05-241-5/+2
|
* Initial revisionJoel Sherrill1995-05-1177-0/+14180