Timeline



09/02/99:

18:23 Changeset in rtems [6688a0d]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Missing file from Charles-Antoine Gauthier <charles.gauthier@…> added.
18:12 Changeset in rtems [9396d1e4]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Cleaned up to move conditional to C files -- not Makefile.
14:10 Changeset in rtems [9d709f5]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added BSP chapter to FAQ.

08/30/99:

22:01 Changeset in rtems [d9c2e9f5]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Link fixed for CPU Supplements. Reported by Jose Vasconcellos <josev@…>.
18:38 Changeset in rtems [a719382]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from Ralf Corsepius <corsepiu@…> to move c/src/lib/librtems++ and c/src/lib/include/rtems++ to their own package librtems++ at the top of the tree. To apply: mkdir c/src/librtems++ cp c/src/lib/librtems++/README c/src/librtems++ mkdir c/src/librtems++/src cp c/src/lib/librtems++/*.cc c/src/librtems++/src cp c/src/lib/librtems++/Makefile.in c/src/librtems++/src mkdir c/src/librtems++/include mkdir c/src/librtems++/include/rtems++ cp c/src/lib/include/rtems++/*.h c/src/librtems++/include/rtems++ patch -p1 <rtems-rc-19990802-5.diff rm -rf c/src/lib/librtems++ rm -rf c/src/lib/include/rtems++ ./autogen Attention: * The procedure above copies the files first, then patches them and finally removes the old files afterwards. This has been done to enable you to copy the files in CVS to preserve their history.
18:07 Changeset in rtems [6cc786f]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from Ralf Corsepius <corsepiu@…>: Somehow a nasty bug has made it in sh/start.S ("|", instead of "!", to begin an asm comment). I have no idea how this could remain undiscovered for so long (It is in rtems-4.0.0, too!), however upgrading to binutils from sourceware's CVS sh-rtems-as chokes on this bug. => I guess, either binutils changed its conventions or an obvious bug in as has been fixed.
18:05 Changeset in rtems [260b0c2]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from Charles-Antoine Gauthier <charles.gauthier@…> to add support for return codes from POSIX threads that do an implicit exit by returning from the bottom of the main function.
16:25 Changeset in rtems [f724a870]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from Ralf Corsepius <corsepiu@…>: This patch addresses a few configuration issues and removes some duplicate configuration files. Background: * some files used in AC_INIT were not unique enough and can lead to problems if a user plays with configure scripts. * the Makefile templates are independent of the target/cpu and bsp, so the bsp dependent versions (c/src/make/Templates) are removed. To apply: patch -p1 < rtems-rc-19990820-3.diff rm -f c/src/make/Templates ./autogen ATTENTION: This patch removes several files and one directory :)
15:37 Changeset in rtems [473741b]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from Ralf Corsepius <corsepiu@…>: 1. Addition of maintainer-mode dependencies on config.status and aclocal.m4 for autoconf toplevel Makefile.ins. These rules are taken over from automake generated Makefile.ins, i.e. they are contained in any automake generated toplevel Makefile.in. Having this patch in is at least a great releaf for me when working on RTEMS configuration :) 2. Automated support for #1 in acpolish 3. Some minor "beautifications" on Makefile.ins resulting from running acpolish. FYI: This patch has been generated by running tools/update/rtems-polish.sh -ac on the source tree and manually editing the resulting patch afterwards to work around a problem with acpolish, which still corrupts one Makefile.in - WARNING: Be careful with running acpolish!
15:02 Changeset in rtems [e49d7c3]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Removed definition of NO_IMPLICIT_EXTERN_C since it is supposed to be in the compiler not in the header file.
14:28 Changeset in rtems [7c2243e3]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from Ralf Corsepius <corsepiu@…>: The patch below actually consists of 3 patches: 1. Addition of maintainer-mode dependencies on config.status and aclocal.m4 for autoconf toplevel Makefile.ins. These rules are taken over from automake generated Makefile.ins, i.e. they are contained in any automake generated toplevel Makefile.in. Having this patch in is at least a great releaf for me when working on RTEMS configuration :) 2. Automated support for #1 in acpolish 3. Some minor "beautifications" on Makefile.ins resulting from running acpolish. FYI: This patch has been generated by running tools/update/rtems-polish.sh -ac on the source tree and manually editing the resulting patch afterwards to work around a problem with acpolish, which still corrupts one Makefile.in - WARNING: Be careful with running acpolish! I expect this patch not to have any influence on normal users, unless they use --enable-maintainer-mode, thus merging it should be rather harmless.
14:16 Changeset in rtems [a60a7bbd]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from Ralf Corsepius <corsepiu@…>: The patch below actually consists of 3 patches: 1. Addition of maintainer-mode dependencies on config.status and aclocal.m4 for autoconf toplevel Makefile.ins. These rules are taken over from automake generated Makefile.ins, i.e. they are contained in any automake generated toplevel Makefile.in. Having this patch in is at least a great releaf for me when working on RTEMS configuration :) 2. Automated support for #1 in acpolish 3. Some minor "beautifications" on Makefile.ins resulting from running acpolish. FYI: This patch has been generated by running tools/update/rtems-polish.sh -ac on the source tree and manually editing the resulting patch afterwards to work around a problem with acpolish, which still corrupts one Makefile.in - WARNING: Be careful with running acpolish! I expect this patch not to have any influence on normal users, unless they use --enable-maintainer-mode, thus merging it should be rather harmless.

08/26/99:

21:14 Changeset in rtems [d392168]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Typo causing compilation failure spotted by Ralf Corsepius and fixed by Joel.
20:59 Changeset in rtems [638154c6]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from Ralf Corsepius <corsepiu@…>: This one is a minor fix for the librdg-Makefiles for mcp750, mostly an adaptation to the Makefiles used for the i386.
20:52 Changeset in rtems [e0c6f43]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Comment cleanup from Eric Norum <eric@…>.

08/23/99:

18:48 Changeset in rtems [72f9937b]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Removed need for use of separate include/networking directory.
14:58 Changeset in rtems [48abdc31]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from Eric Norum <eric@…> to readd the behavior where the minor number indicated the port number to try.

08/20/99:

19:38 Changeset in ada-examples [fef087a]ada-examples-19990820 by cvs2git <rtems-devel@…>
This commit was manufactured by cvs2svn to create tag 'ada- examples-19990820'. Sprout from OAR 1999-04-20 13:05:42 UTC Joel Sherrill <joel.sherrill@…> 'base GNAT/RTEMS examples' Cherrypick from master 1999-08-20 19:38:16 UTC Joel Sherrill <joel.sherrill@…> 'Changed version to 19990820.': VERSION hello_world_ada/Makefile.erc32 hello_world_ada/init.c
19:38 Changeset in ada-examples [38b445a]ada-examples-4-10-branchada-examples-4-6-branchada-examples-4-7-branchada-examples-4-8-branchada-examples-4-9-branch by Joel Sherrill <joel.sherrill@…>
Changed version to 19990820.
19:37 Changeset in ada-examples [a1affab]ada-examples-4-10-branchada-examples-4-6-branchada-examples-4-7-branchada-examples-4-8-branchada-examples-4-9-branch by Joel Sherrill <joel.sherrill@…>
Miscelaneous changes.
19:34 Changeset in network-demos [ece68e1]netdemos-19990820 by cvs2git <rtems-devel@…>
This commit was manufactured by cvs2svn to create tag 'netdemos-19990820'. Sprout from master 1999-08-20 19:34:35 UTC Joel Sherrill <joel.sherrill@…> 'Changed version to 19990820.' Cherrypick from ERIC-NORUM 1998-07-30 14:42:29 UTC Joel Sherrill <joel.sherrill@…> 'base from Eric Norum -- Demos.30May1998.tar.gz': ttcp/ttcp_orig/ttcp.1
19:34 Changeset in network-demos [bca36a0]4.11netdemos-4-5-branchnetwork-demos-4-10-branchnetwork-demos-4-6-branchnetwork-demos-4-7-branchnetwork-demos-4-8-branchnetwork-demos-4-9-branchrtems-4-5-branch by Joel Sherrill <joel.sherrill@…>
Changed version to 19990820.
19:31 Changeset in rtems [da0349c]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
changed version to 19990820
19:31 Changeset in rtems [b290217a]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Updated version numbers.
19:31 Changeset in rtems [ec66a41]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Now formats.
18:33 Changeset in rtems [9884d3e5]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
changed version to 19990820

08/19/99:

22:07 Changeset in rtems [71f16a4]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Support for MPC505 from Sergei Organov <osv@…>. His patch was against 3.6.0 so was painful to merge. It should be OK but there is no guarantee and there are no BSPs in the tree to exercise it.
21:47 Changeset in rtems [96284fd8]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Support for MPC505 from Sergei Organov <osv@…>. His patch was against 3.6.0 so was painful to merge. It should be OK but there is no guarantee and there are no BSPs in the tree to exercise it.
21:31 Changeset in rtems [3b568bd]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Fixed Gunter Magin's email address in 3 places.
20:52 Changeset in rtems [1b97fe7]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added comment explaining what this file is.
20:51 Changeset in rtems [d11a35c]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Crossgcc FAQ entry
20:12 Changeset in rtems [d7792ac9]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
More corrections form Gunter Magin.
15:36 Changeset in rtems [54789c4]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added Eric Norum's ftp site for BDM m68k.
14:56 Changeset in rtems [03be71ec]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Changed Chris Johns' email address
14:55 Changeset in rtems [219e638]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added info in NT MPC8xx BDM
Note: See TracTimeline for information about the timeline view.