Timeline



12/03/19:

15:07 Ticket #3831 (Duplicate description of Tiers and Rules) created by Joel Sherrill
I think …
10:53 Ticket #3830 (Build problems with user names which contain space characters) closed by Sebastian Huber <sebastian.huber@…>
fixed: In e26d86f/rtems-source-builder: […]
07:16 Changeset in rtems-source-builder [e26d86f]5 by Sebastian Huber <sebastian.huber@…>
Use user ID number instead of name This helps to avoid issues with user names which contain space characters. Close #3830.
07:14 Ticket #3830 (Build problems with user names which contain space characters) created by Sebastian Huber
The RSB uses the user name as path components. This does not work well …
05:53 Ticket #3781 (RSB crashes in case the host as an unreadable directory in "/") closed by Sebastian Huber <sebastian.huber@…>
fixed: In 784f518/rtems-source-builder: […]

12/02/19:

19:57 Ticket #3829 (4.10: PIP Corruption) created by Gedare Bloom
The 4.10 priority inheritance protocol was modified in #3359. This …
08:45 Changeset in rtems-source-builder [784f518]5 by Sebastian Huber <sebastian.huber@…>
Be more resilient against $PATH errors Close #3781.
08:22 Changeset in rtems-source-builder [70796d6]5 by Sebastian Huber <sebastian.huber@…>
5: Update rtems-tools Pick up bin2c improvements.
07:59 Ticket #3828 (Switch over to new build system) created by Sebastian Huber
During a four month period every RTEMS user is encouraged to test its …
07:14 Changeset in rtems [a6879a4]5 by Sebastian Huber <sebastian.huber@…>
testsuites: Remove rtems_test_pause*() The rtems_test_pause() and rtems_test_pause_and_screen_number() macros had different implementations depending on the RTEMS_TEST_NO_PAUSE define. This define was defined to 1 by default. The user was able to change this via the undocumented --disable-test-no-pause configure command line option. Pausing tests and waiting for user input contradicts the goal of having automated test runs. Remove this feature. Update #3818.
05:43 Changeset in rtems-tools [83b8f1f]5 by Sebastian Huber <sebastian.huber@…>
bin2c: Improve file name sanitation Only use alpha-numeric characters for header guards.

11/30/19:

10:52 Changeset in rtems [9c29cb5]5 by Sebastian Huber <sebastian.huber@…>
libtest: Change expected fail state string Use the value expected by the RTEMS Tester. There are two separator characters used ('-' and '_') for the states. This is a bit inconsistent.

11/29/19:

18:01 Changeset in rtems [f4fda72]5 by Sebastian Huber <sebastian.huber@…>
Regenerate headers.am
13:17 Changeset in rtems-source-builder [a1dcc3c]5 by Hesham Almatary <Hesham.Almatary@…>
5: Update the hash for the new rtems-tools revision Fixes #3827
12:34 Ticket #3827 (make fail following quickstart guide) closed by Hesham Almatary <Hesham.Almatary@…>
fixed: In f0c30c5/rtems-source-builder: […]
11:49 Changeset in rtems-source-builder [f0c30c5]5 by Hesham Almatary <Hesham.Almatary@…>
5: Update rtems-tools Fixes #3827
07:42 Changeset in rtems-docs [f0864b3]5 by Pragnesh Patel <pragnesh.patel@…>
user: Add frdme310arty BSP varient Signed-off-by: Pragnesh Patel <pragnesh.patel@…> Update #3785.
00:19 Changeset in rtems [44cd706] by Joel Stanley <joel@…>
Revert "jffs2: Fix possible null-pointer dereferences in jffs2_add_frag_to_fragtree()" This reverts commit f2538f999345405f7d2e1194c0c8efa4e11f7b3a. The patch stopped JFFS2 from being able to mount an existing filesystem with the following errors: jffs2: error: (77) jffs2_build_inode_fragtree: Add node to tree failed -22 jffs2: error: (77) jffs2_do_read_inode_internal: Failed to build final fragtree for inode #5377: error -22 Fixes: f2538f999345 ("jffs2: Fix possible null-pointer dereferences...") Cc: stable@… Suggested-by: Hou Tao <houtao1@…> Signed-off-by: Joel Stanley <joel@…> Signed-off-by: Richard Weinberger <richard@…>

