summaryrefslogtreecommitdiffstats
path: root/c/src/exec/rtems (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-06Added _Semaphore_Get_interrupt_disable.Joel Sherrill1-0/+10
2000-07-06Cleaned up to avoid disruptive use of inline conditionals.Joel Sherrill1-18/+16
2000-06-16Patch from John Cotton <john.cotton@nrc.ca> to correct style ofJoel Sherrill1-16/+16
2000-06-14Added include of options.h since it was not being picked upJoel Sherrill1-0/+1
2000-06-13New file.Joel Sherrill1-0/+137
2000-06-13Moved i386 and m68k cache management code to libcpu. EverythingJoel Sherrill4-393/+2
2000-06-12Patch from John Cotton <john.cotton@nrc.ca>, Charles-Antoine GauthierJoel Sherrill4-4/+396
2000-06-12Merged from 4.5.0-beta3aJoel Sherrill13-62/+56
2000-04-13Patch rtems-rc-4.5.0-13-cvs.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>.Joel Sherrill12-0/+24
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 Sherrill3-1/+86
2000-01-21Patch from Eric Norum <eric@cls.usask.ca> to implement this:Joel Sherrill4-5/+10
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 Sherrill8-47/+92
2000-01-05Added message priority parameter returned by core support routine.Joel Sherrill1-1/+3
1999-12-21Patch rtems-rc-19991203-6.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-4/+3
1999-12-13First attempt at adding simple binary semaphore in addition to the currentJoel Sherrill5-5/+38
1999-12-03Patch rtems-rc-19991123-rc-3.diff from Ralf CorsepiusJoel Sherrill1-5/+1
1999-11-29Patch rtems-rc-19991123-rc-0.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-0/+14
1999-11-23Patch rtems-rc-19991117-16.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:Joel Sherrill2-2/+2
1999-11-23Patch rtems-rc-19991117-11.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill6-164/+132
1999-11-22Patch rtems-rc-19991117-4.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:Joel Sherrill4-27/+28
1999-11-17Updated copyright notice.Joel Sherrill173-346/+173
1999-11-16Moved task_variable pointer to basic shared part of TCB instead ofJoel Sherrill4-38/+11
1999-11-12Corrected remaining references to struct rtems_task_variable_t sinceJoel Sherrill2-7/+11
1999-11-12Used typedef so all "struct rtems_task_variable_t" uses are nowJoel Sherrill4-19/+19
1999-11-12Added per-task variable data stucture (rtems_task_variable_t),Joel Sherrill1-4/+36
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-04The files in libcpu should not be directly dependent on any BSP. InJoel 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 Sherrill3-1/+105
1999-10-20Added prototype for rtems_task_is_suspended at request ofJoel Sherrill1-1/+12
1999-10-07New directive added -- rtems_task_is_suspended.Joel Sherrill2-1/+77
1999-10-04Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de> to make fix bugJoel Sherrill10-31/+31