Timeline



01/27/98:

20:24 Changeset in rtems [16fc1951]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Fix from Eric Norum: There's an explicit invocation of `make' in c/Makefile.in. This breaks for those of us with different gmake' and make' programs.
14:30 Changeset in rtems [4da42c6]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Removed some stanzas per Ralf Corsepius: > 4) The toplevel Makefile.in contains rules named make_subdir and > clean_modules, which probably can be deleted, IMO. > At least make_subdir doesn't give any sense anymore. (I had removed it > im my original patch).
14:14 Changeset in rtems [1333181]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
not submitted
14:02 Changeset in rtems [35eb035a]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Fixed missing carriage return at the bottom of the file reported by Ralf Corsepius

01/26/98:

19:53 Changeset in rtems [2ece4496]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
new file

01/23/98:

17:45 Changeset in rtems [2936b425]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Solaris port updates from Chris Johns
17:06 Changeset in rtems [48971e5e]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Cleaned up a bit.
17:06 Changeset in rtems [bd620fe]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added information about multilib problems.
16:57 Changeset in rtems [173c59c8]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
minor updates .. mostly version
16:56 Changeset in rtems [1d012410]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Fixed some "NodeNameIncludesChapterName?" problems which were uncovered doing the HWAPI manual.

01/22/98:

22:46 Changeset in rtems [4a7c0451]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Reverted change …
17:50 Changeset in rtems [fdff6bf2]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added some GRUB information from Phil Wilshire.
15:20 Changeset in rtems [ba024755]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Corrected/simplified setting of RTEMS_ROOT.

01/21/98:

18:28 Changeset in rtems [9ad1f13]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added autoconf support for strerror/sys_errlist per Ralf Corsepius' direction. This fixes a problem reported by Steve Evans of Radstone since he is using glibc2.
16:50 Changeset in rtems [d73ed76b]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Changed reference from PROJECT_ROOT to RTEMS_ROOT.
16:50 Changeset in rtems [419fdf1]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Corrected prototypes for main per Ralf Corsepius' report of warnings generated when egcs is used with "-Wall -pedantic".
15:15 Changeset in rtems [972dc40]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added Code to dop the output in a format which a custom Visual Basic Application Cindy has written can transform into a nice Word document.

01/20/98:

20:32 Changeset in rtems [6ab91d9]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Removed warning per Chris Johns' suggestion.
20:31 Changeset in rtems [fbaf52eb]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Removed warning per Chris John's suggestion.
19:41 Changeset in rtems [cb5bfe4]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Removed CONFIG_DIR and PROJECT_HOME directories.
19:30 Changeset in rtems [6d6f1b34]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Fixed libhwapi to reflect eeprom to non volatile memory rename.
19:30 Changeset in rtems [bffb938]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Removed PROJECT_HOME and CONFIG_DIR variables.

01/19/98:

22:31 Changeset in rtems [3294650]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added _times_r.
22:27 Changeset in rtems [866c465f]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
more info from Eric
22:22 Changeset in rtems [4dc0fd6]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from Eric Norum: With this in place, it is possible to fdopen a TCP stream socket and getc/fprintf/etc. on the STDIO stream!

01/16/98:

16:56 Changeset in rtems [6f9c75c3]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Ralf Corsepius reported a number of missing CVS Id's: > RTEMS is under CVS control and has been since rtems 3.1.16 which was > around May 1995. So I just to add the $Id$. If you notice other files > with missing $Id$'s let me know. I try to keep w\up with it. Now that you have asked -- I'll attach a list of files lacking an RCS-Id to this mail. This list has been generated by a little sh-script I'll also enclose.
15:37 Changeset in rtems [3a7782b]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Jennifer found some uninitialized variables: + major and minor number elements in rtems_termios_open. + arg->ioctl_return in rtems_termios_ioctl routine.

01/15/98:

22:51 Changeset in rtems [ecacc11]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Ralf Corsepius <corsepiu@…> suggested removing these lines so setting RTEMS_BSP in an environment variable works even from the top level directory.
22:48 Changeset in rtems [2f03a608]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from Ralf Corsepius <corsepiu@…>: RTEMS_CHECK_FILES_IN uses a sequence of find, sort and sed to collect all *.in files in a given subdirectory. The current version uses : `find $1 -name $2 -print | sed 's%\.in%%' | sort` with $1 being a subdirectory $2 set to Makefile.in. This works as long all subdirectories start with a letter that is lexically bigger than the letter M, but will fail otherwise.
21:39 Changeset in rtems [87904ba]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Error reported by Duncan Smith <dds@…>: >> >>There is a 30 day error in _TOD_Days_since_last_leap_year[2..3] >> > >> >Thanks. >> >What's the condition to hit this error? >> >Every year 4n+2 and 4n+3 ? >> >(i.e. 1998, 1999, 2002, 2003, ...) >> > >> OK: 96 97 00 01 04 05 ... >> Bad: 98 99 02 03 06 07 ... There is also a problem in newlib 1.7.x reported at the same time: >> I found another, that would strike only on 2/29/2000, or other leapyears. >> Only a problem on 1 day. >> >> Joel: FYI, there is a bug in Newlib localtime.c, localtime or (_tm_time). >> Ours is modified for dst and timezones, but the bug was in original source. >> I have not looked at the latest public source (nor do I know where to find >> it).
21:31 Changeset in rtems [300c8a76]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added "done" to end of list of BSPs found.
20:29 Changeset in rtems [566aea7d]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Fixed code for --disable-rtems-inlines so that it would complete configuration successfully. Added code to detect configuring macros and POSIX API at the same time. There is no macro implementation for the POSIX API.
Note: See TracTimeline for information about the timeline view.