Timeline



05/08/01:

22:59 Changeset in rtems [93f79c0f]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-05-07 Ralf Corsepius <corsepiu@…> * leaf.cfg: Remove CFLAGS_DEBUG_OPTIMIZE_V. * compilers/gcc-no_bsp.cfg: Remove CPP_CC_FLAGS. * compilers/gcc-portsw.cfg: Remove CPP_CC_FLAGS. * compilers/gcc-target-default.cfg: Remove *_DEBUG_OPTIMIZE_*-flags, remove unused flags, remove -ansi from CPP. * custom/eth_comm.cfg: Remove CPU_DEFINES. * custom/sim68000.cfg: Remove CPU_DEFINES.
22:59 Changeset in rtems [7ed4416]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-05-07 Ralf Corsepius <corsepiu@…> * configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
22:58 Changeset in rtems [5d2fe483]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-05-07 Ralf Corsepius <corsepiu@…> * ne2000/ne2000.c: Remove #define INSIDE_RTEMS_BSD_TCPIP_STACK.
22:58 Changeset in rtems [6ce466d]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-05-07 Ralf Corsepius <corsepiu@…> * rtems/score/cpu.h: Remove #undef STRICT_ANSI.

05/07/01:

13:18 Changeset in rtems [ab94137]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-04-28 Ralf Corsepius <corsepiu@…> * configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
13:17 Changeset in rtems [d72caa6]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-04-28 Ralf Corsepius <corsepiu@…> * shell/cmds.c, shell/shell.c: Remove fileno-hacks. * monitor/mon-symbols.c: Remove #undef STRICT_ANSI.
13:16 Changeset in rtems [53c3a2c6]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-04-27 Ralf Corsepius <corsepiu@…> * configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
13:15 Changeset in rtems [f1d08c98]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-04-27 Ralf Corsepius <corsepiu@…> * aclocal/prog-cc.m4: Add CPPFLAGS and CFLAGS handling to RTEMS_PROG_CC_FOR_TARGET.
13:10 Changeset in rtems [bbc99f1a]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-05-07 Joel Sherrill <joel@…> * shared/interrupts/vectorexceptions.c: New file to decode exception code and vector appropriate NON-interrupt exception. * shared/interrupts/Makefile.am: Modified to reflect above.
13:07 Changeset in rtems [a9d8649]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-05-07 Joel Sherrill <joel@…> * console/conscfg.c: Added an entry for the second serial port.
13:06 Changeset in rtems [c556d0ba]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-05-07 Joel Sherrill <joel@…> * cpu_asm.S: Merged patches from Gregory Menke <Gregory.D.Menke.1@…> that clean up stack usage and include nops in the delay slots.

04/26/01:

16:41 Changeset in rtems [65e6b542]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-04-26 Ralf Corsepius <corsepiu@…> * compilers/gcc-no_bsp.cfg: Remove -ansi -fasm. * compilers/gcc-default.cfg: Dito. * compilers/gcc-portsw.cfg: Remove -Hansi. * custom/posix.cfg: Remove inclusion of target.cfg. * custom/simhppa.cfg: Remove -ansi -fasm.
14:09 Changeset in rtems [83518713]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-04-26 Ralf Corsepius <corsepiu@…> * README.cdn-X: Update. * automake/compile.am: Remove -ansi -fasm from CFLAGS_DEFAULT, add @CPPFLAGS@ to CPPFLAGS.

04/24/01:

23:36 Changeset in rtems [64c5edc1]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
changed version to ss-20010424
23:10 Changeset in rtems [6f43d82]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-04-24 Joel Sherrill <joel@…> * libc/libio.c (rtems_libio_allocate): Make sure size and offset fields are cleared on each file open. Before this field was cleared, this resulted in the value from the last time that IOP was used being still in place. Discovered by Andrew Bythell <abythell@…>. * libc/open.c: Remove redundant setting of iop->offset.
23:06 Changeset in rtems [eb22ebe]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-04-24 Joel Sherrill <joel@…> * src/imfs/memfile.c (memfile_open): Did not set iop->size and thus the value was incorrect. Before this field was cleared, this resulted in the value from the last time that IOP was used being still in place. Discovered by Andrew Bythell <abythell@…>.
23:04 Changeset in rtems [b2a1ea3]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2001-04-24 Joel Sherrill <joel@…> * psxfile01/test.c, psxfile01/psxfile01.scn : Added test case for open, write, reopen, append twice from Andrew Bythell <abythell@…> that tripped an initialization problem in the IMFS.
21:02 Changeset in rtems [126405d9]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-04-24 Eric Norum <eric.norum@…> * lib/rtems_bsdnet_ntp.c: Modifications to make the RTEMS NTP synchronization a little more robust -- no NTP daemon yet, but at least it trys a little harder when the primary NTP server is down.
20:49 Changeset in rtems [f077f332]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-04-23 Jiri Gaisler <jiri@…> * start.S: Modificatins to preserve the current CWP and adjust the WIM accordingly. This improves compatibility with the remote debugger and the mkprom prom-builder.
Note: See TracTimeline for information about the timeline view.