summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Patch rtems-rc-20000711-1-cvs.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2000-07-1117-19/+45
* Updated to new patch.Joel Sherrill2000-07-112-4/+12
* Patch rtems-rc-20000709-1.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2000-07-1018-56/+149
* Patch rtems-rc-20000708-1.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2000-07-1017-45/+1
* Now links although linkcmds will not work on real hardware. But thenJoel Sherrill2000-07-102-184/+244
* Build rtems-cpu.rel in this directory.Joel Sherrill2000-07-102-2/+2
* Fixed typo.Joel Sherrill2000-07-101-1/+1
* Incorrectly specified using new exception processing.Joel Sherrill2000-07-101-1/+1
* New files.Joel Sherrill2000-07-104-0/+8
* New file.Joel Sherrill2000-07-101-0/+2
* New file.Joel Sherrill2000-07-101-0/+217
* Added dummy clock driver.Joel Sherrill2000-07-105-2/+57
* Picking up changes missed in previous commit. These changesJoel Sherrill2000-07-074-22/+14
* Moved old_exception_processing and new_exception_processing directoriesJoel Sherrill2000-07-0721-59/+51
* Removed duplicate case values.Joel Sherrill2000-07-071-2/+2
* Fixed problem reported by Victor V. Vengerov <Victor.Vengerov@oktet.ru>Joel Sherrill2000-07-072-2/+14
* Moved __RTEMS_APPLICATION__ conditional to include the use of theJoel Sherrill2000-07-072-2/+2
* Patch rtems-rc-20000707-1-cvs.diff from Ralf CorsepiusJoel Sherrill2000-07-071-0/+6
* Patch from James Housley <jim@thehousleys.net> to let the MakefilesJoel Sherrill2000-07-071-1/+1
* Switched to faster implementation.Joel Sherrill2000-07-062-50/+40
* Fixed formatting.Joel Sherrill2000-07-061-15/+15
* New file.Joel Sherrill2000-07-062-0/+26
* Patch from Eric Valette <valette@crf.canon.fr> and Yacine El KolliJoel Sherrill2000-07-066-19/+151
* Patch from Eric Valette <valette@crf.canon.fr>Joel Sherrill2000-07-061-11/+18
* Patch rtems-rc-20000704-1.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2000-07-061-1/+1
* Patch rtems-rc-20000705-3.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2000-07-0623-20/+68
* Patch rtems-rc-20000705-2.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2000-07-061-1/+1
* Patch rtems-rc-20000705-1.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>.Joel Sherrill2000-07-061-11/+19
* Added baseline for h8 simulator BSP to support the simulator in gdb 5.0Joel Sherrill2000-07-0622-0/+757
* Added missing #endif's.Joel Sherrill2000-07-064-6/+0
* Corrected call to _CORE_mutex_Seize_interrupt_blocking.Joel Sherrill2000-07-062-4/+10
* Modfied to execute faster and have fewer instructions.Joel Sherrill2000-07-062-76/+76
* Switched to using isr disable version of _Objects_Get. When theJoel Sherrill2000-07-062-26/+30
* Added _Semaphore_Get_interrupt_disable.Joel Sherrill2000-07-062-0/+20
* Cleaned up to avoid disruptive use of inline conditionals.Joel Sherrill2000-07-062-36/+32
* Switched to using _POSIX_Mutex_Get_interrupt_disable to improve performance.Joel Sherrill2000-07-062-6/+8
* Added support for converting a mutex id to a pointer and returningJoel Sherrill2000-07-062-42/+78
* Reimplemented _Core_MUTEX_Seize to return with interrupts disabledJoel Sherrill2000-07-064-14/+238
* Added _CORE_semaphore_Seize_isr_disable.Joel Sherrill2000-07-062-0/+112
* Added _Objects_Get_isr_disable prototype and added numerous comments.Joel Sherrill2000-07-062-14/+36
* Removed unnecessary parentheses.Joel Sherrill2000-07-062-8/+8
* Added objjectgetbyisr.cJoel Sherrill2000-07-062-4/+6
* The code that attempts to obtain a mutex has now been inlined. TheJoel Sherrill2000-07-062-166/+14
* Directly index local table to avoid error check.Joel Sherrill2000-07-066-24/+20
* New file. Convert ID to pointer and return with interrupts -- notJoel Sherrill2000-07-062-0/+166
* Format of return line changed.Joel Sherrill2000-07-062-6/+6
* Patch rtems-rc-20000626-1.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>.Joel Sherrill2000-07-063-11/+11
* Interrupt stack is allocated by _ISR_Handler_initializationJoel Sherrill2000-07-031-1/+1
* Interrupt stack is allocated in _ISR_Handler_initialization notJoel Sherrill2000-07-0322-22/+22
* Added blocked_count field to allow for optimizations.Joel Sherrill2000-07-034-4/+8