Timeline



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

11/18/19:

22:16 Ticket #3814 (Releasing creates 2 copies or the kernel and tools.) closed by Chris Johns <chrisj@…>
fixed: In f0b0a70/rtems-source-builder: […]
14:24 Changeset in rtems [12a263bb]5 by Sebastian Huber <sebastian.huber@…>
bsp/atsamv: Fix warning
13:15 Changeset in rtems [29126711]5 by Daniel Hellstrom <daniel@…>
grlib,grspw_pkt: correct link state enum numbering Not used by the driver itself, but shuold be correct if used by application. Update #4316.
13:15 Changeset in rtems [6caff4d6] by Daniel Hellstrom <daniel@…>
grlib,grspw_pkt: correct link state enum numbering Not used by the driver itself, but shuold be correct if used by application.
12:20 Changeset in rtems-source-builder [83fa793]5 by Sebastian Huber <sebastian.huber@…>
5: Update to GCC 7.5.0
05:59 Changeset in rtems-tools [d1486f2]5 by Sebastian Huber <sebastian.huber@…>
record: Remove unused constant
05:55 Changeset in rtems [f377998]5 by Sebastian Huber <sebastian.huber@…>
imfs: Add IMFS_make_linfile() Update #3818.
00:27 Changeset in rtems-source-builder [bfae21a]5 by Chris Johns <chrisj@…>
rtems: Update kernel and switch libbsd to 5-freebsd12

11/17/19:

21:59 Changeset in rtems-source-builder [df2a714]5 by Chris Johns <chrisj@…>
rtems/kernel: Fix the git download extension for the kernel.
05:39 Changeset in rtems-source-builder [5f7c53a]5 by Chris Johns <chrisj@…>
sb: Align the version processing with rtems-tools. - Use the same VERSION file format as rtems-tools so a common release generation can be used. - The version.py is almost the same as rtems-tools. There are some minor differences, one is the RTEMS version is present in this file while rtems-tool uses config/rtems-release.ini. Updates #3822

11/16/19:

15:01 Changeset in rtems [38207a31]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.

11/15/19:

23:48 Ticket #3822 (Release created VERSION file in rtems-tools-.*.tar.xz is wrong) created by Chris Johns
A build of the VERSION file in the release rtems-tools source …
06:38 Changeset in rtems [75d9e79f]5 by Sebastian Huber <sebastian.huber@…>
bsp/lpc32xx: Remove unused TESTS_USE_PRINTK Update #3818.
06:09 Changeset in rtems [b882b07]5 by Sebastian Huber <sebastian.huber@…>
Remove BSP_SMALL_MEMORY BSP option Use the test state configuration instead. Update #3818.
06:05 Changeset in rtems [9c601b00]5 by Sebastian Huber <sebastian.huber@…>
bsp/i386: Remove unused BSP_HAS_SMP Update #3818.

11/14/19:

14:03 Changeset in rtems [41ab50e4]5 by Sebastian Huber <sebastian.huber@…>
bsp/t32mppc: Rename linker command file This BSP family uses only one linker command file. Use the standard name. Update #3818.
14:02 Changeset in rtems [bc28b65]5 by Sebastian Huber <sebastian.huber@…>
bsp/beagle: Rename linker command file This BSP family uses only one linker command file. Use the standard name. Update #3818.
13:10 Changeset in rtems-source-builder [0e41f9d]5 by Jiri Gaisler <jiri@…>
Update sis to v2.20 * Support gdb async break on all platforms * Support ctrl-c on win32
10:47 Changeset in rtems [4e0735c6] by Martin Aberg <maberg@…>
leon, l2cache: prevent unused diagnostic access
10:47 Changeset in rtems [8cfaa0eb]5 by Martin Aberg <maberg@…>
leon, l2cache: prevent unused diagnostic access Update #4315.
10:20 Changeset in rtems [ae554670]5 by Sebastian Huber <sebastian.huber@…>
bsp/riscv: Fix format and warnings Update #3785.
10:15 Changeset in rtems [e9ae7436]5 by Sebastian Huber <sebastian.huber@…>
bsp/riscv: Fix use of uninitialized integer
10:11 Changeset in rtems [5a1bc179]5 by Sebastian Huber <sebastian.huber@…>
bsp/riscv: Remove bogus Automake conditional Update #3785.
10:08 Changeset in rtems [df9426f]5 by Sebastian Huber <sebastian.huber@…>
bsp/riscv: riscv_get_core_frequency() Always provide this function. Return 0 by default. Fix formatting. Simplify function. Update #3785.
09:29 Changeset in rtems [3dcfee37]5 by Sebastian Huber <sebastian.huber@…>
bsp/gumstix: Fix warning
09:28 Changeset in rtems [984d7443]5 by Sebastian Huber <sebastian.huber@…>
bsp/gumstix: Remove ON_SKYEYE Automake conditional It is fine to build the drivers always. Update #3818.
09:26 Changeset in rtems [1d804cb] by Daniel Hellstrom <daniel@…>
sparc: fix bad register alignment for 64 bit store
09:26 Changeset in rtems [d9d96f0]5 by Daniel Hellstrom <daniel@…>
sparc: fix bad register alignment for 64 bit store Update #4311.
08:36 Changeset in rtems [90d6a094]5 by Sebastian Huber <sebastian.huber@…>
arm/stm32f4: Fix typo

11/13/19:

16:33 Ticket #3816 (Windows / MSYS2 build error for Sparc/SIS - missing sys/socket.h) closed by Jeff Mayes
fixed: Looks to be fixed on my end. Thanks Jiri!
11:57 Changeset in rtems-libbsd [ddc8c35]5 by Sebastian Huber <sebastian.huber@…>
NVMECONTROL(8): Import from FreeBSD Update #3821.
11:56 Ticket #3821 (Port NVMe support from FreeBSD to libbsd) created by Sebastian Huber
10:03 Changeset in rtems-libbsd [9506754]5 by Sebastian Huber <sebastian.huber@…>
NVME(4): Import from FreeBSD Update #3821.
09:46 Changeset in rtems-libbsd [83afe13]5 by Sebastian Huber <sebastian.huber@…>
test/syscalls01: Fix sporadic test failures
Note: See TracTimeline for information about the timeline view.