Timeline



03/11/99:

22:13 Changeset in rtems [e602b3f]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Interrupt handler installed as raw handler. Problem caught by by Jiri Gaisler <jgais@…> when using this driver on a SPARC.

03/08/99:

21:41 Changeset in rtems [54d3d1e]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added $(CPPFLAGS) to all gcc 2.8 style make-exe rules.
21:40 Changeset in rtems [5b3632e]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Took generated files off list of source files.
21:39 Changeset in rtems [b10f6e1]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Corrected bug where pointer to doubly linked blocks was being incorrectly calculated.
21:39 Changeset in rtems [3195d9c]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added code to translate internal libio flags to POSIX style flags.
21:38 Changeset in rtems [1bb17020]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added support for F_GETFL and F_SETFL.
21:38 Changeset in rtems [550b6da]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Install remote debugger pieces.
21:38 Changeset in rtems [16b5264d]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Switched sense of tests configure flag to really be off by default.
21:37 Changeset in rtems [b02af64]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Removed unused variable.
21:02 Changeset in rtems [a4dc7e0]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from Ian Lance Taylor <ian@…> to correct previous interrupt patch.

03/06/99:

18:09 Changeset in rtems [3ef8798]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added F_GETFL support so the fdopen() implementation in newlib 1.8.1 would work. At the same time, the initial implementation of F_SETFL was added. A support routine was added to convert internal libio flags back to the POSIX style. Eventually the internal representation should be eliminated in the interest of simplicity and code reduction. This problem was reported by Jake Janovetz <janovetz@…>.

03/03/99:

18:11 Changeset in rtems [eaefca90]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Wrong constant name was used for the DEBUG exception.
18:11 Changeset in rtems [163b29a]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Generated files were accidentally included in the library.
16:22 Changeset in rtems [4f6d73a]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from Erik Ivanenko <erik.ivanenko@…> to correct a bug that shows up if the BSP uses memory near address 0.

03/02/99:

15:56 Changeset in rtems [97b8b8f]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
This file is linked in
15:43 Changeset in rtems [0077e9e]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
changed version to 19990302
15:32 Changeset in rtems [faf7f46]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from Jay Monkman <jmonkman@…> to address minor issues in the eth_comm BSP documentation.

03/01/99:

23:50 Changeset in rtems [9d81380]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Updated Ethernet driver from Erik Ivanenko <erik.ivanenko@…>. Comments follow: Please find attached, the updated network driver. I have verified that it is working as expected, by timestamping the error messages generated from the ISR. If you've taken a look inside, the network driver has a reset thread in addition to the RX and TX threads. It is possible to avoid the additional reset thread by allowing the TX driver to time out and then checking status bits set by the ISR. However, this approach demands that a transmission is necessary for the NIC to be reset. Due to Eric V's ISR handling, I suppose that the reset routine could be called from the "ISR" itself, due to the 8259 interrupt mode, and that the interrupt is acknowledged prior to running the "ISR". (Providing that no NIC interrupts are generated during reset -- I worry about re-entrancy. ) This would be a minor improvement, but you know, I don't want to make this driver my lifes work. ---------------------------------------------------------------------- ----------------------------------------------------------------------
22:40 Changeset in rtems [73f6236]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from Eric Norum <eric@…> to eliminate external IO handlers scheme that was implemented originally just to support sockets. The file system IO switch is more general and works fine.
15:18 Changeset in rtems [e069cdc3]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Part of the automake VI patch from Ralf Corsepius <corsepiu@…>: > 5) rtems-rc-19990202-1.diff/reorg-install.sh > > reorg-install.sh fixes a Makefile variable name clash of RTEMS > configuration files and automake/autoconf standards. > Until now, RTEMS used $(INSTALL) for install-if-change. Automake and > autoconf use $(INSTALL) for a bsd-compatible install. As > install-if-change and bsd-install are not compatible, I renamed all > references to install-if-changed to $(INSTALL_CHANGED) and used > $(INSTALL) for bsd-install (==automake/autoconf standard). When > automake will be introduced install-if-change will probably be replaced > by $(INSTALL) and therefore will slowly vanish. For the moment, this > patch fixes a very nasty problem which prevents adding any automake file > until now (There are still more).

02/25/99:

19:34 Changeset in rtems [85d8eb2]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Corrected the comments on --enable-gcc28 and switched the sense of the --enable-tests switch.
19:22 Changeset in rtems [e1b77701]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
backed off previous change and switched to tests being disabled by default.
17:30 Changeset in rtems [0ce4728]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Suggestion from Ralf Corsepius <corsepiu@…> to clarify --enable-tests flag.
Note: See TracTimeline for information about the timeline view.