Timeline



04/10/03:

16:40 Changeset in rtems [b545552d] by Joel Sherrill <joel.sherrill@…>
2003-04-10 Till Straumann <strauman@…> PR 380/bsps * vmeUniverse/vmeUniverse.c, vmeUniverse/vmeUniverse.h: make printk format strings compliant with libcpu/printk. minor fixes and lazy init bugfix.
16:39 Changeset in rtems [2f73363]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2003-04-10 Till Straumann <strauman@…> PR 380/bsps * vmeUniverse/vmeUniverse.c, vmeUniverse/vmeUniverse.h: make printk format strings compliant with libcpu/printk. minor fixes and lazy init bugfix.
16:35 Changeset in rtems [0d6849e7]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2003-04-10 Till Straumann <strauman@…> PR 379/bsps * console/polled_io.c: libcpu provides 'printk' already. Therefore, the implementation in this file was removed (still used for the bootloader, though). It now provides BSP_output_char() for libcpu's printk(). * console/uart.c, console/uart.h: BSP_output_char_via_serial() prototype changed to match the BSP_output_char_function_type. Note that the motorola BSPs use polled-io for the output_char routine, not the uart.c version. The latter can be used be other BSPs however (e.g. SVGM). * console/console.c, console/consoleIo.h, console/polled_io.c, irq/irq_init.c, openpic/openpic.c, pci/detect_raven_bridge.c: Unfortunately, the supported 'printk' format string subset of the polled-io and libcpu implementations are different - hence, a few format strings in the ppc/shared BSP were changed.
16:35 Changeset in rtems [6ad36947] by Joel Sherrill <joel.sherrill@…>
2003-04-10 Till Straumann <strauman@…> PR 379/bsps * console/polled_io.c: libcpu provides 'printk' already. Therefore, the implementation in this file was removed (still used for the bootloader, though). It now provides BSP_output_char() for libcpu's printk(). * console/uart.c, console/uart.h: BSP_output_char_via_serial() prototype changed to match the BSP_output_char_function_type. Note that the motorola BSPs use polled-io for the output_char routine, not the uart.c version. The latter can be used be other BSPs however (e.g. SVGM). * console/console.c, console/consoleIo.h, console/polled_io.c, irq/irq_init.c, openpic/openpic.c, pci/detect_raven_bridge.c: Unfortunately, the supported 'printk' format string subset of the polled-io and libcpu implementations are different - hence, a few format strings in the ppc/shared BSP were changed.
16:20 Ticket #361 (strange quirk about libchip/networking/dec21140 mvme23xx BSP) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: fix is in PR377 so this is a duplicate.
16:20 Changeset in rtems [48cdb95a]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2003-04-10 Joel Sherrill <joel@…> PR 371/pppd * pppd/auth.c, pppd/chat.c, pppd/demand.c, pppd/fsm.c, pppd/lcp.c, pppd/options.c, pppd/pppd.h, pppd/rtemsmain.c, pppd/rtemspppd.c: Change many symbols to static. There are still global symbols in rtemspppd.h which might need to be changed or converted into member of a structure which is dereferenced with a pointer that is managed as a per task variable. But this patch should avoid many conflicts.
15:43 Ticket #370 (RTEMS sys/queue.h clashes with newlib) closed by Joel Sherrill
State-Changed-From-To: feedback->closed State-Changed-Why: Fixed in gcc3.2.2newlib1.11.0-2 patch level.
15:43 Ticket #380 (vmeUniverse driver update) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: Patch applied to both release branch and trunk.
15:35 Ticket #379 (nameclash fix: powerpc-shared BSP should use cpukit/printk not its own) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: Patch commited to both release branch and trunk. Uncompiled at this point.
13:09 Changeset in rtems [c3f8aa9] by Joel Sherrill <joel.sherrill@…>
2003-04-10 Joel Sherrill <joel@…> PR 371/pppd * pppd/auth.c, pppd/chat.c, pppd/demand.c, pppd/fsm.c, pppd/lcp.c, pppd/options.c, pppd/pppd.h, pppd/rtemsmain.c, pppd/rtemspppd.c: Change many symbols to static. There are still global symbols in rtemspppd.h which might need to be changed or converted into member of a structure which is dereferenced with a pointer that is managed as a per task variable. But this patch should avoid many conflicts.
13:05 Changeset in rtems [bbd88004]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2003-04-10 Joel Sherrill <joel@…> PR 383/bsps * irq/irq.c: Fix bug introduced by conflicts in previous patches.
13:05 Changeset in rtems [2d8eddea] by Joel Sherrill <joel.sherrill@…>
2003-04-10 Joel Sherrill <joel@…> PR 383/bsps * irq/irq.c: Fix bug introduced by conflicts in previous patches.
12:12 Ticket #371 (Namespace conflict between pppd and ncurses) closed by Joel Sherrill
State-Changed-From-To: feedback->closed State-Changed-Why: I think the attached patch will address this round of problems. The symbols in rtemspppd.h need to be addressed though. I am not sure if prepending pppd_ or rtems_ppppd_ is sufficient or if a pass needs to be made to put the global variables in a structure and turn all global variables into pointers to that structure and use a pointer managed as a per task variable. Use macros for the existing variable names to hide the magic. This might be necessary if the code can be instantiated multiple times but prepending some string on the front solves symbol conflict.
12:05 Ticket #383 (powerpc: BSP_spuriousIntr) closed by Joel Sherrill
State-Changed-From-To: feedback->closed State-Changed-Why: I have test compiled now and this was blessed by Till so it is most likely OK. Patch committed to branch and trunk.

