summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Split Heap and Time of Day Handlers.Joel Sherrill1999-11-022-0/+129
* Added comment to make sure Classic API priority to Core priorityJoel Sherrill1999-11-021-0/+1
* Added comments for _RTEMS_tasks_Create_extension,Joel Sherrill1999-11-021-4/+9
* Added a case to support the core semaphore error returned when theJoel Sherrill1999-11-021-0/+8
* Added code to utilize the maximum_count attribute of core semaphoresJoel Sherrill1999-11-021-0/+7
* Removed warning.Joel Sherrill1999-10-211-0/+2
* Added rtems_semaphore_flush directive.Joel Sherrill1999-10-211-0/+93
* New directive added -- rtems_task_is_suspended.Joel Sherrill1999-10-071-0/+76
* Modified to return an error when a bogus return address for theJoel Sherrill1999-06-091-0/+3
* Corrected macro names.Joel Sherrill1999-05-271-2/+6
* Fixed some typos.Joel Sherrill1999-05-171-4/+4
* Split Interrupt Manager into one routine per file.Joel Sherrill1999-05-172-36/+55
* Split Signal Manager into one routine per file.Joel Sherrill1999-05-173-108/+154
* Dual-Ported Memory Manager split into one routine per file.Joel Sherrill1999-05-176-236/+346
* Split Partition Manager into one routine per file.Joel Sherrill1999-05-176-299/+414
* Split Timer Manager into one routine per file.Joel Sherrill1999-05-178-308/+469
* Split Event Manager into one routine per file.Joel Sherrill1999-05-176-342/+456
* Split Rate Monotonic Manager into one routine per file.Joel Sherrill1999-05-178-416/+568
* Split the Semaphore Manager into one routine per file.Joel Sherrill1999-05-177-484/+766
* Moved some MP routines to semmp.c.Joel Sherrill1999-05-172-55/+54
* Forgot to actually remove the routines. :)Joel Sherrill1999-05-171-748/+0
* Split Message Manager into one routine per file.Joel Sherrill1999-05-1712-0/+1105
* Moved an MP routine from msg.c to here.Joel Sherrill1999-05-171-0/+26
* Cleaned up some multiprocessing issues.Joel Sherrill1999-05-171-17/+15
* Split Clock Manager into one routine per file.Joel Sherrill1999-05-174-129/+194
* Split Region Manager into one routine per file.Joel Sherrill1999-05-178-455/+618
* Split Task Manager into multiple files. Eventually this effort willJoel Sherrill1999-05-1715-961/+1381
* Patch from D. V. Henkel-Wallace <gumby@zembu.com>:Joel Sherrill1999-05-171-0/+16
* Made all calls to _Thread_Yield_processor consistent in how they areJoel Sherrill1999-05-071-7/+6
* Unlimited objects patch from Chris Johns <ccj@acm.org>. Email follows:Joel Sherrill1999-03-171-15/+17
* 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-2310-103/+337
* 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-1722-22/+22
* 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-0822-44/+44
* Added these files to contain bodies for routines included in the APIJoel Sherrill1997-08-022-0/+101
* Added rtems_message_queue_get_number_pending directive.Joel Sherrill1997-07-312-4/+75
* fixed typoJoel Sherrill1997-07-181-4/+4
* 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-2219-95/+95
* added support for statistics on rate monotonic periods.Joel Sherrill1997-04-091-5/+78
* 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-063-5/+5
* 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-311-1/+1