Timeline



08/19/05:

16:20 Changeset in rtems [4a4c78d9] by Joel Sherrill <joel.sherrill@…>
2005-08-19 Cedric Aubert <cedric_aubert@…> PR 577/bsps * console.c: The console_close() method currently calls StopRemoteTx?() on all invocations. It should should be ok for last close only but not for any others. If you open a port multiple times, you only want to call StopRemoteTx?() only as part of the last close.
16:19 Changeset in rtems [e7d06758]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2005-08-19 Cedric Aubert <cedric_aubert@…> PR 577/bsps * console.c: The console_close() method currently calls StopRemoteTx?() on all invocations. It should should be ok for last close only but not for any others. If you open a port multiple times, you only want to call StopRemoteTx?() only as part of the last close.
15:46 Ticket #724 (unlink does not yet work for DOSFS) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: Dupe of PR745 which was recently closed.
13:40 Ticket #675 (empty mailing list search result returns empty HTML instead of message) closed by Jeff Mayes
State-Changed-From-To: feedback->closed State-Changed-Why: Switched from htdig to google
07:11 WikiStart edited by IanCaddy
/* RTEMS */ (diff)

08/18/05:

22:24 Changeset in rtems [71319f77]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2005-08-18 Karel Gardas <kgardas@…> * startup/bspstart.c: Initialize PCI bus in bsp_start function.
13:46 Changeset in rtems [60bf9c0]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2005-08-18 Andrew Sinclair <Andrew.Sinclair@…> PR 807/rtems * rtems/src/timerfireafter.c, rtems/src/timerserverfireafter.c: First patch returned without exitting dispatching critical section.
13:39 Changeset in rtems [3d7d233c] by Joel Sherrill <joel.sherrill@…>
2005-08-18 Andrew Sinclair <Andrew.Sinclair@…> PR 807/rtems * src/timerfireafter.c, src/timerserverfireafter.c: First patch returned without exitting dispatching critical section.
12:38 Ticket #807 (Timer chain corruption if same timer set simultaneously by different ...) closed by Joel Sherrill
State-Changed-From-To: feedback->closed State-Changed-Why: Per feedback from Andrew, added _Thread_Enable_dispatch(). pr807a.diff is an ADDITION not a replacement for pr807.diff.

08/17/05:

