Timeline



07/18/03:

17:25 Changeset in rtems [1ede24c]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2003-07-18 Till Straumann <strauman@…> PR 288/rtems * rtems/new-exceptions/cpu.h: _ISR_Nest_level is now properly maintained and does not reside in SPRG0.
17:24 Changeset in rtems [ec821af]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2003-07-18 Till Straumann <strauman@…> PR 288/rtems * irq/irq_asm.S, startup/bspstart.c: _ISR_Nest_level is now properly maintained and any BSP which does not do so will trip a panic in the shared code.
17:24 Changeset in rtems [7b59de1c]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2003-07-18 Till Straumann <strauman@…> PR 288/rtems * startup/bspstart.c: _ISR_Nest_level is now properly maintained.
17:24 Changeset in rtems [ae20a3e2]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2003-07-18 Till Straumann <strauman@…> PR 288/rtems * irq/irq_asm.S, startup/bspstart.c: _ISR_Nest_level is now properly maintained.
17:23 Changeset in rtems [36e95a87] by Joel Sherrill <joel.sherrill@…>
2003-07-18 Till Straumann <strauman@…> PR 288/rtems * rtems/new-exceptions/cpu.h: _ISR_Nest_level is now properly maintained and does not reside in SPRG0.
17:22 Changeset in rtems [b997f52] by Joel Sherrill <joel.sherrill@…>
2003-07-18 Till Straumann <strauman@…> PR 288/rtems * irq/irq_asm.S, startup/bspstart.c: _ISR_Nest_level is now properly maintained and any BSP which does not do so will trip a panic in the shared code.
17:21 Changeset in rtems [8930426] by Joel Sherrill <joel.sherrill@…>
2003-07-18 Till Straumann <strauman@…> PR 288/rtems * startup/bspstart.c: _ISR_Nest_level is now properly maintained.
17:21 Changeset in rtems [adc5f630] by Joel Sherrill <joel.sherrill@…>
2003-07-18 Till Straumann <strauman@…> PR 288/rtems * irq/irq_asm.S, startup/bspstart.c: _ISR_Nest_level is now properly maintained.
17:05 Changeset in rtems [674b9497]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2003-07-18 Till Straumann <strauman@…> PR 415/bsps * pci/detect_raven_bridge.c, startup/bspstart.c: This patch reverts enabling MCP interrupts for the motorola_powerpc BSPs. REASON: pci config space scanning (as e.g. done by the DEC Ethernet driver) would raise machine check exceptions.
17:05 Changeset in rtems [bf939b0] by Joel Sherrill <joel.sherrill@…>
2003-07-18 Till Straumann <strauman@…> PR 415/bsps * pci/detect_raven_bridge.c, startup/bspstart.c: This patch reverts enabling MCP interrupts for the motorola_powerpc BSPs. REASON: pci config space scanning (as e.g. done by the DEC Ethernet driver) would raise machine check exceptions.
16:29 Ticket #424 (OAR's CVS is flakey) closed by Joel Sherrill
State-Changed-From-To: feedback->closed State-Changed-Why: I committed a LOT of stuff over the past day or so and haven't see a hiccup yet. So I am going to cross my fingers and close this one.
16:25 Ticket #288 (_ISR_Nest_level on PowerPC new exception model not maintained) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: New patch (pr288-otherBSPs.diff) applied to trunk and 4.6 branch.
16:07 Ticket #300 (User Extension API for the TCB extensions array.) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: New website has section for potential projects. This includes a list of PRs that are wishlist items and not actively being worked on. This PR can be reopened if someone volunteers.
16:06 Ticket #415 (add support for MCP / machine check exception to ppc/shared BSP) closed by Joel Sherrill
State-Changed-From-To: feedback->closed State-Changed-Why: raven.diff patch applied to trunk and 4.6 branch.
15:52 Changeset in rtems [35f93740]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2003-07-16 Greg Menke <gregory.menke@…> PR 428/bsps PR 432/bsps * bootloader/pci.c: Re-instated code that prevents remapping small IO regions, which if remapped would cause i8259 registers to move out from under the #define'd base addresses. * startup/bspstart.c: Reduced BAT2 PCI memory allocation to 256 megs, I incorrectly had extended it which would cause problems with PCI devices that defined prefetchable memory.
15:52 Changeset in rtems [0ffa407]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2003-07-16 Greg Menke <gregory.menke@…> PR 428/bsps PR 432/bsps * pci/pcibios.c, pci/pcibios.h: Added BSP_pci_Find_Device() which is copied from motorola_shared.
15:52 Changeset in rtems [3584398a]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2003-07-18 Greg Menke <gregory.menke@…> PR 429/bsps PR 432/bsps * network/elnk.c: Due to a bug in the driver, if multiple packets are queued onto an elnk board, the ISR will deadlock the device with a tx complete interrupt. Lighter tx loads are not affected as they end up submitting single packets to the device.
15:52 Changeset in rtems [552af999] by Joel Sherrill <joel.sherrill@…>
2003-07-18 Greg Menke <gregory.menke@…> PR 429/bsps PR 432/bsps * network/elnk.c: Due to a bug in the driver, if multiple packets are queued onto an elnk board, the ISR will deadlock the device with a tx complete interrupt. Lighter tx loads are not affected as they end up submitting single packets to the device.
15:51 Changeset in rtems [734d1c5d] by Joel Sherrill <joel.sherrill@…>
2003-07-16 Greg Menke <gregory.menke@…> PR 428/bsps PR 432/bsps * pci/pcibios.c, pci/pcibios.h: Added BSP_pci_Find_Device() which is copied from motorola_shared.
15:48 Changeset in rtems [367a0e2] by Joel Sherrill <joel.sherrill@…>
2003-07-16 Greg Menke <gregory.menke@…> PR 428/bsps PR 432/bsps * bootloader/pci.c: Re-instated code that prevents remapping small IO regions, which if remapped would cause i8259 registers to move out from under the #define'd base addresses. * startup/bspstart.c: Reduced BAT2 PCI memory allocation to 256 megs, I incorrectly had extended it which would cause problems with PCI devices that defined prefetchable memory.
15:16 Ticket #189 (RTEMS User environment to use a user extension.) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: New website has section for potential projects. This includes a list of PRs that are wishlist items and not actively being worked on. This PR can be reopened if someone volunteers.
15:15 Ticket #187 (Task ASR post switch handler dynamically installed.) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: New website has section for potential projects. This includes a list of PRs that are wishlist items and not actively being worked on. This PR can be reopened if someone volunteers.
15:14 Ticket #188 (POSIX signal handler post switch handler dynamically install) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: New website has section for potential projects. This includes a list of PRs that are wishlist items and not actively being worked on. This PR can be reopened if someone volunteers.
15:13 Ticket #186 (Post switch handler requires separate chain.) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: New website has section for potential projects. This includes a list of PRs that are wishlist items and not actively being worked on. This PR can be reopened if someone volunteers.
15:12 Ticket #185 (Task vars switch thread handler dynamically installed.) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: New website has section for potential projects. This includes a list of PRs that are wishlist items and not actively being worked on. This PR can be reopened if someone volunteers.
15:11 Ticket #135 (newlib extension should be static) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: New website has section for potential projects. This includes a list of PRs that are wishlist items and not actively being worked on. This PR can be reopened if someone volunteers.
15:08 Ticket #136 (Incorporte submitted dos filesystem tests into included tests) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: New website has section for potential projects. This includes a list of PRs that are wishlist items and not actively being worked on. This PR can be reopened if someone volunteers.
15:05 Ticket #326 (newlib-1.10.0-rtems-20021127.diff does not apply cleanly with patch 2.5.4) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: Patch long superceded and problem not re-reported.
15:04 Ticket #155 (Dynamic loading patch for Linux from Ian Taylor) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: New website has section for potential projects. This includes a list of PRs that are wishlist items and not actively being worked on. This PR can be reopened if someone volunteers.
15:02 Ticket #127 (IO Driver unregister does not close the driver.) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: New website has section for potential projects. This includes a list of PRs that are wishlist items and not actively being worked on. This PR can be reopened if someone volunteers.
14:54 Ticket #432 (motorola shared PCI fix, 3Com elnk driver fix) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: Patch applied to trunk and 4.6 branch.
14:47 Changeset in rtems [fbbe5fd]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2003-07-18 Till Straumann <strauman@…> PR 430/rtems * include/rtems/score/watchdog.h: _Watchdog_Ticks_since_boot should be a VOLATILE variable. * src/watchdoginsert.c: 'restart' algorithm needs to enforce reloading the list head in case a TICK interrupt during ISR_Flash() modified the list. This is achieved by a proper VOLATILE cast. Also _Watchdog_Sync_count++ should be protected by _ISR_Disable (prevent corruption in case ISR calls watchdoginsert) * src/watchdogadjust.c: ISR protection added. * src/watchdogtickle.c: ISR protection added. NOTE: PowerPC BSPs using the new exception processing MUST BE UPDATED to maintain _ISR_Nest_level. See also PR288 which provides fixes for the affected BSPs distributed with RTEMS.
14:47 Changeset in rtems [cfc257fc] by Joel Sherrill <joel.sherrill@…>
2003-07-18 Till Straumann <strauman@…> PR 430/rtems * include/rtems/score/watchdog.h: _Watchdog_Ticks_since_boot should be a VOLATILE variable. * src/watchdoginsert.c: 'restart' algorithm needs to enforce reloading the list head in case a TICK interrupt during ISR_Flash() modified the list. This is achieved by a proper VOLATILE cast. Also _Watchdog_Sync_count++ should be protected by _ISR_Disable (prevent corruption in case ISR calls watchdoginsert) * src/watchdogadjust.c: ISR protection added. * src/watchdogtickle.c: ISR protection added. NOTE: PowerPC BSPs using the new exception processing MUST BE UPDATED to maintain _ISR_Nest_level. See also PR288 which provides fixes for the affected BSPs distributed with RTEMS.
14:22 Changeset in rtems [8f51fa52] by Joel Sherrill <joel.sherrill@…>
2003-07-18 Joel Sherrill <joel@…> PR 426/ada * configure.ac, samples/Makefile.am: Remove base_mp from 4.6 branch. * samples/base_mp/.cvsignore, samples/base_mp/Makefile.am, samples/base_mp/config.h, samples/base_mp/mptest.adb, samples/base_mp/mptest.ads, samples/base_mp/node1/.cvsignore, samples/base_mp/node1/Makefile.am, samples/base_mp/node1/base_mp.scn, samples/base_mp/node2/.cvsignore, samples/base_mp/node2/Makefile.am, samples/base_mp/node2/base_mp.scn: Removed.
14:14 Changeset in rtems [1dfc1b94]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Fixed formatting so scripts work.
14:14 Changeset in rtems [de65a875] by Joel Sherrill <joel.sherrill@…>
Fixed formatting so scripts work.
14:04 Ticket #47 (buffer output of tests) closed by Joel Sherrill
State-Changed-From-To: feedback->closed State-Changed-Why: New website has section for potential projects. This includes a list of PRs that are wishlist items and not actively being worked on. This PR can be reopened if someone volunteers. In particular, this project will require tinkering with some of the tests to make their output more repeatable. Ideally it will also involve making the tests self-check the output in their buffer.
14:02 Ticket #46 (Merge Workspace and C Heap) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: New website has section for potential projects. This includes a list of PRs that are wishlist items and not actively being worked on. This PR can be reopened if someone volunteers.
13:57 Ticket #314 (Solaris: [left|right] shift count >= width of type) closed by Joel Sherrill
State-Changed-From-To: feedback->closed State-Changed-Why: I believe this PR was resolved by using a structure overlaying major/minor with dev_t. This overlay approach resolved warnings on 16 bit targets. If this is not fixed, it will have to be resolved in a subtly different manner.
13:48 Ticket #430 (watchdog timer chain corruption) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: Patch applied to trunk and 4.6. branch.
13:22 Ticket #426 (Disable ada w/ --enable-multiprocessing for 4.6) closed by Joel Sherrill
State-Changed-From-To: feedback->closed State-Changed-Why: mptests previously removed from 4.6 branch. This is being closed because it references base_mp which was missed in the other effort.
05:21 Changeset in rtems [0333258] by Ralf Corsepius <ralf.corsepius@…>
2003-07-18 Ralf Corsepius <corsepiu@…> * src/rdbg.c: Use memset instead of bzero (deprecated). * src/servtsp.c: Ditto.
05:19 Changeset in rtems [718f981]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2003-07-18 Ralf Corsepius <corsepiu@…> * src/rdbg.c: Use memset instead of bzero (deprecated). * src/servtsp.c: Ditto.

