Timeline



08/14/03:

21:02 Changeset in rtems [3895f96]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2003-08-14 Joel Sherrill <joel@…> * sp02/task1.c: Added ID to name lookup service and changed name of id/name translation status code. This propagated to multiple functions. The user API service added was rtems_object_id_to_name()
21:01 Changeset in rtems [f2547306]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2003-08-14 Joel Sherrill <joel@…> * src/mqueuenametoid.c, src/semaphorenametoid.c: Added ID to name lookup service and changed name of id/name translation status code. This propagated to multiple functions. The user API service added was rtems_object_id_to_name()
21:01 Changeset in rtems [6185a0d3]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2003-08-14 Joel Sherrill <joel@…> * src/extensionident.c: Added ID to name lookup service and changed name of id/name translation status code. This propagated to multiple functions. The user API service added was rtems_object_id_to_name()
21:01 Changeset in rtems [1e2e6fe0]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2003-08-14 Joel Sherrill <joel@…> * Makefile.am, include/rtems.h, include/rtems/rtems/status.h, src/dpmemident.c, src/msgqident.c, src/partident.c, src/ratemonident.c, src/regionident.c, src/semident.c, src/taskident.c, src/timerident.c: Added ID to name lookup service and changed name of id/name translation status code. This propagated to multiple functions. The user API service added was rtems_object_id_to_name() * src/rtemsidtoname.c: New file.
21:01 Changeset in rtems [ff08b808]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2003-08-14 Joel Sherrill <joel@…> * Makefile.am, include/rtems/score/object.h, include/rtems/score/objectmp.h, src/objectmp.c, src/objectnametoid.c: Added ID to name lookup service and changed name of id/name translation status code. This propagated to multiple functions. The user API service added was rtems_object_id_to_name() * src/objectidtoname.c: New file.
20:26 Changeset in rtems [d216fca7]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2003-08-14 Joel Sherrill <joel@…> PR 408/filesystem * psx13/test.c: Added very rudimentary test of sync() service.
20:25 Changeset in rtems [236b701]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2003-08-14 Joel Sherrill <joel@…> PR 408/filesystem * cpuuse/cpuuse.c: Added sync() service. As part of adding this service, the new RTEMS service rtems_iterate_over_all_threads() was also added. This new service makes it easier to iterate over all the tasks/threads in a system and perform an action on them. This change is to use the new thread iteration service.
20:13 Changeset in rtems [75fcb394]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Correcting to include PR numbers.
20:04 Changeset in rtems [17c66867]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2003-08-14 Joel Sherrill <joel@…> PR 408/filesystem * score/Makefile.am, score/include/rtems/score/thread.h: Added sync() service. As part of adding this service, the new RTEMS service rtems_iterate_over_all_threads() was also added. This new service makes it easier to iterate over all the tasks/threads in a system and perform an action on them. * score/src/iterateoverthreads.c: New file. * ChangeLog?: Fixed screwup.
20:01 Changeset in rtems [3fd8dcf4]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2003-08-14 Joel Sherrill <joel@…> * ChangeLog?: Add fileio to list of interactive tests.
20:01 Changeset in rtems [a82413d]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2003-08-14 Joel Sherrill <joel@…> * Makefile.am, include/rtems/score/thread.h: Add fileio to list of interactive tests.
20:00 Changeset in rtems [bed55af]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2003-08-14 Joel Sherrill <joel@…> * Makefile.am: Add fileio to list of interactive tests. * src/sync.c: New file.
13:17 Changeset in rtems [f6c6bc8f]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2003-08-14 Joel Sherrill <joel@…> PR 455/bsps * rtems/score/cpu.h: Added missing CPU_swap_u16().
13:17 Changeset in rtems [224fbcd] by Joel Sherrill <joel.sherrill@…>
2003-08-14 Joel Sherrill <joel@…> PR 455/bsps * rtems/score/cpu.h: Added missing CPU_swap_u16().
13:13 Changeset in rtems [e78007c] by Joel Sherrill <joel.sherrill@…>
2003-08-14 Joel Sherrill <joel@…> * runtest.in: Add fileio to list of interactive tests.
13:12 Changeset in rtems [0ebe6b8] by Joel Sherrill <joel.sherrill@…>
2003-08-14 Joel Sherrill <joel@…> * tools/runtest: Add fileio to list of interactive tests.
13:12 Changeset in rtems [b83be905] by Joel Sherrill <joel.sherrill@…>
2003-08-14 Joel Sherrill <joel@…> * runtest: Add fileio to list of interactive tests.
13:11 Changeset in rtems [3551b5fe]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2003-08-14 Joel Sherrill <joel@…> * runtest.in: Add fileio to list of interactive tests.
13:11 Changeset in rtems [4f53e12]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2003-08-14 Joel Sherrill <joel@…> * tools/runtest: Add fileio to list of interactive tests.
13:10 Changeset in rtems [427c02c]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2003-08-14 Joel Sherrill <joel@…> * runtest: Add fileio to list of interactive tests.
13:08 Changeset in rtems [b56c1a3]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2003-08-14 Joel Sherrill <joel@…> PR 92/rtems * Makefile.am, src/alarm.c, src/psignal.c: Added ualarm() and usleep(). * src/ualarm.c, src/usleep.c: New files.
12:25 Changeset in rtems [740f41c] by Ralf Corsepius <ralf.corsepius@…>
2003-08-14 Ralf Corsepius <corsepiu@…> * fsmount/Makefile.am: Revert previous change.
12:17 Ticket #455 (h8300 lacks _CPU_swap_u16) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: Attached patch applied to 4.6 branch and CVS trunk.
11:42 Ticket #455 (h8300 lacks _CPU_swap_u16) created by Ralf Corsepius
h8300-rtems-gcc --pipe -B../../../../../lib/ …
10:21 Changeset in rtems [9e5072c] by Ralf Corsepius <ralf.corsepius@…>
2003-08-14 Ralf Corsepius <corsepiu@…> * fsmount/Makefile.am: Fix path to automake-includes.
10:20 Changeset in rtems [41a53075]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2003-08-14 Ralf Corsepius <corsepiu@…> * fsmount/Makefile.am: Fix path to automake-includes.