11/28/19:

22:37 Ticket #3827 (make fail following quickstart guide) created by md403
I am attempting to follow the quickstart guide. Host: Macbook Pro 2.3 …
07:41 Changeset in rtems-source-builder [f3b44b2]5 by Sebastian Huber <sebastian.huber@…>
5: Fix Newlib version for GCC 7.5

11/27/19:

15:25 Changeset in rtems [ae716da7]5 by Sebastian Huber <sebastian.huber@…>
ada/sp19: Add m4 generated sptest.adb Update #3818.
11:02 Changeset in rtems [8f6b7abd]5 by Sebastian Huber <sebastian.huber@…>
Move feature macro before "config.h" include This allows to use header includes in "config.h" to reduce the build configuration checks. Update #3818.
10:41 Changeset in rtems [1fca1665]5 by Sebastian Huber <sebastian.huber@…>
testsuites/ada: Introduce init.c files Provide an init.c for each Ada test instead of the #include <config.h> magic which works only due to hand crafted include paths. Update #3818.

11/26/19:

07:35 Ticket #3823 (Untar_ family doesn't handle nested directories) closed by Sebastian Huber <sebastian.huber@…>
fixed: In 4551f5f/rtems: […]
07:07 Changeset in rtems [4551f5f]5 by Sebastian Huber <sebastian.huber@…>
untar: Properly make parent path Close #3823.
06:33 Ticket #3823 (Untar_ family doesn't handle nested directories) reopened by Sebastian Huber
I added a test case and noticed, that the path creation is still broken.

11/25/19:

14:33 Changeset in rtems [4a05652]5 by Sebastian Huber <sebastian.huber@…>
libtests/dl*: Rename source files Rename source files to use a %.c -> %.o and %.cc -> %.o pattern. Use *.cc for C++ source files instead of *.cpp to be in line with other C++ source files. Update #3818.
12:01 Changeset in rtems [5c2e7104]5 by Sebastian Huber <sebastian.huber@…>
libtests: Use '-' for TAR file names Use uniform pattern for all TAR file names. Use the dl* tests as a template. Update #3818.
10:45 Ticket #3823 (Untar_ family doesn't handle nested directories) closed by Sebastian Huber <sebastian.huber@…>
fixed: In 2de05dd/rtems: […]
10:41 Changeset in rtems [b8b954a]5 by Sebastian Huber <sebastian.huber@…>
libtests/dl*: Use rtems_tarfs_load() Use rtems_tarfs_load() instead of Untar_FromMemory() to reduce the memory demands of the tests.
09:39 Changeset in rtems [234d155e]5 by Sebastian Huber <sebastian.huber@…>
linkersets: Revert to zero-length arrays This partially reverts commit 7ec08391fee73d7a25855089f4996f3c4f448007. Since the RTEMS_DEFINE_GLOBAL_SYMBOL_IN_SECTION() cannot control the alignment of the symbol it cannot be used to define the begin of a linker set. File scope basic asm statements cannot have operands, so there is no way to specify the desired alignment.
09:38 Changeset in rtems [4fcc53a]5 by Sebastian Huber <sebastian.huber@…>
Document RTEMS_DEFINE_GLOBAL_SYMBOL_IN_SECTION()
08:45 Changeset in rtems [2497a46a]5 by Daniel Hellstrom <daniel@…>
sparc,leon: avoid triggering LEON3FT errata TN-0009 Update #4154.
08:45 Changeset in rtems [89d90c0] by Daniel Hellstrom <daniel@…>
sparc,leon: avoid triggering LEON3FT errata TN-0009 Close #4336.
08:39 Changeset in rtems [e9fdcd79]5 by Sebastian Huber <sebastian.huber@…>
psxinttypes01: Remove invalid test cases The functions expect a valid string as input according to POSIX. On systems with a NULL pointer protection the test cases ended up in exceptions.

11/24/19:

23:26 Ticket #3826 (top on SMP shows invalid priorities) created by Chris Johns
Running top on a Zynq zc706 gives ... […] The code in question …

11/22/19:

17:27 Changeset in rtems-docs [bb58b81]5 by Joel Sherrill <joel@…>
bsp-howto/miscellanous_support.rst: Fix grammar mistake.
16:26 Ticket #3825 (RSB prefix argument incorrectly processes tilde) created by Joel Sherrill
If a ~ is used in --prefix to the source builder, then it doesn't get …
15:26 Changeset in rtems [8f021bd]5 by Sebastian Huber <sebastian.huber@…>
libtests/dl*: Do not generate files via "echo" Add the static files to the repository. This simplifies the build. Update #3818.
14:32 Changeset in rtems-docs [4ea43e3] by Sebastian Huber <sebastian.huber@…>
user: Document BSP new build system Update #3818.
11:29 Changeset in rtems-docs [ddd4b1e] by Sebastian Huber <sebastian.huber@…>
common: Enable numfig role
10:28 Changeset in rtems [a0304e8d]5 by Sebastian Huber <sebastian.huber@…>
libtest: Output basename of source files Output only the basename of source files to be independent of the build system source paths. In the future it may be better to use the GCC -fmacro-prefix-map option. This option is available in GCC 8 and later. It is not yet available in clang. Update #3818.

11/21/19:

09:31 Changeset in rtems [05a32e15]5 by Sebastian Huber <sebastian.huber@…>
bsp/mpc55xxevb: Remove obsolete linker cmd file Update #3818.
09:27 Changeset in rtems [2de05dd]5 by Sebastian Huber <sebastian.huber@…>
untar: Make path also for symbolic links Close #3823.
08:46 Changeset in rtems [3e9f5a55]5 by Sebastian Huber <sebastian.huber@…>
bsp/gen83xx: Remove obsolete linker command file Update #3818.
07:37 Changeset in rtems [11455b2e]5 by Sebastian Huber <sebastian.huber@…>
imfs: Fix IMFS_make_linearfile() Fix prototype. Fix node size. Linfiles are dynamically turned into memfiles. Update #3823.
07:06 Changeset in rtems [b6f66d9]5 by Sebastian Huber <sebastian.huber@…>
untar: Unify untar support Update #3823.

11/20/19:

21:41 Ticket #3824 (SMP for Ultrascale +) created by Massimiliano Patriarca
Hi, i have successfully kicked the second APU on ultrascale+ ZCU102, …
15:00 Changeset in rtems-tools [c02459e]5 by Hesham Almatary <Hesham.Almatary@…>
tester: Add basic support to generate JUnit test reports
14:55 Changeset in rtems [1a95dd7]5 by Hesham Almatary <Hesham.Almatary@…>
testsuite: Only include termios10/termios11 tests if compiled with POSIX Both need POSIX support
12:19 Changeset in rtems [3074eb0]5 by Daniel Hellstrom <daniel@…>
sparc,leon: avoid triggering TN-0009 bad sequence Update #4154.
12:19 Changeset in rtems [acad761] by Daniel Hellstrom <daniel@…>
sparc,leon: avoid triggering TN-0009 bad sequence Update #4336.
06:03 Ticket #3823 (Untar_ family doesn't handle nested directories) created by Jonathan Brandmeyer
At least, not in some circumstances. For example, foo/bar.txt untar's …

11/19/19:

15:37 Changeset in rtems [273e8b7]5 by Sebastian Huber <sebastian.huber@…>
libtests/tar0[12]:: Use static archive content This simplifies the build process. Do not generate the archive content through the build system. Let the version control system deal with symbolic links. Update #3818.
15:02 Changeset in rtems [741fe47]5 by Sebastian Huber <sebastian.huber@…>
bsp/lpc32xx: Fix linker command file
14:22 Changeset in rtems [a52d6174]5 by Sebastian Huber <sebastian.huber@…>
bsp/imx7: Rename linker command file This BSP family uses only one linker command file. Use the standard name. Update #3818.
13:49 Changeset in rtems [af321aa]5 by Sebastian Huber <sebastian.huber@…>
bsp/altcycv_devkit: Rename linker command file This BSP family uses only one linker command file. Use the standard name. Update #3818.
00:19 Changeset in rtems-source-builder [074ef0c]5 by Chris Johns <chrisj@…>
sb/setbuilder: Output the mail send failure message on error
Note: See TracTimeline for information about the timeline view.