22:57 Changeset in rtems [49b7b17]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2005-08-17 Nuno Costa <nuno-costa@…> PR 805/rtems * posix/include/rtems/posix/timer.h: Due to bad choice of error constants by original submitter, it was impossible to create more than 10 POSIX timers.
22:56 Changeset in rtems [ecfdafc6] by Joel Sherrill <joel.sherrill@…>
2005-08-17 Nuno Costa <nuno-costa@…> PR 805/rtems * include/rtems/posix/timer.h: Due to bad choice of error constants by original submitter, it was impossible to create more than 10 POSIX timers.
22:50 Changeset in rtems [f45e884] by Joel Sherrill <joel.sherrill@…>
2005-08-17 Andrew Sinclair <Andrew.Sinclair@…> PR 807/rtems * rtems/src/timerfireafter.c, rtems/src/timerserverfireafter.c, score/src/watchdoginsert.c: Tighten critical section checks on an ISR using the same timer being inserted by a lower priority ISR or interupt task.
22:49 Changeset in rtems [55e01299]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2005-08-17 Andrew Sinclair <Andrew.Sinclair@…> PR 807/rtems * rtems/src/timerfireafter.c, rtems/src/timerserverfireafter.c, score/src/watchdoginsert.c: Tighten critical section checks on an ISR using the same timer being inserted by a lower priority ISR or interupt task.
22:07 Changeset in rtems [27178a81]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
New file.
22:04 Changeset in rtems [15c15c89]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2005-08-17 Mike Bertosh <mbertosh@…> * custom/av5282.cfg: New file.
22:03 Changeset in rtems [a3aac67]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2005-08-17 Mike Bertosh <mbertosh@…> * acinclude.m4: Add the av5282 BSP.
22:03 Changeset in rtems [1b269c56]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2005-08-17 Mike Bertosh <mbertosh@…> * .cvsignore, Makefile.am, README, bsp_specs, configure.ac, clock/clock.c, console/console.c, include/bsp.h, include/bspopts.h.in, include/coverhd.h, include/tm27.h, network/network.c, start/start.S, startup/bspclean.c, startup/bspstart.c, startup/init5282.c, startup/linkcmds, startup/linkcmdsflash, startup/linkcmdsram, timer/timer.c: New files.
21:58 Ticket #805 (It is not possible to create more than 11 posix timers) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: Attached patch (pr805.diff) applied to 4.6 branch and CVS trunk.
19:25 Changeset in rtems [77bb84e]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2005-08-17 Lars Munch <lars@…> PR 727/bsps * at91rm9200/clock/clock.c: Correct the equation so 10 milliseconds tick is not 9.365 miliseconds long.
19:17 Changeset in rtems [5978038f] by Joel Sherrill <joel.sherrill@…>
2005-08-17 Nickolay Semyonov <snob@…> PR 744/filesystem * libcsupport/src/unlink.c, libfs/src/dosfs/msdos_eval.c: DOSFS did not support permissions on directories so the check performed by unlink would always fail. The unlink code was modified to support a not supported status being returned.
19:11 Changeset in rtems [b3b78ec]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2005-08-17 Nickolay Semyonov <snob@…> PR 744/filesystem * libcsupport/src/unlink.c, libfs/src/dosfs/msdos_eval.c: DOSFS did not support permissions on directories so the check performed by unlink would always fail. The unlink code was modified to support a not supported status being returned.
18:25 Ticket #727 (in ARM/AT91rm9200 clock support, the timer reload calculation is wrong) closed by Joel Sherrill
State-Changed-From-To: feedback->closed State-Changed-Why: Patch applied to CVS trunk -- code was not in 4.6 branch.
18:20 Ticket #744 (fix unlink for dosfs) closed by Joel Sherrill
State-Changed-From-To: feedback->closed State-Changed-Why: Patch applied to 4.6 branch and CVS trunk after Camilo confirmed it worked.
02:52 Changeset in rtems [7930bde1]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2005-08-16 Ralf Corsepius <ralf.corsepius@…> * binutils/binutils.add: Special-case _prefix=/usr. * gccnewlib/base-g77.add, gccnewlib/base-gcc.add, gccnewlib/base-gcj.add, gccnewlib/base-gfortran.add, gccnewlib/base-gnat.add, gccnewlib/gccnewlib.add: Special-case _prefix=/usr.
02:51 Changeset in rtems [2c680594]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Special-case _prefix == /usr

08/16/05:

10:34 WikiStart edited by IanCaddy
/* RTEMS */ (diff)
07:35 Changeset in rtems [4cf0f1c]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Add special treatment for _prefix=/usr

08/15/05:

15:13 Changeset in rtems [ba0e55a9]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2005-08-15 Ralf Corsepius <ralf.corsepius@…> * posix/include/mqueue.h, posix/src/mqueuetimedreceive.c: ssize_t mq_timedreceive() (POSIX compliance).
15:12 Changeset in rtems [fffda815]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
ssize_t mq_timedreceive() (POSIX compliance)
15:07 Changeset in rtems [f04bf2d]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2005-08-15 Ralf Corsepius <ralf.corsepius@…> * gccnewlib/Makefile.am: Remove h8300-rtemscoff. * binutils/Makefile.am: Remove h8300-rtemscoff.
15:06 Changeset in rtems [fb242b0c]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Remove h8300-rtemscoff
13:54 Changeset in rtems [2604a54]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2005-08-15 Ralf Corsepius <ralf.corsepius@…> * optman/Makefile.am: Add preinstall.am.
13:51 Changeset in rtems [34381f9a]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
New.
13:49 Changeset in rtems [c0c868b]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2005-08-15 Ralf Corsepius <ralf.corsepius@…> * Makefile.am: Add preinstall.am. * configure.ac: Add AMPOLISH3. * preinstall.am: New.
13:49 Changeset in rtems [86c63a04]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Add AMPOLISH3.
13:49 Changeset in rtems [5c5c238]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Add preinstall.am.
08:47 Changeset in rtems [2fd0878c]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Regenerate.
08:47 Changeset in rtems [61d1060b]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2005-08-15 Ralf Corsepius <ralf.corsepius@…> * wrapup/Makefile.am: Use librtemscpu_a_LIBRARIES.
08:38 Changeset in rtems [7f041264]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Regenerate.