07/17/03:

21:59 Changeset in rtems [45477a3]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2003-07-17 Joel Sherrill <joel@…> PR 433/tools * mips-stub.c: Patch from C. M. Heard <heard@…> described as: The purpose of the patch is to make the stub ignore all characters except '+' (ack) or '-' (nak) when it has transmitted a packet and expects an acknowledgment. Without the patch, putpacket() will retransmit each time it receives anything other than '+' when expecting an ack, and that, bitter experience has found, frequently results in the stub failing to sync up when initially attaching to gdb. I think that rtems users will notice significant improvement in the of the mips stub if this patch is incorporated in the distribution; certainly I did in my stand-aline environment. I should hasten to add that it is only an improvement and not a 100% cure for synchronization problems because '+' characters can (and do) during as message data, and it's still possible for these to be mistaken as acks. I have no idea how to fix that short of redesigning the gdb-remote protocol.
21:59 Changeset in rtems [c4abc88] by Joel Sherrill <joel.sherrill@…>
2003-07-17 Joel Sherrill <joel@…> PR 433/tools * mips-stub.c: Patch from C. M. Heard <heard@…> described as: The purpose of the patch is to make the stub ignore all characters except '+' (ack) or '-' (nak) when it has transmitted a packet and expects an acknowledgment. Without the patch, putpacket() will retransmit each time it receives anything other than '+' when expecting an ack, and that, bitter experience has found, frequently results in the stub failing to sync up when initially attaching to gdb. I think that rtems users will notice significant improvement in the of the mips stub if this patch is incorporated in the distribution; certainly I did in my stand-aline environment. I should hasten to add that it is only an improvement and not a 100% cure for synchronization problems because '+' characters can (and do) during as message data, and it's still possible for these to be mistaken as acks. I have no idea how to fix that short of redesigning the gdb-remote protocol.
21:00 Ticket #433 (mips gdb stub ack handling improvement) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: Patch applied to 4.6 release branch and main CVS trunk. Thank you Michael. Receiving an unsolicited patch from you made my day and let me know that the old style spirit of the Net is still alive. :)
20:54 Ticket #433 (mips gdb stub ack handling improvement) created by heard
The purpose of the patch is to make the stub ignore all characters …
20:14 Changeset in rtems [4c29889] by Joel Sherrill <joel.sherrill@…>
2003-07-17 Joel Sherrill <joel@…> PR 425/ada * Makefile.am, configure.ac, sptests/Makefile.am: Remove all Ada tests that do not build from 4.6 branch. * mptests/.cvsignore, mptests/Makefile.am, mptests/mp01/.cvsignore, mptests/mp01/Makefile.am, mptests/mp01/config.h, mptests/mp01/mp01.adb, mptests/mp01/mptest.adb, mptests/mp01/mptest.ads, mptests/mp01/node1/.cvsignore, mptests/mp01/node1/Makefile.am, mptests/mp01/node1/mp01.scn, mptests/mp01/node2/.cvsignore, mptests/mp01/node2/Makefile.am, mptests/mp01/node2/mp01.scn, mptests/mp02/.cvsignore, mptests/mp02/mptest.adb, mptests/mp02/mptest.ads, mptests/mp02/node1/.cvsignore, mptests/mp02/node1/mp02.scn, mptests/mp02/node2/.cvsignore, mptests/mp02/node2/mp02.scn, mptests/mp03/.cvsignore, mptests/mp03/mptest.adb, mptests/mp03/mptest.ads, mptests/mp03/node1/.cvsignore, mptests/mp03/node1/mp03.scn, mptests/mp03/node2/.cvsignore, mptests/mp03/node2/mp03.scn, mptests/mp04/.cvsignore, mptests/mp04/mptest.adb, mptests/mp04/mptest.ads, mptests/mp04/node1/.cvsignore, mptests/mp04/node1/mp04.scn, mptests/mp04/node2/.cvsignore, mptests/mp04/node2/mp04.scn, mptests/mp05/.cvsignore, mptests/mp05/mptest.adb, mptests/mp05/mptest.ads, mptests/mp05/node1/.cvsignore, mptests/mp05/node1/mp05.scn, mptests/mp05/node2/.cvsignore, mptests/mp05/node2/mp05.scn, mptests/mp06/.cvsignore, mptests/mp06/mptest.adb, mptests/mp06/mptest.ads, mptests/mp06/node1/.cvsignore, mptests/mp06/node1/mp06.scn, mptests/mp06/node2/.cvsignore, mptests/mp06/node2/mp06.scn, mptests/mp07/.cvsignore, mptests/mp07/mptest.adb, mptests/mp07/mptest.ads, mptests/mp07/node1/.cvsignore, mptests/mp07/node1/mp07.scn, mptests/mp07/node2/.cvsignore, mptests/mp07/node2/mp07.scn, mptests/mp08/.cvsignore, mptests/mp08/mptest.adb, mptests/mp08/mptest.ads, mptests/mp08/node1/.cvsignore, mptests/mp08/node1/mp08.scn, mptests/mp08/node2/.cvsignore, mptests/mp08/node2/mp08.scn, mptests/mp09/.cvsignore, mptests/mp09/mptest.adb, mptests/mp09/mptest.ads, mptests/mp09/node1/.cvsignore, mptests/mp09/node1/mp09.scn, mptests/mp09/node2/.cvsignore, mptests/mp09/node2/mp09.scn, mptests/mp10/.cvsignore, mptests/mp10/mptest.adb, mptests/mp10/mptest.ads, mptests/mp10/node1/.cvsignore, mptests/mp10/node1/mp10.scn, mptests/mp10/node2/.cvsignore, mptests/mp10/node2/mp10.scn, mptests/mp11/.cvsignore, mptests/mp11/mptest.adb, mptests/mp11/mptest.ads, mptests/mp11/node1/.cvsignore, mptests/mp11/node1/mp11.scn, mptests/mp11/node2/.cvsignore, mptests/mp11/node2/mp11.scn, mptests/mp12/.cvsignore, mptests/mp12/mptest.adb, mptests/mp12/mptest.ads, mptests/mp12/node1/.cvsignore, mptests/mp12/node1/mp12.scn, mptests/mp12/node2/.cvsignore, mptests/mp12/node2/mp12.scn, mptests/mp13/.cvsignore, mptests/mp13/mptest.adb, mptests/mp13/mptest.ads, mptests/mp13/node1/.cvsignore, mptests/mp13/node1/mp13.scn, mptests/mp13/node2/.cvsignore, mptests/mp13/node2/mp13.scn, mptests/mp14/.cvsignore, mptests/mp14/mptest.adb, mptests/mp14/mptest.ads, mptests/mp14/node1/.cvsignore, mptests/mp14/node1/mp14.scn, mptests/mp14/node2/.cvsignore, mptests/mp14/node2/mp14.scn: Removed.
19:15 Ticket #425 (Remove ada-tests/mptests from 4-6) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: Done. This also impacted the ada-tests Makefile.am and configure.ac. I also removed spsize from the build because it refers to a file that has not been merged from the tests from the old Ada implementation of RTEMS.
18:38 Ticket #428 (motorola_shared i8259 interrupt cascade from int2 block not working) closed by gregory.menke
State-Changed-From-To: open->closed State-Changed-Why: fixed by PR 432
18:37 Ticket #429 (3com driver (elnk)) closed by gregory.menke
State-Changed-From-To: open->closed State-Changed-Why: fixed by PR 432
13:17 Ticket #432 (motorola shared PCI fix, 3Com elnk driver fix) created by gregory.menke
PR 428 - fixes bootloader remapping PCI bus 0 & PCI bus 1 resources …

