Timeline



10/05/99:

20:59 Changeset in rtems [235d9e0]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Invalid value used for baud rate per bug report from Jay Kulpinski <jskulpin@…>.
19:22 Changeset in rtems [2ccdc399]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Removed targets and configurations that are no longer functional and not likely to become so. Comments on each configuration are below. + Force CPU386 - This BSP was developed as part of the initial port of RTEMS to the i386. This board has been unavailable for a long time now. + GO32 - This BSP and some CPU code supported djgpp v1.x. This version is now quite old. No one has stepped forward to update the code to v2.x which may be technically impossible anyway. More importantly, go32 has been superceded by the pc386 BSP.
19:21 Changeset in rtems [7a81160]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Removed ifdef on go32.
19:21 Changeset in rtems [8dd1276]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Removed go32 ifdefs
19:21 Changeset in rtems [8eb0f64]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added comment with CVS Id.
19:20 Changeset in rtems [25ce07e0]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Changed bra.s to bra.l to remove error with new version of binutils.
19:19 Changeset in rtems [649bcbc]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Changed bra.s to bra.l to correct compilation error triggered by new version of binutils.
19:18 Changeset in rtems [74f3d8f]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Corrected so sections did not overlap with new version of binutils.
19:17 Changeset in rtems [fce982a8]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Corrected comment.
19:16 Changeset in rtems [952b3a2b]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added Jay Kulpinski (jskulpin@…) for mvme2307 BSP submission.
19:11 Changeset in rtems [30f7ff9]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Removed targets and configurations that are no longer functional and not likely to become so. Comments on each configuration are below. + Force CPU386 - This BSP was developed as part of the initial port of RTEMS to the i386. This board has been unavailable for a long time now. + GO32 - This BSP and some CPU code supported djgpp v1.x. This version is now quite old. No one has stepped forward to update the code to v2.x which may be technically impossible anyway. More importantly, go32 has been superceded by the pc386 BSP.
19:03 Changeset in rtems [0439dba]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Removed targets and configurations that are no longer functional and not likely to become so. Comments on each configuration are below. + Force CPU386 - This BSP was developed as part of the initial port of RTEMS to the i386. This board has been unavailable for a long time now. + GO32 - This BSP and some CPU code supported djgpp v1.x. This version is now quite old. No one has stepped forward to update the code to v2.x which may be technically impossible anyway. More importantly, go32 has been superceded by the pc386 BSP.
18:39 Changeset in rtems [977623b]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Removed targets and configurations that are no longer functional and not likely to become so. Comments on each configuration are below. + Force CPU386 - This BSP was developed as part of the initial port of RTEMS to the i386. This board has been unavailable for a long time now. + GO32 - This BSP and some CPU code supported djgpp v1.x. This version is now quite old. No one has stepped forward to update the code to v2.x which may be technically impossible anyway. More importantly, go32 has been superceded by the pc386 BSP.
18:38 Changeset in rtems [b22feedc]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Modified to remove reference to Force CPU386. Actually this was a misnamed conditional that should have been fixed long ago.
18:34 Changeset in rtems [7c9cca11]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Modified to remove error for overlapping sections now that gnu.linkonce* sections are included.
16:34 Changeset in rtems [0139484]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from Wayne Bullaughey <wayne@…>. Comments follow: I'm working on code to mount my host based file system on the base file system (imfs) and have a suggestion for a change to eval.c in the c/src/lib/libc directory of the 8/20/1999 snapshot. The current version does not test the result value returned from the evalpath callback (line 47) in the case where follow_link is true. Attached is my suggested change. Without this test the node_type callback may be called after evalpath failed. node_type could set the type to some value other then RTEMS_FILESYSTEM_HARD_LINK or RTEMS_FILESYSTEM_SYM_LINK but it seems cleaner to add the check on result.
14:20 Changeset in rtems [6d81ea3]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Removed targets and configurations that are no longer functional and not likely to become so. Comments on each configuration are below. + Force CPU386 - This BSP was developed as part of the initial port of RTEMS to the i386. This board has been unavailable for a long time now. + GO32 - This BSP and some CPU code supported djgpp v1.x. This version is now quite old. No one has stepped forward to update the code to v2.x which may be technically impossible anyway. More importantly, go32 has been superceded by the pc386 BSP.
14:06 Changeset in rtems [1f0a2b8]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added wrapup directory.
14:05 Changeset in rtems [17978a1]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Minor corrections to get mvme2307 to compile.
14:02 Changeset in rtems [133dcd92]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from Eric Valette <valette@…> with two small fixes related to GDB over TCP/IP debug.
13:49 Changeset in rtems [4075af6f]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Regenerated.
13:08 Changeset in rtems [d83c39dc]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Bug report and fix from Jay Kulpinski <jskulpin@…> where sigemptyset(&old_mask) needed to be added on glibc2 systems. Ian Lance Taylor pointed out that sigemptyset() is portable so Joel removed all conditionals around calls to sigemptyset().

