summaryrefslogtreecommitdiffstats
path: root/c/src/exec/rtems/src (unfollow)
Commit message (Expand)AuthorFilesLines
1999-11-16Moved task_variable pointer to basic shared part of TCB instead ofJoel Sherrill3-23/+11
1999-11-12Corrected remaining references to struct rtems_task_variable_t sinceJoel Sherrill1-2/+2
1999-11-12Used typedef so all "struct rtems_task_variable_t" uses are nowJoel Sherrill3-12/+12
1999-11-12Added per task variables based on patch from Eric Norum <eric@cls.usask.ca>.Joel Sherrill4-4/+224
1999-11-10Added call to _Thread_Enable_dispatch() and did some cleanup.Joel Sherrill1-2/+9
1999-11-10Committed modifications from ITRON Task and Task Dependendent SynchronizationJoel Sherrill2-2/+2
1999-11-09Removed unused variable warning.Joel Sherrill1-1/+0
1999-11-02Added comment to make sure Classic API priority to Core priorityJoel Sherrill1-0/+1
1999-11-02Added comments for _RTEMS_tasks_Create_extension,Joel Sherrill1-4/+9
1999-11-02Added a case to support the core semaphore error returned when theJoel Sherrill1-0/+8
1999-11-02Added code to utilize the maximum_count attribute of core semaphoresJoel Sherrill1-0/+7
1999-10-21Removed warning.Joel Sherrill1-0/+2
1999-10-21Added rtems_semaphore_flush directive.Joel Sherrill2-1/+94
1999-10-07New directive added -- rtems_task_is_suspended.Joel Sherrill2-1/+77
1999-07-30 Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:Joel Sherrill1-5/+5
1999-07-26Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:Joel Sherrill1-1/+1
1999-07-26This is part of a major patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-58/+46
1999-06-09Modified to return an error when a bogus return address for theJoel Sherrill1-0/+3
1999-05-28Renamed clock.c to rtclock.c to avoid conflicts with clock driversJoel Sherrill2-24/+1
1999-05-27Corrected macro names.Joel Sherrill1-2/+6
1999-05-20Renamed to rtemstimer.c to avoid conflict with timer drivers in EVERYJoel Sherrill2-53/+2
1999-05-18Regenerated.Joel Sherrill1-1/+1
1999-05-17Fixed some typos.Joel Sherrill1-4/+4
1999-05-17Split Interrupt Manager into one routine per file.Joel Sherrill3-41/+63
1999-05-17Split Signal Manager into one routine per file.Joel Sherrill4-109/+158
1999-05-17Dual-Ported Memory Manager split into one routine per file.Joel Sherrill7-237/+351
1999-05-17Split Partition Manager into one routine per file.Joel Sherrill7-307/+429
1999-05-17Split Timer Manager into one routine per file.Joel Sherrill10-618/+475
1999-05-17Split Event Manager into one routine per file.Joel Sherrill7-343/+460
1999-05-17Split Rate Monotonic Manager into one routine per file.Joel Sherrill9-417/+573
1999-05-17Split the Semaphore Manager into one routine per file.Joel Sherrill8-485/+771
1999-05-17Moved some MP routines to semmp.c.Joel Sherrill2-55/+54
1999-05-17Forgot to actually remove the routines. :)Joel Sherrill1-748/+0
1999-05-17Split Message Manager into one routine per file.Joel Sherrill13-1/+1112
1999-05-17Moved an MP routine from msg.c to here.Joel Sherrill1-0/+26
1999-05-17Cleaned up some multiprocessing issues.Joel Sherrill1-17/+15
1999-05-17Split Clock Manager into one routine per file.Joel Sherrill6-259/+199
1999-05-17Split Region Manager into one routine per file.Joel Sherrill9-456/+623
1999-05-17Split Task Manager into multiple files. Eventually this effort willJoel Sherrill16-962/+1387
1999-05-17Patch from D. V. Henkel-Wallace <gumby@zembu.com>:Joel Sherrill1-0/+16
1999-05-07Made all calls to _Thread_Yield_processor consistent in how they areJoel Sherrill1-7/+6
1999-04-19Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:Joel Sherrill1-1/+1
1999-03-19Towards automake XI patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:Joel Sherrill1-3/+12
1999-03-17Unlimited objects patch from Chris Johns <ccj@acm.org>. Email follows:Joel Sherrill1-15/+17
1999-02-18Part of the automake VI patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:Joel Sherrill1-0/+2
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 Sherrill12-116/+364
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 Sherrill1-9/+11
1998-06-18All task delete API level services were incorrectly assuming that theJoel Sherrill1-1/+10