Timeline



09/01/05:

21:25 WikiStart edited by WikiSysop
/* RTEMS */ RTEMS Developer Information (diff)
18:53 Changeset in ada-examples [efb5931]ada-examples-4-6-branchada-examples-4-6-4 by Joel Sherrill <joel.sherrill@…>
2005-09-01 Joel Sherrill <joel@…> * VERSION: Updated to ada-examples-4.6.4.
18:51 Changeset in network-demos [a898d16]network-demos-4-6-branchnetwork-demos-4-6-4 by Joel Sherrill <joel.sherrill@…>
2005-09-01 Joel Sherrill <joel@…> * VERSION: Updated to network-demos-4.6.4.
17:18 Changeset in rtems [d7bf841a]4.6.4 by Joel Sherrill <joel.sherrill@…>
2005-09-01 Joel Sherrill <joel@…> * VERSION: Updated to rtems-4.6.4.
17:18 Changeset in rtems [58cfecc] by Joel Sherrill <joel.sherrill@…>
2005-09-01 Joel Sherrill <joel@…> * aclocal/version.m4: Updated to rtems-4.6.4.
16:32 Changeset in rtems [2bbe78a2]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2005-09-01 Joel Sherrill <joel@…> PR 820/rtems * score/inline/rtems/score/coremsg.inl, score/macros/rtems/score/coremsg.inl, score/src/coremsginsert.c: Increment of pending message count should be atomic with insertion on the pending message chain. Determination of the need to call the notification handler should also be in this atomic section of code.
16:31 Changeset in rtems [0bb4dd03] by Joel Sherrill <joel.sherrill@…>
2005-09-01 Joel Sherrill <joel@…> PR 820/rtems * inline/rtems/score/coremsg.inl, macros/rtems/score/coremsg.inl, src/coremsginsert.c: Increment of pending message count should be atomic with insertion on the pending message chain. Determination of the need to call the notification handler should also be in this atomic section of code.
16:15 Changeset in rtems [a98ea87]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2005-09-01 Joel Sherrill <joel@…> PR 628/rtems * psx04/init.c, psx04/psx04.scn: Update tests to reflect a signal of 0 being an error.
16:14 Changeset in rtems [feedcdc] by Joel Sherrill <joel.sherrill@…>
2005-09-01 Joel Sherrill <joel@…> PR 628/rtems * psx04/init.c, psx04/psx04.scn: Update tests to reflect a signal of 0 being an error.
15:38 Ticket #820 (core msgq count not atomic with chain inserts) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: Attached patch applied to 4.6 branch and CVS trunk.
15:33 Ticket #797 (libchip/serial/ns16550.c broken) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: Since the tree compiles, I am going to consider this a transitional error that was fixed along the way.
14:46 Changeset in rtems [3c838f1a] by Joel Sherrill <joel.sherrill@…>
2005-09-01 Joel Sherrill <joel@…> PR 796/rtems * src/semtimedwait.c: sem_timedwait is supposed to use absolute time for timeout specification. This patch is a modified version of the one suggested by Peter Dufault.
14:44 Changeset in rtems [84b6c050]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2005-09-01 Joel Sherrill <joel@…> PR 796/rtems * posix/src/semtimedwait.c: sem_timedwait is supposed to use absolute time for timeout specification. This patch is a modified version of the one suggested by Peter Dufault.
14:08 Ticket #820 (core msgq count not atomic with chain inserts) created by ulf.ivraeus
The count of pending messages is not updated atomically with the …
13:49 Changeset in rtems [04ae040]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added PR number to existing ChangeLog? entry.
13:46 Ticket #796 (sem_timedwait is using relative time instead of absolute time) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: Attached patch applied to 4.6 branch and trunk. I took your patch and added the error checking required.
13:39 Changeset in rtems [45a32542] by Joel Sherrill <joel.sherrill@…>
2005-09-01 Joel Sherrill <joel@…> PR 350/make_build * compilers/gcc-target-default.cfg: Honor LD_PATHS set by user.
13:28 Changeset in rtems [8c51e48c]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2005-09-01 Nuno Costa <nuno-costa@…> PR 804 * sapi/include/confdefs.h: Memory for POSIX timers not accounted for. Patch adapted from edit comment in PR filed.
13:27 Changeset in rtems [f54bc05] by Joel Sherrill <joel.sherrill@…>
2005-09-01 Nuno Costa <nuno-costa@…> PR 804 * include/confdefs.h: Memory for POSIX timers not accounted for. Patch adapted from edit comment in PR filed.
13:23 Ticket #791 (Returned period data "ticks_executed_since_last_period" incorrectly ...) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: We exchanged email discussing why I think this patch is not appropriate but I wanted to make sure my rationale is in GNATS. Neither having or not having this line of code yields a completely accurate accounting. With the line in, you do over count for thread which preempt frequently and execute for very short time periods. With this line out, there is a reasonable probability that threads which execute for short lengths of time will never be executing when a clock tick occurs so they will be shown as never having executed. I would hate to see threads which execute quickly get shown as not having run at all.
13:22 Changeset in rtems [fd06f6c] by Joel Sherrill <joel.sherrill@…>
2005-09-01 Joel Sherrill <joel@…> * include/bsp.h: This file is only to be used by BSPs with the new interrupt API so checking for USE_ENHANCED_INTR_API is not needed.
13:20 Changeset in rtems [cc2efb6] by Joel Sherrill <joel.sherrill@…>
2005-09-01 Joel Sherrill <joel@…> * clock/Makefile.am, include/Makefile.am: Install tod.h
12:49 Ticket #773 (powerpc decrementer clock corrupted) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: Patch previously committed by Eric Norum.
12:44 Ticket #732 (RTEMS 4.5.0 Statistically Corrupted Thread After Full Message Queue Write) closed by Joel Sherrill
State-Changed-From-To: feedback->closed State-Changed-Why: No feedback received. It is assumed that the PR referred to in an earlier comment was indeed the issue. If this applies to newer RTEMS versions, this PR will need to be reopened.
12:28 Ticket #804 (No memory for POSIX Timers) closed by Joel Sherrill
State-Changed-From-To: feedback->closed State-Changed-Why: No feedback in two weeks. Patch assumed to be correct and committed.
08:18 Changeset in rtems [2dc0cb2e]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2005-09-01 Ralf Corsepius <ralf.corsepius@…> * gdb/gdb.add: Remove Packager:.
08:17 Changeset in rtems [765046a]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2005-09-01 Ralf Corsepius <ralf.corsepius@…> * gccnewlib/base-g77.add, gccnewlib/base-gcc.add, gccnewlib/base-gcj.add, gccnewlib/target-c++.add, gccnewlib/target-g77.add, gccnewlib/target-gcc.add, gccnewlib/target-gcj.add, gccnewlib/target-gfortran.add, gccnewlib/target-gnat.add, gccnewlib/target-objc.add: Switch to using %gcc_version.
08:16 Changeset in rtems [4372b60]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Switch to using %gcc_version.
07:20 Changeset in rtems [7e9b763]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2005-09-01 Ralf Corsepius <ralf.corsepius@…> * binutils/binutils.add: Remove Packager:. * binutils/target-binutils.add: Further adaptations to /usr.
07:20 Changeset in rtems [7bca3702]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Further adaptations to /usr.
07:20 Changeset in rtems [3e297d0]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Remove Packager:.
07:17 Changeset in rtems [d135e875]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Add missing entry
06:45 Changeset in rtems [3ead5b65]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2005-09-01 Ralf Corsepius <ralf.corsepius@…> * gccnewlib/target-c++.add, gccnewlib/target-g77.add, gccnewlib/target-gcj.add, gccnewlib/target-gfortran.add, gccnewlib/target-gnat.add, gccnewlib/target-objc.add: Fix directory ownerships.
06:44 Changeset in rtems [f6c4e41]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Fix directory ownerships.

