summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* new file -- split from inlinesJoel Sherrill1995-08-291-0/+202
|
* Added unused priority ceiling parameter to rtems_semaphore_create.Joel Sherrill1995-08-285-70/+427
| | | | | | | | | | | | | | | 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-23/+38
| | | | | | | 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-233-37/+198
| | | | | | both fixed length "raw" names and strings from the API's point of view. Both inline and macro implementations were tested.
* Fixed missing RCS IdsJoel Sherrill1995-08-222-2/+2
|
* Modified object name to id translation loop to make it easier toJoel Sherrill1995-08-221-16/+24
| | | | | | | incorporate variable length object names. Previously the algorithm scanned an array of 4-byte names for a match. Now it scans the object table, grabs a pointer to the name, and then compares it if the object is active and has a name.
* + Added object type field to object id.Joel Sherrill1995-08-182-10/+20
| | | | | | | | | | + 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-171-0/+67
| | | | | | | | | (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-15/+7
|
* Switched to events for mp receive server and eliminated the specialJoel Sherrill1995-07-312-71/+2
| | | | blocking mechanism for it.
* changed release number to 3.2.0Joel Sherrill1995-06-041-9/+10
|
* TESTJoel Sherrill1995-05-251-0/+2
|
* Fully tested on all in-house targetsJoel Sherrill1995-05-242-36/+75
|
* Initial revisionJoel Sherrill1995-05-1112-0/+4010