Timeline



11/28/15:

20:55 Changeset in rtems-source-builder [eec82cd]4.104.95 by YANG Qiao <yangqiao0505@…>
fix libpng version number
20:55 Changeset in rtems-source-builder [bf05b15]4.104.95 by YANG Qiao <yangqiao0505@…>
add dependencies for nxlib
20:55 Changeset in rtems-source-builder [3618353]4.104.95 by YANG Qiao <yangqiao0505@…>
add graphics-all bset
20:55 Changeset in rtems-source-builder [4cef681]4.104.95 by YANG Qiao <yangqiao0505@…>
add dependencies for nanox
20:55 Changeset in rtems-source-builder [7a9ec6e]4.104.95 by YANG Qiao <yangqiao0505@…>
fix nanox patch url
20:55 Changeset in rtems-source-builder [3dfedc9]4.104.95 by YANG Qiao <yangqiao0505@…>
fix t1lib patch url
11:01 Changeset in rtems [2a9db26]4.11 by Pavel Pisa <pisa@…>
bsp/tms570: ensure that linker symbol comparison to NULL is not optimized out. Signed-off-by: Pavel Pisa <pisa@…>
11:01 Changeset in rtems [4a02a74]5 by Pavel Pisa <pisa@…>
bsp/tms570: ensure that linker symbol comparison to NULL is not optimized out. Signed-off-by: Pavel Pisa <pisa@…>
02:29 GCI/Outreach/Citations created by Gedare Bloom

11/27/15:

10:17 Changeset in rtems [bbd8484b]5 by Sebastian Huber <sebastian.huber@…>
bsp/t32mppc: Use -Og optimization level
09:39 Changeset in rtems [0a311015]5 by Sebastian Huber <sebastian.huber@…>
bsp/t32mppc: Convert to Termios device

11/26/15:

13:11 Changeset in rtems [a062014]5 by Sebastian Huber <sebastian.huber@…>
Delete _Region_Debug_Walk() The expensive heap walks are superfluous due to the heap protection enabled via RTEMS_DEBUG. Update #2477.
13:08 Changeset in rtems [8054b1c]5 by Sebastian Huber <sebastian.huber@…>
Remove <rtems/debug.h> Close #2477.
10:42 Ticket #2478 (c/src/lib/libbsp/arm/csb336/network/lan91c11x.c: array out of range) created by David Binderman
c/src/lib/libbsp/arm/csb336/network/lan91c11x.c:148]: (error) Array …
06:29 Changeset in rtems [5055281]5 by Sebastian Huber <sebastian.huber@…>
Delete unused declarations and define

11/25/15:

08:30 Ticket #2477 (Remove <rtems/debug.h>) created by Sebastian Huber
RTEMS has an API for dynamic debug support in <rtems/debug.h>. This …
08:01 Changeset in rtems [443c61ec]5 by Sebastian Huber <sebastian.huber@…>
Delete empty libc_init()
07:46 Ticket #2476 (HELP: Trac thinks I'm a spammer) created by Goetz Pfeiffer
Hello, I can no longer modify my ticket from my desktop PC because …
07:33 Changeset in rtems [ac5f2442]5 by Sebastian Huber <sebastian.huber@…>
Require getreent() This function is used by Newlib since 2013-07-09 (Git commit 9b51cd8c6b9cdd067d9648a7ab952884019c56a5).
06:55 Changeset in rtems [7828f1c3]4.11 by Sebastian Huber <sebastian.huber@…>
Fix _Assert() statement
06:55 Changeset in rtems [8ce0b0cb]5 by Sebastian Huber <sebastian.huber@…>
Fix _Assert() statement

11/24/15:

14:58 Changeset in rtems [f6a1ef9]5 by Sebastian Huber <sebastian.huber@…>
posix: Require struct _pthread_cleanup_context This structure is available in Newlib since 2013-11-29 (Git commit a534dfd26e765047621acd0eda656ded886e7108).
07:33 Changeset in rtems [d62dfc7]5 by Sebastian Huber <sebastian.huber@…>
bsp/altera-cyclone-v: Add fatal extension handler
07:31 Changeset in rtems [b308f23]5 by Sebastian Huber <sebastian.huber@…>
bsp/qoriq: Use array for FMan modules

11/23/15:

