summaryrefslogtreecommitdiffstats
path: root/c/src/exec/rtems/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Corrected ifdef on RTEMS_MULTIPROCESSING so the queue is actually closed.Joel Sherrill1998-12-031-2/+4
* Added --disable-multiprocessing flag and modified a lot of files to makeJoel Sherrill1998-11-2312-116/+364
* Added __RTEMS_INSIDE__ macro to insure that ".inl" files are ALWAYS includedJoel Sherrill1998-08-241-1/+1
* Added system task attribute to allow one to create a task with "0" priorityJoel Sherrill1998-08-211-9/+11
* All task delete API level services were incorrectly assuming that theJoel Sherrill1998-06-181-1/+10
* updated copyright to 1998Joel Sherrill1998-02-1724-24/+24
* Big patch form Ralf Corsepius described in this email:Joel Sherrill1998-01-301-4/+2
* Removed CONFIG_DIR and PROJECT_HOME directories.Joel Sherrill1998-01-201-1/+1
* Modified a lot of files to take a first cut at supporting building fromJoel Sherrill1997-12-101-1/+4
* Added check that return argument pointer for old_isr_handler was valid.Joel Sherrill1997-10-211-0/+3
* Fixed typo in the pointer to the license terms.Joel Sherrill1997-10-0824-48/+48
* Added these files to contain bodies for routines included in the APIJoel Sherrill1997-08-023-1/+102
* Added rtems_message_queue_get_number_pending directive.Joel Sherrill1997-07-312-4/+75
* fixed typoJoel Sherrill1997-07-182-8/+8
* Corrected by adding check for NULL address passed into get_statusJoel Sherrill1997-04-251-0/+3
* File changed to reflect change in license and copyright.Joel Sherrill1997-04-221-5/+5
* headers updated to reflect new style copyright notice as partJoel Sherrill1997-04-2221-105/+105
* added support for statistics on rate monotonic periods.Joel Sherrill1997-04-091-5/+78
* This set of changes is the build of what was required to convert toJoel Sherrill1997-04-011-0/+40
* Modified calls to _Thread_Change_priority to take a third argument. The newJoel Sherrill1997-03-081-1/+1
* Suggested changes from Mark Jordan which eliminate warnings and errorsJoel Sherrill1996-12-026-12/+16
* changed _TOD_Is_set from a function to a boolean variableJoel Sherrill1996-09-065-9/+9
* Added Sporadic Server support to posix threads which required changesJoel Sherrill1996-06-061-4/+16
* added priority ceiling supportJoel Sherrill1996-06-031-1/+2
* renamed _TOD_Ticks_since_boot as _Watchdog_Ticks_since_boot so the WatchdogJoel Sherrill1996-05-312-2/+2
* *** empty log message ***Joel Sherrill1996-05-291-0/+3
* It is now not an error to have 0 RTEMS initialization tasks since you couldJoel Sherrill1996-05-291-0/+6
* event.c: _Event_Manager_initialization no longer a static inlineJoel Sherrill1996-04-192-0/+29
* 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