Timeline



08/29/19:

23:12 Changeset in rtems-source-builder [b45df48]5 by Chris Johns <chrisj@…>
5/bsps: Add xilinx_zynq_zedboard BSP
23:12 Changeset in rtems-source-builder [8debbd3]5 by Chris Johns <chrisj@…>
5/bsps: Add raspberrypi2 BSP
16:44 Ticket #3791 (POSIX Message Queue thread release order is not priority based) created by Lou Woods
Currently the POSIX Message Queue implementation will release threads …
14:50 Changeset in rtems [d78082c]5 by Sebastian Huber <sebastian.huber@…>
record: Introduce _Record_Drain() This allows its use in crash dump procedures. Update #3665.
14:05 Changeset in rtems-tools [b1abc7d]5 by Sebastian Huber <sebastian.huber@…>
record: Synchronize with RTEMS Update #3665.
05:53 Changeset in rtems-tools [e0ac299]5 by Sebastian Huber <sebastian.huber@…>
record: Convert to C++ Formatted with: clang-format -style=Chromium -i trace/record/record-main-lttng.cc Update #3665.
03:30 Changeset in rtems-source-builder [1c5e45c]5 by Chris Johns <chrisj@…>
rtems/bsps: Add machine flags to the linker flags. - Some packages link executables and this needs valid machine flags or you can get errors mixing libraries.
03:29 Changeset in rtems-source-builder [3d2f6ea]5 by Chris Johns <chrisj@…>
bare/t1lib: Format fix.
03:28 Changeset in rtems-source-builder [2051e6e]5 by Chris Johns <chrisj@…>
sb/defaults: Add LDLIBS as some packages use this rather than LIBS.
03:28 Changeset in rtems-source-builder [8bedf50]5 by Chris Johns <chrisj@…>
sb/setbuilder: Check is mail is valid.

08/28/19:

12:59 Changeset in rtems [807ea67]5 by Sebastian Huber <sebastian.huber@…>
score: Add RTEMS_RETURN_ADDRESS()
12:45 Changeset in rtems [3eb8d783]5 by Sebastian Huber <sebastian.huber@…>
record: Introduce <rtems/recordserver.h> This helps to get rid of the <rtems/rtems/tasks.h> dependency in <rtems/record.h>. Update #3665.
12:43 Changeset in rtems-libbsd [951c4b9]5 by Vijay Kumar Banerjee <vijaykumar9597@…>
rtemsbsd: remove dead code fb.c
12:28 Changeset in rtems [956a2ef]5 by Sebastian Huber <sebastian.huber@…>
record: Add variants for critical sections Update #3665.

08/27/19:

13:39 Changeset in rtems [a2684c2b]5 by Sebastian Huber <sebastian.huber@…>
record: Use BSS section instead of per-CPU data The .rtemsrwset section is used for the per-CPU data. This section has loadable content. Place the ring buffers in the BSS section to avoid large executable image sizes. Not using the per-CPU data makes it possible to initialize the record support earlier. Update #3665.
11:40 Changeset in rtems-source-builder [2e37160]5 by Chris Johns <chrisj@…>
5/libbsd: Update to the head of master
11:29 Changeset in rtems-source-builder [6bfb9c1]5 by Chris Johns <chrisj@…>
5/kernel: Update to the head of master
11:29 Changeset in rtems-source-builder [6f9be2d]5 by Chris Johns <chrisj@…>
5/tools: Update to the head of master
08:29 Changeset in rtems-libbsd [48b6067]5 by Sebastian Huber <sebastian.huber@…>
media01: Reduce record item count
08:29 Changeset in rtems-libbsd [791ea27]5-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
media01: Reduce record item count
08:26 Changeset in rtems-libbsd [054f66b]5-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
libsodium: Disable unused function
08:26 Changeset in rtems-libbsd [17221cb]5 by Sebastian Huber <sebastian.huber@…>
libsodium: Disable unused function
08:11 Changeset in rtems-libbsd [303dbe5]5-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
tty.c: Disable unused functions
08:11 Changeset in rtems-libbsd [4789b90]5 by Sebastian Huber <sebastian.huber@…>
tty.c: Disable unused functions
08:06 Changeset in rtems-libbsd [5c7853a]5 by Sebastian Huber <sebastian.huber@…>
pf_ioctl.c: Disable superfluous unload support
08:06 Changeset in rtems-libbsd [f2124b6]5-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
pf_ioctl.c: Disable superfluous unload support
08:04 Changeset in rtems-libbsd [19a0e2d]5-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
kern_intr.c: Disable unused functions
08:04 Changeset in rtems-libbsd [d67d2c9]5 by Sebastian Huber <sebastian.huber@…>
kern_intr.c: Disable unused functions
07:55 Changeset in rtems-libbsd [54fcbf1]5 by Sebastian Huber <sebastian.huber@…>
Remove superfluous support for preloaded modules
07:55 Changeset in rtems-libbsd [e897a83]5-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
Remove superfluous support for preloaded modules
07:50 Changeset in rtems-libbsd [02da5d3]5-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
atomic.h: Add atomic_load_long()
07:50 Changeset in rtems-libbsd [8bf5f93]5 by Sebastian Huber <sebastian.huber@…>
atomic.h: Add atomic_load_long()
06:40 Changeset in rtems-tools [3c42656]5 by Sebastian Huber <sebastian.huber@…>
record: Support thread names on 32-bit targets Update #3665.
06:30 Changeset in rtems [e273e7a9]5 by Sebastian Huber <sebastian.huber@…>
record: Add data size to client This is necessary to get the thread names properly on 32-bit and 64-bit targets. Update #3665.
06:30 Changeset in rtems-tools [3f45f38]5 by Sebastian Huber <sebastian.huber@…>
record: Add data size to client This is necessary to get the thread names properly on 32-bit and 64-bit targets. Update #3665.
06:06 Changeset in rtems-tools [6c4b770]5 by Sebastian Huber <sebastian.huber@…>
record: Add CPU to idle thread names Update #3665.
04:06 Changeset in rtems-source-builder [cdd5aef]5 by Chris Johns <chrisj@…>
sb: Send only one mail when building a BSP - Add support to email a single report if configured to do so.

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
Note: See TracTimeline for information about the timeline view.