Timeline



03/09/18:

23:37 Developer/AtomicSupport edited by Amaan Cheval
Update SMP support status based on docs (https://docs.rtems.org/branches/master/c-user/symmetric_multiprocessing_services.html) and master branch (diff)
20:53 Changeset in rtems-docs [0472ead]5 by Joel Sherrill <joel@…>
Update the POSIX Compliance Tracking Spreadsheet. Add standards. This update adds the following: C11 Programming Language Standard FACE Technical Standard Edition 3.0 (four profiles) Software Communication Architecture Specification 2.2.2 (one profile) Software Communication Architecture Specification 4.1 (three profiles)
19:29 Ticket #3311 (Update waf.py for Sphinx 1.7 compatibility) closed by Richard Campbell <richard.campbell@…>
fixed: In 2a06644/rtems-docs: […]
19:26 Ticket #3328 (bootstrap uses non-POSIX compliant echo -e) closed by Joel Sherrill
fixed: This didn't close automatically on the commit. http://git.rtems.org/rtems/commit/?id=4dfeba3a0e53d4b697b07f9c10783c411e43ccdf
19:14 Ticket #3329 (Trac Login Failure (bad password) Causes Internal Error) created by Joel Sherrill
Behavior is as expected with a bad user name. Try to login to Trac …[…]
16:59 Ticket #3328 (bootstrap uses non-POSIX compliant echo -e) created by Amaan Cheval
On certain shells, the "-e" option is not supported, and causes echo …
15:45 Changeset in rtems [b6755af]5 by Sebastian Huber <sebastian.huber@…>
bsps/mips: Move libcpu content to bsps This patch is a part of the BSP source reorganization. Update #3285.
15:38 Changeset in rtems [4dfeba3]5 by Amaan Cheval <amaan.cheval@…>
bootstrap: Use printf instead of echo -e for POSIX shells On POSIX compliant shells, echo does not have the -e option. This causes the "-e" to be echoed as well, causing potential buggy build processes. Example shell session: -> % sh $ echo -e "foo bar" -e foo bar $ According to POSIX, "\$" should be fine regardless due to the use of double-quotes[1]. However, since printf is recommended over echo anyway, we replace "echo -e" with printf where required. [1] http://pubs.opengroup.org/onlinepubs/009695399/utilities/xcu_chap02.html#tag_02_02_03
15:22 Changeset in rtems [a4570829]5 by Sebastian Huber <sebastian.huber@…>
bsps: Remove unused memcpy() implementations This patch is a part of the BSP source reorganization. Update #3285.
12:28 Changeset in rtems [c81f432]5 by David Gibson <david@…>
libfdt: Safer access to memory reservations fdt_num_mem_rsv() and fdt_get_mem_rsv() currently don't sanity check their parameters, or the memory reserve section offset in the header. That means that on a corrupted blob they could access outside of the range of memory that they should. This improves their safety checking, meaning they shouldn't access outside the blob's bounds, even if its contents are badly corrupted. Signed-off-by: David Gibson <david@…> Tested-by: Alexey Kardashevskiy <aik@…> Reviewed-by: Alexey Kardashevskiy <aik@…> Reviewed-by: Simon Glass <sjg@…>
07:38 Changeset in rtems [16f4661f]5 by Sebastian Huber <sebastian.huber@…>
network: Optionally install network headers Install the network headers only if --enable-networking is specified. Update #3254.
06:51 Changeset in rtems-docs [5b76390]5 by Sebastian Huber <sebastian.huber@…>
c-user: Fix simple SMP scheduler limits
02:39 GSoC/2018 edited by Vijay Kumar Banerjee
GSoC proposal of Vijay k . Banerjee is added (diff)

03/08/18:

23:28 Changeset in rtems [c2282d6d]5 by Joel Sherrill <joel@…>
sparc/include/rtems/score/types.h: Eliminate this file Updates #3327.
23:28 Ticket #3324 (mhttpd's http etag can result in invalid caching in a browser.) closed by Chris Johns <chrisj@…>
fixed: In c3353ae5/rtems: […]
23:27 Changeset in rtems [55e76c2]5 by Joel Sherrill <joel@…>
sparc64/include/rtems/score/types.h: Eliminate this file Updates #3327.
23:25 Changeset in rtems [d978d1b]5 by Joel Sherrill <joel@…>
powerpc/include/rtems/score/types.h: Eliminate this file Updates #3327.
23:24 Changeset in rtems [8d96b46]5 by Joel Sherrill <joel@…>
m68k/include/rtems/score/types.h: Eliminate this file Updates #3327.
23:23 Changeset in rtems [5b88ec5]5 by Joel Sherrill <joel@…>
riscv/include/rtems/score/types.h: Eliminate this file Updates #3327.
23:16 Changeset in rtems [eb142fee]5 by Joel Sherrill <joel@…>
arm/include/rtems/score/types.h: Eliminate this file Updates #3327.
23:11 Changeset in rtems [43bd6b15]5 by Joel Sherrill <joel@…>
v850/include/rtems/score/types.h: Eliminate this file Updates #3327.
23:10 Changeset in rtems [e88abc0]5 by Joel Sherrill <joel@…>
no_cpu/include/rtems/score/types.h: Eliminate this file Updates #3327.
23:09 Changeset in rtems [7dde32f0]5 by Joel Sherrill <joel@…>
or1k/include/rtems/score/types.h: Eliminate this file Updates #3327.
22:56 Changeset in rtems [924cecd9]5 by Joel Sherrill <joel@…>
m32c/include/rtems/score/types.h: Eliminate this file Updates #3327.
22:16 Changeset in rtems [a518ff4b]5 by Joel Sherrill <joel@…>
moxie/include/rtems/score/types.h: Eliminate this file Updates #3327.
20:15 Changeset in rtems [fce900b5]5 by Joel Sherrill <joel@…>
sh/include/rtems/score/types.h: Eliminate this file Updates #3327.
19:29 Changeset in rtems [00acca28]5 by Joel Sherrill <joel@…>
nios2/include/rtems/score/types.h: Eliminate this file Updates #3327.
19:23 Changeset in rtems [c83d169]5 by Joel Sherrill <joel@…>
epiphany/include/rtems/score/types.h: Eliminate this file Updates #3327.
19:18 Changeset in rtems [c98d4748]5 by Joel Sherrill <joel@…>
lm32/include/rtems/score/types.h: Eliminate this file Updates #3327.
19:09 Changeset in rtems [a1df2fdc]5 by Joel Sherrill <joel@…>
i386/include/rtems/score/types.h: Eliminate this file Updates #3327.
18:29 Changeset in rtems [859251a]5 by Joel Sherrill <joel@…>
mips/include/rtems/score/types.h: Eliminate this file Updates #3327.
18:28 Changeset in rtems [cbbe68b]5 by Joel Sherrill <joel@…>
bfin/include/rtems/score/types.h: Eliminate this file Updates #3327.
17:22 Ticket #3327 (Eliminate score/cpu/*/.../types.h) created by Joel Sherrill
Each port contains a types.h file. It universally defines one type …
17:18 Ticket #3326 (Eclipse Target Communication Framework Support) created by Joel Sherrill
= RTEMS Eclipse Target Communication Framework Support = …
07:48 Changeset in rtems [828049cb]5 by Sebastian Huber <sebastian.huber@…>
sptests/sp19: Fix test output methods Do not use fprintf() in non-fp tasks.
07:04 Changeset in rtems-docs [154fb0f9]5 by Sebastian Huber <sebastian.huber@…>
c-user: Simplify clustered scheduler configuration Close #3325.
06:44 Changeset in rtems-docs [bf78123]5 by Sebastian Huber <sebastian.huber@…>
c-user: Rework scheduler alogrithm config defs Update #3325.
06:02 Ticket #3325 (Simplify clustered scheduler configuration) created by Sebastian Huber
Improve the scheduler configuration documentation according to user …
05:56 Ticket #3318 (Improve INTERNAL_ERROR_THREAD_EXITTED to show the id and thread name) closed by Sebastian Huber <sebastian.huber@…>
fixed: In d39cc068/rtems: […]
05:33 Changeset in rtems [6fadb7af]5 by Sebastian Huber <sebastian.huber@…>
config: Use new scheduler configuration defines Update #3325.
05:20 Changeset in rtems [2ef85b1]5 by Sebastian Huber <sebastian.huber@…>
config: Simplify clustered scheduler configuration Do not use names derived from scheduler implementation details. Instead use names derived from the scheduler configuration or documentation. Provide defines for backward compatibility. Update #3325.
04:19 Ticket #3316 (Move expat's home site to github from SF.) closed by Chris Johns <chrisj@…>
fixed: In 62f68d9/rtems-source-builder: […]
04:12 Changeset in rtems [c3353ae5]4.11 by Chris Johns <chrisj@…>
cpukit/mttpd: Add a callback to generate a per file HTTP etag. Closes #3324
04:12 Ticket #3324 (mhttpd's http etag can result in invalid caching in a browser.) created by Chris Johns
The mhttp's http etag uses the mtime and file length and this can …
04:11 Ticket #3323 (mhttpd's http etag can result in invalid caching in a browser.) created by Chris Johns
The mhttp's http etag uses the mtime and file length and this can …
00:40 Changeset in rtems [89ac281]5 by Joel Sherrill <joel@…>
cpukit/include/mqueue.h: Delete unneeded includes

03/07/18:

20:31 Changeset in rtems [0706581]5 by Joel Sherrill <joel@…>
misc sh: Remove includes of rtems/score/types.h
15:29 Changeset in rtems [0231ebc]5 by Sebastian Huber <sebastian.huber@…>
config: Remove RTEMS prefix from internal defines Update #3325.
14:17 Changeset in rtems-docs [c65aeed]5 by Sebastian Huber <sebastian.huber@…>
c-user: Rework clustered scheduling configuration
13:18 Changeset in rtems-docs [464d541]5 by Sebastian Huber <sebastian.huber@…>
c-user: Use uniprocessor throughout
13:10 Changeset in rtems-docs [690b7f9]5 by Sebastian Huber <sebastian.huber@…>
c-user: Sort scheduler configuration options
13:06 Changeset in rtems-docs [c2ee227]5 by Sebastian Huber <sebastian.huber@…>
c-user: Promote clustered scheduler configuration Add own section for the clustered scheduler configuration.
13:05 Changeset in rtems-docs [3bb3e57]5 by Sebastian Huber <sebastian.huber@…>
c-user: Fix scheduler configuration overview
12:43 Changeset in rtems-docs [8010b6e]5 by Sebastian Huber <sebastian.huber@…>
c-user: Update CONFIGURE_SCHEDULER_NAME
12:01 Changeset in rtems [ef900ab]5 by Sebastian Huber <sebastian.huber@…>
capture: Fix get priority methods
12:00 Changeset in rtems [a4151d0]5 by Sebastian Huber <sebastian.huber@…>
libtests/capture01: Fix configuration
09:48 Ticket #3307 (PowerPC linkcmds.base missing wildcards on some sections) reopened by Sebastian Huber
I reverted [40c623a8/rtems] and built the qoriq_e6500_32 with the -fPIC option. I got no linker failures in the test suite. We should investigate what sections are not recognized before we add dangerous *.x wildcards. See also [1fcdd639ee38a990e629fdaa670eeda9faae9beb/rtems].
09:32 Changeset in rtems [befae6ab]5 by Sebastian Huber <sebastian.huber@…>
bsp/genmcf548x: Fix printk() support
09:32 Changeset in rtems [d440a9e]5 by Sebastian Huber <sebastian.huber@…>
bsps/m68k: Fix entry point in linkcmds.base Updates #3520.
09:31 Changeset in rtems [ff281a6f]5 by Sebastian Huber <sebastian.huber@…>
smptests: Fix obsolete FIXME comments/code
05:37 Changeset in rtems [d39cc068]5 by Sebastian Huber <sebastian.huber@…>
bsps: More verbose bsp_fatal_extension() Close #3318.

03/06/18:

17:59 Ticket #3322 (powerPC bsp not booting with memory larger than 256Mb) created by Eric Tremblay
Whenever memory available to the bsp is greater than 256Mb the …
12:14 Ticket #3321 (Improve console driver documentation) created by Sebastian Huber
We have now three different standard console drivers. Improve the …
11:32 Ticket #3320 (Add a simple task console driver) closed by Sebastian Huber <sebastian.huber@…>
fixed: In 337a186/rtems: […]
07:07 Ticket #3320 (Add a simple task console driver) created by Sebastian Huber
The default console driver for tests is the simple console driver. It …
06:38 Changeset in rtems-docs [f6c6c8b]5 by Sebastian Huber <sebastian.huber@…>
CONFIGURE_*_SIMPLE_TASK_CONSOLE_DRIVER Update #3320.
06:23 Changeset in rtems [4899759]5 by Thanassis Tsiodras <Thanassis.Tsiodras@…>
bsps/sparc: Fix global construction/destruction The KEEP (*(SORT(.ctors.*))) KEEP (*(.ctors)) cannot be simplified to KEEP (*(SORT(.ctors*))) since .ctors < .ctors.* in lexicographical order. See spglobalcon02 test case. Update #3319.
06:23 Changeset in rtems [63c6b06f]4.11 by Thanassis Tsiodras <Thanassis.Tsiodras@…>
bsps/sparc: Fix global construction/destruction The KEEP (*(SORT(.ctors.*))) KEEP (*(.ctors)) cannot be simplified to KEEP (*(SORT(.ctors*))) since .ctors < .ctors.* in lexicographical order. See spglobalcon02 test case. Close #3319.
06:15 Ticket #3319 (SPARC: Constructors/destructors with priority are not called) created by Sebastian Huber
Bug reported to mailing list: …

03/04/18:

21:37 Changeset in rtems-source-builder [62f68d9]4.11 by Chris Johns <chrisj@…>
The libexpat project has moved to github. Fetch expat from github. Closes #3316
21:31 Ticket #3315 (Move expat's home site to github from SF.) closed by Chris Johns <chrisj@…>
fixed: In 4b3e0f8/rtems-source-builder: […]
21:29 Changeset in rtems-source-builder [4b3e0f8]5 by Chris Johns <chrisj@…>
The libexpat project has moved to github. Fetch expat from github. Close #3315
21:22 WikiStart edited by Chris Johns
RTEMS 5 milestone and documentations link were swapped. (diff)
07:43 GSoC/2018 edited by Abhinav Jain
Added name to the students tracking table. (diff)

03/03/18:

12:30 Changeset in rtems [c4d35fb]5 by Sebastian Huber <sebastian.huber@…>
libchip: Use rtems_blkdev_create() Update #3358.
12:24 Changeset in rtems [30c3898]5 by Sebastian Huber <sebastian.huber@…>
libblock: Init deps in rtems_blkdev_create() Update #3358.

03/02/18:

10:12 Ticket #3318 (Improve INTERNAL_ERROR_THREAD_EXITTED to show the id and thread name) created by Matthew J Fletcher
It might be more helpful i the case of a thread exit to output some …
00:24 Ticket #3317 (Move expat's home site to github from SF.) created by Chris Johns
See #3315
00:23 Ticket #3316 (Move expat's home site to github from SF.) created by Chris Johns
See #3315
00:21 Ticket #3315 (Move expat's home site to github from SF.) created by Chris Johns
Move expat's home site from SF to github: https://libexpat.github.io/

03/01/18:

08:14 Boards/Beagle Board edited by Christian Mauderer
Add chapter describing JTAG debugging using Segger J-Link on BBB. (diff)
01:06 Ticket #3314 (RTEMS Release Notes Generator) created by Chris Johns
= RTEMS Release Notes Generator = [[PageOutline?(1-5, Contents, …
00:46 WikiStart edited by Chris Johns
Add the Open Projects link to the top page. (diff)

02/28/18:

14:52 Developer/VirtualMachines/VirtualBox edited by Tony Richardson
(diff)
12:02 Changeset in rtems [8b2d5b8]5 by Sebastian Huber <sebastian.huber@…>
spglobalcon02: New test Update #3319.

02/27/18:

07:25 Boards/Beagle Board edited by Chris Johns
Start adding BBB JTAG details. (diff)
06:57 Debugging edited by Chris Johns
Add a link to the Zynq (diff)

02/25/18:

21:34 Ticket #3313 (RSB VERSION in unicode environment fails.) closed by Chris Johns <chrisj@…>
fixed: In 883dfa5/rtems-source-builder: […]
21:33 Ticket #3312 (RSB macro calls such as define fail on unicode keys.) closed by Chris Johns <chrisj@…>
fixed: In d255e81/rtems-source-builder: […]

02/23/18:

11:56 GSoC/2018 edited by udit agarwal
Entry made in student proposal table (diff)
02:03 Changeset in rtems-source-builder [883dfa5]4.11 by Chris Johns <chrisj@…>
sb: Convert any unicode keys to strings Closes #3313
01:58 Changeset in rtems-source-builder [d255e81]5 by Chris Johns <chrisj@…>
sb: Convert any unicode keys to strings Closes #3312
01:27 Ticket #3313 (RSB VERSION in unicode environment fails.) created by Chris Johns
This is the issue in #3312
00:34 Ticket #3312 (RSB macro calls such as define fail on unicode keys.) created by Chris Johns
The define call in macros.py checks for a str while the …
Note: See TracTimeline for information about the timeline view.