Timeline



04/28/00:

19:51 Changeset in rtems [d554ca0b] by Joel Sherrill <joel.sherrill@…>
Patch from John M. Mills <jmills@…> to do some cleanup and use -O4 at both debug and optimized levels. There is still a speed setting problem but the sample tests run.
19:45 Changeset in rtems [a06c5f5] by Joel Sherrill <joel.sherrill@…>
Temporarily disable libxdr until the complete patch is in.
19:44 Changeset in rtems [a974d6a] by Joel Sherrill <joel.sherrill@…>
Patch rtems-4.5-rc-18-cvs.diff from Ralf Corsepius <corsepiu@…>: The patch below is a work-around to the "make/gmake" problem. This only works if gmake-only users set MAKE=gmake at configuration time or explicitly set it from the environment at make-time. IIRC, this should be sufficient for ./bit users, because it explicitly exports MAKE.
18:32 Changeset in rtems [42b7ffae] by Joel Sherrill <joel.sherrill@…>
Updated to new versions.
18:31 Changeset in rtems [92bc357] by Joel Sherrill <joel.sherrill@…>
Modifed to properly support aliased that support multiprocessing.
17:44 Changeset in rtems [2f82b35] by Joel Sherrill <joel.sherrill@…>
New files from Eric Norum missed in previous commit.
17:42 Changeset in rtems [6ff83a4] by cvs2git <rtems-devel@…>
This commit was manufactured by cvs2svn to create branch 'rtems-4-5-branch'. Cherrypick from master 2000-04-28 17:42:16 UTC Joel Sherrill <joel.sherrill@…> 'New files added on 4.5 branch.': c/src/libnetworking/memory.h c/src/libnetworking/sys/un.h
17:42 Changeset in rtems [a4460152]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
New files added on 4.5 branch.

04/27/00:

20:11 Changeset in rtems [ccbbfe3] by Joel Sherrill <joel.sherrill@…>
Patch from "Alan Harry" <alan@…> to fix a problem where the wrong variables were being cleared.
18:24 Changeset in rtems [fc1459f] by Joel Sherrill <joel.sherrill@…>
Patch from Eric Norum <eric@…> to initiate upgrading librpc to a more complete version.
14:44 Changeset in rtems [bb546a22]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Updated.
14:42 Changeset in rtems [91763c9]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
New files. First attempt.
14:21 Changeset in rtems [948fdbd]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Updated.
14:11 Changeset in rtems [8d8ae2e]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Removed -- temporary files.
14:08 Changeset in rtems [5b150a85]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Files moved around and missed in the previous commit.
14:00 Changeset in rtems [9eae2b53]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Modified to give rpm removal command instead of install command again.

04/26/00:

18:05 Changeset in rtems [fdbfff18]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patches rtemsdoc-4.5.0-rc.diff from Ralf Corsepius <corsepiu@…> that addresses the following: The patch below should * fix the *pdf cleanup handling * fix dependencies between pdf-documents and texi-files It also contains an attempt to let networking/schedule.t use states.pdf instead of ascii graphics, but though each pdf image looks nice, it comes out weirdly distorted in the main pdf document.
18:02 Changeset in rtems [2ba8875]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch rtemsdoc-4.5.0-rc-0.diff from Ralf Corsepius <corsepiu@…> which contains the bulk of converting the documentation tree to automake and GNU conventions. Comments follow: This is the automake port of rtemsdoc. To apply: cvs co rtemsdoc cd rtemsdoc sh cvs-rm.sh patch -p0 < rtemsdoc-4.5.0-rc-0.diff sh cvs-add.sh [Attention: cvs-rm.sh and cvs-add.sh directly modify cvs] Known bugs: 1) src2html is not supported (yet? - Is this supposed to work?) 2) all *.pdf images now are generated on-the-fly, but not yet deleted during "make distclean" 3) All supplements, including the templated ones, get build and installed. 4) Building outside of the source tree is completely untested and very likely does not work. 5) Make [ps|pdf] are not (yet) supported, make [dvi|info] are supported by automake's default texinfo rules. Fixing 2, 3 and 5 is almost trivial and needs to be done. 4) is a matter of testing and tool-properties, for now it is simply untested. General issues: * gif vs jpg vs png. I would recommend to replace all images with pngs to avoid potential copyright issues (gif) or lack in quality (jpg, jpg is good for real world photographs, but extremely poor on artificial images, graphs). * pdf images do net get placed correctly in pdf-documents. * texinfo: We now use a local copy of texinfo-4.0's texinfo.tex in texinfo/texinfo.tex for generating infos. However pdftex's system-wide texinfo.tex and pdftexinfo.tex are used for generating *.dvi, *.ps, *.pdf. * .cvsignore files still missing. * I have renamed the supplements filename not to use c_<supplement>, because automake seems to have problems with it. Notes: * Again, I recommend not to put any generated files into CVS. Here, this comprises some *texi, all *.pdf and many *.html pages. Ie. I recommend to run make maintainer-clean before checking in any files. * To get building started, this should be sufficient: ./bootstrap ./configure cd tools; make; cd .. make info * To make a public tarball: [cvs co ; ./bootstrap] ./configure cd tools; make; cd .. make info [make clean] make dist => This generates a rtems-<version>.tar.gz in the toplevel directory. => Building the tools only is required after a "cvs co", but not in a distribution tarball.

