Timeline



08/27/18:

08:36 Changeset in rtems [cfc4231d]5 by Sebastian Huber <sebastian.huber@…>
score: Add flexible per-CPU data Update #3507.
05:54 Changeset in rtems-source-builder [0230202]5 by Sebastian Huber <sebastian.huber@…>
5: Update Newlib Pick up POSIX header file changes for an upcomming FreeBSD baseline update in libbsd. Update #3472. Close #3491.
05:33 Changeset in rtems [6d70a11]5 by Sebastian Huber <sebastian.huber@…>
Include <stdbool.h> in <machine/_kernel_types.h> The FreeBSD kernel started to use the bool type. Update #3472.

08/24/18:

07:06 Changeset in rtems-libbsd [0963419]55-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
Fix alignment of getsockaddr_sockaddr
06:55 Changeset in rtems-libbsd [12a885c]55-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
Update due to <sys/time.h> API changes Changes correspond to FreeBSD commit: "Make timespecadd(3) and friends public The timespecadd(3) family of macros were imported from NetBSD back in r35029. However, they were initially guarded by #ifdef _KERNEL. In the meantime, we have grown at least 28 syscalls that use timespecs in some way, leading many programs both inside and outside of the base system to redefine those macros. It's better just to make the definitions public. Our kernel currently defines two-argument versions of timespecadd and timespecsub. NetBSD, OpenBSD, and FreeDesktop?.org's libbsd, however, define three-argument versions. Solaris also defines a three-argument version, but only in its kernel. This revision changes our definition to match the common three-argument version. Bump _FreeBSD_version due to the breaking KPI change. Discussed with: cem, jilles, ian, bde Differential Revision: https://reviews.freebsd.org/D14725" Update #3472.
05:14 Ticket #3478 (RISCV BSP Tester Cleanup Needed) closed by Sebastian Huber
fixed: Fixed by #3433.
05:13 Ticket #3109 (Add RISC-V support) closed by Sebastian Huber
fixed: Superseded by #3433, #3452, and #3453.

08/23/18:

16:18 Ticket #3506 (waf for building RTEMS applications needs updating) created by Joel Sherrill
Because there are no native tools in the RTEMS tree anymore, the RTEMS …
12:39 Changeset in rtems [6695d02]5 by Sebastian Huber <sebastian.huber@…>
Update FreeBSD kernel timespec support This change is based on the following FreeBSD commit: "Make timespecadd(3) and friends public The timespecadd(3) family of macros were imported from NetBSD back in r35029. However, they were initially guarded by #ifdef _KERNEL. In the meantime, we have grown at least 28 syscalls that use timespecs in some way, leading many programs both inside and outside of the base system to redefine those macros. It's better just to make the definitions public. Our kernel currently defines two-argument versions of timespecadd and timespecsub. NetBSD, OpenBSD, and FreeDesktop?.org's libbsd, however, define three-argument versions. Solaris also defines a three-argument version, but only in its kernel. This revision changes our definition to match the common three-argument version. Bump _FreeBSD_version due to the breaking KPI change. Discussed with: cem, jilles, ian, bde Differential Revision: https://reviews.freebsd.org/D14725" To make the change public (outside #ifdef _KERNEL) it must be integrated in Newlib. Update #3472.
12:32 Changeset in rtems [a36aa86]5 by Sebastian Huber <sebastian.huber@…>
Add dummy PI_SOFT to <sys/priority.h> Update #3472.
09:13 Changeset in rtems [a87964d]5 by Daniel Hellstrom <daniel@…>
sparc,smp: typo in start.S causing SMP not working
06:38 Changeset in rtems-libbsd [ee738dd]55-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
WPA_SUPPLICANT(8): Remove unused files Remove unused files which may make trouble during FreeBSD baseline updates. It also increased the compile-time of the library for nothing. Update #3472.

08/22/18:

17:39 Ticket #3505 (powerpc/virtex redefined warning) created by Joel Sherrill
This looks like ppc403 and ppc405 are both defined but I am not seeing …
17:01 Ticket #3504 (Warning and formatting in bsps/powerpc/mpc55xxevb/dev/dspi.c) created by Joel Sherrill
This is a printf format warning. Also the file is formatted with tabs …
16:58 Changeset in rtems [60702ab]5 by Joel Sherrill <joel@…>
qoriq/include/tm27.h: Fix warnings
16:57 Changeset in rtems [126a454]5 by Joel Sherrill <joel@…>
gen5200/include/tm27.h: Fix warnings
16:50 Changeset in rtems [c80f5afc]5 by Joel Sherrill <joel@…>
mpc55xxevb/clock/clock-config.c: Remove unused mpc55xx_clock_cleanup() method
14:30 Changeset in rtems [76b3f8c]5 by Joel Sherrill <joel@…>
gen5200/include/bsp/bestcomm.h: Fix unused variable warning
12:59 Changeset in rtems-libbsd [3489e3b]55-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
Update to FreeBSD head 2018-09-17 Git mirror commit 6c2192b1ef8c50788c751f878552526800b1e319. Update #3472.

08/21/18:

15:35 Changeset in rtems [bb6eeabf]5 by Joel Sherrill <joel@…>
bsps/i386/shared/cache/cache.c: Fix warnings
15:35 Changeset in rtems [c2e8ed6]5 by Joel Sherrill <joel@…>
gdbarmsim/include/bsp.h: Fix warnings
15:32 Changeset in rtems [14a218f]5 by Joel Sherrill <joel@…>
cpukit/telnetd/pty.c: Fix format overflow warning on sprintf() cpukit/telnetd/pty.c:436:47: warning: '%X' directive writing between 1 and 8 bytes into a region of size 3 [-Wformat-overflow=] The devname area was malloc'ed. Now it is statically allocated and sufficiently large to account for the potential buffer overflow.
11:47 Changeset in rtems-libbsd [bcdce02]55-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
Update to FreeBSD head 2018-06-01 Git mirror commit fb63610a69b0eb7f69a201ba05c4c1a7a2739cf9. Update #3472.
08:42 Changeset in rtems-libbsd [63084c1]55-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
IPFW(4): Remove FreeBSD import This firewall was not ported to RTEMS and is just dead code which may make trouble during FreeBSD baseline updates. It also increased the compile-time of the library for nothing. Update #3472.
07:39 Changeset in rtems-libbsd [2df56db]55-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
Update to FreeBSD head 2018-04-01 Git mirror commit 8dfb1ccc26d1cea7e2529303003ff61f9f1784c4. Update #3472.
04:54 Changeset in rtems-docs [859096b]5 by Chris Johns <chrisj@…>
waf: Fix type in single html build.
04:43 Changeset in rtems-tools [a3a1364]5 by Chris Johns <chrisj@…>
covoar: Close the ELF and DWARF handles once the data is loaded. This avoids the processing being killed with to many file handles open.
03:55 Changeset in rtems-docs [471c5e3]5 by Chris Johns <chrisj@…>
pdf: Revert the changes to the Latex index formatting. I removed the '_' splitting of long labels from the index when testing and this puts it back.
03:48 Ticket #3503 (PDF Documentation is missing an index) closed by Chris Johns <chrisj@…>
fixed: In 5ce8e43/rtems-docs: […]
03:41 Changeset in rtems-docs [5ce8e43]5 by Chris Johns <chrisj@…>
build: Fix indexing so it works on HTML and PDF. - Remove all genindex.rst files, these are generated and should not exist in our source. - Fix the HTML templates so the local specialisation works. - Add a index link to the sidebar for HTML. Note, there is no TOC entry for the index in the PDF output and I cannot figure out how to add one. Closes #3503
01:15 Ticket #3503 (PDF Documentation is missing an index) created by Chris Johns
The PDF generated documents have an empty index.

08/20/18:

16:16 Changeset in rtems-docs [9bfda06]5 by Joel Sherrill <joel@…>
cpu-supplement/sparc.rst: Revert work in progress accidentally committed
14:27 Changeset in rtems-docs [587d14f]5 by Amaan Cheval <amaan.cheval@…>
user: Update x86-64 chapter with end-of-GSoC status
13:53 Changeset in rtems-libbsd [18fa92c]55-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
Update to FreeBSD head 2018-02-01 Git mirror commit d079ae0442af8fa3cfd6d7ede190d04e64a2c0d4. Update #3472.
13:19 Changeset in rtems-libbsd [f62c62d]55-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
Update rtems-bsd-kernel-namespace.h Update #3472.
13:19 Changeset in rtems-libbsd [8e35aaa]55-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
tests/termios: Fix warnings
12:06 Changeset in rtems-source-builder [79c83cd]5 by Sebastian Huber <sebastian.huber@…>
5: Update Newlib for RISC-V Use the latest Newlib to fix the GCC libgomp build (TLS support was not detected due to broken crt0). Update #3452.
06:40 Ticket #3497 (Remove superfluous interrupt enable in _Thread_Dispatch_enable() (cloned)) closed by Sebastian Huber <sebastian.huber@…>
fixed: In dc6bd8bb/rtems: […]
06:40 Changeset in rtems [dc6bd8bb]4.11 by Sebastian Huber <sebastian.huber@…>
score: Fix ISR enable in _Thread_Dispatch_enable() This bug had probably no effect since the interrupt enable is idempotent on all CPU ports. Close #3497.
06:37 Ticket #3496 (Remove superfluous interrupt enable in _Thread_Dispatch_enable()) closed by Sebastian Huber <sebastian.huber@…>
fixed: In d14f934/rtems: […]
06:36 Ticket #3502 (PL111_LCD_CONTROL_LCD_BPP_16 Redefined) closed by Sebastian Huber <sebastian.huber@…>
fixed: In 2cd3716/rtems: […]
06:35 Changeset in rtems [2cd3716]5 by Sebastian Huber <sebastian.huber@…>
bsps/arm: Fix PL111 register define re-definition Close #3502.
06:27 Ticket #3499 (The "Index" chapter is empty) closed by Sebastian Huber <sebastian.huber@…>
fixed: In 67195aa/rtems-docs: […]
06:27 Ticket #3498 (Command and Variable Index is empty) closed by Sebastian Huber <sebastian.huber@…>
fixed: In 762b8d7/rtems-docs: […]

08/17/18:

18:30 Changeset in rtems [cba349c]5 by Joel Sherrill <joel@…>
bsps/m68k/shared/cache/cache.h: Fix warnings and clean up

08/16/18:

23:11 Changeset in rtems-docs [ad2ca17]5 by Joel Sherrill <joel@…>
cpu-supplement/sparc.rst: Fix me

08/15/18:

22:42 GSoC/2018/coverage_analysis_toolset edited by Joel Sherrill
Remove invalid markup (diff)
15:44 Ticket #3501 (MSR_RI defined multiple places) closed by Christian Mauderer <christian.mauderer@…>
fixed: In dcaea71/rtems: […]
14:48 Changeset in rtems [da8b12bc]5 by Joel Sherrill <joel@…>
dl06/dl06-o1.c: Remove set, not used warning
14:47 Changeset in rtems [adbd7e7]5 by Joel Sherrill <joel@…>
fsdosfssync01/init.c: Remove unused variable
10:26 Changeset in rtems [dcaea71]5 by Christian Mauderer <christian.mauderer@…>
dev/sc16is752: Add name space for field names. The field names for the registers generated a name collision (MSR_RI on the power pc). This patch adds a SC16IS752_ prefix for all field names. Closes #3501.

08/14/18:

23:31 Ticket #3502 (PL111_LCD_CONTROL_LCD_BPP_16 Redefined) created by Joel Sherrill
The constant PL111_LCD_CONTROL_LCD_BPP_16 is defined twice in the file …
23:23 Ticket #3501 (MSR_RI defined multiple places) created by Joel Sherrill
Two files define the MSR_RI macro. Since one is a register name on the …

08/13/18:

21:12 GSoC/2018 edited by udit agarwal
add final report link (diff)
10:55 Changeset in rtems [bc731313]5 by Amaan Cheval <amaan.cheval@…>
bsps/x86_64: Add APIC timer based clock driver The APIC timer is calibrated by running the i8254 PIT for a fraction of a second (determined by PIT_CALIBRATE_DIVIDER) and counting how many times the APIC counter has ticked. The calibration can be run multiple times (determined by APIC_TIMER_NUM_CALIBRATIONS) and averaged out. Updates #2898.
10:50 Changeset in rtems [6869321]5 by Amaan Cheval <amaan.cheval@…>
bsps/x86_64: Add support for RTEMS interrupts Updates #2898.
10:33 Changeset in rtems [4544749e]5 by Amaan Cheval <amaan.cheval@…>
bsps/x86_64: Add paging support with 1GiB super pages Updates #2898.
10:25 Changeset in rtems [6eccd0c]5 by Amaan Cheval <amaan.cheval@…>
bsps/x86_64: Reduce default RamSize? to 1GiB Simulators may not always be able to allocate 4GiB easily, and using an artificially lower RAM may cause a broken heap. Updates #2898.
10:21 Changeset in rtems [ab971bf5]5 by Amaan Cheval <amaan.cheval@…>
bsps/x86_64: Reorganize header files and compile-options Updates #2898.
09:36 Changeset in rtems [0aae151]5 by Daniel Hellstrom <daniel@…>
leon,grspw_pkt: protect TX descriptor from bad input (hdrlen)
Note: See TracTimeline for information about the timeline view.