08/12/05:

23:56 Changeset in rtems [c949d6b0]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2005-08-12 Chris Johns <chrisj@…> PR 808/rtems_misc * libcsupport/src/printk.c: Fix bug where specifying field width crashed on pc386 BSP.
23:55 Changeset in rtems [5c12a265] by Joel Sherrill <joel.sherrill@…>
2005-08-12 Chris Johns <chrisj@…> PR 808/rtems_misc * src/printk.c: Fix bug where specifying field width crashed on pc386 BSP.
23:44 Changeset in rtems [3424a93a] by Joel Sherrill <joel.sherrill@…>
2005-08-12 Phil Torre <ptorre@…> PR 816/bsps * mpc8xx/include/mpc8xx.h: The struct which describes SCC Ethernet mode parameters (m8xxSCCENparms_t) does not match the hardware: members taddr_h and taddr_l are transposed. When loading new multicast group addresses into the hash table, the wrong hash bit is set.
23:44 Changeset in rtems [db0cf9fc]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2005-08-12 Phil Torre <ptorre@…> PR 816/bsps * mpc8xx/include/mpc8xx.h: The struct which describes SCC Ethernet mode parameters (m8xxSCCENparms_t) does not match the hardware: members taddr_h and taddr_l are transposed. When loading new multicast group addresses into the hash table, the wrong hash bit is set.
22:58 Ticket #808 (printk crashes with field size smaller than value.) closed by Joel Sherrill
State-Changed-From-To: analyzed->closed State-Changed-Why: Patch applied to 4.6 branch and CVS head.
22:46 Ticket #816 (mpc8xx ethernet struct has taddr members in the wrong order) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: Patch applied to 4.6 branch and by hand) to trunk. Please check that the code on the CVS head matches.

08/10/05:

03:54 TBR/Website/What_is_RTEMS edited by ChrisJohns
Add a scripting heading with Python. (diff)
03:51 TBR/Website/What_is_RTEMS created by ChrisJohns
Minor cleanup after moving to MediaWiki?.
03:49 WikiStart edited by ChrisJohns
Merged link names into the link text. Rearranged a little and added a general into topic for new RTEMS users. (diff)

08/09/05:

22:50 TBR/UserApp/Fonix7000 created by Aaron@…
14:00 Developer/Multilib created by ChrisJohns
Tidy up after the move to this wiki.
03:43 WikiStart edited by JoelSherrill
Added RSS link to help users. (diff)
03:23 WikiStart edited by WikiSysop
PhpWiki? content should now be gone and we are in cleanup mode. (diff)
02:27 TBR/UserApp/TCB-2 created by JoelSherrill
Fixed broken link
01:39 WikiStart created by WikiSysop
Cut and Paste of old home page.

08/06/05:

03:28 Changeset in rtems [a605cec]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2005-08-06 Ralf Corsepius <ralf.corsepius@…> * libnetworking/nfs/bootp_subr.c: Don't include nfs/nfs.h, nfs/krpc.h.

08/05/05:

10:38 Changeset in rtems [da6d75f]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2005-08-05 Ralf Corsepius <ralf.corsepius@…> * libfs/src/dosfs/msdos.h, libfs/src/dosfs/msdos_create.c, libfs/src/dosfs/msdos_eval.c, libfs/src/dosfs/msdos_file.c, libfs/src/dosfs/msdos_free.c, libfs/src/dosfs/msdos_fsunmount.c, libfs/src/dosfs/msdos_init.c, libfs/src/dosfs/msdos_misc.c, libfs/src/dosfs/msdos_mknod.c: Introduce msdos_status_t (dosfs statii are at least 32bit, not int).
10:38 Changeset in rtems [a72c454]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Introduce msdos_status_t.
10:33 Changeset in rtems [c79a45b]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Regenerate.
10:32 Changeset in rtems [66e365f]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2005-08-05 Ralf Corsepius <ralf.corsepius@…> * Makefile.am: Add libnetworking/memory.h * libnetworking/Makefile.am: Remove memory.h
03:28 Changeset in rtems [7c5c667e]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2005-08-05 Ralf Corsepius <ralf.corsepius@…> * Makefile.am: Unconditionally initialize include_libcpu_HEADERS.
Note: See TracTimeline for information about the timeline view.