summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/src (unfollow)
Commit message (Expand)AuthorFilesLines
2000-07-06Switched to faster implementation.Joel Sherrill1-25/+20
2000-07-06Modfied to execute faster and have fewer instructions.Joel Sherrill1-38/+38
2000-07-06Switched to using isr disable version of _Objects_Get. When theJoel Sherrill1-13/+15
2000-07-06Cleaned up to avoid disruptive use of inline conditionals.Joel Sherrill1-18/+16
2000-06-13Moved i386 and m68k cache management code to libcpu. EverythingJoel Sherrill1-1/+1
2000-06-12Patch from John Cotton <john.cotton@nrc.ca>, Charles-Antoine GauthierJoel Sherrill1-1/+1
2000-06-12Merged from 4.5.0-beta3aJoel Sherrill6-26/+30
2000-04-13Patch rtems-rc-4.5.0-13-cvs.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>.Joel Sherrill1-0/+2
2000-02-08Patches rtems-rc-20000204-0.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-2/+1
2000-02-04Incorrect error status returned. Noted by Andrew KlossnerJoel Sherrill1-1/+1
2000-02-04Incorrect error status returned. Noted by Andrew KlossnerJoel Sherrill1-1/+1
2000-02-03Changed behavior to match that expected by EPICS test code. Reported byJoel Sherrill1-2/+1
2000-02-03Fixed spelling errors.Joel Sherrill1-2/+2
2000-01-23Directive rtems_task_variable_get() added by Eric Norum.Joel Sherrill2-1/+74
2000-01-21Patch from Eric Norum <eric@cls.usask.ca> to implement this:Joel Sherrill3-3/+7
2000-01-14Removed unused variable warning.Joel Sherrill1-1/+0
2000-01-13POSIX message queues now include complete functionality includingJoel Sherrill3-30/+31
2000-01-13Added comment to indicate this path does not occur.Jennifer Averett1-1/+2
2000-01-05Added support for simple binary semaphores in addition to the highJoel Sherrill5-15/+34
2000-01-05Added message priority parameter returned by core support routine.Joel Sherrill1-1/+3
1999-12-13First attempt at adding simple binary semaphore in addition to the currentJoel Sherrill2-4/+7
1999-11-23Patch rtems-rc-19991117-11.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-0/+79
1999-11-17Updated copyright notice.Joel Sherrill102-204/+102
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 Sherrill3-3/+222
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-02Split Heap and Time of Day Handlers.Joel Sherrill2-0/+129
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 Sherrill1-0/+93
1999-10-07New directive added -- rtems_task_is_suspended.Joel Sherrill1-0/+76
1999-06-09Modified to return an error when a bogus return address for theJoel Sherrill1-0/+3
1999-05-27Corrected macro names.Joel Sherrill1-2/+6
1999-05-17Fixed some typos.Joel Sherrill1-4/+4
1999-05-17Split Interrupt Manager into one routine per file.Joel Sherrill2-36/+55
1999-05-17Split Signal Manager into one routine per file.Joel Sherrill3-108/+154
1999-05-17Dual-Ported Memory Manager split into one routine per file.Joel Sherrill6-236/+346
1999-05-17Split Partition Manager into one routine per file.Joel Sherrill6-299/+414
1999-05-17Split Timer Manager into one routine per file.Joel Sherrill8-308/+469
1999-05-17Split Event Manager into one routine per file.Joel Sherrill6-342/+456
1999-05-17Split Rate Monotonic Manager into one routine per file.Joel Sherrill8-416/+568
1999-05-17Split the Semaphore Manager into one routine per file.Joel Sherrill7-484/+766
1999-05-17Moved some MP routines to semmp.c.Joel Sherrill2-55/+54