Index: head/en_US.ISO8859-1/htdocs/news/status/report-2017-07-2017-09.xml =================================================================== --- head/en_US.ISO8859-1/htdocs/news/status/report-2017-07-2017-09.xml (revision 51145) +++ head/en_US.ISO8859-1/htdocs/news/status/report-2017-07-2017-09.xml (revision 51146) @@ -1,257 +1,314 @@ %%START%%-%%STOP%% %%YEAR%%
Introduction

This is a draft of the %%START%%–%%STOP%% %%YEAR%% status report. Please check back after it is finalized, and an announcement email is sent to the &os;-Announce mailing list.

This report covers &os;-related projects between %%START%% and %%STOP%% %%YEAR%%. This is the %%NUM%% of four reports planned for %%YEAR%%.

The %%NUM%% quarter of %%YEAR%% was another productive quarter for the &os; project and community. [...]

Thanks to all the reporters for the excellent work!

The deadline for submissions covering the period from %%STARTNEXT%% to %%STOPNEXT%% %%YEARNEXT%% is %%DUENEXT%%, %%YEARNEXT%%.

?>
team &os; Team Reports

Entries from the various official and semi-official teams, as found in the Administration Page.

proj Projects

Projects that span multiple categories, from the kernel and userspace to the Ports Collection or external projects.

kern Kernel

Updates to kernel subsystems/features, driver support, filesystems, and more.

arch Architectures

Updating platform-specific features and bringing in support for new hardware platforms.

.
bin Userland Programs

Changes affecting the base system and programs in it.

ports Ports

Changes affecting the Ports Collection, whether sweeping changes that touch most of the tree, or individual ports themselves.

doc Documentation

Noteworthy changes in the documentation tree or new external books/documents.

misc Miscellaneous

Objects that defy categorization.

third Third-Party Projects

Many projects build upon &os; or incorporate components of &os; into their project. As these projects may be of interest to the broader &os; community, we sometimes include brief updates submitted by these projects in our quarterly report. The &os; project makes no representation as to the accuracy or veracity of any claims in these submissions.

&os; Release Engineering Team &os; Release Engineering Team re@FreeBSD.org &os; 11.1-RELEASE Announcement &os; 10.4-RELEASE Schedule &os; Development Snapshots

The &os; Release Engineering Team is responsible for setting and publishing release schedules for official project releases of &os;, announcing code freezes, and maintaining the respective branches, among other things.

The &os; Release Engineering Team continued finalizing the 11.1-RELEASE cycle, with the final release builds starting on July 21 and the official release announcement email sent on July 26. Thank you to everyone who helped test 11.1-RELEASE, ensuring its quality and stability. [1]

&os; 11.1-RELEASE is the second release from the stable/11 branch.

Additionally, the &os; Release Engineering Team started the 10.4-RELEASE cycle, with the code slush starting on July 28. With the final release build expected to start on September 29 and the official announcement overlapping the end of the quarter, everything is on schedule as of this writing. [2]

&os; 10.4-RELEASE will be the fifth release from the stable/10 branch, and is planned to be the final release of the 10.x series.

The &os; Foundation [1] The &os; Foundation [2]
AMD Zen (family 17h) support Conrad Meyer cem@FreeBSD.org

This quarter, a bit of work was done to enhance platform support for AMD Zen (Ryzen, Threadripper, Epyc) processors:

Overall, Zen is now a very usable platform for x86 workstations and servers.

Dell EMC Isilon Add HWPMC support for new performance counters in Zen. Add support for the CCP (Crypto Co-Processor).
+ + + Updates to GDB + + + + + John + Baldwin + + jhb@FreeBSD.org + + + + + Luca + Pizzamiglio + + pizzamig@FreeBSD.org + + + + +

The port has been updated to GDB 8.0.

+ +

Support for &os;/aarch64 userland binaries has been committed + upstream. These patches, along with support for debugging + &os;/aarch64 kernels, have been committed to the port.

+ +

Upstream patches adding improved support for &os;/arm userland + binaries are currently in review. &os; 12 has recently grown + support for debugging VFP registers via ptrace() and + core dumps as part of this work. Support for &os;/arm kernels + will be added to the port after the upstream patches are added + to the port.

+ +

Support for $_siginfo has been committed upstream. + This uses the recently added NT_LWPINFO note to extract + signal information from process cores.

+ +

Hangs that occured when GDB's kill command was used + were fixed in &os; in r313992.

+ + + + Figure out why the powerpc kgdb targets are not able to + unwind the stack past the initial frame. + + Test support for sparc64 binaries and kernels. + + Add support for debugging powerpc vector registers. + + Implement info proc commands. + + Implement info os commands. + +