Timeline



08/26/19:

20:02 Changeset in rtems [a8af7a14]5 by Sebastian Huber <sebastian.huber@…>
record: Fix thread names on 64-bit targets Also fixes the thread names on signed char targets. Update #3665.
18:16 Changeset in rtems-tools [e488c98]5 by Sebastian Huber <sebastian.huber@…>
record: Move base context to client context Update #3665.
18:08 Changeset in rtems-tools [91d0d1d]5 by Sebastian Huber <sebastian.huber@…>
record: Simplify packet context setup Update #3665.
16:08 Changeset in rtems-tools [577f986]5 by Sebastian Huber <sebastian.huber@…>
record: Move per-CPU variables to separate context Update #3665.
12:58 Changeset in rtems [58bd67b]5 by Sebastian Huber <sebastian.huber@…>
record: Add more system events Reduce the system dependencies to allow tracing of very low level functions, for example the interrupt disable/enable. Introduce general purpose RTEMS_RECORD_CALLER and RTEMS_RECORD_LINE events. Update #3665.
10:40 Changeset in rtems-tools [0c986b2]5 by Sebastian Huber <sebastian.huber@…>
record: Fix client destruction
07:07 Changeset in rtems-libbsd [3411e3d]5-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
Update to FreeBSD stable/12 2019-08-26 Git mirror commit 621e7bafbf6857451f23ba11b0495c7ac69aff89.
05:27 Changeset in rtems-libbsd [abbce3f]5 by Sebastian Huber <sebastian.huber@…>
SLEEPQUEUE(9): Optimize sleepq_set_timeout_sbt() Avoid an extra ISR disable/enable in SMP configurations.
05:27 Changeset in rtems-libbsd [c0dc524]5-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
SLEEPQUEUE(9): Optimize sleepq_set_timeout_sbt() Avoid an extra ISR disable/enable in SMP configurations.
05:09 Changeset in rtems-source-builder [d7f11a7]5 by Sebastian Huber <sebastian.huber@…>
6: Update unstable RTEMS 6 tool chain

08/25/19:

10:14 Changeset in rtems [dfdc3fa]5 by Sebastian Huber <sebastian.huber@…>
record: Improve overflow handling Signal the accumulated item overflow count with the time of the first new item.
10:14 Changeset in rtems-tools [e8a709a]5 by Sebastian Huber <sebastian.huber@…>
record: Improve overflow handling Signal the accumulated item overflow count with the time of the first new item.
10:04 Changeset in rtems [45d4ea31]5 by Sebastian Huber <sebastian.huber@…>
record: Fix off by one error

08/24/19:

04:46 GSoC/2019/POSIX_Compliance edited by Vaibhav Gupta
(diff)
04:33 Changeset in rtems-source-builder [378d541]5 by Himanshu40 <himanshuwindows8.1@…>
Add support for MX Linux

08/23/19:

08:54 Ticket #3790 (Terminal should block in default config case) created by Andreas Werner
Terminal should block in default config case == expected behaviour …
08:47 Ticket #3789 (TMS570 applciation build error) created by Andreas Werner
== expected behaviour Build without errors and without runtime errors …

08/22/19:

09:32 GSoC/2019 edited by Nils Hölscher
(diff)
01:41 Changeset in rtems-docs [b836c43]5 by Kinsey Moore <nyphbl8d@…>
Update docs for log mode change and JSON reporting The option --report-mode has been changed to --log-mode to reduce ambiguity and --report-format has been added along with --report-path for machine readable test reporting.

08/21/19:

20:14 Changeset in rtems-docs [bef968f]5 by Joel Sherrill <joel@…>
posix-compliance: Add ndbm.h support
16:34 Changeset in rtems-tools [5fcaf84]5 by Kinsey Moore <kinsey.moore@…>
Add JSON log generation Add log formatter hooks and JSON log formatter to the test infrastructure for consumption by automated processes or report generators.
13:42 GSoC/2019/POSIX_Compliance edited by Vaibhav Gupta
(diff)
07:32 GSoC/2019/POSIX_Compliance edited by Vaibhav Gupta
(diff)
07:30 GSoC/2019/POSIX_Compliance edited by Vaibhav Gupta
(diff)
07:29 GSoC/2019/POSIX_Compliance edited by Vaibhav Gupta
(diff)
07:28 GSoC/2019/POSIX_Compliance edited by Vaibhav Gupta
(diff)
07:24 Changeset in rtems-source-builder [a0fff47]5 by Jiri Gaisler <jiri@…>
Add gdb-8.3 as default debugger * Minor update from 8.2.1 * Can be built without patches (!)
07:21 GSoC/2019/POSIX_Compliance edited by Vaibhav Gupta
(diff)

