Notice: We have migrated to GitLab launching 2024-05-01 see here: https://gitlab.rtems.org/

Timeline



04/24/03:

07:49 Ticket #397 (undefined reference to `peer_mru') created by Ralf Corsepius
Having added pppd/example as tests/sample/pppd and having converted it …

04/23/03:

17:53 Ticket #392 (RTEMS 4.6.0pre2 reports itself still as 4.6.0pre1) closed by Joel Sherrill
State-Changed-From-To: working->closed State-Changed-Why: Luckily I still had the log file from cutting pre2. CVS gave an error and did not commit the file in question. To prevent this from occurring again, I have modified the cut_release script (scripts/cvs-helpers/cut_release in CVS) to check that all files with version info have the right version in the exported version that is tar'ed. I have also cut a pre3 which is a drop replacement.
01:16 Ticket #396 (gcc-target-default.cfg should add LD_PATHS) created by Ralf Corsepius
Re-filing another part of Till's PR 394 - final …
01:14 Ticket #395 (install libnetapps.a as a separate library) created by Ralf Corsepius
Re-filing parts of Till's PR 394 - install libnetapps.a as a separate …
00:17 Ticket #394 (misc. RTEMS Makefile issues) created by strauman
These patches addresses the following issues: - all …
00:09 Ticket #393 (dec2114x must not free DMA rings) created by strauman
The DMA buffer space must not be released when shutting down the IF. …
00:07 Ticket #392 (RTEMS 4.6.0pre2 reports itself still as 4.6.0pre1) created by strauman
version.m4 files were not up-to date Release: RTEMS-4.6.0pre2

04/17/03:

20:45 Ticket #391 (doc tree does not remove *info* during distclean) created by Joel Sherrill
Build the documentation in the tree and do a make clean or a make …

04/16/03:

18:41 Ticket #389 (Doubts on cpukit/libcsupport/src/no_posix.c) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: Patch applied to trunk and release branch.
18:35 Ticket #385 (pointers are not moved in ramdisk driver) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: Patch applied to both trunk and release branch.

04/15/03:

22:11 Ticket #390 (Please ignore - Testing) closed by Ralf Corsepius
State-Changed-From-To: open->closed State-Changed-Why: Seems to work again.
22:10 Ticket #390 (Please ignore - Testing) created by Ralf Corsepius
I am having problems in accessing gnats. This is a test to evaluate if …
22:08 Ticket #389 (Doubts on cpukit/libcsupport/src/no_posix.c) created by Ralf Corsepius
Some doubts on cpukit/libcsupport/src/no_posix.c 1. no posix.c uses …
13:59 Ticket #388 (snprintf vs. cpukit/libnetworking) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: Patch applied to branch and development trunk. 2003-04-15 Joel Sherrill <joel@…> PR 388/networking * kern/kern_sysctl.c: Revert previous patch and use strlcpy() now that it is available. Also fixed some warnings.
12:03 Ticket #387 (libchip/ide messed up) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: Attached patch committed. 2003-04-15 Joel Sherrill <joel@…> PR 387/rtems_misc * ide/ata.c: Removed warning and moved to use of simpler libc routines. * ide/ata_internal.h: Added missing newline and end of file.
11:59 Ticket #386 (Problems with _BSP_vme_bridge_irq with PPC on 20030411 snapshot) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: Only on trunk -- not 4.6 branch. Following patch applied: Index: vme/vmeconfig.c =================================================================== RCS file: /usr1/CVS/rtems/c/src/lib/libbsp/powerpc/shared/vme/vmeconfig.c,v retrieving revision 1.2 diff -u -r1.2 vmeconfig.c --- vme/vmeconfig.c 20 Feb 2003 21:43:02 -0000 1.2 +++ vme/vmeconfig.c 15 Apr 2003 12:59:24 -0000 @@ -24,8 +24,6 @@ void BSP_vme_config(void) attribute (( weak, alias("BSP_default_vme_config") )); -int _BSP_vme_bridge_irq = -1; - SPR_RO(DBAT0U) void

04/14/03:

14:39 Ticket #388 (snprintf vs. cpukit/libnetworking) created by Ralf Corsepius
low qualitity code in libnetworking: gmake[4]: Entering …
14:16 Ticket #387 (libchip/ide messed up) created by Ralf Corsepius
libchip/ide contains low-quality code: In file included from …

04/13/03:

16:56 Ticket #386 (Problems with _BSP_vme_bridge_irq with PPC on 20030411 snapshot) created by Eric Norum
Building for mcp750 BSP fails when first application is linked: …

04/11/03:

12:14 Ticket #385 (pointers are not moved in ramdisk driver) created by Victor V. Vengerov
The "from" and "to" locations are calculated as the start of the …

04/10/03:

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.
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.
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.
Note: See TracTimeline for information about the timeline view.