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

Timeline



05/20/05:

18:59 Ticket #772 (select() not waking up when socket becomes writable.) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: Patch applied to both 4.6 branch and trunk.
18:54 Ticket #717 (motorola_powerppc bootloader miscompiled) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: Reviewing the graveyard of old PRs, I realized this should have been applied to 4.6 and closed. Applied and closed.
18:50 Ticket #779 (powerpc - add parameter to "new exception" interrupt handlers) closed by Joel Sherrill
18:48 Ticket #762 (mvme5500 doesn't build) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: Builds on current CVS.
18:41 Ticket #780 (score603e BSP should migrate to powerpc new exception processing model) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: Jennifer has committed the changes to do this. It is closed now.
18:33 Ticket #750 (NULL pointer derefernce in wait_input().) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: Patch applied.
18:28 Ticket #787 (M68k _VBR declared incorrectly) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: Suggested fix applied.
18:25 Ticket #775 (malloc_free_space() is broken) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: This is the fix that was applied on may 2. Index: regiongetfreeinfo.c =================================================================== RCS file: /usr1/CVS/rtems/cpukit/rtems/src/regiongetfreeinfo.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- regiongetfreeinfo.c 18 Jan 2005 09:03:44 -0000 1.2 +++ regiongetfreeinfo.c 3 May 2005 22:18:32 -0000 1.3 @@ -9,7 +9,7 @@ * found in the file LICENSE in this distribution or at * http://www.rtems.com/license/LICENSE. * - * $Id: regiongetfreeinfo.c,v 1.2 2005/01/18 09:03:44 ralf Exp $ + * $Id: regiongetfreeinfo.c,v 1.3 2005/05/03 22:18:32 joel Exp $ */ #if HAVE_CONFIG_H @@ -75,7 +75,7 @@ _Heap_Get_free_information( &the_region->Memory, &the_info->Free ); _RTEMS_Unlock_allocator(); - return RTEMS_INVALID_ADDRESS; + return RTEMS_SUCCESSFUL; } return RTEMS_INTERNAL_ERROR; /* unreached - only to remove warnings */
18:22 Ticket #702 (mvme5500: tm27 support missing) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: Used psim implementation which assumes only a decrementer.
18:20 Ticket #749 (NULL pointer derefernce in show_inet_route().) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: Patch applied to head and 4.6 branch.
18:15 Ticket #746 (realloc() optimization.) closed by Joel Sherrill
15:13 Ticket #793 (Malicious ICMP packet causes panic) created by Eric Norum
A network security scan here caused all the RTEMS machines on the …
12:38 Ticket #792 (Internal errors before user extension initialization) created by jacques.seronie-vivien
If an error is detected before the user extension initialization (for …
12:35 Ticket #791 (Returned period data "ticks_executed_since_last_period" incorrectly ...) created by jacques.seronie-vivien
According to chapter 19.4.6 of RTEMS C User Guide, in the DESCRIPTION …
12:07 Ticket #790 (Extensions name are not correctly managed) created by jacques.seronie-vivien
In "rtems_extension_create" and "rtems_extension_ident" directives, a …
11:25 Ticket #788 (Priority inheritance mechanism may activate a deleted task) created by jacques.seronie-vivien
When a task T owning a semaphore is deleted, the semaphore still …

05/17/05:

04:23 Ticket #787 (M68k _VBR declared incorrectly) created by Chris Johns
I am seeing a problem with the _VBR decl on the Coldfire with 4.7 and …

05/13/05:

16:16 Ticket #786 (Backport mallocfreespace optimization to 4.6) closed by Jennifer Averett
State-Changed-From-To: open->closed State-Changed-Why: Modifications commited to 4.6 branch.
16:04 Ticket #786 (Backport mallocfreespace optimization to 4.6) created by Jennifer Averett
Release: 4.6 How-To-Repeat: Backport mallocfreespace optimization …

05/11/05:

21:01 Ticket #785 (Threaded close of a socket with an accept call active.) created by Chris Johns
A listen socket is open and a thread blocked in the accept call. …
13:47 Ticket #784 (BYTE_PACK used in header files but not defined) created by Eric Norum
netinet/tcp.h has been modified to use BYTE_PACK but doesn't define …
Note: See TracTimeline for information about the timeline view.