07/16/03:

19:30 Changeset in rtems [d62cfdf]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2003-07-16 Joel Sherrill <joel@…> * ChangeLog?: Correct format.

07/15/03:

15:10 Changeset in rtems [ae49cd6a]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2003-07-15 Ralf Corsepius <corsepiu@…> * wrapup/Makefile.am: Remove bogus $(MULTISUBDIR).
15:07 Changeset in rtems [69b40b05]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2003-07-15 Ralf Corsepius <corsepiu@…> * wrapup/Makefile.am: Remove bogus $(MULTISUBDIR).
14:31 Changeset in rtems [8bf9689] by Ralf Corsepius <ralf.corsepius@…>
2003-07-15 Ralf Corsepius <corsepiu@…> * aclocal/multi.m4: Don't add --enable-multilib. Rename AC_ENABLE_MULTILIB into AM_ENABLE_MULTILIB. Increment serial to 103 (automake's multi.m4 version + 100). * configure.ac: Use AM_ENABLE_MULTILIB instead of AC_ENABLE_MULTILIB. 2003-07-03 Joel Sherrill <joel@…> * aclocal/version.m4: Updated to rtems-4.6.0pre4.
14:26 Changeset in rtems [e4bfc976] by Ralf Corsepius <ralf.corsepius@…>
2003-07-15 Ralf Corsepius <corsepiu@…> * config-ml.in: Partial sync with gcc-3.4's config-ml.in. Add "autoconf-2.5x unquoting" hack.
11:59 Changeset in rtems [3a032d41]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2003-07-15 Ralf Corsepius <corsepiu@…> * config-ml.in: Partial sync with gcc-3.4's config-ml.in. Add "autoconf-2.5x unquoting" hack.

07/14/03:

