Timeline



07/17/00:

13:06 Changeset in rtems [14b35d47]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
changed version to ss-20000717
13:05 Changeset in rtems [09f52f0]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Make _ISR_Dispatch global.
13:01 Changeset in rtems [fb31e1a2]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Update from Philip Quaife <rtemsdev@…> that was hand-merged. This update addresses the following: + the ISR enable/disable/flash macros now work with old gcc versions. + the UI CCR bits are now masked since other example code did so + _ISR_Dispatch disables interrupts during call setup Together these removed the instabilities he was seeing.
01:54 Changeset in rtems [237c259]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Changed default value to "pause".
01:06 Changeset in rtems [cadf4850] by Joel Sherrill <joel.sherrill@…>
changed version to 4.5.0

07/14/00:

19:37 Changeset in rtems [2d722f99] by Joel Sherrill <joel.sherrill@…>
changed version to 4.5.0
19:30 Changeset in rtems [356a74b] by Joel Sherrill <joel.sherrill@…>
changed version to 4.5.0
19:24 Changeset in rtems [3df0c1e9] by Joel Sherrill <joel.sherrill@…>
changed version to 4.5.0
19:14 Changeset in rtems [b167323] by Joel Sherrill <joel.sherrill@…>
changed version to 4.5.0
19:10 Changeset in rtems [9717739] by Joel Sherrill <joel.sherrill@…>
changed version to 4.5.0
19:05 Changeset in rtems [8465866] by Joel Sherrill <joel.sherrill@…>
changed version to 4.5.0
19:04 Changeset in rtems [a5c67bc] by Joel Sherrill <joel.sherrill@…>
Updated RTEMS version.
19:04 Changeset in rtems [a4c731f] by Joel Sherrill <joel.sherrill@…>
Updated tool versions for gnat 3.12p RPM revision 5.
18:53 Changeset in rtems [c1956b5] by Joel Sherrill <joel.sherrill@…>
Changed name of static table versions to avoid conflict.
18:52 Changeset in rtems [4dcd943]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Changed name of static table versions to avoid conflict.

07/13/00:

17:54 Changeset in ada-examples [373d380]rtems-4-5-branchada-examples-4-5-0 by Joel Sherrill <joel.sherrill@…>
Changed version to 4.5.0.
16:17 Changeset in rtems [21555cba] by Joel Sherrill <joel.sherrill@…>
Switch logical in conditional.
16:17 Changeset in rtems [62e1271a]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Switch logical in conditional.
15:05 Changeset in rtems [b8a30d07]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch rtems-rc-20000713-1-cvs.diff from Ralf Corsepius <corsepiu@…> that is yet another multilib-related structual cleanup patch: Changes: * Make RTEMS_TEST_NO_PAUSE a tests/ subpackage specific option. - Remove RTEMS_TEST_NO_PAUSE from custom/*.cfg, targopts.h and cpuopts.h. - Add autoconf macros RTEMS_*_RTEMS_TEST_NO_PAUSE (aclocal/rtems-test-no-pause.m4). - Add RTEMS_*_RTEMS_TEST_NO_PAUSE support to sptests/configure.ins and tmtests/configure.in. These are the only subdirectories which currently apply RTEMS_TEST_NO_PAUSE. - Add autoconf-DEFS support to all test subpackages' configure.ins below tests/. I.e. AC_DEFINES now get explicitly propagated as preprocessor defines into Makefiles, cf. AM_CPPFLAGS in tests/*/*.am, instead of using a global config-files. - Remove NDEBUG from custom/*.cfg. * AC_DEFINE POSIX_API, ITRON_API and MULTIPROCESSING in exec/configure.in, only. - All other sources now should relay on the values from cpuopts.h and should not define them themselves. - Several related changes to many configure.ins * Bug-fixes to RTEMS_*_RTEMS_DEBUG macros (Actually workarounds to quoting bugs in autoconf). Notes: * This patch is rather immature and only tested for a small subset of BSPs (requires the tests to be enabled and therefore takes an tremendous amount of disc space and time.) * The patches to *cfg were generated by a script. Expect file formating changes :)
14:53 Changeset in rtems [ce39123]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Removed NDEBUG as a per BSP option.

07/12/00:

19:28 Changeset in rtems [bfc86bcb]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Removed references to stack checker defines since it is dynamically enabled now at configure time.
19:27 Changeset in rtems [ea56a072]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Removed stupid reference to NO_TABLE_MOVE in comment block.
19:23 Changeset in rtems [39607984]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch rtems-rc-20000712-1-cvs.diff from Ralf Corsepius <corsepiu@…> that is yet another multilib-related structual cleanup patch: Changes: * Make RTEMS_DEBUG a global per-cpu configuration option * Remove RTEMS_DEBUG from targopts.h * Add a global --enable-rtems-debug option disabled by default. * Add RTEMS_DEBUG to cpuopts.h * Remove all references to RTEMS_DEBUG from custom/*.cfg Notes: * RTEMS_DEBUG is set in c/src/exec/configure.in only (RTEMS_CHECK_RTEMS_DEBUG) and should be defined in cpuopts.h only. BSPs should not redefine it, but use the value being provided by cpuopts.h. => With multilibs, users have to choose: Either enable RTEMS_DEBUG for all BSPs and CPU_MODELs of a cpu or not. * Only few BSPs had RTEMS_DEBUG enabled, therefore I set the default to disabled. * This patch influences the per-BSP building scheme. Existing BSPs which set RTEMS_DEBUG in their make-target-options rule might have problems at runtime.
17:55 Changeset in network-demos [6dba533]rtems-4-5-branchnetdemos-4-5-0 by Joel Sherrill <joel.sherrill@…>
Changed version to 4.5.0.
16:47 Changeset in network-demos [1a1b41cd]4.11network-demos-4-10-branchnetwork-demos-4-6-branchnetwork-demos-4-7-branchnetwork-demos-4-8-branchnetwork-demos-4-9-branch by Joel Sherrill <joel.sherrill@…>
Patch from Andrew Bythell <abythell@…> that should allow the http demo to build a correct starting filesystem and run. Formerly, the http demo did not configure the filesystem as needed or build the tar file such that GoAhead? could find it.
16:44 Changeset in network-demos [6c58235]rtems-4-5-branch by Joel Sherrill <joel.sherrill@…>
Patch from Andrew Bythell <abythell@…> that should allow the http demo to build a correct starting filesystem and run. Formerly, the http demo did not configure the filesystem as needed or build the tar file such that GoAhead? could find it.
16:41 Changeset in network-demos [969907a]rtems-4-5-branch by cvs2git <rtems-devel@…>
This commit was manufactured by cvs2svn to create branch 'rtems-4-5-branch'. Cherrypick from master 2000-07-12 16:41:06 UTC Joel Sherrill <joel.sherrill@…> 'Adding and deleting files for branch and main trunk.': http/rootfs/etc/host.conf http/rootfs/etc/hosts http/rootfs/web/index.html
16:41 Changeset in network-demos [c91972f]4.11network-demos-4-10-branchnetwork-demos-4-6-branchnetwork-demos-4-7-branchnetwork-demos-4-8-branchnetwork-demos-4-9-branch by Joel Sherrill <joel.sherrill@…>
Adding and deleting files for branch and main trunk.
13:50 Changeset in rtems [8bb456a]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added comment.
13:50 Changeset in rtems [71f578ef]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Removed unnecessary include of targopts.h.
13:44 Changeset in rtems [c3b76087]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added comment.
13:42 Changeset in rtems [60179c2]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Removed unnecessary include of targopts.h.
13:15 Changeset in rtems [3a6bfc6]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added comment.
12:36 Changeset in rtems [5ffa4e4]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
New file missed in earlier commit.

07/11/00:

21:38 Changeset in rtems [0e7da15]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Removed no cpu references.
21:18 Changeset in rtems [0daf588]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
New file.
21:16 Changeset in rtems [4159370]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Reworked score/cpu/sparc so it can be safely compiled multilib. All routines and structures that require CPU model specific information are now in libcpu. This primarily required moving erc32 specific information from score/cpu files to libcpu/sparc and the erc32 BSP.
20:45 Changeset in rtems [f38d829]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added Hitachi H8/300 to the list of CPUs that should be OK with using cpuopts.h and not targopts.h.
19:41 Changeset in rtems [073e2411]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Adding .cvsignore files.
19:31 Changeset in rtems [bc85fd5a]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Reworked score/cpu/i960 so it can be safely compiled multilib. All routines and structures that require CPU model specific information are now in libcpu. This required significant rework of the score/cpu header files and the creation of multiple header files and subdirectories in libcpu/i960.
15:33 Changeset in rtems [822d6b4] by Joel Sherrill <joel.sherrill@…>
Patch rtems-rc-20000711-2-cvs.diff from Ralf Corsepius <corsepiu@…> that removes setting unused variables WORKSPACE_MB and HEAPSPACE_MB.
15:26 Changeset in rtems [9e52b29]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch rtems-rc-20000711-2-cvs.diff from Ralf Corsepius <corsepiu@…> that removes setting unused variables WORKSPACE_MB and HEAPSPACE_MB.
14:56 Changeset in rtems [270e3cc]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch rtems-rc-20000711-1-cvs.diff from Ralf Corsepius <corsepiu@…> that decouples exec/ for the sh, m68k and i960 from targopts.h. NOTE: The change to system.h is a hack to enable cpuopts.h for some targets, but keep using targopts.h for others - I know it does *not* work for sparc, mips, i386 and ppc. This will have to be addressed as work continues on multilibing.
14:02 Changeset in rtems [ebb0bb92]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Updated to new patch.

07/10/00:

19:23 Changeset in rtems [e0ba3e8]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch rtems-rc-20000709-1.diff from Ralf Corsepius <corsepiu@…> that addresses aspects of the targopts.h multilib related issues. Changes: * Move targopts.h to libbsp/include, because the current targopts.h actually is a per-BSP-header and therefore can not stay below exec/. * Introduce an autoheader generated header file (exec/score/include/rtems/score/cpuopts.h), which shall take per-cpu configuration options only. * Move all autoconf-detectable/configure specified per-cpu option-defines from targopts.h to cpuopts.h. * Add Makefiles to the libbsp/shared directory hierarchy. Notes: * The new per-bsp targopts.h in libbsp includes the per-cpu cpuopts.h. This way, the new targopts.h is kept backward compatible to the old targopts.h and existing BSPs which (carelessly) include targopts.h (i386, ppc) should be kept working when using the multilib-disabled configuration scheme. * cpuopts.h is not yet complete, because the per-BSP make-targopts rules from custom/<BSP>.cfg files can not be applied to files below exec/ when building multilibs. * All files below exec/ should not include targopts.h anymore, but should include cpuopts.h instead. However, eliminating inclusion of targopts.h currently triggers further structural / header file inclusion related issues, because several ports apply BSP or CPU_MODEL specific defines from targopts.h below exec/
19:12 Changeset in rtems [256cbec]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch rtems-rc-20000708-1.diff from Ralf Corsepius <corsepiu@…> that is another small step toward multilibs: Changes: * Eliminate RTEMS_CHECK_CUSTOM_BSP from all configure.ins below exec/ * Add RTEMS_CHECK_CUSTOM_BSP to the multilib-disabled branch in RTEMS_ENV_RTEMSCPU to preserve the old per-BSP building scheme functional. Notes: * --enable-multilibs is still non-functional * This patch should not have any influence on the old building scheme (--disable-multilib should silently fall back to the old building scheme). * running ./bootstrap is required after applying the patch
19:09 Changeset in rtems [dc39377]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Now links although linkcmds will not work on real hardware. But then again neither will unlinked executables. :)
19:01 Changeset in rtems [74d5216]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Build rtems-cpu.rel in this directory.
19:00 Changeset in rtems [9df5323]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Fixed typo.
19:00 Changeset in rtems [868b8ee6]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Incorrectly specified using new exception processing.
18:59 Changeset in rtems [ad9e0071]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
New files.
18:58 Changeset in rtems [73e480c]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
New file.
18:43 Changeset in rtems [d529035]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
New file.
18:42 Changeset in rtems [9065de85]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added dummy clock driver.

07/07/00:

19:56 Changeset in rtems [586f260]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Picking up changes missed in previous commit. These changes were needed to move exception processing to score/cpu.
19:36 Changeset in rtems [80e5391]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Moved old_exception_processing and new_exception_processing directories from score/cpu to libcpu because the determination of which to use is based on RTEMS_CPU_MODEL. Thus it can not be determined based solely on multilib information.
19:34 Changeset in rtems [acddd7d2]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Removed duplicate case values.
19:31 Changeset in rtems [df976833]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Fixed problem reported by Victor V. Vengerov <Victor.Vengerov@…> where alarm() did not correctly account for the watchdog start_time and stop_time fields being based on ticks not seconds. This resulted in alarm() returning a bogus number of seconds remaining.
19:31 Changeset in rtems [6d19b7e] by Joel Sherrill <joel.sherrill@…>
Fixed problem reported by Victor V. Vengerov <Victor.Vengerov@…> where alarm() did not correctly account for the watchdog start_time and stop_time fields being based on ticks not seconds. This resulted in alarm() returning a bogus number of seconds remaining.
19:29 Changeset in rtems [5f4d774e]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Moved RTEMS_APPLICATION conditional to include the use of the static inline routine _CORE_mutex_Seize_interrupt_trylock since static routines are not included when in an application.
17:01 Changeset in rtems [823938f]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch rtems-rc-20000707-1-cvs.diff from Ralf Corsepius <corsepiu@…> that adds a piece of the *-rc-20000705-? series that was not added to CVS accidentally.
16:48 Changeset in rtems [7f51092] by Joel Sherrill <joel.sherrill@…>
Patch from James Housley <jim@…> so application Makefiles can find tools installed to $(prefix)/bin after installation.
16:46 Changeset in rtems [d74fdb5]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from James Housley <jim@…> to let the Makefiles find tools like packhex after installation.

07/06/00:

21:59 Changeset in rtems [ce1ba298]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Switched to faster implementation.
20:40 Changeset in rtems [eaedd00]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Fixed formatting.
20:37 Changeset in rtems [79ef2d81]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
New file.
20:36 Changeset in rtems [168ba07]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from Eric Valette <valette@…> and Yacine El Kolli <elkolli@…> to add support for the mbx860_005b.
20:24 Changeset in rtems [55e4dcf3]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from Eric Valette <valette@…>
20:15 Changeset in rtems [02217e0b]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch rtems-rc-20000704-1.diff from Ralf Corsepius <corsepiu@…> that makes --disable-multilib the default.
20:13 Changeset in rtems [04e6f7bf]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch rtems-rc-20000705-3.diff from Ralf Corsepius <corsepiu@…> that is a somewhat experimental, multilib-related patch: Changes: * Use RTEMS_ENV_RTEMSCPU instead of RTEMS_ENV_RTEMSBSP in configure.ins below exec/. At the moment, RTEMS_ENV_RTEMSCPU is more or less an optical change to emphasize that these subdirectories shall not depend on RTEMS_BSP than a real behavioral change. * Add AC_DEFINE_* to several aclocal/*.m4 macros to prepare autoheader/autoconf generated targopts.h and similiar configuration headers. * c/src/configure.in: remove exec from cfg_subdirs if multilibs are enabled (c/src is build per bsp, exec shall be build per cpu in c/ or from the toplevel in future, when multilibs are enabled.) Notes: * This patch should not have any impact on the current building scheme. * --enable-multilib still does not work. * running bootstrap from the toplevel directory is required. CVS: ---------------------------------------------------------------------- CVS: Enter Log. Lines beginning with `CVS:' are removed automatically CVS: CVS: Committing in . CVS: CVS: Modified Files: CVS: c/src/tests/libtests/termios/init.c CVS: ----------------------------------------------------------------------
20:12 Changeset in rtems [6c5aba2]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch rtems-rc-20000705-2.diff from Ralf Corsepius <corsepiu@…> that adds multigen to the list of noinst_SCRIPTS.
20:10 Changeset in rtems [1d51c45] by Joel Sherrill <joel.sherrill@…>
Patch rtems-rc-20000705-1.diff from Ralf Corsepius <corsepiu@…>. CVS: ---------------------------------------------------------------------- CVS: Enter Log. Lines beginning with `CVS:' are removed automatically CVS: CVS: Committing in . CVS: CVS: Modified Files: CVS: c/src/tests/libtests/termios/init.c CVS: ----------------------------------------------------------------------
20:10 Changeset in rtems [edb9d70]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch rtems-rc-20000705-1.diff from Ralf Corsepius <corsepiu@…>. CVS: ---------------------------------------------------------------------- CVS: Enter Log. Lines beginning with `CVS:' are removed automatically CVS: CVS: Committing in . CVS: CVS: Modified Files: CVS: c/src/tests/libtests/termios/init.c CVS: ----------------------------------------------------------------------
20:07 Changeset in rtems [501d312]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added baseline for h8 simulator BSP to support the simulator in gdb 5.0
20:01 Changeset in rtems [34a26792]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added missing #endif's.
20:01 Changeset in rtems [e6faa6ac]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Corrected call to _CORE_mutex_Seize_interrupt_blocking.
20:00 Changeset in rtems [8ce962c0]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Modfied to execute faster and have fewer instructions.
19:40 Changeset in rtems [9d27732]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Switched to using isr disable version of _Objects_Get. When the semaphore/mutex can be obtained immediately, this cuts execution time by 50%.
19:39 Changeset in rtems [d058ce2]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added _Semaphore_Get_interrupt_disable.
19:35 Changeset in rtems [ab654be]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Cleaned up to avoid disruptive use of inline conditionals.
19:34 Changeset in rtems [1b7e8c51]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Switched to using _POSIX_Mutex_Get_interrupt_disable to improve performance.
19:33 Changeset in rtems [3ef54dc]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added support for converting a mutex id to a pointer and returning with interrupts disabled.
19:32 Changeset in rtems [21e2b2b]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Reimplemented _Core_MUTEX_Seize to return with interrupts disabled if the mutex is successfully obtained.
19:27 Changeset in rtems [8d5b438b]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added _CORE_semaphore_Seize_isr_disable.
19:14 Changeset in rtems [c6f111b]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added _Objects_Get_isr_disable prototype and added numerous comments.
19:13 Changeset in rtems [1d9403a]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Removed unnecessary parentheses.
19:11 Changeset in rtems [8a3278fc]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added objjectgetbyisr.c
19:10 Changeset in rtems [12aeaec6]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
The code that attempts to obtain a mutex has now been inlined. The code remaining here now only blocks.
19:09 Changeset in rtems [3b4413c0]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Directly index local table to avoid error check.
19:06 Changeset in rtems [d895fe8]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
New file. Convert ID to pointer and return with interrupts -- not dispatching -- disabled.
19:01 Changeset in rtems [42ed3004]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Format of return line changed.
14:04 Changeset in rtems [04e4829]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch rtems-rc-20000626-1.diff from Ralf Corsepius <corsepiu@…>. Comments follow: Building linux/posix fails due to including lib/include/sys/cdefs.h instead of linux's sys/cdefs.h. AFAIS, this sys/cdefs.h is specific to newlib and should probably not be used on any unix host. Therefore, I changed the relevant Makefile.am/configure.in to condionally install sys/cdefs.h only if newlib is present. This triggered another bug inside of the newlib-check for one of RTEMS target's (Unfortunately I can't remember which - mips/i960 ? ... one of the more exotic ...), for which int func() isn't identical to void func(). Note: This patch needs to be tested under Cygwin and Solaris. I am particularily unsure about Cygwin/posix, as it applies a different version newlib which must not trigger RTEMS newlib check (it is supposed to fail) and if it may need RTEMS's sys/cdefs.h.

07/03/00:

20:48 Changeset in rtems [e734e576] by Joel Sherrill <joel.sherrill@…>
Patch rtems-rc-20000702-1.diff from Ralf Corsepius <corsepiu@…> that is a hack to workaround a switch generation compiler bug for the SH2 and cleaned up some warnings. CVS: ---------------------------------------------------------------------- CVS: Enter Log. Lines beginning with `CVS:' are removed automatically CVS: CVS: Committing in . CVS: CVS: Modified Files: CVS: c/src/tests/libtests/termios/init.c CVS: ----------------------------------------------------------------------
20:05 Changeset in rtems [c2f39fff]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Interrupt stack is allocated by _ISR_Handler_initialization not that of _ISR_Manager_initialization.
18:44 Changeset in rtems [8bc62aeb]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Interrupt stack is allocated in _ISR_Handler_initialization not _Interrupt_Manager_initialization.
18:43 Changeset in rtems [0f4bfda9] by Joel Sherrill <joel.sherrill@…>
Interrupt stack is allocated in _ISR_Handler_initialization not _Interrupt_Manager_initialization.
15:49 Changeset in rtems [0147d5e]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added blocked_count field to allow for optimizations.
15:49 Changeset in rtems [feb93ede]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Changed extra_system_initialization_stack to extra_mpci_receive_server_stack to be consistent with other ports.
15:20 Changeset in rtems [c0ffdee]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch rtems-rc-20000702-1.diff from Ralf Corsepius <corsepiu@…> that is a hack to workaround a switch generation compiler bug for the SH2 and cleaned up some warnings.
Note: See TracTimeline for information about the timeline view.