08/31/05:

18:51 Changeset in rtems [1131dfe]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2005-08-23 Karel Gardas <kgardas@…>> * timer/timer.c: Enhance to use either interupt-based timer functions on older CPUs or to use TSC-based timer functions on more recent (Pentium and above) CPUs. The decision is made in Timer_initialize function when it is called for the first time based on a result obtained from cpuid instruction during the BSP initialization phase. During the first call, there are also late bindings to the implementation functions initialized to appropriate values.
15:29 Changeset in rtems [54791b8]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2005-08-31 Ralf Corsepius <ralf.corsepius@…> * gccnewlib/target-libc.add: New.
05:43 WikiStart edited by JoelSherrill
revert (diff)
04:34 Changeset in rtems [82973a28] by Ralf Corsepius <ralf.corsepius@…>
2005-08-31 Ralf Corsepius <ralf.corsepius@…> PR 819/filesystem * src/ttyname_r.c: Remove. * src/ttyname.c: Partial update from FreeBSD. * Makefile.am: Reflect changes above.
04:29 Changeset in rtems [182c101e]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2005-08-31 Ralf Corsepius <ralf.corsepius@…> PR 819/filesystem * libcsupport/src/ttyname_r.c: Remove. * libcsupport/src/ttyname.c: Partial update from FreeBSD. * libcsupport/Makefile.am: Reflect changes above.
03:36 Ticket #819 (symbol clash in ttyname.c and ttyname_r.c) closed by Ralf Corsepius
State-Changed-From-To: open->closed State-Changed-Why: ttyname_r.c removed. ttyname.c copyright notice updated from FreeBSD. Both on branch and HEAD