23:19 Changeset in rtems [4a33e89] by Chris Johns <chrisj@…>
PR431. MSDOS Volume semaphore timeout is now NO TIMEOUT. MSDOS volume opertations will wait for ever.
23:17 Changeset in rtems [6ad26a9]4.104.114.84.95 by Chris Johns <chrisj@…>
PR431. MSDOS Volume semaphore timeout is now NO TIMEOUT. MSDOS volume opertations will wait for ever.
23:13 Changeset in rtems [1679a7b]4.104.114.84.95 by Chris Johns <chrisj@…>
MSDOS Volume semaphore timeout is now NO TIMEOUT. MSDOS volume opertations will wait for ever.
23:11 Changeset in rtems [a075bd7e] by Chris Johns <chrisj@…>
MSDOS Volume semaphore timeout is now NO TIMEOUT. MSDOS volume opertations will wait for ever.
22:20 Ticket #431 (MSDOS Timeout fail on Bonnie disk test.) closed by Chris Johns
State-Changed-From-To: open->closed State-Changed-Why: Change in CVS for the 4.6.0 and main branch.
12:01 Ticket #431 (MSDOS Timeout fail on Bonnie disk test.) created by Chris Johns
The Bonnie test program's lseek test fails on a 1msec = 1tick target …

07/13/03:

16:21 Changeset in rtems [23557f5]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2003-07-13 Ralf Corsepius <corsepiu@…> * config.sub: Remove (Automatically added by automake, again). * bootstrap: Reflect change above. * configure.ac: Require automake >= 1.7.6.
16:16 Changeset in rtems [a753ab2]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2003-07-13 Ralf Corsepius <corsepiu@…> * autotools/automake-rtems.spec.in: Automake-1.7.6.
04:15 Ticket #430 (watchdog timer chain corruption) created by strauman
A missing 'volatile' declaration at an obscure place could lead to …

07/10/03:

20:12 Ticket #429 (3com driver (elnk)) created by gregory.menke
Due to a bug in the driver, if multiple packets are queued onto an …
18:48 Ticket #428 (motorola_shared i8259 interrupt cascade from int2 block not working) created by gregory.menke
Default onboard dec21140 int 10 not generating interrupts, causing …
08:08 Changeset in rtems [222f7bda]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2003-07-10 Ralf Corsepius <corsepiu@…> * configure.ac: Remove (Merged into ../configure.ac). * Makefile.am: Reflect having merged configure.ac into ../configure.ac
08:07 Changeset in rtems [ec463ac]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2003-07-10 Ralf Corsepius <corsepiu@…> * configure.ac: Remove (Merged into ../configure.ac). * Makefile.am, ide/Makefile.am, network/Makefile.am, rtc/Makefile.am, serial/Makefile.am: Reflect having merged configure.ac into ../configure.ac
08:06 Changeset in rtems [babba25a]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2003-07-10 Ralf Corsepius <corsepiu@…> * configure.ac: Merge-in libchip/configure.ac. Merge-in optman/configure.ac.

07/09/03:

13:59 Ticket #427 (bcopy, bzero, bcmp are deprecated) created by Ralf Corsepius
ISO/POSIX etc. have deprecated bcopy and friends. Therefore I'd …
12:00 Ticket #426 (Disable ada w/ --enable-multiprocessing for 4.6) created by Ralf Corsepius
None of ada mp-examples (ada-tests/samples/base_mp + …
11:58 Ticket #425 (Remove ada-tests/mptests from 4-6) created by Ralf Corsepius
None of the ada-tests/mptests currently builds. Therefore I'd propose …
10:26 Changeset in rtems [9a9b17d] by Ralf Corsepius <ralf.corsepius@…>
Merger from trunk
10:17 Changeset in rtems [a4b8cd02] by Ralf Corsepius <ralf.corsepius@…>
Merger from trunk
10:09 Changeset in rtems [f99dfe37]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2003-07-09 Ralf Corsepius <corsepiu@…> * ada.am: Add .adp to SUFFIXES. Remove c-compilation rule. * samples/base_sp/Makefile.am: Add init.$(OBJEXT). * samples/hello/Makefile.am: Add init.$(OBJEXT). * samples/ticker/Makefile.am: Add init.$(OBJEXT). * samples/ticker/Makefile.am: Remove VPATH. * sptests/sp01/Makefile.am: Add init.$(OBJEXT). * sptests/sp01/Makefile.am: Don't include */lib.am. * sptests/sp01/Makefile.am: Remove VPATH. * sptests/sp02/Makefile.am: Add init.$(OBJEXT). * sptests/sp02/Makefile.am: Don't include */lib.am. * sptests/sp03/Makefile.am: Add init.$(OBJEXT). * sptests/sp03/Makefile.am: Don't include */lib.am. * sptests/sp04/Makefile.am: Add init.$(OBJEXT). * sptests/sp04/Makefile.am: Don't include */lib.am. * sptests/sp04/Makefile.am: Remove EXPADA. * sptests/sp04/Makefile.am: Remove VPATH. * sptests/sp05/Makefile.am: Add init.$(OBJEXT). * sptests/sp05/Makefile.am: Don't include */lib.am. * sptests/sp06/Makefile.am: Add init.$(OBJEXT). * sptests/sp06/Makefile.am: Don't include */lib.am. * sptests/sp07/Makefile.am: Add init.$(OBJEXT). * sptests/sp07/Makefile.am: Don't include */lib.am. * sptests/sp07/Makefile.am: Remove EXPADA. * sptests/sp08/Makefile.am: Add init.$(OBJEXT). * sptests/sp08/Makefile.am: Don't include */lib.am. * sptests/sp09/Makefile.am: Add init.$(OBJEXT). * sptests/sp09/Makefile.am: Don't include */lib.am. * sptests/sp11/Makefile.am: Add init.$(OBJEXT). * sptests/sp11/Makefile.am: Don't include */lib.am. * sptests/sp12/Makefile.am: Add init.$(OBJEXT). * sptests/sp12/Makefile.am: Don't include */lib.am. * sptests/sp13/Makefile.am: Add init.$(OBJEXT). * sptests/sp13/Makefile.am: Don't include */lib.am. * sptests/sp14/Makefile.am: Add init.$(OBJEXT). * sptests/sp14/Makefile.am: Don't include */lib.am. * sptests/sp15/Makefile.am: Add init.$(OBJEXT). * sptests/sp15/Makefile.am: Don't include */lib.am. * sptests/sp16/Makefile.am: Add init.$(OBJEXT). * sptests/sp16/Makefile.am: Don't include */lib.am. * sptests/sp17/Makefile.am: Add init.$(OBJEXT). * sptests/sp17/Makefile.am: Don't include */lib.am. * sptests/sp19/Makefile.am: Add init.$(OBJEXT). * sptests/sp19/Makefile.am: Don't include */lib.am. * sptests/sp20/Makefile.am: Add init.$(OBJEXT). * sptests/sp20/Makefile.am: Don't include */lib.am. * sptests/sp21/Makefile.am: Add init.$(OBJEXT). * sptests/sp21/Makefile.am: Don't include */lib.am. * sptests/sp22/Makefile.am: Add init.$(OBJEXT). * sptests/sp22/Makefile.am: Don't include */lib.am. * sptests/sp23/Makefile.am: Add init.$(OBJEXT). * sptests/sp23/Makefile.am: Don't include */lib.am. * sptests/sp24/Makefile.am: Add init.$(OBJEXT). * sptests/sp24/Makefile.am: Don't include */lib.am. * sptests/sp25/Makefile.am: Add init.$(OBJEXT). * sptests/sp25/Makefile.am: Don't include */lib.am. * sptests/spsize/Makefile.am: Add init.$(OBJEXT). * sptests/spsize/Makefile.am: Don't include */lib.am. * tmtests/tm01/Makefile.am: Add init.$(OBJEXT). * tmtests/tm01/Makefile.am: Don't include */lib.am. * tmtests/tm02/Makefile.am: Add init.$(OBJEXT). * tmtests/tm02/Makefile.am: Don't include */lib.am. * tmtests/tm03/Makefile.am: Add init.$(OBJEXT). * tmtests/tm03/Makefile.am: Don't include */lib.am. * tmtests/tm04/Makefile.am: Add init.$(OBJEXT). * tmtests/tm04/Makefile.am: Don't include */lib.am. * tmtests/tm05/Makefile.am: Add init.$(OBJEXT). * tmtests/tm05/Makefile.am: Don't include */lib.am. * tmtests/tm06/Makefile.am: Add init.$(OBJEXT). * tmtests/tm06/Makefile.am: Don't include */lib.am. * tmtests/tm07/Makefile.am: Add init.$(OBJEXT). * tmtests/tm07/Makefile.am: Don't include */lib.am. * tmtests/tm08/Makefile.am: Add init.$(OBJEXT). * tmtests/tm08/Makefile.am: Don't include */lib.am. * tmtests/tm09/Makefile.am: Add init.$(OBJEXT). * tmtests/tm09/Makefile.am: Don't include */lib.am. * tmtests/tm10/Makefile.am: Add init.$(OBJEXT). * tmtests/tm10/Makefile.am: Don't include */lib.am. * tmtests/tm11/Makefile.am: Add init.$(OBJEXT). * tmtests/tm11/Makefile.am: Don't include */lib.am. * tmtests/tm12/Makefile.am: Add init.$(OBJEXT). * tmtests/tm12/Makefile.am: Don't include */lib.am. * tmtests/tm13/Makefile.am: Add init.$(OBJEXT). * tmtests/tm13/Makefile.am: Don't include */lib.am. * tmtests/tm14/Makefile.am: Add init.$(OBJEXT). * tmtests/tm14/Makefile.am: Don't include */lib.am. * tmtests/tm15/Makefile.am: Add init.$(OBJEXT). * tmtests/tm15/Makefile.am: Don't include */lib.am. * tmtests/tm16/Makefile.am: Add init.$(OBJEXT). * tmtests/tm16/Makefile.am: Don't include */lib.am. * tmtests/tm17/Makefile.am: Add init.$(OBJEXT). * tmtests/tm17/Makefile.am: Don't include */lib.am. * tmtests/tm18/Makefile.am: Add init.$(OBJEXT). * tmtests/tm18/Makefile.am: Don't include */lib.am. * tmtests/tm19/Makefile.am: Add init.$(OBJEXT). * tmtests/tm19/Makefile.am: Don't include */lib.am. * tmtests/tm20/Makefile.am: Add init.$(OBJEXT). * tmtests/tm20/Makefile.am: Don't include */lib.am. * tmtests/tm21/Makefile.am: Add init.$(OBJEXT). * tmtests/tm21/Makefile.am: Don't include */lib.am. * tmtests/tm22/Makefile.am: Add init.$(OBJEXT). * tmtests/tm22/Makefile.am: Don't include */lib.am. * tmtests/tm23/Makefile.am: Add init.$(OBJEXT). * tmtests/tm23/Makefile.am: Don't include */lib.am. * tmtests/tm24/Makefile.am: Add init.$(OBJEXT). * tmtests/tm24/Makefile.am: Don't include */lib.am. * tmtests/tm25/Makefile.am: Add init.$(OBJEXT). * tmtests/tm25/Makefile.am: Don't include */lib.am. * tmtests/tm28/Makefile.am: Add init.$(OBJEXT). * tmtests/tm28/Makefile.am: Don't include */lib.am. * tmtests/tm29/Makefile.am: Add init.$(OBJEXT). * tmtests/tm29/Makefile.am: Don't include */lib.am. * tmtests/tmck/Makefile.am: Add init.$(OBJEXT). * tmtests/tmck/Makefile.am: Don't include */lib.am. * tmtests/tmoverhd/Makefile.am: Add init.$(OBJEXT). * tmtests/tmoverhd/Makefile.am: Don't include */lib.am.
10:01 Changeset in rtems [de0ac92]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2003-07-09 Ralf Corsepius <corsepiu@…> * ada.am: Add .adp to SUFFIXES. Remove c-compilation rule. * samples/base_sp/Makefile.am: Add init.$(OBJEXT). * samples/hello/Makefile.am: Add init.$(OBJEXT). * samples/ticker/Makefile.am: Add init.$(OBJEXT). * samples/ticker/Makefile.am: Remove VPATH. * sptests/sp01/Makefile.am: Add init.$(OBJEXT). * sptests/sp01/Makefile.am: Don't include */lib.am. * sptests/sp01/Makefile.am: Remove VPATH. * sptests/sp02/Makefile.am: Add init.$(OBJEXT). * sptests/sp02/Makefile.am: Don't include */lib.am. * sptests/sp03/Makefile.am: Add init.$(OBJEXT). * sptests/sp03/Makefile.am: Don't include */lib.am. * sptests/sp04/Makefile.am: Add init.$(OBJEXT). * sptests/sp04/Makefile.am: Don't include */lib.am. * sptests/sp04/Makefile.am: Remove EXPADA. * sptests/sp04/Makefile.am: Remove VPATH. * sptests/sp05/Makefile.am: Add init.$(OBJEXT). * sptests/sp05/Makefile.am: Don't include */lib.am. * sptests/sp06/Makefile.am: Add init.$(OBJEXT). * sptests/sp06/Makefile.am: Don't include */lib.am. * sptests/sp07/Makefile.am: Add init.$(OBJEXT). * sptests/sp07/Makefile.am: Don't include */lib.am. * sptests/sp07/Makefile.am: Remove EXPADA. * sptests/sp08/Makefile.am: Add init.$(OBJEXT). * sptests/sp08/Makefile.am: Don't include */lib.am. * sptests/sp09/Makefile.am: Add init.$(OBJEXT). * sptests/sp09/Makefile.am: Don't include */lib.am. * sptests/sp11/Makefile.am: Add init.$(OBJEXT). * sptests/sp11/Makefile.am: Don't include */lib.am. * sptests/sp12/Makefile.am: Add init.$(OBJEXT). * sptests/sp12/Makefile.am: Don't include */lib.am. * sptests/sp13/Makefile.am: Add init.$(OBJEXT). * sptests/sp13/Makefile.am: Don't include */lib.am. * sptests/sp14/Makefile.am: Add init.$(OBJEXT). * sptests/sp14/Makefile.am: Don't include */lib.am. * sptests/sp15/Makefile.am: Add init.$(OBJEXT). * sptests/sp15/Makefile.am: Don't include */lib.am. * sptests/sp16/Makefile.am: Add init.$(OBJEXT). * sptests/sp16/Makefile.am: Don't include */lib.am. * sptests/sp17/Makefile.am: Add init.$(OBJEXT). * sptests/sp17/Makefile.am: Don't include */lib.am. * sptests/sp19/Makefile.am: Add init.$(OBJEXT). * sptests/sp19/Makefile.am: Don't include */lib.am. * sptests/sp20/Makefile.am: Add init.$(OBJEXT). * sptests/sp20/Makefile.am: Don't include */lib.am. * sptests/sp21/Makefile.am: Add init.$(OBJEXT). * sptests/sp21/Makefile.am: Don't include */lib.am. * sptests/sp22/Makefile.am: Add init.$(OBJEXT). * sptests/sp22/Makefile.am: Don't include */lib.am. * sptests/sp23/Makefile.am: Add init.$(OBJEXT). * sptests/sp23/Makefile.am: Don't include */lib.am. * sptests/sp24/Makefile.am: Add init.$(OBJEXT). * sptests/sp24/Makefile.am: Don't include */lib.am. * sptests/sp25/Makefile.am: Add init.$(OBJEXT). * sptests/sp25/Makefile.am: Don't include */lib.am. * sptests/spsize/Makefile.am: Add init.$(OBJEXT). * sptests/spsize/Makefile.am: Don't include */lib.am. * tmtests/tm01/Makefile.am: Add init.$(OBJEXT). * tmtests/tm01/Makefile.am: Don't include */lib.am. * tmtests/tm02/Makefile.am: Add init.$(OBJEXT). * tmtests/tm02/Makefile.am: Don't include */lib.am. * tmtests/tm03/Makefile.am: Add init.$(OBJEXT). * tmtests/tm03/Makefile.am: Don't include */lib.am. * tmtests/tm04/Makefile.am: Add init.$(OBJEXT). * tmtests/tm04/Makefile.am: Don't include */lib.am. * tmtests/tm05/Makefile.am: Add init.$(OBJEXT). * tmtests/tm05/Makefile.am: Don't include */lib.am. * tmtests/tm06/Makefile.am: Add init.$(OBJEXT). * tmtests/tm06/Makefile.am: Don't include */lib.am. * tmtests/tm07/Makefile.am: Add init.$(OBJEXT). * tmtests/tm07/Makefile.am: Don't include */lib.am. * tmtests/tm08/Makefile.am: Add init.$(OBJEXT). * tmtests/tm08/Makefile.am: Don't include */lib.am. * tmtests/tm09/Makefile.am: Add init.$(OBJEXT). * tmtests/tm09/Makefile.am: Don't include */lib.am. * tmtests/tm10/Makefile.am: Add init.$(OBJEXT). * tmtests/tm10/Makefile.am: Don't include */lib.am. * tmtests/tm11/Makefile.am: Add init.$(OBJEXT). * tmtests/tm11/Makefile.am: Don't include */lib.am. * tmtests/tm12/Makefile.am: Add init.$(OBJEXT). * tmtests/tm12/Makefile.am: Don't include */lib.am. * tmtests/tm13/Makefile.am: Add init.$(OBJEXT). * tmtests/tm13/Makefile.am: Don't include */lib.am. * tmtests/tm14/Makefile.am: Add init.$(OBJEXT). * tmtests/tm14/Makefile.am: Don't include */lib.am. * tmtests/tm15/Makefile.am: Add init.$(OBJEXT). * tmtests/tm15/Makefile.am: Don't include */lib.am. * tmtests/tm16/Makefile.am: Add init.$(OBJEXT). * tmtests/tm16/Makefile.am: Don't include */lib.am. * tmtests/tm17/Makefile.am: Add init.$(OBJEXT). * tmtests/tm17/Makefile.am: Don't include */lib.am. * tmtests/tm18/Makefile.am: Add init.$(OBJEXT). * tmtests/tm18/Makefile.am: Don't include */lib.am. * tmtests/tm19/Makefile.am: Add init.$(OBJEXT). * tmtests/tm19/Makefile.am: Don't include */lib.am. * tmtests/tm20/Makefile.am: Add init.$(OBJEXT). * tmtests/tm20/Makefile.am: Don't include */lib.am. * tmtests/tm21/Makefile.am: Add init.$(OBJEXT). * tmtests/tm21/Makefile.am: Don't include */lib.am. * tmtests/tm22/Makefile.am: Add init.$(OBJEXT). * tmtests/tm22/Makefile.am: Don't include */lib.am. * tmtests/tm23/Makefile.am: Add init.$(OBJEXT). * tmtests/tm23/Makefile.am: Don't include */lib.am. * tmtests/tm24/Makefile.am: Add init.$(OBJEXT). * tmtests/tm24/Makefile.am: Don't include */lib.am. * tmtests/tm25/Makefile.am: Add init.$(OBJEXT). * tmtests/tm25/Makefile.am: Don't include */lib.am. * tmtests/tm28/Makefile.am: Add init.$(OBJEXT). * tmtests/tm28/Makefile.am: Don't include */lib.am. * tmtests/tm29/Makefile.am: Add init.$(OBJEXT). * tmtests/tm29/Makefile.am: Don't include */lib.am. * tmtests/tmck/Makefile.am: Add init.$(OBJEXT). * tmtests/tmck/Makefile.am: Don't include */lib.am. * tmtests/tmoverhd/Makefile.am: Add init.$(OBJEXT). * tmtests/tmoverhd/Makefile.am: Don't include */lib.am.
09:37 Ticket #275 (ada-tests/sptests/sp0[4|7] do not build (tcb_to_id)) closed by Ralf Corsepius
State-Changed-From-To: feedback->closed State-Changed-Why: Patch commited to branch and trunk. Committing these was a time-consuming pain (cf. PR425) I am not sure if all patches finally made it into CVS.
09:26 Ticket #424 (OAR's CVS is flakey) created by Ralf Corsepius
I am currently trying check in a large set of recursive patches into …
06:15 Ticket #421 (Shell doesn't check for a end of list when adding monitor commands) closed by Ralf Corsepius
* This bug has been marked as a duplicate of 422 *
06:14 Ticket #420 (Shell doesn't check for a end of list when adding monitor commands) closed by Ralf Corsepius
* This bug has been marked as a duplicate of 422 *
06:13 Ticket #423 (Shell doesn't check for a end of list when adding monitor commands) closed by Ralf Corsepius
State-Changed-From-To: open->closed State-Changed-Why: Incomplete PR.

07/08/03:

20:14 Ticket #422 (Shell doesn't check for a end of list when adding monitor commands) created by mikeci
In cmds.c there is a bug. In function register_cmds when adding …
20:14 Ticket #423 (Shell doesn't check for a end of list when adding monitor commands) created by mikeci
In cmds.c there is a bug. In function register_cmds when adding …
20:12 Ticket #420 (Shell doesn't check for a end of list when adding monitor commands) created by mikeci
In cmds.c there is a bug. In function register_cmds when adding …
20:12 Ticket #421 (Shell doesn't check for a end of list when adding monitor commands) created by mikeci
In cmds.c there is a bug. In function register_cmds when adding …
17:33 Changeset in rtems [fff840e]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Cleanup
17:32 Changeset in rtems [7094267]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2003-07-08 Ralf Corsepius <corsepiu@…> * configure.ac: Remove (Merged-in into ../configure.ac) * Makefile.am, include/Makefile.am, src/Makefile.am, src/rpc/Makefile.am, src/xdr/Makefile.am: Reflect having merged configure.ac into ../configure.ac.
17:17 Changeset in rtems [cd9dac0] by Joel Sherrill <joel.sherrill@…>
2003-07-08 Joel Sherrill <joel@…> * console/console.c: Correct typo.
17:17 Changeset in rtems [499cdee]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2003-07-08 Joel Sherrill <joel@…> * console/console.c: Correct typo.
17:15 Changeset in rtems [051c0b9]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2003-07-08 Ralf Corsepius <corsepiu@…> * cpu/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
17:08 Changeset in rtems [da0fc5d]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2003-07-08 Ralf Corsepius <corsepiu@…> * configure.ac: Merge-in librpc/configure.ac. * Makefile.am: Add librpc to SUBDIRS. Remove @subdirs@.
17:02 Changeset in rtems [3ad34cad]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2003-07-08 Ralf Corsepius <corsepiu@…> * configure.ac: Remove (Merged-in into ../configure.ac) * Makefile.am, include/Makefile.am, src/Makefile.am, src/rpc/Makefile.am, src/xdr/Makefile.am: Reflect having merged configure.ac into ../configure.ac.
16:38 Changeset in rtems [6a8bab6] by Joel Sherrill <joel.sherrill@…>
2003-07-08 Joel Sherrill <joel@…> PR 418/ada * rtems.adb: Add missing all keyword to derefence pointer.
16:38 Changeset in rtems [47f6eea]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2003-07-08 Joel Sherrill <joel@…> PR 418/ada * rtems.adb: Add missing all keyword to derefence pointer.
16:09 Changeset in rtems [581a89ed] by Joel Sherrill <joel.sherrill@…>
2003-07-08 Joel Sherrill <joel@…> PR 416/bsps * ppc403/ictrl/ictrl.c (ictrl_isr): We acknolwegde the interrupt in interrupt controller (clr_exisr(mask)) before calling the interrupt handler that will acnowledge the interrupt source. This results in the interrupt beeing seen a second time by the interrupt controller. Reported and fixed by El Kolli Yacine <yacine.elkolli@…>.
16:08 Changeset in rtems [307685b]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2003-07-08 Joel Sherrill <joel@…> PR 416/bsps * ppc403/ictrl/ictrl.c (ictrl_isr): We acknolwegde the interrupt in interrupt controller (clr_exisr(mask)) before calling the interrupt handler that will acnowledge the interrupt source. This results in the interrupt beeing seen a second time by the interrupt controller. Reported and fixed by El Kolli Yacine <yacine.elkolli@…>.
15:38 Ticket #418 ([ada] rtems.adb does not compile) closed by Joel Sherrill
State-Changed-From-To: analyzed->closed State-Changed-Why: Patch appears to resolve problem. Committed to mainline and 4.6 branch.
15:29 Changeset in rtems [b5825ab]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2003-07-08 Joel Sherrill <joel@…> PR 419/rtems * src/termios.c: Removed warning.
15:28 Changeset in rtems [b7d37d6e] by Joel Sherrill <joel.sherrill@…>
2003-07-08 Joel Sherrill <joel@…> PR 419/rtems * src/termios.c: Removed warning.
15:27 Changeset in rtems [07da959]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2003-07-08 Ralf Corsepius <corsepiu@…> * configure.ac: Merge-in libcsupport/configure.ac. * Makefile.am: Add libcsupport to SUBDIRS.
15:25 Changeset in rtems [44c889a]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2003-07-08 Ralf Corsepius <corsepiu@…> * configure.ac: Remove (Merged-in into ../configure.ac) * Makefile.am: DOC_FILES = src/TODO src/CASES, Reflect having merged configure.ac into ../configure.ac. * src/config.h: New.
15:09 Ticket #416 (Always enter twice in interrupt handler) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: Patch applied to mainline and 4.6 branch.
14:29 Ticket #419 (termios.c (rtems_termios_bufsize) - no return statement) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: Fix on both mainline and 4.6 trunk.
13:50 Changeset in rtems [b422de6c]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2003-07-08 Ralf Corsepius <corsepiu@…> * configure.ac: Merge-in posix/configure.ac. Merge-in itron/configure.ac. Misc. cosmetical changes. * Makefile.am: Add posix, itron to SUBDIRS.
13:46 Changeset in rtems [13482e5d]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2003-07-08 Ralf Corsepius <corsepiu@…> * configure.ac: Remove (Merged-in into ../configure.ac) * Makefile.am: Reflect having merged configure.ac into ../configure.ac. * src/config.h: New.
12:26 Changeset in rtems [c1a72962]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2003-07-08 Ralf Corsepius <corsepiu@…> * support/version.c: Reflect having remove "rtems-" from RTEMS_VERSION.
12:24 Changeset in rtems [85956f9]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2003-07-08 Ralf Corsepius <corsepiu@…> * configure.ac: Merge-in libnetworking/configure.ac. Remove "rtems-" from RTEMS_VERSION. Add AC_CHECK_FUNCS([strsep strcasecmp snprintf]). * Makefile.am: Add libmisc to SUBDIRS.
12:21 Changeset in rtems [14d34d84]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2003-07-08 Ralf Corsepius <corsepiu@…> * configure.ac: Remove (Merged into ../configure.ac). * Makefile.am, libc/Makefile.am, lib/Makefile.am, wrapup/Makefile.am: Reflect having merged configure.ac into ../configure.ac. * kern/kern_mib.c: Use RTEMS_VERSION to setup osrelease.
10:41 Changeset in rtems [e30210ea]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2003-07-08 Ralf Corsepius <corsepiu@…> * configure.ac: Merge-in libmisc/configure.ac. * Makefile.am: Add libmisc to SUBDIRS.
10:39 Changeset in rtems [2cc9367]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2003-07-08 Ralf Corsepius <corsepiu@…> * configure.ac: Remove (Merged into ../configure.ac). * Makefile.am: Reflect having merged configure.ac into ../configure.ac. * capture/config.h: New. * capture/Makefile.am: Add config.h. Reflect having merged configure.ac into ../configure.ac. * cpuuse/config.h: New. * cpuuse/Makefile.am: Add config.h. Reflect having merged configure.ac into ../configure.ac. * devnull/config.h: New. * devnull/Makefile.am: Add config.h. Reflect having merged configure.ac into ../configure.ac. * dummy/config.h: New. * dummy/Makefile.am: Add config.h. Reflect having merged configure.ac into ../configure.ac. * dumpbuf/config.h: New. * dumpbuf/Makefile.am: Add config.h. Reflect having merged configure.ac into ../configure.ac. * monitor/config.h: New. * monitor/Makefile.am: Add config.h. Reflect having merged configure.ac into ../configure.ac. * mw-fb/config.h: New. * mw-fb/Makefile.am: Add config.h. Reflect having merged configure.ac into ../configure.ac. * rtmonuse/config.h: New. * rtmonuse/Makefile.am: Add config.h. Reflect having merged configure.ac into ../configure.ac. * serdbg/config.h: New. * serdbg/Makefile.am: Add config.h. Reflect having merged configure.ac into ../configure.ac. * shell/config.h: New. * shell/Makefile.am: Add config.h. Reflect having merged configure.ac into ../configure.ac. * stackchk/config.h: New. * stackchk/Makefile.am: Add config.h. Reflect having merged configure.ac into ../configure.ac. * untar/config.h: New. * untar/Makefile.am: Add config.h. Reflect having merged configure.ac into ../configure.ac. * wrapup/Makefile.am: Reflect having merged configure.ac into ../configure.ac.
09:48 Changeset in rtems [e604ab6]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2003-07-08 Ralf Corsepius <corsepiu@…> * configure.ac: Merge-in libfs/configure.ac. * Makefile.am: Add libfs to SUBDIRS.
09:47 Changeset in rtems [c41c8b7]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2003-07-08 Ralf Corsepius <corsepiu@…> * configure.ac: Remove (Merged-in into ../configure.ac) * Makefile.am, src/Makefile.am, src/dosfs/Makefile.am, src/imfs/Makefile.am: Reflect having merged configure.ac into ../configure.ac. * src/dosfs/config.h: New. * src/dosfs/Makefile.am: Add config.h. * src/imfsfs/config.h: New. * src/imfs/Makefile.am: Add config.h. Remove COMMON_C_FILES, DOC_FILES (Unused).
08:58 Changeset in rtems [ffc144e]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2003-07-08 Ralf Corsepius <corsepiu@…> * src/dosfs/fat.c: include config-header "config.h". * src/dosfs/fat_fat_operations.c: Ditto. * src/dosfs/fat_file.c: Ditto. * src/dosfs/msdos_conv.c: Ditto.
08:58 Changeset in rtems [bf7d076] by Ralf Corsepius <ralf.corsepius@…>
2003-07-08 Ralf Corsepius <corsepiu@…> * src/dosfs/fat.c: include config-header "config.h". * src/dosfs/fat_fat_operations.c: Ditto. * src/dosfs/fat_file.c: Ditto. * src/dosfs/msdos_conv.c: Ditto.
08:39 Changeset in rtems [550c3df7]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2003-07-08 Ralf Corsepius <corsepiu@…> * capture/capture-cli.c: Add config-header support. * capture/capture.c: Add config-header support. * cpuuse/cpuuse.c: Add config-header support. * devnull/devnull.c: Add config-header support. * dummy/dummy.c: Add config-header support. * dumpbuf/dumpbuf.c: Add config-header support. * monitor/mon-command.c: Add config-header support. * monitor/mon-config.c: Add config-header support. * monitor/mon-dname.c: Add config-header support. * monitor/mon-driver.c: Add config-header support. * monitor/mon-extension.c: Add config-header support. * monitor/mon-itask.c: Add config-header support. * monitor/mon-manager.c: Add config-header support. * monitor/mon-monitor.c: Add config-header support. * monitor/mon-mpci.c: Add config-header support. * monitor/mon-object.c: Add config-header support. * monitor/mon-prmisc.c: Add config-header support. * monitor/mon-queue.c: Add config-header support. * monitor/mon-server.c: Add config-header support. * monitor/mon-symbols.c: Add config-header support. * monitor/mon-task.c: Add config-header support. * mw-fb/mw_fb.c: Add config-header support. * mw-fb/mw_uid.c: Add config-header support. * rtmonuse/rtmonuse.c: Add config-header support. * serdbg/serdbg.c: Add config-header support. * serdbg/serdbgio.c: Add config-header support. * serdbg/termios_printk.c: Add config-header support. * shell/cmds.c: Add config-header support. * stackchk/check.c: Add config-header support. * untar/untar.c: Add config-header support.
08:38 Changeset in rtems [b9e230a2] by Ralf Corsepius <ralf.corsepius@…>
2003-07-08 Ralf Corsepius <corsepiu@…> * capture/capture-cli.c: Add config-header support. * capture/capture.c: Add config-header support. * cpuuse/cpuuse.c: Add config-header support. * devnull/devnull.c: Add config-header support. * dummy/dummy.c: Add config-header support. * dumpbuf/dumpbuf.c: Add config-header support. * monitor/mon-command.c: Add config-header support. * monitor/mon-config.c: Add config-header support. * monitor/mon-dname.c: Add config-header support. * monitor/mon-driver.c: Add config-header support. * monitor/mon-extension.c: Add config-header support. * monitor/mon-itask.c: Add config-header support. * monitor/mon-manager.c: Add config-header support. * monitor/mon-monitor.c: Add config-header support. * monitor/mon-mpci.c: Add config-header support. * monitor/mon-object.c: Add config-header support. * monitor/mon-prmisc.c: Add config-header support. * monitor/mon-queue.c: Add config-header support. * monitor/mon-server.c: Add config-header support. * monitor/mon-symbols.c: Add config-header support. * monitor/mon-task.c: Add config-header support. * mw-fb/mw_fb.c: Add config-header support. * mw-fb/mw_uid.c: Add config-header support. * rtmonuse/rtmonuse.c: Add config-header support. * serdbg/serdbg.c: Add config-header support. * serdbg/serdbgio.c: Add config-header support. * serdbg/termios_printk.c: Add config-header support. * shell/cmds.c: Add config-header support. * stackchk/check.c: Add config-header support. * untar/untar.c: Add config-header support.
08:12 Changeset in rtems [f3f0c916]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2003-07-08 Ralf Corsepius <corsepiu@…> * configure.ac: Remove (Merged into ../configure.ac). * Makefile.am: Reflect having merged configure.ac into ../configure.ac.
08:12 Changeset in rtems [9483fbf]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2003-07-08 Ralf Corsepius <corsepiu@…> * configure.ac: Merge-in libblock/configure.ac. * Makefile.am: Add libblock to SUBDIRS.
07:49 Changeset in rtems [92ed8c2]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2003-07-08 Ralf Corsepius <corsepiu@…> * configure.ac: Merge-in ada/configure.ac. * Makefile.am: Add ada to SUBDIRS.
07:47 Changeset in rtems [9414746c]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2003-07-08 Ralf Corsepius <corsepiu@…> * configure.ac: Remove (Merged into ../configure.ac). * Makefile.am: Reflect having merged configure.ac into ../configure.ac.
06:36 Ticket #419 (termios.c (rtems_termios_bufsize) - no return statement) created by Ralf Corsepius
i386-rtems-gcc --pipe -DHAVE_CONFIG_H -isystem …
04:19 Ticket #418 ([ada] rtems.adb does not compile) created by Ralf Corsepius
rtems.adb does not compile, e.g.: hello.ada: i386-rtems-gcc -c …

07/07/03:

19:19 Changeset in rtems [9cde23b] by Joel Sherrill <joel.sherrill@…>
2003-07-03 Joel Sherrill <joel@…> * SUPPORT: Fix Mark Johannes' email address.
19:19 Changeset in rtems [be5e8272]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2003-07-03 Joel Sherrill <joel@…> * SUPPORT: Fix Mark Johannes' email address.
18:03 Changeset in rtems [75063f00] by Joel Sherrill <joel.sherrill@…>
2003-07-07 Joel Sherrill <joel@…> PR 417/rtems * src/coresemsurrender.c: Correct incorrect check for maximum_count reported by Sergei Organov <osv@…>.
18:02 Changeset in rtems [0d469f0]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2003-07-07 Joel Sherrill <joel@…> PR 417/rtems * src/coresemsurrender.c: Correct incorrect check for maximum_count reported by Sergei Organov <osv@…>.
17:03 Ticket #417 (core semaphore semaphore has bad check for maximum) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: Patch applied.
16:50 Ticket #417 (core semaphore semaphore has bad check for maximum) created by Joel Sherrill
> > > > rtems-ss-20030128/cpukit/score/src/coresemsurrender.c:65: > > …
15:45 Changeset in rtems [d4ce70d]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2003-07-07 Ralf Corsepius <corsepiu@…> * configure.ac: Remove RTEMS_BSP from RTEMS_CHECK_MULTIPROCESSING.
15:44 Changeset in rtems [38028293] by Ralf Corsepius <ralf.corsepius@…>
2003-07-07 Ralf Corsepius <corsepiu@…> * configure.ac: Remove RTEMS_BSP from RTEMS_CHECK_MULTIPROCESSING.
Note: See TracTimeline for information about the timeline view.