summaryrefslogtreecommitdiffstats
path: root/c/src/exec/rtems/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Moved task_variable pointer to basic shared part of TCB instead ofJoel Sherrill1999-11-163-23/+11
* Corrected remaining references to struct rtems_task_variable_t sinceJoel Sherrill1999-11-121-2/+2
* Used typedef so all "struct rtems_task_variable_t" uses are nowJoel Sherrill1999-11-123-12/+12
* Added per task variables based on patch from Eric Norum <eric@cls.usask.ca>.Joel Sherrill1999-11-124-4/+224
* Added call to _Thread_Enable_dispatch() and did some cleanup.Joel Sherrill1999-11-101-2/+9
* Committed modifications from ITRON Task and Task Dependendent SynchronizationJoel Sherrill1999-11-102-2/+2
* Removed unused variable warning.Joel Sherrill1999-11-091-1/+0
* 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-212-1/+94
* New directive added -- rtems_task_is_suspended.Joel Sherrill1999-10-072-1/+77
* Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:Joel Sherrill1999-07-301-5/+5
* Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:Joel Sherrill1999-07-261-1/+1
* This is part of a major patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1999-07-261-58/+46
* Modified to return an error when a bogus return address for theJoel Sherrill1999-06-091-0/+3
* Renamed clock.c to rtclock.c to avoid conflicts with clock driversJoel Sherrill1999-05-282-24/+1
* Corrected macro names.Joel Sherrill1999-05-271-2/+6
* Renamed to rtemstimer.c to avoid conflict with timer drivers in EVERYJoel Sherrill1999-05-202-53/+2
* Regenerated.Joel Sherrill1999-05-181-1/+1
* Fixed some typos.Joel Sherrill1999-05-171-4/+4
* Split Interrupt Manager into one routine per file.Joel Sherrill1999-05-173-41/+63
* Split Signal Manager into one routine per file.Joel Sherrill1999-05-174-109/+158
* Dual-Ported Memory Manager split into one routine per file.Joel Sherrill1999-05-177-237/+351
* Split Partition Manager into one routine per file.Joel Sherrill1999-05-177-307/+429
* Split Timer Manager into one routine per file.Joel Sherrill1999-05-1710-618/+475
* Split Event Manager into one routine per file.Joel Sherrill1999-05-177-343/+460
* Split Rate Monotonic Manager into one routine per file.Joel Sherrill1999-05-179-417/+573
* Split the Semaphore Manager into one routine per file.Joel Sherrill1999-05-178-485/+771
* 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-1713-1/+1112
* 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-176-259/+199
* Split Region Manager into one routine per file.Joel Sherrill1999-05-179-456/+623
* Split Task Manager into multiple files. Eventually this effort willJoel Sherrill1999-05-1716-962/+1387
* 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
* Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:Joel Sherrill1999-04-191-1/+1
* Towards automake XI patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:Joel Sherrill1999-03-191-3/+12
* Unlimited objects patch from Chris Johns <ccj@acm.org>. Email follows:Joel Sherrill1999-03-171-15/+17
* Part of the automake VI patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:Joel Sherrill1999-02-181-0/+2
* 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-2312-116/+364
* Added __RTEMS_INSIDE__ macro to insure that ".inl" files are ALWAYS includedJoel Sherrill1998-08-241-1/+1
* 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