08/30/05:

22:04 Ticket #819 (symbol clash in ttyname.c and ttyname_r.c) created by strauman
ttyname.c and ttyname_r.c contain the same code, i.e., both implement …
15:11 WikiStart edited by VasskoV
(diff)
14:59 Changeset in rtems [4266e821]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Remove dep on *-base-gfortran for prefix=/usr.
14:56 Changeset in rtems [e2dd61b]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Remove dep on *-base-gcc for prefix=/usr.
12:27 Changeset in rtems [40c60eee]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Cosmetics.
12:22 Changeset in rtems [e057182]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Cosmetics.
12:14 Changeset in rtems [5cef6bd2]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2005-08-30 Ralf Corsepius <ralf.corsepius@…> * gccnewlib/target-gcc.add: Add Requires/Provides? *-newlib/*-libc.
12:13 Changeset in rtems [e15fbe5]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2005-08-30 Ralf Corsepius <ralf.corsepius@…> * gccnewlib/gccnewlib.add: Add Requires/Provides? *-newlib/*-libc.
08:18 Changeset in rtems [1bc4b77]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
cleanups
05:52 Changeset in rtems [eff4dd75]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Minor cleanups.
05:45 Changeset in rtems [8b544468]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2005-08-30 Ralf Corsepius <ralf.corsepius@…> * gccnewlib/base-g77.add, gccnewlib/base-gcc.add, gccnewlib/gccnewlib.add, gccnewlib/target-c++.add, gccnewlib/target-g77.add, gccnewlib/target-gcj.add, gccnewlib/target-gfortran.add, gccnewlib/target-gnat.add, gccnewlib/target-objc.add: Use gccnewlib_version. Cosmetics. Minor cleanups.
05:44 Changeset in rtems [86c81eec]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Use gccnewlib_version. Cosmetics. Minor cleanups.
04:52 Changeset in rtems [3a12683d]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2005-08-30 Ralf Corsepius <ralf.corsepius@…> * gccnewlib/base-gcc.add: Remove %_includedir.
04:52 Changeset in rtems [de44905]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Remove _includedir
04:45 Changeset in rtems [9ed43a2]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2005-08-30 Ralf Corsepius <ralf.corsepius@…> * gccnewlib/base-g77.add: Remove %_mandir. Remove %{gcc_target}-g77.1. * gccnewlib/base-gfortran.add: Remove %_mandir. Remove %{gcc_target}-gfortran.1. * gccnewlib/gccnewlib.add: Remove Packager:. Add %gccnewlib_version. * gccnewlib/target-c++.add: Remove %_bindir. * gccnewlib/target-g77.add: Add %{gcc_target}-g77.1. * gccnewlib/target-gcj.add: Remove %_bindir. Remove %_mandir. * gccnewlib/target-gfortran.add: Remove %_bindir. Add %{gcc_target}-gfortran.1. * gccnewlib/target-gnat.add: Remove %_bindir.
04:45 Changeset in rtems [d128ca29]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Remove %_bindir.
04:44 Changeset in rtems [7cee1ce]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Remove %_bindir. Add %{gcc_target}-gfortran.1.
04:44 Changeset in rtems [4b74fa6c]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Remove %_bindir. Remove %_mandir.
04:44 Changeset in rtems [6cab86f]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Add %{gcc_target}-g77.1.
04:43 Changeset in rtems [5d04b30]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Remove Packager:. Add %gccnewlib_version.
04:42 Changeset in rtems [3d8ba80]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Remove %_mandir. Remove %{gcc_target}-gfortran.1.
04:42 Changeset in rtems [a708977]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Remove %_mandir. Remove %{gcc_target}-g77.1.

08/29/05:

17:18 Changeset in rtems [7bcebf1]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2005-08-29 Joel Sherrill <joel@…> * setup.def, gdb/gdb.add: Use DESTDIR as override with gdb 6.3.

08/25/05:

11:36 Changeset in rtems [9bd1f4e]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2005-08-25 Ralf Corsepius <ralf.corsepius@…> * gccnewlib/gccnewlib.add: Remove vxaddr2line. Further minor cleanup.

08/22/05:

13:31 Changeset in rtems [213810b3]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2005-08-18 Karel Gardas <kgardas@…> * libchip/network/if_fxp.c, libchip/network/if_dc.c, libchip/network/dec21140.c: Remove initialization of PCI bus.
13:26 Changeset in rtems [cee7620]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Remove duplicate comment.

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.
Note: See TracTimeline for information about the timeline view.