08/13/03:

17:49 Changeset in rtems [4f7593d] by Joel Sherrill <joel.sherrill@…>
2003-08-13 Joel Sherrill <joel@…> * fsmount/.cvsignore: New file.
17:49 Changeset in rtems [23beb24] by cvs2git <rtems-devel@…>
This commit was manufactured by cvs2svn to create branch 'rtems-4-6-branch'. Cherrypick from master 2003-08-13 17:49:22 UTC Joel Sherrill <joel.sherrill@…> '2003-08-13 Joel Sherrill <joel@…>': cpukit/libmisc/fsmount/.cvsignore
17:49 Changeset in rtems [a46dac5]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2003-08-13 Joel Sherrill <joel@…> * fsmount/.cvsignore: New file.
17:48 Changeset in rtems [f27bdfc] by Joel Sherrill <joel.sherrill@…>
2003-08-13 Joel Sherrill <joel@…> * fileio/.cvsignore: New file.
17:48 Changeset in rtems [6523d3ff] by cvs2git <rtems-devel@…>
This commit was manufactured by cvs2svn to create branch 'rtems-4-6-branch'. Cherrypick from master 2003-08-13 17:48:27 UTC Joel Sherrill <joel.sherrill@…> '2003-08-13 Joel Sherrill <joel@…>': c/src/tests/samples/fileio/.cvsignore
17:48 Changeset in rtems [a94b1bdc]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2003-08-13 Joel Sherrill <joel@…> * fileio/.cvsignore: New file.
17:45 Changeset in rtems [65677e6d] by Joel Sherrill <joel.sherrill@…>
2003-08-13 Joel Sherrill <joel@…> PR 451/bsps * pppd/system.h: Depend on TTY driver being in BSPs not simply i386.
17:44 Changeset in rtems [334b130d]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2003-08-13 Joel Sherrill <joel@…> PR 451/bsps * pppd/system.h: Depend on TTY driver being in BSPs not simply i386.
17:43 Changeset in rtems [22234ea] by Joel Sherrill <joel.sherrill@…>
2003-08-13 Joel Sherrill <joel@…> PR 451/bsps * startup/Makefile.am: Include shared i386 TTY driver in these BSPs.
17:43 Changeset in rtems [7002011]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2003-08-13 Joel Sherrill <joel@…> PR 451/bsps * startup/Makefile.am: Include shared i386 TTY driver in these BSPs.
16:45 Ticket #451 (ts_386ex: building pppd.exe fails with missing symbols) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: Attached patches were commited to both the branch and the trunk.
12:14 Ticket #454 (size limit on postings to RTEMS mailing lists) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: I found the way to limit post sizes and have set the limits to 100K max and 32 bytes minimum. I tested the minimum size and it worked. I have added application/excel and text/html to the mimerejects. Jeff you may want to make this part of our standard list setup.
10:07 Changeset in rtems [d4b5e876]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2003-08-13 Ralf Corsepius <corsepiu@…> * Makefile.am: Add bsp.pc.in * bsp.pc.in: New (pkgconfig support).
08:04 Changeset in rtems [2907b36]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2003-08-13 Ralf Corsepius <corsepiu@…> * ide-ctrl.t: Merger from 4.6-branch.
03:01 Ticket #454 (size limit on postings to RTEMS mailing lists) created by Ralf Corsepius
Someone has just posted a ca. 7MB mail to rtems-users. This is not …

