summaryrefslogtreecommitdiff
path: root/cpukit (follow)
AgeCommit message (Expand)Author
2000-08-112000-08-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill
2000-08-112000-08-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill
2000-08-112000-08-11 Chris Johns <ccj@acm.org>Joel Sherrill
2000-08-10Adding ChangeLogs.Joel Sherrill
2000-08-03IEEEJoel Sherrill
2000-08-02Patch from Eric Norum <eric@cls.usask.ca> to add optional support forJoel Sherrill
2000-08-01Look at both hardware and software FP settings.Joel Sherrill
2000-08-01If the _VBR is set to 0xFFFFFFFF, then assume the vector jump table isJoel Sherrill
2000-08-01The fp_context field is needed if software or hardware floating pointJoel Sherrill
2000-08-01Patch from Eric Norum <eric@cls.usask.ca> to avoid lockup underJoel Sherrill
2000-08-01Increased the defaults to be more reasonable.Joel Sherrill
2000-08-01Patch rtems-rc-20000801-1-cvs.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill
2000-07-27Minor problems addressed with the merger and with the arm_bare_bsp.Joel Sherrill
2000-07-27Port of RTEMS to the ARM processor family by Eric ValetteJoel Sherrill
2000-07-26Port of RTEMS to the Texas Instruments C3x/C4x DSP families includingJoel Sherrill
2000-07-26Port of RTEMS to the Texas Instruments C3x/C4x DSP families includingJoel Sherrill
2000-07-24Use bitwise and not cast to unsigned16 to remove upper bits.Joel Sherrill
2000-07-17Make _ISR_Dispatch global.Joel Sherrill
2000-07-17Update from Philip Quaife <rtemsdev@qs.co.nz> that was hand-merged.Joel Sherrill
2000-07-14Changed name of static table versions to avoid conflict.Joel Sherrill
2000-07-11Removed no cpu references.Joel Sherrill
2000-07-11Reworked score/cpu/sparc so it can be safely compiled multilib. AllJoel Sherrill
2000-07-11Added Hitachi H8/300 to the list of CPUs that should be OK withJoel Sherrill
2000-07-11Reworked score/cpu/i960 so it can be safely compiled multilib. AllJoel Sherrill
2000-07-11Patch rtems-rc-20000711-1-cvs.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill
2000-07-10Patch rtems-rc-20000709-1.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill
2000-07-07Moved old_exception_processing and new_exception_processing directoriesJoel Sherrill
2000-07-07Fixed problem reported by Victor V. Vengerov <Victor.Vengerov@oktet.ru>Joel Sherrill
2000-07-07Moved __RTEMS_APPLICATION__ conditional to include the use of theJoel Sherrill
2000-07-06Switched to faster implementation.Joel Sherrill
2000-07-06Patch from Eric Valette <valette@crf.canon.fr> and Yacine El KolliJoel Sherrill
2000-07-06Added missing #endif's.Joel Sherrill
2000-07-06Corrected call to _CORE_mutex_Seize_interrupt_blocking.Joel Sherrill
2000-07-06Modfied to execute faster and have fewer instructions.Joel Sherrill
2000-07-06Switched to using isr disable version of _Objects_Get. When theJoel Sherrill
2000-07-06Added _Semaphore_Get_interrupt_disable.Joel Sherrill
2000-07-06Cleaned up to avoid disruptive use of inline conditionals.Joel Sherrill
2000-07-06Switched to using _POSIX_Mutex_Get_interrupt_disable to improve performance.Joel Sherrill
2000-07-06Added support for converting a mutex id to a pointer and returningJoel Sherrill
2000-07-06Reimplemented _Core_MUTEX_Seize to return with interrupts disabledJoel Sherrill
2000-07-06Added _CORE_semaphore_Seize_isr_disable.Joel Sherrill
2000-07-06Added _Objects_Get_isr_disable prototype and added numerous comments.Joel Sherrill
2000-07-06Removed unnecessary parentheses.Joel Sherrill
2000-07-06Added objjectgetbyisr.cJoel Sherrill
2000-07-06The code that attempts to obtain a mutex has now been inlined. TheJoel Sherrill
2000-07-06Directly index local table to avoid error check.Joel Sherrill
2000-07-06New file. Convert ID to pointer and return with interrupts -- notJoel Sherrill
2000-07-06Format of return line changed.Joel Sherrill
2000-07-03Interrupt stack is allocated in _ISR_Handler_initialization notJoel Sherrill
2000-07-03Added blocked_count field to allow for optimizations.Joel Sherrill