summaryrefslogtreecommitdiffstats
path: root/c/src/exec/rtems (follow)
Commit message (Expand)AuthorAgeFilesLines
* All task delete API level services were incorrectly assuming that theJoel Sherrill1998-06-181-1/+10
* updated copyright to 1998Joel Sherrill1998-02-17160-160/+160
* Big patch form Ralf Corsepius described in this email:Joel Sherrill1998-01-309-36/+18
* Removed CONFIG_DIR and PROJECT_HOME directories.Joel Sherrill1998-01-209-9/+9
* Modified a lot of files to take a first cut at supporting building fromJoel Sherrill1997-12-109-9/+36
* 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-08160-320/+320
* Removed include directory at "build" point and the link of this directoryJoel Sherrill1997-10-087-9/+9
* Make Post an atomic operation.Joel Sherrill1997-10-064-4/+24
* Added RTEMS_IO_ERROR status code.Joel Sherrill1997-08-282-2/+4
* 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-316-30/+139
* fixed typoJoel Sherrill1997-07-182-8/+8
* Corrected typos and spacing.Joel Sherrill1997-07-092-6/+6
* Added support for context switching the data used by the gcc m68kJoel Sherrill1997-05-282-2/+2
* Corrected by adding check for NULL address passed into get_statusJoel Sherrill1997-04-251-0/+3
* Added to comment header block to include new status directive.Joel Sherrill1997-04-252-0/+2
* promote TOD_MICROSECONDS_TO_TICKS through API as RTEMS_MICROSECONDS_PER_TICK.Joel Sherrill1997-04-222-0/+4
* 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-22157-785/+785
* added support for statistics on rate monotonic periods.Joel Sherrill1997-04-093-15/+142
* This set of changes is the build of what was required to convert toJoel Sherrill1997-04-019-0/+296
* 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-028-16/+22
* changed _TOD_Is_set from a function to a boolean variableJoel Sherrill1996-09-065-9/+9
* _MPCI_Register_packet_processor: changed protoype first parameter type to MP_...Mark Johannes1996-08-081-1/+1
* switched from "STATIC INLINE" to "RTEMS_INLINE_ROUTINE"Joel Sherrill1996-07-0330-148/+148
* 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
* split the inclusion of "EXTERN" data based on whether it was sapi,Joel Sherrill1996-05-2820-24/+26
* added initial posix configuration supportJoel Sherrill1996-05-284-0/+110
* event.c: _Event_Manager_initialization no longer a static inlineJoel Sherrill1996-04-192-0/+29
* _Event_Manager_initialization no longer a static inlineJoel Sherrill1996-04-192-38/+0
* event.h: _Event_Manager_initialization no longer a static inlineJoel Sherrill1996-04-192-38/+0
* event.h: _Event_Manager_initialization no longer a static inlineJoel Sherrill1996-04-194-0/+24
* modified to generate fatal error when an unconfigured directive is invoked.Joel Sherrill1996-04-1910-2/+338
* update to reflect internal threads reorganizationJoel Sherrill1996-03-211-0/+22
* Removed prototyes for static inline routines and moved the comments intoJoel Sherrill1996-03-0668-2102/+760
* MPCI Receive became a thread and the prototype changed.Joel Sherrill1996-02-211-1/+3
* 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-095-14/+31
* added rtems_interrupt_is_in_progressJoel Sherrill1996-02-092-0/+28
* changed synchronization algorithm to be a single list of enumerated statesJoel Sherrill1996-02-082-4/+4
* added class to initial id macroJoel Sherrill1996-01-172-8/+8
* updates from Tony Bennett for PA and UNIX portsJoel Sherrill1996-01-152-2/+14
* added correct use of _Thread_queue_Enter_critical_sectionJoel Sherrill1995-12-081-1/+1