04/09/03:

18:57 Ticket #384 (pc386 /dev/console should be the console, not COM1) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: Thanks for the follow up but I spotted this merging and did not commit it. Check this URL and reopen if I am wrong. http://www.oarcorp.com/cgi-bin/cvsweb.cgi/rtems/c/src/lib/libbsp/i386/pc386/console/console.c
18:51 Ticket #384 (pc386 /dev/console should be the console, not COM1) created by thomas.doerfler
in libbsp/i386/pc386/console.c, a private modification to redirect the …

04/08/03:

05:22 Changeset in rtems [0793e35] by Ralf Corsepius <ralf.corsepius@…>
2003-04-08 Ralf Corsepius <corsepiu@…> * bsp.mak: Use var="$val" instead of var=${var=$val}. to satisfy Solaris /bin/sh. (Reported by Till Straumann <strauman@…>).

04/07/03:

16:16 Changeset in rtems [48b02115] by Ralf Corsepius <ralf.corsepius@…>
2003-04-07 Ralf Corsepius <corsepiu@…> * sourcecode.t: cpukit/score/cpu.
14:51 Ticket #383 (powerpc: BSP_spuriousIntr) created by Ralf Corsepius
gmake[6]: Entering directory …

04/05/03:

08:44 Ticket #382 (errors during "mount" operations taints mount point) created by thomas.doerfler
When a mount operation fails, the (would be) mount point is tained. …

04/04/03:

13:10 Changeset in rtems [6c987cca]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2003-04-04 Ralf Corsepius <corsepiu@…> * ide/.cvsignore: Add.

04/03/03:

23:01 Changeset in rtems [bce56410] by Joel Sherrill <joel.sherrill@…>
2003-04-03 Eri Valette <eric.valette@…> PR 381/core * src/newlibc.c: Switch from using _REENT_INIT to _REEINT_INIT_PTR to fix strange run-time problem where EIP was corrupted on pc386 BSP.
23:01 Changeset in rtems [10a82e7]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2003-04-03 Eri Valette <eric.valette@…> PR 381/core * src/newlibc.c: Switch from using _REENT_INIT to _REEINT_INIT_PTR to fix strange run-time problem where EIP was corrupted on pc386 BSP.
22:01 Ticket #381 (libc_start_hook corrupt initial thread stack registers with recent ...) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: Patch applied. Nice work Eric. Thanks.
19:36 Ticket #381 (libc_start_hook corrupt initial thread stack registers with recent ...) created by eric.valette
After debugging the ticker problem mentionned by several people on the …

03/27/03:

18:46 Changeset in rtems [edd688e]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2003-03-27 Joel Sherrill <joel@…> * bootloader/Makefile.am: Eliminate EABI CFLAGS from those used to compile the bootloader.
18:44 Changeset in rtems [dd6ad019] by Joel Sherrill <joel.sherrill@…>
2003-03-27 Joel Sherrill <joel@…> * bootloader/Makefile.am: Eliminate EABI CFLAGS from those used to compile the bootloader.
15:22 Changeset in rtems [109fc26]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2003-03-27 Joel Sherrill <joel@…> * ide/Makefile.am: ATA code depends upon libchip/ide which is not allowed in the cpukit source code since it must be buildable independent of any BSP. These files were moved to libchip/ide. * ide/ata.c, ide/ata.h, ide/ata_internal.h: New files.
15:20 Changeset in rtems [8bdf1d6]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2003-03-27 Joel Sherrill <joel@…> * ChangeLog?, Makefile.am: ATA code depends upon libchip/ide which is not allowed in the cpukit source code since it must be buildable independent of any BSP. These files were moved to libchip/ide. * include/rtems/ata.h, include/rtems/ata_internal.h: Removed.
15:18 Changeset in rtems [5f83947] by Joel Sherrill <joel.sherrill@…>
2003-03-27 Joel Sherrill <joel@…> * ide/Makefile.am: ATA code depends upon libchip/ide which is not allowed in the cpukit source code since it must be buildable independent of any BSP. These files were moved to libchip/ide. * ide/ata.c, ide/ata.h, ide/ata_internal.h: New files.
15:17 Changeset in rtems [05341d8] by Joel Sherrill <joel.sherrill@…>
2003-03-27 Joel Sherrill <joel@…> * Makefile.am: ATA code depends upon libchip/ide which is not allowed in the cpukit source code since it must be buildable independent of any BSP. These files were moved to libchip/ide. * include/rtems/ata.h, include/rtems/ata_internal.h, src/ata.c: Removed.
13:48 Changeset in rtems [6ea9196]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2003-03-27 Joel Sherrill <joel@…> * kern/kern_sysctl.c: Converted from BSP strlcpy() to strncpy().
13:48 Changeset in rtems [c2034a9] by Joel Sherrill <joel.sherrill@…>
2003-03-27 Joel Sherrill <joel@…> * kern/kern_sysctl.c: Converted from BSP strlcpy() to strncpy().
Note: See TracTimeline for information about the timeline view.