08/11/03:

19:43 Changeset in rtems [652b53a]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2003-08-11 Joel Sherrill <joel@…> * configure.ac: Removed duplicate entry.
17:04 Changeset in rtems [2cd8c4c] by Joel Sherrill <joel.sherrill@…>
2003-08-11 Joel Sherrill <joel@…> PR 453/make_build * startup/linkcmds: Added .eh_frame
17:00 Changeset in rtems [3facd3d3]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2003-08-11 Joel Sherrill <joel@…> PR 453/make_build * startup/linkcmds: Added .eh_frame
16:07 Changeset in rtems [317458ce]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2003-08-11 Ralf Corsepius <corsepiu@…> * startup/Makefile.am: Remove USE_INIT_FINI.
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 );
15:59 Changeset in rtems [26ff37a4]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2003-08-11 Ralf Corsepius <corsepiu@…> * bsp_specs: Remove -DUSE_INIT_FINI. Remove *.cpp (Now unused).
15:08 Changeset in rtems [b8ed0dff] by Jennifer Averett <Jennifer.Averett@…>
2003-08-06 Thomas Doerfler<Thomas.Doerfler@…> PR 369/filesystem * runtest: Add sample application to show the use of the DOSFS functions
15:00 Changeset in rtems [5bc5987]4.104.114.84.95 by Jennifer Averett <Jennifer.Averett@…>
2003-08-06 Thomas Doerfler<Thomas.Doerfler@…> PR 369/filesystem * runtest: Add sample application to show the use of the DOSFS functions
14:41 Changeset in rtems [74e2998] by Ralf Corsepius <ralf.corsepius@…>
2003-08-11 Ralf Corsepius <corsepiu@…> * configure.ac: Use rtems-bugs@… as bug report email address.
14:20 Changeset in rtems [7dcc3fe]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2003-08-11 Ralf Corsepius <corsepiu@…> * configure.ac: Use rtems-bugs@… as bug report email address.
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 …
04:37 Changeset in rtems [7ebeaa1]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2003-08-11 Ralf Corsepius <corsepiu@…> * fileio/Makefile.am: Remove references to *.scn (Doesn't exist). * pppd/Makefile.am: Remove references to DOC* (Don't exist).

08/09/03:

09:36 Changeset in rtems [3ffcd229]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2003-08-09 Ralf Corsepius <corsepiu@…> * Makefile.am: Preinstall $(PROJECT_INCLUDE)/rtems/score.

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 …
07:03 Changeset in rtems [b31b35f]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2003-08-08 Ralf Corsepius <corsepiu@…> * configure.ac: Add libmisc/fsmount/Makefile.
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 …
05:37 Changeset in rtems [18ceef3]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2003-08-08 Ralf Corsepius <corsepiu@…> * include/rdbg/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU). * src/Makefile.am: Add DIST_SUBDIRS = $(RTEMS_CPU).
05:34 Changeset in rtems [539e266e]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2003-08-08 Ralf Corsepius <corsepiu@…> * lib/Makefile.am: New (Required by 'make dist'). * lib/ChangeLog: Remove. * lib/.cvsignore: Cleanup. * configure.ac: Reflect having added lib/Makefile.am.
03:24 Changeset in rtems [dd984c0]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2003-08-08 Ralf Corsepius <corsepiu@…> * configure.ac: Merge-in lib/libcpu/configure.ac. Merge-in lib/libbsp/configure.ac.
03:20 Changeset in rtems [b91f13f9]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2003-08-08 Ralf Corsepius <corsepiu@…> * shmdr/Makefile.am: Reflect having merged configure.ac into ../../configure.ac.
03:17 Changeset in rtems [6bb1897e]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2003-08-08 Ralf Corsepius <corsepiu@…> * include/Makefile.am: Remove (merged into Makefile.am). * gdbstub/Makefile.am: Remove (merged into Makefile.am). * Makefile.am: Reflect changes above. Reflect having merged ../configure.ac into ../../../configure.ac.
03:14 Changeset in rtems [5710072]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2003-08-08 Ralf Corsepius <corsepiu@…> * configure.ac: Remove (Merged into ../../configure.ac). * Makefile.am: Reflect having merged configure.ac into ../../configure.ac.
03:05 Changeset in rtems [fbd27c8]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2003-08-08 Ralf Corsepius <corsepiu@…> * wrapup/Makefile.am (FAMILY_OBJS): Remove *exception_processing.

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
05:17 Changeset in rtems [8e7cdc8b]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Merger from rtems-4-6-branch
05:07 Changeset in rtems [6b5a7b50]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Merger from rtems-4-6-branch

08/06/03:

21:59 Changeset in rtems [328876c] by Jennifer Averett <Jennifer.Averett@…>
2003-08-06 Thomas Doerfler<Thomas.Doerfler@…> PR 369/filesystem * Makefile.am, configure.ac: sample application to show the use of the DOSFS functions * fileio/Makefile.am, fileio/fileio.doc, fileio/init.c, fileio/system.h: New files.
21:55 Changeset in rtems [77c4089] by Jennifer Averett <Jennifer.Averett@…>
2003-08-06 Thomas Doerfler<Thomas.Doerfler@…> PR 369/filesystem * Makefile.am, shell/cmds.c, wrapup/Makefile.am: sample application to show the use of the DOSFS functions * fsmount/Makefile.am, fsmount/README, fsmount/fsmount.c, fsmount/fsmount.h: New files.
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.
19:20 Changeset in rtems [a97ee41] by cvs2git <rtems-devel@…>
This commit was manufactured by cvs2svn to create branch 'rtems-4-6-branch'. Cherrypick from master 2003-08-06 19:20:52 UTC Jennifer Averett <Jennifer.Averett@…> '2003-08-06 Thomas Doerfler<Thomas.Doerfler@…>': c/src/tests/samples/fileio/Makefile.am c/src/tests/samples/fileio/fileio.doc c/src/tests/samples/fileio/init.c c/src/tests/samples/fileio/system.h cpukit/libmisc/fsmount/Makefile.am cpukit/libmisc/fsmount/README cpukit/libmisc/fsmount/fsmount.c cpukit/libmisc/fsmount/fsmount.h Cherrypick from master 2003-06-18 15:15:48 UTC Ralf Corsepius <ralf.corsepius@…> '2003-06-18 Ralf Corsepius <corsepiu@…>': bootstrap config.sub
19:20 Changeset in rtems [ac0a2af]4.104.114.84.95 by Jennifer Averett <Jennifer.Averett@…>
2003-08-06 Thomas Doerfler<Thomas.Doerfler@…> PR 369/filesystem * Makefile.am, configure.ac: sample application to show the use of the DOSFS functions * fileio/Makefile.am, fileio/fileio.doc, fileio/init.c, fileio/system.h: New files.
19:14 Changeset in rtems [ce275cf]4.104.114.84.95 by Jennifer Averett <Jennifer.Averett@…>
2003-08-06 Thomas Doerfler<Thomas.Doerfler@…> PR 369/filesystem * Makefile.am, shell/cmds.c, wrapup/Makefile.am: sample application to show the use of the DOSFS functions * fsmount/Makefile.am, fsmount/README, fsmount/fsmount.c, fsmount/fsmount.h: New files.
14:44 Changeset in rtems [e8f49680] by Jennifer Averett <Jennifer.Averett@…>
2003-08-06 Till Strauman <strauman@…> PR 435/networking * rtems/rtems_showifstat.c: rtems_showifstat misses printing the netmask
14:39 Changeset in rtems [1d2dbec]4.104.114.84.95 by Jennifer Averett <Jennifer.Averett@…>
2003-08-06 Till Strauman <strauman@…> PR 435/networking * rtems/rtems_showifstat.c: rtems_showifstat misses printing the netmask
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.
13:08 Changeset in rtems [d931f107]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2003-08-06 Ralf Corsepius <corsepiu@…> * bsp_specs: Remove -Dembedded -Asystem(embedded) -DUSE_ENHANCED_INTR_API from cpp. Remove cpp, old_cpp (now unused). * configure.ac: Add -DUSE_ENHANCED_INTR_API to bspopts.h.
13:06 Changeset in rtems [31aa51e1]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2003-08-06 Ralf Corsepius <corsepiu@…> * bsp_specs: Remove -Dembedded -Asystem(embedded) from cpp.
12:56 Changeset in rtems [d266acd2]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2003-08-06 Ralf Corsepius <corsepiu@…> * bsp_specs: Remove -Dembedded -Asystem(embedded) from cpp. Remove cpp, old_cpp (now unused).
12:10 Changeset in rtems [318d861]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2003-08-06 Ralf Corsepius <corsepiu@…> * bsp_specs: Remove -DUSE_ENHANCED_INTR_API.
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:

20:26 Changeset in rtems [8d49b7c]4.104.114.84.95 by Jennifer Averett <Jennifer.Averett@…>
2003-08-05 <djc915@…> PR 443/filesystem * src/imfs/deviceio.c: deviceio.c mishandles return codes
20:25 Changeset in rtems [ca15cda0] by Jennifer Averett <Jennifer.Averett@…>
2003-08-05 <djc915@…> PR 443/filesystem * src/imfs/deviceio.c: deviceio.c mishandles return codes
19:54 Changeset in rtems [3605c4e] by Jennifer Averett <Jennifer.Averett@…>
2003-08-05 Till Strauman <strauman@…> PR 437/bsps * irq/irc.c: calls to bspIo/printk must not use '%i' format which is apparently not supported * pci/pci.c: calls to bspIo/printk must not use '%i' format which is apparently not supported
19:51 Changeset in rtems [d14ba48]4.104.114.84.95 by Jennifer Averett <Jennifer.Averett@…>
2003-08-05 Till Strauman <strauman@…> PR 437/bsps * irq/irc.c: calls to bspIo/printk must not use '%i' format which is apparently not supported * pci/pci.c: calls to bspIo/printk must not use '%i' format which is apparently not supported
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.
19:06 Changeset in rtems [10ec9ae] by Jennifer Averett <Jennifer.Averett@…>
2003-08-05 Till Strauman <strauman@…> PR 436/rtems_misc * monitor/mon-monitor.c: monitor registered commands list manipulation bugs
18:59 Changeset in rtems [2d99235e]4.104.114.84.95 by Jennifer Averett <Jennifer.Averett@…>
2003-08-05 Till Strauman <strauman@…> PR 436/rtems_misc * monitor/mon-monitor.c: monitor registered commands list manipulation bugs
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.
18:08 Changeset in rtems [d29cb93]4.104.114.84.95 by Jennifer Averett <Jennifer.Averett@…>
2003-08-05 Thomas Doerfler <Thomas.Doerfler@…> PR 440/filesystem * src/dosfs/fat_fat_operations.c: Improve write data speed for DOSFS FAT12/FAT16 systems
18:05 Changeset in rtems [92b8547b]4.104.114.84.95 by Jennifer Averett <Jennifer.Averett@…>
2003-08-05 Thomas Doerfler <Thomas.Doerfler@…> PR 439/filesystem * src/dosfs/fat_fat_operations.c: Improve write data speed for DOSFS FAT12/FAT16 systems
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.
16:03 Changeset in rtems [45b185e]4.104.114.84.95 by Jennifer Averett <Jennifer.Averett@…>
Fixed Change log comments.
16:02 Changeset in rtems [8ae3c6e8] by Jennifer Averett <Jennifer.Averett@…>
Fixed Changelog comments.
15:54 Changeset in rtems [f114f9d] by Jennifer Averett <Jennifer.Averett@…>
2003-08-05 Till Strauman <strauman@…> PR 442/filesystem * src/open.c: file never closed if ftruncate() fails in open()
15:50 Changeset in rtems [1d4e666]4.104.114.84.95 by Jennifer Averett <Jennifer.Averett@…>
2003-08-05 Till Strauman <strauman@…> PR 442/filesystem * src/open.c: file never closed if ftruncate() fails in open()
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.
14:50 Changeset in rtems [2e4d84a]4.104.114.84.95 by Jennifer Averett <Jennifer.Averett@…>
2003-08-05 Thomas Doerfler <Thomas.Doerfler@…> PR 439/filesystem *src/dosfs/fat_file.c: flush temporary buffer when closing files
14:50 Changeset in rtems [e539064] by Jennifer Averett <Jennifer.Averett@…>
2003-08-05 Thomas Doerfler <Thomas.Doerfler@…> PR 439/filesystem *src/dosfs/fat_file.c: flush temporary buffer when closing files
14:45 Changeset in rtems [e0b7cbb]4.104.114.84.95 by Jennifer Averett <Jennifer.Averett@…>
2003-08-05 Thomas Doerfler <Thomas.Doerfler@…> PR 439/filesystem *src/dosfs/fat_file.c: flush temporary buffer when closing files
14:17 Changeset in rtems [db39db4]4.104.114.84.95 by Jennifer Averett <Jennifer.Averett@…>
2003-08-04 Thomas Doerfler <Thomas.Doerfler@…> PR 441/filesystem *src/dosfs/msdos.h: add rename support to DOSFS *src/dosfs/msdos_create.c: add rename support to DOSFS *src/dosfs/msdos_file.c: add rename support to DOSFS *src/dosfs/msdos_init.c: add rename support to DOSFS *src/dosfs/msdos_mknod.c: add rename support to DOSFS
14:16 Changeset in rtems [b008fdc] by Jennifer Averett <Jennifer.Averett@…>
2003-08-04 Thomas Doerfler <Thomas.Doerfler@…> PR 441/filesystem *src/dosfs/msdos.h: add rename support to DOSFS *src/dosfs/msdos_create.c: add rename support to DOSFS *src/dosfs/msdos_file.c: add rename support to DOSFS *src/dosfs/msdos_init.c: add rename support to DOSFS *src/dosfs/msdos_mknod.c: add rename support to DOSFS
14:08 Changeset in rtems [c213219] by Jennifer Averett <Jennifer.Averett@…>
2003-08-04 Thomas Doerfler <Thomas.Doerfler@…> PR 441/filesystem *src/dosfs/msdos.h: add rename support to DOSFS *src/dosfs/msdos_create.c: add rename support to DOSFS *src/dosfs/msdos_file.c: add rename support to DOSFS *src/dosfs/msdos_init.c: add rename support to DOSFS *src/dosfs/msdos_mknod.c: add rename support to DOSFS
14:05 Changeset in rtems [2e7b6db]4.104.114.84.95 by Jennifer Averett <Jennifer.Averett@…>
2003-08-04 Thomas Doerfler <Thomas.Doerfler@…> PR 441/filesystem *src/dosfs/msdos.h: add rename support to DOSFS *src/dosfs/msdos_create.c: add rename support to DOSFS *src/dosfs/msdos_file.c: add rename support to DOSFS *src/dosfs/msdos_init.c: add rename support to DOSFS *src/dosfs/msdos_mknod.c: add rename support to DOSFS
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 …
Note: See TracTimeline for information about the timeline view.