summaryrefslogtreecommitdiffstats
path: root/c/src/exec/rtems/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* changed post task extension from user set to api set and added flagJoel Sherrill1996-02-132-4/+9
* comment added to describe synchronization logic in timeout routineJoel Sherrill1996-02-131-0/+21
* new isr synchronization algorithm using a single enumerated set of states.Joel Sherrill1996-02-091-10/+27
* added correct use of _Thread_queue_Enter_critical_sectionJoel Sherrill1995-12-081-1/+1
* new states added and _Rate_monotonic_Set_State removed.Joel Sherrill1995-12-051-77/+53
* Insert mode argument to _Watchdog_Insert removed. Now are watchdog timersJoel Sherrill1995-12-015-21/+18
* Changed code for exit from synchronization state to a switch on theJoel Sherrill1995-12-011-11/+19
* Replaced critical section algorithm to correct race conditions.Joel Sherrill1995-12-011-10/+19
* typos fixedJoel Sherrill1995-10-312-1/+3
* SPARC port passes all testsJoel Sherrill1995-10-301-0/+202
* posix support initially addedJoel Sherrill1995-09-2622-100/+100
* More file movement required api extension to be added to scoreJoel Sherrill1995-09-211-5/+5
* More file movementJoel Sherrill1995-09-214-4/+4
* Minor bug fixes to get all targets compilable and running. TheJoel Sherrill1995-09-194-401/+259
* The word "RTEMS" almost completely removed from the core.Joel Sherrill1995-09-1122-858/+1205
* Added unused priority ceiling parameter to rtems_semaphore_create.Joel Sherrill1995-08-2813-139/+157
* Moved _Thread_Information -> _RTEMS_tasks_Information.Joel Sherrill1995-08-2310-15/+51
* Support for variable length names added to Object Handler. This supportsJoel Sherrill1995-08-2314-87/+123
* make inline and macro implementations matchJoel Sherrill1995-08-221-9/+15
* + Added object type field to object id.Joel Sherrill1995-08-189-2/+9
* variable length messagesJoel Sherrill1995-08-172-119/+269
* 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
* Fully tested on all in-house targetsJoel Sherrill1995-05-242-10/+4
* Initial revisionJoel Sherrill1995-05-1122-0/+7087