summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems (unfollow)
Commit message (Expand)AuthorFilesLines
1998-12-03Corrected ifdef on RTEMS_MULTIPROCESSING so the queue is actually closed.Joel Sherrill1-2/+4
1998-11-23Added --disable-multiprocessing flag and modified a lot of files to makeJoel Sherrill21-103/+367
1998-08-24Added __RTEMS_INSIDE__ macro to insure that ".inl" files are ALWAYS includedJoel Sherrill1-1/+1
1998-08-21Added system task attribute to allow one to create a task with "0" priorityJoel Sherrill4-9/+40
1998-06-18All task delete API level services were incorrectly assuming that theJoel Sherrill1-1/+10
1998-02-17updated copyright to 1998Joel Sherrill85-85/+85
1997-10-21Added check that return argument pointer for old_isr_handler was valid.Joel Sherrill1-0/+3
1997-10-08Fixed typo in the pointer to the license terms.Joel Sherrill85-170/+170
1997-10-06Make Post an atomic operation.Joel Sherrill2-2/+12
1997-08-28Added RTEMS_IO_ERROR status code.Joel Sherrill1-1/+2
1997-08-02Added these files to contain bodies for routines included in the APIJoel Sherrill2-0/+101
1997-07-31Added rtems_message_queue_get_number_pending directive.Joel Sherrill4-17/+107
1997-07-18fixed typoJoel Sherrill1-4/+4
1997-07-09Corrected typos and spacing.Joel Sherrill1-3/+3
1997-05-28Added support for context switching the data used by the gcc m68kJoel Sherrill1-1/+1
1997-04-25Corrected by adding check for NULL address passed into get_statusJoel Sherrill1-0/+3
1997-04-25Added to comment header block to include new status directive.Joel Sherrill1-0/+1
1997-04-22promote TOD_MICROSECONDS_TO_TICKS through API as RTEMS_MICROSECONDS_PER_TICK.Joel Sherrill1-0/+2
1997-04-22File changed to reflect change in license and copyright.Joel Sherrill1-5/+5
1997-04-22headers updated to reflect new style copyright notice as partJoel Sherrill82-410/+410
1997-04-09added support for statistics on rate monotonic periods.Joel Sherrill2-10/+110
1997-03-08Modified calls to _Thread_Change_priority to take a third argument. The newJoel Sherrill1-1/+1
1996-12-02Suggested changes from Mark Jordan which eliminate warnings and errorsJoel Sherrill7-14/+19
1996-09-06changed _TOD_Is_set from a function to a boolean variableJoel Sherrill3-5/+5
1996-07-03switched from "STATIC INLINE" to "RTEMS_INLINE_ROUTINE"Joel Sherrill15-74/+74
1996-06-06Added Sporadic Server support to posix threads which required changesJoel Sherrill1-4/+16
1996-06-03added priority ceiling supportJoel Sherrill1-1/+2
1996-05-31renamed _TOD_Ticks_since_boot as _Watchdog_Ticks_since_boot so the WatchdogJoel Sherrill1-1/+1
1996-05-29*** empty log message ***Joel Sherrill1-0/+3
1996-05-29It is now not an error to have 0 RTEMS initialization tasks since you couldJoel Sherrill1-0/+6
1996-05-28split the inclusion of "EXTERN" data based on whether it was sapi,Joel Sherrill10-12/+13
1996-05-28added initial posix configuration supportJoel Sherrill2-0/+55
1996-04-19event.c: _Event_Manager_initialization no longer a static inlineJoel Sherrill2-0/+29
1996-04-19_Event_Manager_initialization no longer a static inlineJoel Sherrill1-19/+0
1996-04-19event.h: _Event_Manager_initialization no longer a static inlineJoel Sherrill1-19/+0
1996-04-19event.h: _Event_Manager_initialization no longer a static inlineJoel Sherrill2-0/+12
1996-03-06Removed prototyes for static inline routines and moved the comments intoJoel Sherrill34-1051/+380
1996-02-13changed post task extension from user set to api set and added flagJoel Sherrill2-4/+9
1996-02-13comment added to describe synchronization logic in timeout routineJoel Sherrill1-0/+21
1996-02-09new isr synchronization algorithm using a single enumerated set of states.Joel Sherrill3-12/+29
1996-02-09added rtems_interrupt_is_in_progressJoel Sherrill1-0/+14
1996-02-08changed synchronization algorithm to be a single list of enumerated statesJoel Sherrill1-2/+2
1996-01-17added class to initial id macroJoel Sherrill1-4/+4
1996-01-15updates from Tony Bennett for PA and UNIX portsJoel Sherrill1-1/+7
1995-12-08added correct use of _Thread_queue_Enter_critical_sectionJoel Sherrill1-1/+1
1995-12-05new states added and _Rate_monotonic_Set_State removed.Joel Sherrill2-94/+60
1995-12-01Insert mode argument to _Watchdog_Insert removed. Now are watchdog timersJoel Sherrill4-17/+13
1995-12-01Changed code for exit from synchronization state to a switch on theJoel Sherrill1-11/+19
1995-12-01spurious blank line removedJoel Sherrill1-1/+0
1995-12-01Replaced critical section algorithm to correct race conditions.Joel Sherrill1-10/+19