summaryrefslogtreecommitdiffstats
path: root/c/src/exec (follow)
Commit message (Expand)AuthorAgeFilesLines
* Adding ChangeLogs.Joel Sherrill2000-08-1023-0/+70
* IEEEJoel Sherrill2000-08-031-1/+1
* Patch from Eric Norum <eric@cls.usask.ca> to add optional support forJoel Sherrill2000-08-021-3/+47
* New file.Joel Sherrill2000-08-021-0/+48
* Look at both hardware and software FP settings.Joel Sherrill2000-08-011-2/+2
* If the _VBR is set to 0xFFFFFFFF, then assume the vector jump table isJoel Sherrill2000-08-011-1/+10
* The fp_context field is needed if software or hardware floating pointJoel Sherrill2000-08-011-1/+1
* Patch from Eric Norum <eric@cls.usask.ca> to avoid lockup underJoel Sherrill2000-08-011-9/+9
* Patch rtems-rc-20000801-1-cvs.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2000-08-011-1/+1
* Minor problems addressed with the merger and with the arm_bare_bsp.Joel Sherrill2000-07-271-1/+1
* Port of RTEMS to the ARM processor family by Eric ValetteJoel Sherrill2000-07-2715-0/+1771
* Port of RTEMS to the Texas Instruments C3x/C4x DSP families includingJoel Sherrill2000-07-2626-8/+87
* Patch rtems-rc-20000713-1-cvs.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2000-07-251-2/+0
* Forgot to remove these when code moved.Joel Sherrill2000-07-2516-4955/+0
* Use bitwise and not cast to unsigned16 to remove upper bits.Joel Sherrill2000-07-242-2/+6
* Make _ISR_Dispatch global.Joel Sherrill2000-07-171-0/+1
* Update from Philip Quaife <rtemsdev@qs.co.nz> that was hand-merged.Joel Sherrill2000-07-172-34/+75
* Changed name of static table versions to avoid conflict.Joel Sherrill2000-07-141-2/+2
* Patch rtems-rc-20000713-1-cvs.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2000-07-134-5/+4
* Patch rtems-rc-20000712-1-cvs.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2000-07-121-0/+2
* Removed no cpu references.Joel Sherrill2000-07-1113-15/+15
* Reworked score/cpu/sparc so it can be safely compiled multilib. AllJoel Sherrill2000-07-1112-660/+31
* Added Hitachi H8/300 to the list of CPUs that should be OK withJoel Sherrill2000-07-111-0/+1
* Reworked score/cpu/i960 so it can be safely compiled multilib. AllJoel Sherrill2000-07-116-851/+31
* Patch rtems-rc-20000711-1-cvs.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2000-07-115-6/+13
* Patch rtems-rc-20000709-1.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2000-07-104-53/+18
* Patch rtems-rc-20000708-1.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2000-07-1016-45/+0
* Moved old_exception_processing and new_exception_processing directoriesJoel Sherrill2000-07-074-28/+10
* Fixed problem reported by Victor V. Vengerov <Victor.Vengerov@oktet.ru>Joel Sherrill2000-07-071-1/+7
* Moved __RTEMS_APPLICATION__ conditional to include the use of theJoel Sherrill2000-07-071-1/+1
* Switched to faster implementation.Joel Sherrill2000-07-061-25/+20
* Patch from Eric Valette <valette@crf.canon.fr> and Yacine El KolliJoel Sherrill2000-07-061-2/+2
* Patch rtems-rc-20000705-3.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2000-07-0617-18/+21
* Added missing #endif's.Joel Sherrill2000-07-062-3/+0
* Corrected call to _CORE_mutex_Seize_interrupt_blocking.Joel Sherrill2000-07-061-2/+5
* Modfied to execute faster and have fewer instructions.Joel Sherrill2000-07-061-38/+38
* Switched to using isr disable version of _Objects_Get. When theJoel Sherrill2000-07-061-13/+15
* Added _Semaphore_Get_interrupt_disable.Joel Sherrill2000-07-061-0/+10
* Cleaned up to avoid disruptive use of inline conditionals.Joel Sherrill2000-07-061-18/+16
* Switched to using _POSIX_Mutex_Get_interrupt_disable to improve performance.Joel Sherrill2000-07-061-3/+4
* Added support for converting a mutex id to a pointer and returningJoel Sherrill2000-07-061-21/+39
* Reimplemented _Core_MUTEX_Seize to return with interrupts disabledJoel Sherrill2000-07-062-7/+119
* Added _CORE_semaphore_Seize_isr_disable.Joel Sherrill2000-07-061-0/+56
* Added _Objects_Get_isr_disable prototype and added numerous comments.Joel Sherrill2000-07-061-7/+18
* Removed unnecessary parentheses.Joel Sherrill2000-07-061-4/+4
* Added objjectgetbyisr.cJoel Sherrill2000-07-061-2/+3
* The code that attempts to obtain a mutex has now been inlined. TheJoel Sherrill2000-07-061-83/+7
* Directly index local table to avoid error check.Joel Sherrill2000-07-063-12/+10
* New file. Convert ID to pointer and return with interrupts -- notJoel Sherrill2000-07-061-0/+83
* Format of return line changed.Joel Sherrill2000-07-061-3/+3