08/20/19:

22:07 Ticket #3788 (Documentation of Cygwin Packages) created by Jeff Mayes
Hi, The documentation of Cygwin, shown here …

08/19/19:

21:55 Changeset in rtems [e1a5720] by Wenwen Wang <wenwen@…>
jffs2: Fix memory leak in jffs2_scan_eraseblock() error path In jffs2_scan_eraseblock(), 'sumptr' is allocated through kmalloc() if 'sumlen' is larger than 'buf_size'. However, it is not deallocated in the following execution if jffs2_fill_scan_buf() fails, leading to a memory leak bug. To fix this issue, free 'sumptr' before returning the error. Signed-off-by: Wenwen Wang <wenwen@…> Signed-off-by: Richard Weinberger <richard@…>
20:12 Changeset in rtems-source-builder [4c51cd9]5 by Jiri Gaisler <jiri@…>
Added qemu 4.1.0 as bare target * target name is devel/qemu4, old qemu preserved as devel/qemu
04:29 Changeset in rtems-tools [deb54b6]5 by Chris Johns <chrisj@…>
misc/tftpproxy: Add a proxy TFTP server. - Uses a config INI file to map clients to servers - Handle a number of requests to a single server's TFTP port (69) and multiplex to a non-su ports or different servers. - Supports running rtems-test to more than one hardware device using TFTP at once.

08/17/19:

16:58 Changeset in rtems [4a9a58e]5 by Sebastian Huber <sebastian.huber@…>
record: Add rtems_record_client_set_handler()
12:49 Changeset in rtems [c91f6f5]5 by Sebastian Huber <sebastian.huber@…>
record: Pass bintime to client handlers This is a minor optimization.
12:34 Changeset in rtems [1733102]5 by Sebastian Huber <sebastian.huber@…>
record: Simplify client visit()
12:28 Changeset in rtems [5c37f03f]5 by Sebastian Huber <sebastian.huber@…>
record: Remove superfluous cast
11:25 Changeset in rtems [2ef2c14]5 by Sebastian Huber <sebastian.huber@…>
record: Increase client robustness Do nothing after errors.

08/16/19:

19:14 Changeset in rtems [ebf0f8f]5 by Kinsey Moore <kinsey.moore@…>
bsps/arm/shared: Add GICv3 implementation This adds support for the GICv3 interrupt controller along with the redistributor to control SGIs and PPIs which wasn't present in GICv2 implementations. GICv3 implementations only optionally support memory-mapped GICC interface interaction and require system register access be implemented, so the GICC interface is accessed only through system registers.
19:14 Ticket #3787 (bsps/arm/shared: Add GICv3 Implementation) created by Kinsey Moore
Add a driver to use with ARM GICv3 implementations that do not support …
18:12 Changeset in rtems [d3c4d48]5 by Sebastian Huber <sebastian.huber@…>
record: Simplify rtems_record_client_context
16:40 Changeset in rtems [52c8ac7b]5 by Sebastian Huber <sebastian.huber@…>
record: Improve overflow handling In case of a ring buffer overflow, the rtems_record_drain() will push the complete ring buffer content to the client. While the items are processed by the client, new items may overwrite some items being processed. The overwritten items can be detected in the following iteration once the next tail/head information is pushed to the client.
14:49 Ticket #3786 (Add JSON report generation capability to rtems-tools tester) created by Kinsey Moore
This adds optional generation of a JSON log file suitable for …
10:26 Ticket #3785 (Add RISC-V BSP with support for the Freedom E310 Arty A7 FPGA) created by pragnesh
05:40 Changeset in rtems [b2c060a5]5 by Sebastian Huber <sebastian.huber@…>
record: Detect also large overflows

