summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/src (unfollow)
Commit message (Expand)AuthorFilesLines
1999-05-07Made all calls to _Thread_Yield_processor consistent in how they areJoel Sherrill1-7/+6
1999-03-17Unlimited objects patch from Chris Johns <ccj@acm.org>. Email follows:Joel Sherrill1-15/+17
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 Sherrill10-103/+337
1998-08-21Added system task attribute to allow one to create a task with "0" priorityJoel Sherrill1-9/+11
1998-06-18All task delete API level services were incorrectly assuming that theJoel Sherrill1-1/+10
1998-02-17updated copyright to 1998Joel Sherrill22-22/+22
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 Sherrill22-44/+44
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 Sherrill2-4/+75
1997-07-18fixed typoJoel Sherrill1-4/+4
1997-04-25Corrected by adding check for NULL address passed into get_statusJoel Sherrill1-0/+3
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 Sherrill19-95/+95
1997-04-09added support for statistics on rate monotonic periods.Joel Sherrill1-5/+78
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 Sherrill6-12/+16
1996-09-06changed _TOD_Is_set from a function to a boolean variableJoel Sherrill3-5/+5
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-04-19event.c: _Event_Manager_initialization no longer a static inlineJoel Sherrill2-0/+29
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 Sherrill1-10/+27
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 Sherrill1-77/+53
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-01Replaced critical section algorithm to correct race conditions.Joel Sherrill1-10/+19
1995-10-31typos fixedJoel Sherrill2-1/+3
1995-10-30SPARC port passes all testsJoel Sherrill1-0/+202
1995-09-26posix support initially addedJoel Sherrill20-92/+92
1995-09-21More file movement required api extension to be added to scoreJoel Sherrill1-5/+5
1995-09-21More file movementJoel Sherrill4-4/+4
1995-09-19Minor bug fixes to get all targets compilable and running. TheJoel Sherrill4-401/+259
1995-09-11The word "RTEMS" almost completely removed from the core.Joel Sherrill20-786/+1132
1995-08-28Added unused priority ceiling parameter to rtems_semaphore_create.Joel Sherrill13-139/+157
1995-08-23Moved _Thread_Information -> _RTEMS_tasks_Information.Joel Sherrill9-14/+49
1995-08-23Support for variable length names added to Object Handler. This supportsJoel Sherrill13-77/+110
1995-08-22make inline and macro implementations matchJoel Sherrill1-9/+15
1995-08-18+ Added object type field to object id.Joel Sherrill8-2/+8
1995-08-17variable length messagesJoel Sherrill2-119/+269
1995-08-04split out event support functions in anticipation of making a handlerJoel Sherrill1-191/+0
1995-08-01deleted unused codeJoel Sherrill1-38/+0
1995-07-31Switched to events for mp receive server and eliminated the specialJoel Sherrill1-18/+49
1995-05-24Fully tested on all in-house targetsJoel Sherrill1-5/+2