04/25/00:

13:15 Changeset in rtems [bb4b574]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Merged changes from 4.5 branch and removed that branch.

04/18/00:

13:18 Changeset in rtems [92ba0476] by Joel Sherrill <joel.sherrill@…>
Patches rtems-rc-4.5.0-16-cvs.diff and rtems-rc-4.5.0-17-cvs.diff from Ralf Corsepius <corsepiu@…> that address the following: * NoSource?: 0, 1 in rpm-specs does not work anymore under SuSE-6.4 (rpm-3.0.4), putting each NoSource?: onto a separate line however seems to work. Unfortunately, I don't know the actual cause for this, esp. if SuSE broke it or if rpm-specs specification has changed (i.e. Redhat broke it up). * Add *.spec to several .cvsignores (Prevents cvs from complaining about <target>*.spec within the source-tree).
13:10 Changeset in rtems [8812023] by Joel Sherrill <joel.sherrill@…>
Patches rtems-rc-4.5.0-16-cvs.diff and rtems-rc-4.5.0-17-cvs.diff from Ralf Corsepius <corsepiu@…> that address the following: * NoSource?: 0, 1 in rpm-specs does not work anymore under SuSE-6.4 (rpm-3.0.4), putting each NoSource?: onto a separate line however seems to work. Unfortunately, I don't know the actual cause for this, esp. if SuSE broke it or if rpm-specs specification has changed (i.e. Redhat broke it up). * Add *.spec to several .cvsignores (Prevents cvs from complaining about <target>*.spec within the source-tree).
13:00 Changeset in rtems [8f5da34] by Joel Sherrill <joel.sherrill@…>
Patch rtems-rc-4.5.0-15-cvs.diff from Ralf Corsepius <corsepiu@…> that addresses configuration issues for posix/linux under SuSE-6.4: Unbelievable as it is, SuSE has started to use i486-suse-linux as canonicalization triple which breaks out linux/posix/unix.
12:57 Changeset in rtems [a174954] by Joel Sherrill <joel.sherrill@…>
Avoid use of C++ keyword (or) as structure element name.

04/16/00:

17:14 Changeset in rtems [97ad1a5] by Joel Sherrill <joel.sherrill@…>
After investigating a problem reported by Franck Julien <FranckJ@…>, I discovered that when specifying -m68000 and -msoft-float to gcc 2.95.2, it decides that the proper multilib variant is the default one which is compiled for the m68020 and hardware floating point. This appears to be because there is no 68000/soft-float library variant. This problem applies to all m68000 class CPUs options including -m68302.
17:04 Changeset in rtems [dda3dc9a] by Joel Sherrill <joel.sherrill@…>
Patch rtems-rc-4.5.0-14-cvs.diff from Ralf Corsepius <corsepiu@…>. which resolves a serious problem with the user-level RTEMS Makefiles reported by Eric Norum <eric@…>.
17:01 Changeset in rtems [fe8e18a] by Joel Sherrill <joel.sherrill@…>
Patch from Eric Norum <eric@…> to modify the generic m68k start code to setup the "environ" variable properly. With this patch, his EPICS application that runs on the gen68360 also runs on the mvmv167.
Note: See TracTimeline for information about the timeline view.