Timeline



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.

07/02/00:

12:29 Changeset in rtems [3af0828]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Fixed stat_ino should be st_ino.
00:00 Milestone 4.5 completed

06/30/00:

12:49 Changeset in rtems [e86236b]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added fchdir().
12:38 Changeset in rtems [e8fd633]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from Chris Johns <cjohns@…> so the web server shuts down on error -- not exitting the system.
12:36 Changeset in rtems [068b6473]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from Chris Johns <cjohns@…> so the directory read function in the IMFS properly returns the inode number.
12:33 Changeset in rtems [e5d6705e]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from Chris Johns <cjohns@…> to add support for stat()'ing a symbolic link. This is needed to support the port of the BSD commands like ls to RTEMS.
12:31 Changeset in rtems [195ae7ba]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from Chris Johns <cjohns@…> to add fchdir() functionality to libc and update TODO.

06/29/00:

23:00 Changeset in rtems [5532553]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
This is the initial addition of the port of RTEMS to the Hitachi H8 family. This port was done by Philip Quaife <philip@…> of Q Solutions and sponsored by Comnet Technologies Ltd. The port was done based on RTEMS 3.5.1 to a Hitach H8300H. The port was updated to RTEMS 4.5 style Makefiles/configure by Joel Sherrill <joel@…>. While doing this Joel added support for the h8300-rtems to binutils, gcc, newlib, and gdb. NOTE: Philip submitted a BSP for a Hitachi evaluation board which is being merged as a separate entity.
22:35 Changeset in rtems [7a30efd]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Using RPM names for versions now.
22:35 Changeset in rtems [bbc38ba]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added H8 as IEEE whether this is true or not.
22:34 Changeset in rtems [63db533]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Disabled #ident since the h8300-rtems binutils do not like the generated assembly from it.
22:34 Changeset in rtems [09a6eba]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Corrected prototype for xdrrec_endofrecord to match C body.
22:33 Changeset in rtems [6f6ddc00]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added RTEMS_CPU_HAS_16_BIT_ADDRESSES constant to disable code that breaks when the target has 16 bit address space. One of the H8 multilibs is a 16-bit address space CPU. When a real attempt is made to support this CPU model, the code that assumes an address is 32 bits will have to change. This constant is probably not flagging all impacted code.
22:30 Changeset in rtems [a1c1ffc9]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Corrected.
22:30 Changeset in rtems [caeade33]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
New file.
22:20 Changeset in rtems [bc185859]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Switch to gcc patch 20000629 and revision level 8. This patch fixes: + the h8300-rtems and hppa1.1-rtems configure.in stanzas + config/rs6000/rtems.h start and end file specs
22:18 Changeset in rtems [971a534]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
h8300-rtems now uses the correct command to generate the specs file.
16:28 Changeset in rtems [5b43316]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added initial h8300 support.
16:28 Changeset in rtems [847ed4bd]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
gdb 5.0 does not install readline so don't try to grab the info files.
16:27 Changeset in rtems [ef99210e]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from Eric Valette to do some cleanup.
16:22 Changeset in rtems [6d3279ac] by Joel Sherrill <joel.sherrill@…>
Patches from Eric Valette to address librdbg issues on SunRPC upgrade and cleanup.
16:05 Changeset in rtems [5aac7bc] by Joel Sherrill <joel.sherrill@…>
Patch from Chris Johns <cjohns@…> to make sure the ttyHead back link is set.
16:05 Changeset in rtems [9b6d173]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from Chris Johns <cjohns@…> to make sure the ttyHead back link is set.
15:48 Changeset in rtems [1c2388c6]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from Eric Valette <valette@…> to make librdbg work with the new RPC code.
15:48 Changeset in rtems [14b4125] by Joel Sherrill <joel.sherrill@…>
Patch from Eric Valette <valette@…> to make librdbg work with the new RPC code.
15:32 Changeset in rtems [dedb090f]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch rtems-rc-20000627-2 from Ralf Corsepius <corsepiu@…> that does some cleanup: * remove c/src/make/main.cfg.in (obsolete, unused) and any reference to it. * remove RTEMS_BSP_SPECS from c/src/make/custom/default.cfg.in (unused) Notes: All files being effected by this patch are only used when building RTEMS, therefore this patch should not have any side-effects outside of the source- rsp. build-tree.
15:29 Changeset in rtems [fe5851ce]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch rtems-rc-20000627-1 from Ralf Corsepius <corsepiu@…> that is part of the multilib/gnu-canonicalization movement: Changes: * New m4-macro: aclocal/multilib.am * Suppress multiprocessing if --enable-multilib is given to configure Notes: For now this patch only suppresses multiprocessing if --enable-multilib is given to configure and should not have any other side-effects, ie. it works around a minor issue which prevents introduction of multilibs in general. The RTEMS_ENABLE_MULTILIB_MASTER macro is the core part to build real multilibs, but can not be applied before other multilib related issues with RTEMS have been solved. (e.g. sptables.h, bsp_specs, Cygnus/Gnu? canonicalization, _RTEMS_version, targopts.h, changing the installation point/tooldir support, etc.).

06/26/00:

15:43 Changeset in rtems [5019592]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Removed as it was orphaned by previous patches.
14:50 Changeset in rtems [5f3ad6a] by Joel Sherrill <joel.sherrill@…>
Patch from Chris Johns <cjohns@…> and Jennifer Averett <jennifer.averett@…> to fix appends (O_APPEND at open time) on in-memory files. A call such as: fd = open (file, O_APPEND | O_WRONLY); did not append to the end of the file.
14:49 Changeset in rtems [e42a135]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from Chris Johns <cjohns@…> and Jennifer Averett <jennifer.averett@…> to fix appends (O_APPEND at open time) on in-memory files. A call such as: fd = open (file, O_APPEND | O_WRONLY); did not append to the end of the file.
14:46 Changeset in rtems [f782320] by Joel Sherrill <joel.sherrill@…>
Patch from Chris Johns <cjohns@…> and Jennifer Averett <jennifer.averett@…> to make sure "/" is created with S_IFDIR set.
14:46 Changeset in rtems [5e0e012c]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from Chris Johns <cjohns@…> and Jennifer Averett <jennifer.averett@…> to make sure "/" is created with S_IFDIR set.
Note: See TracTimeline for information about the timeline view.