Timeline



06/06/19:

12:57 Changeset in rtems [2a720f4]5 by Maksim E. Kozlov <maksim.e.kozlov@…>
sparc: Fix mistakenly cleared PSR[EF] bit. The superfluously modified %l0 had no effect if the branch is not taken. This change clarifies the code.
10:51 Changeset in rtems-tools [2b27eec]5 by Chris Johns <chrisj@…>
rtemstoolkit/macros: Improve the macro output. - Support optionally reporting just the keys and their values.
10:49 Changeset in rtems-tools [89dcdbc]5 by Chris Johns <chrisj@…>
rtemstoolkit/configuration: Add get_sections() to get the sections. - Fix module access when catching exceptions.
06:41 Ticket #3756 (Condition codes in PSR are destroyed by lazy FP context switch) closed by Maksim E. Kozlov <maksim.e.kozlov@…>
fixed: In a3818705/rtems: […]
06:37 Ticket #3756 (Condition codes in PSR are destroyed by lazy FP context switch) created by Sebastian Huber
https://lists.rtems.org/pipermail/devel/2019-June/026014.html
05:53 Changeset in rtems [7d7cbf3c]5 by Sebastian Huber <sebastian.huber@…>
sparc: Improve _CPU_Context_validate() Use the FPU and check that the condition codes in the PSR are preserved. Update #3756.

06/05/19:

19:22 Changeset in rtems [a3818705]5 by Maksim E. Kozlov <maksim.e.kozlov@…>
sparc: Fix missed restoring of PSR in syscall_lazy_fp_switch It is needed to restore PSR just before return because condition codes are dirty after the CMP instructions and this may cause undefined program behavior after returning from the switching procedure (on following branch instruction, for example). Close #3756.
17:51 GSoC/2019 edited by Vaibhav Gupta
(diff)
17:49 GSoC/2019 edited by Vijay Kumar Banerjee
(diff)
17:40 GSoC/2019 edited by Vijay Kumar Banerjee
(diff)
17:39 GSoC/2019 edited by Gedare Bloom
(diff)
17:30 GSoC/2019 edited by Nils Hölscher
1. IRC meeting update nils (diff)
16:23 Ticket #3755 (leak in realloc) created by Jeffrey Hill
We are running Lua in an RTEMS system which, by default, uses realloc …
14:37 GSoC/2019 edited by Ravindra Kumar Meena
(diff)
11:29 Changeset in rtems-libbsd [3bd43f0]5 by Sebastian Huber <sebastian.huber@…>
Add RTEMS-specific getcredhostuuid()
11:29 Changeset in rtems-libbsd [8f12ed38]5-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
Add RTEMS-specific getcredhostuuid()
09:55 GSoC/2019 edited by Ravindra Kumar Meena
(diff)
09:35 Changeset in rtems-libbsd [705e362]5-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
Update to FreeBSD stable/12 2019-06-05 Git mirror commit 78576620f2689e23144a1cf1bf55106cc6abe2b7.
09:13 Changeset in rtems-tools [b7b19f4]5 by Sebastian Huber <sebastian.huber@…>
Add patch used by RTEMS 6 epiphany GDB on FreeBSD
09:02 Changeset in rtems-source-builder [e047d64]5 by Sebastian Huber <sebastian.huber@…>
5: Update Newlib Pick up <stddef.h> FreeBSD compatiblity changes.
05:35 Changeset in rtems-source-builder [e59abc9]5 by Sebastian Huber <sebastian.huber@…>
6: Update unstable RTEMS 6 tool chain

06/04/19:

10:04 Changeset in rtems [98fc6014]5 by Sebastian Huber <sebastian.huber@…>
bsp/lpc24xx: Fix LPC24XX_IO_PORT_COUNT

06/03/19:

18:56 Changeset in rtems-docs [13baaca]5 by Joel Sherrill <joel@…>
hosts/posix.rst: Fix typo of sudu to sudo Closes #3754.
16:53 GSoC/2019 edited by Nils Hölscher
added my Github repo (diff)
16:23 Changeset in rtems-docs [16ba6ca]5 by Joel Sherrill <joel@…>
hosts/windows.rst: Add warning for spaces in PATH
16:19 Ticket #3754 (Users Guide Ubuntu Instructions Have Typo) created by Joel Sherrill
sudu should be sudo
08:53 Changeset in rtems-source-builder [e809de5]5 by Sebastian Huber <sebastian.huber@…>
6: Update unstable RTEMS 6 tool chain

05/31/19:

08:14 Changeset in rtems-source-builder [1db8e0c]5 by Sebastian Huber <sebastian.huber@…>
6: Update unstable RTEMS 6 tool chain

05/30/19:

10:37 Changeset in rtems-tools [98f2f02]5 by Chris Johns <chrisj@…>
misc/boot-image: Add a tool to create boot images. - FreeBSD support. - MacOS support. - Linux support. - Support for 1st and 2nd loaders. - Support uenv templates and uenv.txt support.
10:26 Changeset in rtems-tools [af9b561]5 by Chris Johns <chrisj@…>
rtemstoolkit/path: Merge RSB changes.
10:25 Changeset in rtems-tools [5dd75b0]5 by Chris Johns <chrisj@…>
rtemstoolkit/log: Add info().
10:22 Changeset in rtems-tools [9b153bc]5 by Chris Johns <chrisj@…>
rtemstoolkit/host: Make the load() public.
10:21 Changeset in rtems-tools [75683061]5 by Chris Johns <chrisj@…>
rtemstoolkit/check: Optionally check exe silently.

05/28/19:

05:43 Changeset in rtems-docs [fd9d024]5 by Sebastian Huber <sebastian.huber@…>
c-user: Add msg broadcast to ISR allowed funcs

05/27/19:

08:37 Changeset in rtems-docs [a00052a]5 by Sebastian Huber <sebastian.huber@…>
user: Document boot image generation Update #3727.
08:14 Changeset in rtems [f419349]5 by Sebastian Huber <sebastian.huber@…>
bsps/powerpc: Adjust ppcboot.lds The GNU ld had a couple of changes which resulted in a broken bootloader image generation. Recent linker versions tie assignments to their nearest output section statement. Place all absolute symbols which are used with @sectoff relocations into a special section. See also: "Binutils 2.28 on PowerPC: dangerous relocation: generic linker can't handle R_PPC_SECTOFF_HA" https://www.sourceware.org/ml/binutils/2019-05/msg00183.html Update #3727
05:35 Changeset in rtems [20bd667]5 by Sebastian Huber <sebastian.huber@…>
bsps: Fix warnings in greth
00:08 Changeset in rtems-tools [d7979de]5 by Chris Johns <chrisj@…>
waf: Update the check_cc tests to a newer method supported by waf. - Fix a minor issue in covoar's use of 64bit calls.

05/24/19:

18:53 GSoC/2019/POSIX_Compliance edited by Vaibhav Gupta
(diff)
Note: See TracTimeline for information about the timeline view.