15:40 Ticket #2413 (Untar_FromMemory breaks on create directory if they exists, even on ...) closed by Pavel Pisa <pisa@…>
fixed: In 9394aa5ed7ef6db28045e0103a6a174d9540d6c2/rtems: […]
09:09 Changeset in rtems [9394aa5e]5 by Pavel Pisa <pisa@…>
untar: do not exit with error when created directory already exists. The problem exists for both RTEMS untar implementations and their variants: Untar_FromMemory(), Untar_FromFile() and rtems_tarfs_load(). If filesystem object already exists at extracted directory path then if it is directory, creation is ignored. Attempt to delete/unlink object and make directory is tried for other cases. This simple approach problem reported in ticket fixes #2413. Behavior follows GNU tar and BSD tar practice for directories but much more work is required to achieve full semantics of the full featured tar implementation still.
09:09 Changeset in rtems [a6d176f]4.11 by Pavel Pisa <pisa@…>
untar: do not exit with error when created directory already exists. The problem exists for both RTEMS untar implementations and their variants: Untar_FromMemory(), Untar_FromFile() and rtems_tarfs_load(). If filesystem object already exists at extracted directory path then if it is directory, creation is ignored. Attempt to delete/unlink object and make directory is tried for other cases. This simple approach problem reported in ticket fixes #2413. Behavior follows GNU tar and BSD tar practice for directories but much more work is required to achieve full semantics of the full featured tar implementation still.

11/20/15:

15:11 Ticket #2475 (Various bugfixes for rtems-source-builder) created by Goetz Pfeiffer
Hello, I tried to build rtems 4.9, 4.10, 4.11 and 4.12 with …

11/19/15:

02:05 GCI/Obsolete/RefactorBSPs edited by Gedare Bloom
(diff)
02:04 GCI/Coding/POSIXTimingTest edited by Gedare Bloom
Update TOC (diff)

11/18/15:

22:48 WikiStart edited by Chris Johns
Add GCI. (diff)
22:46 GCI created by Chris Johns
Add a top level GCI page.
22:37 Ticket #2473 (mvme162 has invalid code in start up) created by Eric Williams
TRAP #7 generated in code for bsp_start(). This is same issue as …
17:45 Changeset in rtems [3e1196d]5 by Premysl Houdek <kom541000@…>
bsp/tms570: unite code duplication in pinmux and clean SCI close per review remarks. Signed-off-by: Premysl Houdek <kom541000@…>
17:45 Changeset in rtems [f8bbbdd]4.11 by Premysl Houdek <kom541000@…>
bsp/tms570: unite code duplication in pinmux and clean SCI close per review remarks. Signed-off-by: Premysl Houdek <kom541000@…>
08:47 Changeset in rtems-libbsd [1061324]55-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
NETSTAT(1): Avoid use of uninitialized memory
08:24 Changeset in rtems-libbsd [cf9836e]55-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
Add .exe extension to test programs
08:23 Changeset in rtems-libbsd [eb3b5db]55-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
Fix for RTEMS provided <sys/priority.h>
08:22 Changeset in rtems [8708900]5 by Sebastian Huber <sebastian.huber@…>
Provide dummy <sys/priority.h> Required by new network stack.

11/17/15:

