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

Timeline



09/05/03:

06:22 Ticket #484 (RTEMS 4.6.0pre3 "IDLE" Task name error) created by derick
I recently added a User Extension to my application to Display the …
05:32 Ticket #483 (Potential Fatal Error in BSP efi68k efi332 mrm332 in 4.6.0-pre4) created by cedric_aubert
In all this BSP (68k) we use a function called Spurious_Initialize to …
00:48 Ticket #482 (Network interfaces can't be taken down) created by Jay Monkman
It's currently impossible to bring an interface down. Here's a patch …
00:46 Ticket #481 (Network structs should be packed) created by Jay Monkman
Some structures for network packets don't have their elements packed. …
00:43 Ticket #480 (ARM's _ISR_Handler has duplicate code) created by Jay Monkman
In _ISR_Handler for ARM, a section of code is duplicated. Here's a …

09/04/03:

12:01 Ticket #466 (Add documentation for sync()) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: Added to POSIX User's Guide.
11:43 Ticket #479 (realloc deallocates argument pointer if new_area cannot be obtained) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: Fix in 4.6 branch and trunk. The Open Group Single UNIX Specificatoin also defines the same behavior. I added a comment indicating that this really was the desired behavior so someone in the future won't be tempted to add it again.
01:34 Ticket #479 (realloc deallocates argument pointer if new_area cannot be obtained) created by kamen
Accordingly to "C Reference Manual", p. 388, documentation of realloc: …

09/03/03:

18:19 Ticket #468 (Add new GNATS Category for WebSite) closed by Jeff Mayes
State-Changed-From-To: analyzed->closed State-Changed-Why: Done
18:18 Ticket #478 (Created this category for requesting content changes to the website) closed by Jeff Mayes
State-Changed-From-To: open->closed State-Changed-Why: it works
18:16 Ticket #478 (Created this category for requesting content changes to the website) created by Jeff Mayes
Release: RTEMS-4.6
12:30 Ticket #477 (Add OpenCores NIC Driver for LEON) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: This patch has been applied. Thanks.

09/02/03:

20:34 Ticket #477 (Add OpenCores NIC Driver for LEON) created by Joel Sherrill
Attached patch has network driver for OpenCores? NIC when used with …
20:32 Ticket #476 (sparc tcp/ip fix for in_cksum) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: Attached patch was applied to both trunk and release branch.
20:28 Ticket #476 (sparc tcp/ip fix for in_cksum) created by Joel Sherrill
Attached patch fixes error in calculation of internet packet …
20:03 Ticket #472 (malloc.c: missing include file) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: Patch appleid to trunk and 4.6 branch.
19:56 Ticket #473 (4.6: scripts/setup.def corrupt) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: Fixed last week and committed.
19:55 Ticket #474 (Build instructions say 'zcat' when should say just 'cat') closed by Joel Sherrill
* This bug has been marked as a duplicate of 469 *

09/01/03:

14:56 Ticket #475 (binutils-2.13.2.1 don't support arm-rtems*) created by Ralf Corsepius
binutils 2.13.2.1's gas configuration doesn't support arms-rtems*, ie. …

08/29/03:

19:06 Ticket #474 (Build instructions say 'zcat' when should say just 'cat') created by chuck_tuffli
The instructions for building the host tools has a small typo. In …

08/27/03:

14:44 Ticket #473 (4.6: scripts/setup.def corrupt) created by Ralf Corsepius
On the branch and in 4.6pre4 release, scripts/setup.def seems to be …

08/25/03:

12:29 Ticket #472 (malloc.c: missing include file) created by Ilya Alexeev
After trying to compile malloc.c with defined option MALLOC_STATS I …
09:30 Ticket #471 (Move bsp_specs' LIB_SPEC's into gcc) created by Ralf Corsepius
I would like to propose the attached patch to gcc. It moves the BSP's …

08/24/03:

05:46 Ticket #470 (Incorrect arg order in calls to objcopy) closed by Ralf Corsepius
State-Changed-From-To: open->closed State-Changed-Why: patches applied to 4.6 and trunk
04:40 Ticket #470 (Incorrect arg order in calls to objcopy) created by Ralf Corsepius
mcp750.cfg, mtx603e.cfg, mvme2307.cfg call objcopy with an incorrect …

08/22/03:

19:03 Ticket #469 (getting started says use zcat for diff's) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: I added text to started/buildc.t clarifying when to use cat vs. zcat vs. bzcat.
18:47 Ticket #468 (Add new GNATS Category for WebSite) created by Joel Sherrill
The website should be its own category in GNATS. Release: RTEMS Admin
18:47 Ticket #469 (getting started says use zcat for diff's) created by Joel Sherrill
diff's aren't always compressed. Release: RTEMS-4.6 and trunk
18:46 Ticket #467 (dl-helper checkboxes for C++/Ada not working in script) created by Joel Sherrill
C++ and Ada binaries are always in the list. Release: WEBSITE
17:50 Ticket #445 (bsp_specs: -D__embedded__ -Asystem(embedded) unused) closed by Joel Sherrill
State-Changed-From-To: feedback->closed State-Changed-Why: I manually did this change to all bsp_specs in the 4.6 release branch. I have not test compiled yet and hope they are OK.
17:14 Ticket #408 (sync(2) is missing) closed by Joel Sherrill
State-Changed-From-To: feedback->closed State-Changed-Why: This PR added the code. PR465 tracks adding test code and PR466 tracks adding documentation.
17:14 Ticket #465 (Add test for sync()) created by Chris Johns
PR408 added sync(). There should be a functional test and a …
17:14 Ticket #466 (Add documentation for sync()) created by Chris Johns
PR408 added sync(). Documentation should be in the POSIX User's …
17:09 Ticket #92 (newlib ualarm() and useconds_t) closed by Joel Sherrill
State-Changed-From-To: feedback->closed State-Changed-Why: Code added. Addition of tests and documentation now tracked by PRs 462, 463 and 464
17:09 Ticket #464 (Add doc for usleep() and ualarm()) created by Aaron J. Grier
ualarm() and usleep() were added by PR92. They need to be documented …
17:07 Ticket #463 (Add test for usleep()) created by Aaron J. Grier
Add a functional test and a psxheaders test for the usleep() …
17:06 Ticket #462 (Add test for ularm()) created by Aaron J. Grier
ualarm() was added by PR92 but no test was added. There should be a …
17:03 Ticket #444 (arm bsp_specs: -DUSE_ENHANCED_INTR_API) closed by Joel Sherrill
State-Changed-From-To: feedback->closed State-Changed-Why: I went ahead and did this by hand on the 4.6 branch to help close things for the release.
Note: See TracTimeline for information about the timeline view.