summaryrefslogtreecommitdiffstats
path: root/cpukit/score (follow)
Commit message (Expand)AuthorAgeFilesLines
* 2000-09-12 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2000-09-122-1/+5
* 2000-09-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2000-09-122-1/+5
* 2000-09-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2000-09-061-0/+4
* 2000-09-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2000-09-061-0/+4
* 2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2000-09-0527-0/+69
* 2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2000-09-052-3/+11
* 2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2000-09-052-3/+5
* 2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2000-09-052-3/+11
* 2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2000-09-052-0/+5
* 2000-08-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2000-08-302-0/+28
* Correcting.Joel Sherrill2000-08-291-0/+5
* 2000-08-28 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2000-08-292-4/+6
* 2000-08-29 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2000-08-291-0/+4
* 2000-08-29 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2000-08-291-1/+1
* 2000-08-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2000-08-252-2/+7
* 2000-08-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2000-08-254-33/+37
* 2000-08-25 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2000-08-252-3/+11
* 2000-08-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2000-08-1113-0/+1950
* 2000-08-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2000-08-1112-0/+1849
* Adding ChangeLogs.Joel Sherrill2000-08-1016-0/+49
* 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 rtems-rc-20000801-1-cvs.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2000-08-012-2/+2
* Port of RTEMS to the ARM processor family by Eric ValetteJoel Sherrill2000-07-2712-0/+1771
* Port of RTEMS to the Texas Instruments C3x/C4x DSP families includingJoel Sherrill2000-07-265-2/+10
* Port of RTEMS to the Texas Instruments C3x/C4x DSP families includingJoel Sherrill2000-07-2617-1/+59
* 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
* Removed no cpu references.Joel Sherrill2000-07-1112-15/+15
* Reworked score/cpu/sparc so it can be safely compiled multilib. AllJoel Sherrill2000-07-1110-127/+32
* 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-115-533/+31
* Patch rtems-rc-20000711-1-cvs.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2000-07-118-9/+16
* Patch rtems-rc-20000709-1.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2000-07-102-0/+6
* Moved old_exception_processing and new_exception_processing directoriesJoel Sherrill2000-07-071-7/+1
* Moved __RTEMS_APPLICATION__ conditional to include the use of theJoel Sherrill2000-07-071-1/+1
* Added missing #endif's.Joel Sherrill2000-07-062-3/+0
* Corrected call to _CORE_mutex_Seize_interrupt_blocking.Joel Sherrill2000-07-061-2/+5
* 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
* Interrupt stack is allocated in _ISR_Handler_initialization notJoel Sherrill2000-07-038-8/+8