10/04/99:

20:41 Changeset in rtems [19ca797]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Motorola MVME2307 BSP submitted by Jay Kulpinski <jskulpin@…>. No modifications made.
19:51 Changeset in rtems [92b211a]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
The fiels isatty.c and creat.c were copied from newlib/libc/posix to avoid conflicts.
19:41 Changeset in rtems [7d96321]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Modifications necessary to support testing of exitting a pthread from Charles-Antione Gauthier <charles.gauthier@…>.
19:15 Changeset in rtems [811804fe]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from Ralf Corsepius <corsepiu@…> to make fix bug where wrapup left pieces out of the librtemsall.a.
18:53 Changeset in rtems [0efa9f0]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from Ralf Corsepius <corsepiu@…> to make fix bug where wrapup left pieces out of the librtemsall.a.
18:40 Changeset in rtems [cc63e08]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from Ralf Corsepius <corsepiu@…> to make libnetworking a top level more independently configured package.
18:33 Changeset in rtems [5a83ba2]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from Ralf Corsepius <corsepiu@…>: The patch below actuallly consists of two patches: 1) moving librpc to c/src/librpc similar to what has been done to librtems++ 2) reworked configure scripts, many safety and dependency checks added to aclocal/*.m4 macros + configuration fixes. To apply: mkdir c/src/librpc mkdir c/src/librpc/src cp c/src/lib/librpc/*.c c/src/librpc/src cp c/src/lib/librpc/Makefile.in c/src/librpc/src mkdir c/src/librpc/include mkdir c/src/librpc/include/rpc cp c/src/lib/include/rpc/* c/src/librpc/include/rpc patch -p1 < ../rtems-rc-19990820-7.diff rm -rf c/src/lib/librpc rm -rf c/src/lib/include/rpc ./autogen The additional checks in aclocal/*m4 macros add rather restrictive, sometimes unnecessarily restrictive constraints on the sequence of how macros can be used in a configure.in script. Adding them has let my problems with some more complicated configuration options vanish. Apparently some macros had not been in the required order . ---- Now I still get some linking errors for some cpus and bsps, esp when linking cdtest, but also at other locations: e.g. this happens for mips64orion/p4600: # make[5]: Entering directory `/lfs/poseidon/users/rtems/src/multi/build/mips64orion-rtems/c/p4600/tests/samples/hello' /opt/rtems/bin/mips64orion-rtems-gcc --pipe -B../../../../../../p4600/lib/ -specs bsp_specs -qrtems -DP4000 -DCPU_R4000 -DP3_DIAG -D_R4000 -Dmips=3 -mcpu=4600 -G0 -I../../../../../../p4600/lib/include/networking -g -Wall -ansi -fasm -O4 -fomit-frame-pointer -o o-p4600/hello.exe o-p4600/init.o ../../../../../../p4600/lib/no-dpmem.rel ../../../../../../p4600/lib/no-event.rel ../../../../../../p4600/lib/no-msg.rel ../../../../../../p4600/lib/no-mp.rel ../../../../../../p4600/lib/no-part.rel ../../../../../../p4600/lib/no-signal.rel ../../../../../../p4600/lib/no-timer.rel ../../../../../../p4600/lib/no-rtmon.rel /opt/rtems/mips64orion-rtems/lib/libc.a(dtoa.o): In function `_dtoa_r': /opt/hermes/embedded/build/build-mips64orion-tools/mips64orion-rtems/newlib/libc/stdlib/../../../../../src/newlib/libc/stdlib/dtoa.c:348: relocation truncated to fit: R_MIPS_LITERAL no symbol /opt/hermes/embedded/build/build-mips64orion-tools/mips64orion-rtems/newlib/libc/stdlib/../../../../../src/newlib/libc/stdlib/dtoa.c:348: relocation truncated to fit: R_MIPS_LITERAL no symbol /opt/hermes/embedded/build/build-mips64orion-tools/mips64orion-rtems/newlib/libc/stdlib/../../../../../src/newlib/libc/stdlib/dtoa.c:348: relocation truncated to fit: R_MIPS_LITERAL no symbol collect2: ld returned 1 exit status # mips64orion-rtems-gcc -v Reading specs from /opt/rtems/lib/gcc-lib/mips64orion-rtems/2.95.1/specs gcc version 2.95.1 19990816 (release) # mips64orion-rtems-ld -v GNU ld version 2.9.5 (with BFD 2.9.5)
18:20 Changeset in rtems [b62a92c]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from Ralf Corsepius <corsepiu@…>: The patch below actuallly consists of two patches: 1) moving librpc to c/src/librpc similar to what has been done to librtems++ 2) reworked configure scripts, many safety and dependency checks added to aclocal/*.m4 macros + configuration fixes. To apply: mkdir c/src/librpc mkdir c/src/librpc/src cp c/src/lib/librpc/*.c c/src/librpc/src cp c/src/lib/librpc/Makefile.in c/src/librpc/src mkdir c/src/librpc/include mkdir c/src/librpc/include/rpc cp c/src/lib/include/rpc/* c/src/librpc/include/rpc patch -p1 < ../rtems-rc-19990820-7.diff rm -rf c/src/lib/librpc rm -rf c/src/lib/include/rpc ./autogen The additional checks in aclocal/*m4 macros add rather restrictive, sometimes unnecessarily restrictive constraints on the sequence of how macros can be used in a configure.in script. Adding them has let my problems with some more complicated configuration options vanish. Apparently some macros had not been in the required order . ---- Now I still get some linking errors for some cpus and bsps, esp when linking cdtest, but also at other locations: e.g. this happens for mips64orion/p4600: # make[5]: Entering directory `/lfs/poseidon/users/rtems/src/multi/build/mips64orion-rtems/c/p4600/tests/samples/hello' /opt/rtems/bin/mips64orion-rtems-gcc --pipe -B../../../../../../p4600/lib/ -specs bsp_specs -qrtems -DP4000 -DCPU_R4000 -DP3_DIAG -D_R4000 -Dmips=3 -mcpu=4600 -G0 -I../../../../../../p4600/lib/include/networking -g -Wall -ansi -fasm -O4 -fomit-frame-pointer -o o-p4600/hello.exe o-p4600/init.o ../../../../../../p4600/lib/no-dpmem.rel ../../../../../../p4600/lib/no-event.rel ../../../../../../p4600/lib/no-msg.rel ../../../../../../p4600/lib/no-mp.rel ../../../../../../p4600/lib/no-part.rel ../../../../../../p4600/lib/no-signal.rel ../../../../../../p4600/lib/no-timer.rel ../../../../../../p4600/lib/no-rtmon.rel /opt/rtems/mips64orion-rtems/lib/libc.a(dtoa.o): In function `_dtoa_r': /opt/hermes/embedded/build/build-mips64orion-tools/mips64orion-rtems/newlib/libc/stdlib/../../../../../src/newlib/libc/stdlib/dtoa.c:348: relocation truncated to fit: R_MIPS_LITERAL no symbol /opt/hermes/embedded/build/build-mips64orion-tools/mips64orion-rtems/newlib/libc/stdlib/../../../../../src/newlib/libc/stdlib/dtoa.c:348: relocation truncated to fit: R_MIPS_LITERAL no symbol /opt/hermes/embedded/build/build-mips64orion-tools/mips64orion-rtems/newlib/libc/stdlib/../../../../../src/newlib/libc/stdlib/dtoa.c:348: relocation truncated to fit: R_MIPS_LITERAL no symbol collect2: ld returned 1 exit status # mips64orion-rtems-gcc -v Reading specs from /opt/rtems/lib/gcc-lib/mips64orion-rtems/2.95.1/specs gcc version 2.95.1 19990816 (release) # mips64orion-rtems-ld -v GNU ld version 2.9.5 (with BFD 2.9.5)
17:33 Changeset in rtems [4f021c0]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Removed Makefile.in generated from Makefile.am
16:58 Changeset in rtems [3ac8e590]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
This file was not updated in a recent patch from Ralf Corsepius.
16:34 Changeset in rtems [95ba459]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Removed excep.c
16:28 Changeset in rtems [4451bad]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Removed.
16:19 Changeset in rtems [b7c712e3]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Removed empty file.
13:54 Changeset in rtems [e50e3eff]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
New test for getenv/putenv added by Joel.
13:51 Changeset in rtems [6fca2f5]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from Eric Norum <eric@…>. Comments follow: The old system would panic when the loopback interface was included as part of the network initialation structures. With the printf you get an message, but the interface is still properly initialized.
13:47 Changeset in rtems [cb620844]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from Eric Norum <eric@…> to ensure the console initialization is only done once.
13:43 Changeset in rtems [67d0f4e]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Modified to setup environment pointer on all BSPs. This results in getenv/putenv working all the time without special assistance from the BSP.
13:42 Changeset in rtems [936f288]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Setup environment pointer for getenv/putenv. Patch from Eric Norum <eric@…>.
13:30 Changeset in rtems [473b4e5]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Regenerated.
13:16 Changeset in rtems [9888de3]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from Ralf Corsepius <corsepiu@…> to fix bug report from Eric Norum <eric@…>. This patch was rtems-19990820-0-diff from Ralf. FYI: In parallel to the transition to automake, RTEMS is on a transition from make-time configuration to per-bsp and per-bsp configuration at configuration-time. Due to this several changes to configuration files have been added and might have broken something that has been working previously. Most noticeable behavioral change is that you now are required to use @RTEMS_BSP@ instead of $(RTEMS_BSP) inside of any Makefile.ins which are configured or build as part of the source-tree. > It used to be that only RTEMS_MAKEFILE_PATH had to be set. Why is this > no longer sufficient? It should still be working, if it doesn't, it has to be considered to be broken and should be fixed. I am not sure, but I assume you are using Makefile.inc - In this case, you have found a bug in Makefile.inc.in which should be worked-around by the patch below. If my assumption is wrong, I would need more details …

10/01/99:

18:05 Changeset in rtems [0c7aab8]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Changed rtems_isr_level to rtems_interrupt_level per Chris Johns' <ccj@…> suggestion.
17:44 Changeset in rtems [ed11cadf]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Numerous minor changes required to transition to the latest version of texinfo and TeX. This version of the tools can produce PDF with figures included.
17:42 Changeset in rtems [a25f702]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Clarified catch and disable per suggestion from Chris Johns <ccj@…>.
17:35 Changeset in rtems [b406ad20]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added return 0 to pollWrite and InterruptWrite? examples. Chris Johns <ccj@…> suggested this.
15:55 Changeset in rtems [3cad2919]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Addition of more functionality by Eric Norum to support GNU readline.

09/30/99:

14:21 Changeset in rtems [6b7a6d98]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
changed version to 19990930
14:11 Changeset in rtems [cd177de]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
changed version to 19990930
13:23 Changeset in rtems [06f98e7d]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
changed version to 19990930
Note: See TracTimeline for information about the timeline view.