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

Timeline



08/11/03:

16:04 Ticket #450 (i386ex: hello.exe fails with linker error) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: The following patch has been applied to the trunk and CVS branch. Index: startup/linkcmds =================================================================== RCS file: /usr1/CVS/rtems/c/src/lib/libbsp/i386/i386ex/startup/linkcmds,v retrieving revision 1.15 diff -u -r1.15 linkcmds --- startup/linkcmds 20 Jan 2003 19:52:00 -0000 1.15 +++ startup/linkcmds 11 Aug 2003 16:58:32 -0000 @@ -125,6 +125,7 @@ DTOR_END = .; _rodata_start = . ; *(.rodata*) + *(.eh_frame) *(.gnu.linkonce.r*) _erodata = ALIGN( 0x10 ) ; _etext = ALIGN( 0x10 );
13:51 Ticket #453 (rtems-bugs@OARcorp.com) closed by Ralf Corsepius
08:14 Ticket #453 (rtems-bugs@OARcorp.com) created by Ralf Corsepius
All configure.ac contain rtems-bugs@… as bug report email …
04:55 Ticket #452 (USE_INIT_FINI obsolete?) created by Ralf Corsepius
Several issues with USE_INIT_FINI: 1. Many BSPs append …

08/08/03:

11:21 Ticket #451 (ts_386ex: building pppd.exe fails with missing symbols) created by Ralf Corsepius
With 4.6 (analogous results with the CVS-trunk): i386-rtems-gcc …
11:10 Ticket #450 (i386ex: hello.exe fails with linker error) created by Ralf Corsepius
With 4.6 (analogous results with the CVS-trunk): i386-rtems-gcc …
06:21 Ticket #449 ([get|set][e][g|u]id part of posix) created by Ralf Corsepius
The new samples/tests/filio test (CVS trunk) reveils a massive general …

08/07/03:

18:55 Ticket #448 (test gnats changes and external mail with GNATS) closed by Jeff Mayes
State-Changed-From-To: working->closed State-Changed-Why: It works to yahoo too.
18:52 Ticket #448 (test gnats changes and external mail with GNATS) created by Joel Sherrill
test Release: RTEMS-4.6
18:40 Ticket #447 (Testing rtems.com) closed by Jeff Mayes
State-Changed-From-To: open->closed State-Changed-Why: It works.
18:38 Ticket #447 (Testing rtems.com) created by Jeff Mayes
Test from rtems.com machine Release: RTEMS-4.5

08/06/03:

21:00 Ticket #369 (sample application and fsmount function to ease the use of DOSFS) closed by Jennifer Averett
State-Changed-From-To: feedback->closed State-Changed-Why: Patch applied to trunk and 4.6 branch.
13:45 Ticket #435 (rtems_showifstat misses printing the netmask) closed by Jennifer Averett
State-Changed-From-To: feedback->closed State-Changed-Why: patch applied to trunk and 4.6 branch.
10:07 Ticket #446 (documentation doesn't build on trunk) created by Joel Sherrill
make info works but make fails on the Getting Started manual with …
01:58 Ticket #445 (bsp_specs: -D__embedded__ -Asystem(embedded) unused) created by Ralf Corsepius
Most BSPs' bsp_specs contain this: *cpp: %(old_cpp) %{qrtems: …
01:50 Ticket #444 (arm bsp_specs: -DUSE_ENHANCED_INTR_API) created by Ralf Corsepius
Several arm BSPs' bsp_specs define -DUSE_ENHANCED_INTR_API. The only …

08/05/03:

19:26 Ticket #443 (deviceio.c mishandles return codes) closed by Jennifer Averett
State-Changed-From-To: open->closed State-Changed-Why: Fixed in trunk and 4.6 branch.
18:55 Ticket #437 (calls to bspIo/printk must not use '%i' format which is apparently not ...) closed by Jennifer Averett
State-Changed-From-To: feedback->closed State-Changed-Why: patch applied to trunk and 4.6 branch.
18:10 Ticket #436 (monitor registered commands list manipulation bugs) closed by Jennifer Averett
State-Changed-From-To: feedback->closed State-Changed-Why: patch applied to trunk and 4.6 branch.
17:27 Ticket #443 (deviceio.c mishandles return codes) created by djc915
rtems_deviceio_errno(rtems_status_code code) should return int not …
17:20 Ticket #438 (rtems_termios_bufsize() return value was missing) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: Same as PR419 and already fixed.
17:09 Ticket #440 (Improve write data speed for DOSFS FAT12/FAT16 systems) closed by Jennifer Averett
State-Changed-From-To: open->closed State-Changed-Why: Applied patch to trunk.
14:56 Ticket #442 (file never closed if ftruncate() fails in open()) closed by Jennifer Averett
State-Changed-From-To: open->closed State-Changed-Why: patch applied to trunk and 4.6 branch.
13:52 Ticket #439 (flush temporary buffer when closing files) closed by Jennifer Averett
State-Changed-From-To: open->closed State-Changed-Why: patch applied to trunk and 4.6 branch.
13:19 Ticket #441 (add rename support to DOSFS) closed by Jennifer Averett
State-Changed-From-To: open->closed State-Changed-Why: patch attached to trunk and 4.6 branch.

07/31/03:

21:56 Ticket #442 (file never closed if ftruncate() fails in open()) created by strauman
A bug reported by Sergej Organov on 2003/4/9; I (till) implemented a …

07/30/03:

18:50 Ticket #441 (add rename support to DOSFS) created by thomas.doerfler
Up to now, DOSFS does not support the newlib "rename" function, …
18:50 Ticket #440 (Improve write data speed for DOSFS FAT12/FAT16 systems) created by thomas.doerfler
search for empty FAT entries more intelligently Release: …
18:49 Ticket #439 (flush temporary buffer when closing files) created by thomas.doerfler
Flush data buffer in fs_info, whenever a file/directory is closed. …

07/29/03:

19:25 Ticket #438 (rtems_termios_bufsize() return value was missing) created by strauman
added missing function return value Release: RTEMS-4.6.0pre4
19:23 Ticket #437 (calls to bspIo/printk must not use '%i' format which is apparently not ...) created by strauman
replaced '%i' format by '%d' (powerpc/shared BSP) Release: RTEMS-4.6.0pre4
19:20 Ticket #436 (monitor registered commands list manipulation bugs) created by strauman
The list manipulation (insertion/deletion) routines …
19:18 Ticket #435 (rtems_showifstat misses printing the netmask) created by strauman
ifstat.diff: rtems_showifstat checked sa_family of various fields of …
Note: See TracTimeline for information about the timeline view.