summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added unused priority ceiling parameter to rtems_semaphore_create.Joel Sherrill1995-08-288-42/+193
| | | | | | | | | | | | | | | Rearranged code to created thread handler routines to initialize, start, restart, and "close/delete" a thread. Made internal threads their own object class. This now uses the thread support routines for starting and initializing a thread. Insured deleted tasks are freed to the Inactive pool associated with the correct Information block. Added an RTEMS API specific data area to the thread control block. Beginnings of removing the word "rtems" from the core.
* Moved _Thread_Information -> _RTEMS_tasks_Information.Joel Sherrill1995-08-232-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.
* Support for variable length names added to Object Handler. This supportsJoel Sherrill1995-08-232-52/+95
| | | | | | 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-222-2/+2
|
* + Added object type field to object id.Joel Sherrill1995-08-182-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.
* Numerous miscellaneous features incorporated from Tony BennettJoel Sherrill1995-08-172-0/+29
| | | | | | | | | (tbennett@divnc.com) including the following major additions: + variable length messages + named devices + debug monitor + association tables/variables
* bug fixes to make macro implementations workJoel Sherrill1995-08-162-4/+4
|
* added constant for number of notepadsJoel Sherrill1995-08-111-8/+10
|
* Switched to events for mp receive server and eliminated the specialJoel Sherrill1995-07-312-21/+1
| | | | blocking mechanism for it.
* changed release number to 3.2.0Joel Sherrill1995-06-041-2/+2
|
* Fully tested on all in-house targetsJoel Sherrill1995-05-241-57/+4
|
* Initial revisionJoel Sherrill1995-05-1123-0/+5314