Timeline



11/11/10:

14:01 Changeset in rtems [4b164e4]4.8 by Joel Sherrill <joel.sherrill@…>
2010-11-11 Joel Sherrill <joel.sherrilL@…> PR 1716/doc * user/concepts.t: print_name example used a variable which did not match the name of the passed in parameter.
14:01 Changeset in rtems [15d89e05]4.9 by Joel Sherrill <joel.sherrill@…>
2010-11-11 Joel Sherrill <joel.sherrilL@…> PR 1716/doc * user/concepts.t: print_name example used a variable which did not match the name of the passed in parameter.
14:01 Changeset in rtems [b0449da4]4.10 by Joel Sherrill <joel.sherrill@…>
2010-11-11 Joel Sherrill <joel.sherrilL@…> PR 1716/doc * user/concepts.t: print_name example used a variable which did not match the name of the passed in parameter.
14:01 Changeset in rtems [0badd509]4.115 by Joel Sherrill <joel.sherrill@…>
2010-11-11 Joel Sherrill <joel.sherrilL@…> PR 1716/doc * user/concepts.t: print_name example used a variable which did not match the name of the passed in parameter.
13:37 Changeset in rtems [fc751176]4.115 by Sebastian Huber <sebastian.huber@…>
2010-11-11 Sebastian Huber <sebastian.huber@…> * score/include/rtems/score/userext.h: Documentation.
13:02 Ticket #1716 (print_name example in concepts chapter has bug) closed by Joel Sherrill
fixed: Patch applied to all applicable branches.
13:00 Ticket #1716 (print_name example in concepts chapter has bug) created by Joel Sherrill
The variable name used does not match the parameter. Broken in 4.8 …

11/09/10:

14:22 Changeset in rtems [2c9b61f]4.115 by Ralf Corsepius <ralf.corsepius@…>
Regenerate.
14:21 Changeset in rtems [d22fa9e]4.115 by Ralf Corsepius <ralf.corsepius@…>
binutils-2.20.90
14:19 Changeset in rtems [91234a4]4.115 by Ralf Corsepius <ralf.corsepius@…>
New. Rebase patch against binutils-2.20.90.
09:14 Changeset in rtems [42d6ed8]4.115 by Sebastian Huber <sebastian.huber@…>
2010-11-09 Sebastian Huber <sebastian.huber@…> * score/src/watchdoginsert.c: Removed superfluous cast and use appropriate API function. This special case handling is obsolete since 2006 with the introduction of compiler memory barriers in the interrupt routines. Removed obsolete comments.

11/08/10:

22:27 Ticket #1675 (mcf5329 BSP post-link conversion broken) closed by Joel Sherrill
fixed: This looks fixed in my logs.
22:20 Ticket #1666 (libmisc/stackchk/check.c: unclean code) closed by Joel Sherrill
fixed: No comments. Assuming this is fixed now.

11/06/10:

22:32 Changeset in rtems [2e5a893]4.115 by Joel Sherrill <joel.sherrill@…>
2010-11-06 Joel Sherrill <joel.sherrilL@…> PR 1715/cpukit * rtems/score/cpu.h: Fix typo on _CPU_Context_Restart_self.
21:53 Ticket #1715 (avr: undefined reference to `_CPU_Context_Restart_self') closed by Joel Sherrill
fixed: Patch committed to head. Typo in macro.
06:48 Changeset in rtems [b7e0c21]4.115 by Ralf Corsepius <ralf.corsepius@…>
Housekeeping.
04:40 Ticket #1715 (avr: undefined reference to `_CPU_Context_Restart_self') created by Ralf Corsepius
Current CVS-HEAD doesn't build for the avr: ... avr-rtems4.11-gcc …

11/04/10:

23:00 Changeset in rtems [11236580]4.115 by Joel Sherrill <joel.sherrill@…>
2010-11-04 Joel Sherrill <joel.sherrill@…> * libmisc/stackchk/check.c: Make compile again. * sapi/src/io.c, score/src/heap.c: Address dead assignment issues found by clang.
22:22 Changeset in rtems [16b1546e]4.115 by Joel Sherrill <joel.sherrill@…>
2010-11-04 Joel Sherrill <joel.sherrill@…> * libmisc/stackchk/check.c: Address casting issue highlighted by clang. There was no need for an intermediate cast to a structure pointer.

11/02/10:

21:01 TBR/UserManual/Simulators edited by Gedare
/* Simulators Known to Work Well */ (diff)

11/01/10:

20:02 Release/4.8 edited by JoelSherrill
/* Release 4.8.3 Changes */ Add PR1714 (diff)
20:01 Release/4.9 edited by JoelSherrill
/* Release 4.9.5 Changes */ Add PR1714 (diff)
17:33 Changeset in rtems [a14b982]4.115 by Joel Sherrill <joel.sherrill@…>
2010-11-01 Alin Rus <alin.codejunkie@…> * psxaio01/init.c, psxaio02/init.c: Improve coverage.
17:32 Changeset in rtems [5f925685]4.115 by Joel Sherrill <joel.sherrill@…>
2010-11-01 Alin Rus <alin.codejunkie@…> * posix/include/rtems/posix/aio_misc.h, posix/src/aio_misc.c: Small fixes.
15:58 Changeset in rtems [b0ceb59b]4.8 by Joel Sherrill <joel.sherrill@…>
2010-11-01 Joel Sherrill <joel.sherrilL@…> PR 1714/doc * user/datatypes.t, user/part.t: Add missing description of rtems_status_codes.
15:58 Changeset in rtems [22d226c]4.10 by Joel Sherrill <joel.sherrill@…>
2010-11-01 Joel Sherrill <joel.sherrilL@…> PR 1714/doc * user/datatypes.t, user/intr.t: Add missing description of rtems_status_codes.
15:58 Changeset in rtems [b9803bde]4.9 by Joel Sherrill <joel.sherrill@…>
2010-11-01 Joel Sherrill <joel.sherrilL@…> PR 1714/doc * user/datatypes.t: Add missing description of rtems_status_codes.
15:58 Changeset in rtems [d84ff53]4.115 by Joel Sherrill <joel.sherrill@…>
2010-11-01 Joel Sherrill <joel.sherrilL@…> PR 1714/doc * user/datatypes.t: Add missing description of rtems_status_codes.
15:03 Ticket #1714 (rtems_status_code missing description in user's manual) closed by Joel Sherrill
fixed: Patch applied to all active branches.
14:55 Ticket #1714 (rtems_status_code missing description in user's manual) created by Joel Sherrill
There is no description of rtems_status_code in the data types chapter …

10/31/10:

15:10 Ticket #1713 (networking stack is not 64-bit clean) created by Gedare Bloom
The networking code has alignment problems on 64-bit architectures …

10/29/10:

07:32 Changeset in rtems [4b25ab8b]4.115 by Sebastian Huber <sebastian.huber@…>
2010-10-29 Sebastian Huber <sebastian.huber@…> * rtems/powerpc/registers.h: Added HID2 define. Fixed comments.

10/28/10:

15:14 Ticket #1712 (Add LWIP Support to RTEMS) created by Joel Sherrill
This port was done by Marcello Presulli <m.presulli@…> and …
Note: See TracTimeline for information about the timeline view.