20:24 PageTemplates/GCITaskTemplate created by Gedare Bloom
20:22 GCI/Design/CoverImage created by Gedare Bloom
20:21 GCI/Outreach/WikiTBR created by Gedare Bloom
20:19 GCI/QA/InvestigateTicket created by Gedare Bloom
20:19 GCI/QA/ImproveEnglish created by Gedare Bloom
20:15 GCI/Outreach/Middleware created by Gedare Bloom
Import from GCI/Projects
19:48 GCI/Outreach/HelloWorldVideo created by Gedare Bloom
19:46 GCI/Outreach/Tutorials created by Gedare Bloom
Import from GCI/Projects
19:44 GCI/Documentation/ClassicAPIRequirements created by Gedare Bloom
Import from GCI/Projects
19:37 GCI/Documentation/DoxygenCleanup edited by Gedare Bloom
Import more from GCI/Projects (diff)
19:31 GCI/Documentation/FileHeaders created by Gedare Bloom
Import from GCI/Projects
19:27 GCI/Documentation/DoxygenCleanup created by Gedare Bloom
Import from GCI/Projects
19:13 GCI/Obsolete/RefactorBSPs created by Gedare Bloom
Import from GCI/Projects
19:11 GCI/Coding/POSIXTimingTest created by Gedare Bloom
Import from GCI/Projects
19:09 GCI/Coding/HelloWorld created by Gedare Bloom
import from GCI/Projects
14:28 Changeset in rtems-libbsd [33d8f3c7]55-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
Use RTEMS provided <sys/priority.h>
14:24 Changeset in rtems-libbsd [39ac918]55-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
Use RTEMS provided <sys/ttycom.h>
14:22 Changeset in rtems [8f3ec7c0]5 by Sebastian Huber <sebastian.huber@…>
Import latest <sys/ttycom.h> from FreeBSD Required by new network stack.
14:13 Changeset in rtems-libbsd [2dd7b49]55-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
Use RTEMS provided <sys/sockio.h>
14:12 Changeset in rtems [f757bb7c]5 by Sebastian Huber <sebastian.huber@…>
Merge with latest <sys/sockio.h> from FreeBSD Required by new network stack.
14:04 Changeset in rtems-libbsd [25ce3e8]55-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
Use RTEMS provided <sys/mman.h>
14:02 Changeset in rtems-libbsd [c9f679f]55-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
Use RTEMS provided <sys/filio.h>
13:57 Changeset in rtems [836803f]5 by Sebastian Huber <sebastian.huber@…>
Import latest <sys/filio.h> from FreeBSD Required by new network stack.
13:42 Changeset in rtems-libbsd [d5b64f2]55-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
Use RTEMS provided <sys/endian.h>
07:59 Ticket #2472 (Wrong value in PSR register after task switch on SPARC) closed by Daniel Cederman <cederman@…>
fixed: In 2d7aad73ea79fdfd80fa466233c7dbeceb98d43c/rtems: […]
07:34 Ticket #2472 (Wrong value in PSR register after task switch on SPARC) created by daniel.cederman
The task switching code does not update the PSR if the heir changes …
06:52 Ticket #2470 (Interrupt epilogue is broken on ARMv7-AR and PowerPC) closed by Sebastian Huber
fixed: [0c9bf40b89cd6763f9ec5d913d440c8b0074a092/rtems]
06:49 Ticket #2471 (Race condition on SMP for events and timeouts) closed by Sebastian Huber <sebastian.huber@…>
fixed: In 72857659c1f8fc71da4a30833caab583a2cfac6d/rtems: […]
06:48 Ticket #2471 (Race condition on SMP for events and timeouts) created by Sebastian Huber
06:46 Ticket #2470 (Interrupt epilogue is broken on ARMv7-AR and PowerPC) created by Sebastian Huber

11/16/15:

13:13 Changeset in rtems [2d7aad73]4.11 by Daniel Cederman <cederman@…>
sparc: Fix context switch on SMP We must not load registers (e.g. PSR) from the heir context area before the heir stopped execution. With this patch the write to PSR is divided into two steps. We first update the current window pointer and then we restore the status registers and enable traps. This allows us to move the first write to PSR to be before the write to WIM, as there is now no risk that we get an interrupt where the CWP and WIM would be inconsistent. We only need to make sure that we do not use any of the non-global registers or instructions that affects CWP for three instructions after the write. In the earlier code the non-global %o1 register was used right after the write to PSR, which required the use of three nop:s. Close #2472.
13:13 Changeset in rtems [78cac9b]5 by Daniel Cederman <cederman@…>
sparc: Fix context switch on SMP We must not load registers (e.g. PSR) from the heir context area before the heir stopped execution. With this patch the write to PSR is divided into two steps. We first update the current window pointer and then we restore the status registers and enable traps. This allows us to move the first write to PSR to be before the write to WIM, as there is now no risk that we get an interrupt where the CWP and WIM would be inconsistent. We only need to make sure that we do not use any of the non-global registers or instructions that affects CWP for three instructions after the write. In the earlier code the non-global %o1 register was used right after the write to PSR, which required the use of three nop:s.
08:51 Changeset in rtems-libbsd [d1558f3]4.11 by Sebastian Huber <sebastian.huber@…>
SOCKETPAIR(2): Port to RTEMS
08:51 Changeset in rtems-libbsd [dd96574]55-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
SOCKETPAIR(2): Port to RTEMS
06:32 Changeset in rtems-libbsd [330f9886]55-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
Update rtems_waf module for msys2 support
Note: See TracTimeline for information about the timeline view.