08/15/19:

21:04 Ticket #3754 (Users Guide Ubuntu Instructions Have Typo) closed by Joel Sherrill <joel@…>
fixed: In 13baaca/rtems-docs: […]
21:03 Changeset in rtems-docs [4cc36ed]5 by Joel Sherrill <joel@…>
user/hosts/posix.rst: Improve Ubuntu python 2 devel package instructions
18:41 Ticket #3784 (Beagle BSP: Add a flattened device tree based initialization) created by Christian Mauderer
== Introduction RTEMS currently has multiple BSPs for various Beagle …
03:28 Changeset in rtems-source-builder [61ce77b]5 by Chris Johns <chrisj@…>
sb/download: Add support for a base64 hash string

08/14/19:

16:42 GSoC/2019 edited by Vaibhav Gupta
(diff)
16:27 GSoC/2019 edited by Vijay Kumar Banerjee
(diff)
16:22 GSoC/2019 edited by Ravindra Kumar Meena
(diff)
16:15 GSoC/2019 edited by Gedare Bloom
(diff)
05:34 NewTicket edited by Sebastian Huber
(diff)

08/13/19:

22:03 Changeset in rtems [5e5867a3]5 by Vaibhav Gupta <vaibhavgupta40@…>
Add psxfenv01 test to psxtests Note that this test requires a functional fenv implementation. Some targets have multilib variants where the fenv implementation is not 100% passing.
08:15 Changeset in rtems-docs [8fd1d45]5 by Vijay Kumar Banerjee <vijaykumar9597@…>
user/index: Add myself to the list of copyrights
05:18 Changeset in rtems-docs [5d7921b]5 by Sebastian Huber <sebastian.huber@…>
common: Show page references after internal links The custom RTEMS extension produced quite verbose references like "Chapter 3 - Section 7 - Bla blub". This may distract the reading flow. Use a standard Sphinx option to show page references instead, e.g. "Bla blub (page 11)". This has some value for printed out documents.

08/12/19:

13:43 Changeset in rtems-docs [29e0ac3]5 by Sebastian Huber <sebastian.huber@…>
user: Update bug reporting section Include information from https://devel.rtems.org/wiki/NewTicket
11:03 Changeset in rtems-source-builder [5a0dba7]5 by Sebastian Huber <sebastian.huber@…>
5: Update to GCC 9.2.0 release
07:55 Ticket #3783 (MSYS2 RSB build error) created by zhengxiaojun
I tried to update the compiler to RSB master, and encountered an …
06:55 Changeset in rtems-docs [3605600]5 by Vaibhav Gupta <vaibhavgupta40@…>
Add steps to test Newlib patch. Update the checksum to be used for the Newlib patches. Earlier it was msd5, but it is depreciated for security reasons. Now RSB accepts sha512.
06:04 Changeset in rtems-libbsd [f020f08]5 by Nils Hölscher <nilhoel1@…>
rtems/rtems-kernel-nexus.c: LibBSD init now uses all pass levels. I observed all Modules loading in the last fdt pass. The reason was, nexus bus loading with BUS_PASS_DEFAULT.
06:04 Changeset in rtems-libbsd [fd86c09]5-freebsd-126-freebsd-12 by Nils Hölscher <nilhoel1@…>
rtems/rtems-kernel-nexus.c: LibBSD init now uses all pass levels. I observed all Modules loading in the last fdt pass. The reason was, nexus bus loading with BUS_PASS_DEFAULT.
05:51 Changeset in rtems-docs [fac2873]5 by Vaibhav Gupta <vaibhavgupta40@…>
Remove back-slash in 'pacman' command in 'PDF' section under Arch Linux (installation of Sphinx).
03:58 Changeset in rtems [15b6f44d]5 by Chris Johns <chrisj@…>
arm/tlb: Fix the MP affinity check to invalidate ASIDs. - The TI's CortexA7 MP MPIDR register returns 0 Updates #3760
Note: See TracTimeline for information about the timeline view.