summaryrefslogtreecommitdiffstats
path: root/c (unfollow)
Commit message (Expand)AuthorFilesLines
2000-07-12Patch rtems-rc-20000712-1-cvs.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-0/+2
2000-07-12Added comment.Joel Sherrill1-1/+1
2000-07-12Removed unnecessary include of targopts.h.Joel Sherrill1-1/+1
2000-07-12Added comment.Joel Sherrill2-2/+4
2000-07-12Removed unnecessary include of targopts.h.Joel Sherrill1-1/+0
2000-07-12Added comment.Joel Sherrill2-2/+2
2000-07-12New file missed in earlier commit.Joel Sherrill1-0/+22
2000-07-11Removed no cpu references.Joel Sherrill13-15/+15
2000-07-11New file.Joel Sherrill1-0/+2
2000-07-11Reworked score/cpu/sparc so it can be safely compiled multilib. AllJoel Sherrill18-668/+73
2000-07-11Added Hitachi H8/300 to the list of CPUs that should be OK withJoel Sherrill1-0/+1
2000-07-11Adding .cvsignore files.Joel Sherrill5-0/+21
2000-07-11Reworked score/cpu/i960 so it can be safely compiled multilib. AllJoel Sherrill37-602/+910
2000-07-11Patch rtems-rc-20000711-1-cvs.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill7-6/+16
2000-07-10Patch rtems-rc-20000709-1.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill16-56/+143
2000-07-10Patch rtems-rc-20000708-1.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill16-45/+0
2000-07-10Now links although linkcmds will not work on real hardware. But thenJoel Sherrill2-184/+244
2000-07-10Build rtems-cpu.rel in this directory.Joel Sherrill2-2/+2
2000-07-10Fixed typo.Joel Sherrill1-1/+1
2000-07-10Incorrectly specified using new exception processing.Joel Sherrill1-1/+1
2000-07-10New files.Joel Sherrill4-0/+8
2000-07-10New file.Joel Sherrill1-0/+2
2000-07-10New file.Joel Sherrill1-0/+217
2000-07-10Added dummy clock driver.Joel Sherrill5-2/+57
2000-07-07Picking up changes missed in previous commit. These changesJoel Sherrill4-22/+14
2000-07-07Moved old_exception_processing and new_exception_processing directoriesJoel Sherrill20-52/+50
2000-07-07Removed duplicate case values.Joel Sherrill1-2/+2
2000-07-07Fixed problem reported by Victor V. Vengerov <Victor.Vengerov@oktet.ru>Joel Sherrill1-1/+7
2000-07-07Moved __RTEMS_APPLICATION__ conditional to include the use of theJoel Sherrill1-1/+1
2000-07-06Switched to faster implementation.Joel Sherrill1-25/+20
2000-07-06Fixed formatting.Joel Sherrill1-15/+15
2000-07-06New file.Joel Sherrill2-0/+26
2000-07-06Patch from Eric Valette <valette@crf.canon.fr> and Yacine El KolliJoel Sherrill3-15/+109
2000-07-06Patch from Eric Valette <valette@crf.canon.fr>Joel Sherrill1-11/+18
2000-07-06Patch rtems-rc-20000705-3.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill18-18/+25
2000-07-06Added baseline for h8 simulator BSP to support the simulator in gdb 5.0Joel Sherrill21-0/+690
2000-07-06Added missing #endif's.Joel Sherrill2-3/+0
2000-07-06Corrected call to _CORE_mutex_Seize_interrupt_blocking.Joel Sherrill1-2/+5
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-07-06Switched to using _POSIX_Mutex_Get_interrupt_disable to improve performance.Joel Sherrill1-3/+4
2000-07-06Added support for converting a mutex id to a pointer and returningJoel Sherrill1-21/+39
2000-07-06Reimplemented _Core_MUTEX_Seize to return with interrupts disabledJoel Sherrill2-7/+119
2000-07-06Added _CORE_semaphore_Seize_isr_disable.Joel Sherrill1-0/+56
2000-07-06Added _Objects_Get_isr_disable prototype and added numerous comments.Joel Sherrill1-7/+18
2000-07-06Removed unnecessary parentheses.Joel Sherrill1-4/+4
2000-07-06Added objjectgetbyisr.cJoel Sherrill1-2/+3
2000-07-06The code that attempts to obtain a mutex has now been inlined. TheJoel Sherrill1-83/+7