Index: head/en_US.ISO8859-1/htdocs/news/status/report-2017-01-2017-03.xml =================================================================== --- head/en_US.ISO8859-1/htdocs/news/status/report-2017-01-2017-03.xml (revision 50089) +++ head/en_US.ISO8859-1/htdocs/news/status/report-2017-01-2017-03.xml (revision 50090) @@ -1,151 +1,197 @@ January-March 2017
Introduction

This is a draft of the January–March 2017 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 January and March 2017. This is the first of four reports planned for 2017.

The first quarter of 2017 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 April to June 2017 is July 7, 2017.

?>
team &os; Team Reports proj Projects kern Kernel arch Architectures bin Userland Programs ports Ports doc Documentation misc Miscellaneous The &os; Dutch Documentation Project Rene Ladan rene@FreeBSD.org Remko Lodder remko@FreeBSD.org The Dutch Translation Project

Work has started on an initial translation of the &os; Handbook to the Dutch language via the 'po' system. While we have an (outdated) version of the Handbook available via the older XML files, we are now trying to get back into shape with the po file.

Rene started working on 2 articles already and did some translation strings for the FDP-Primer, while Remko had started working on the Handbook. If you think you can assist with that, please let Rene and Remko know on their email addresses so that we can start coordinating work.

In addition, since we have a translation set already from the XML files, it would be interesting to see and know whether we can merge them easily into the po structure. If you have ideas on that, contact us a.s.a.p.

Part of this work is facilitated by Remko's employer: Snow B.V.

Snow B.V. Identify a way to merge the current XML translations into the nl_NL.po files. Merge the translations into the .po files. Update the remaining/open items into the po files. Remove the old/outdated translation files from the main repo and use the po and book.xml files to generate the dutch handbook and other files. Identify whether we can also translate the htdocs pages via the po system.
+ + + &os; s390x attempt III + + + + + Bjoern A. + Zeeb + + bz@FreeBSD.org + + + + +

A long time ago, in the &os; 5 times, there was an initial + port of &os; to s390 (32bit) and s390x (64bit) + which booted past init on good days in an emulator.

+ +

As an attempt to revive the s390x/systemz efforts I started + to get &os; s390x to build with clang/llvm 3.90. + At this time it is possible to build world and a GENERIC kernel + skeleton (not doing anything yet) using external binutils.

+ +

The primary idea of this initial work was to allow to + incrementally add the neccessary architecture-specific code. + Having the build framework done will allow third-party + developers to simply type make, as they are willing + to contribute to the port without having to know &os; build + specifics. After some cleanup and further updates to a more + recent HEAD I am planning to push the current work to a public + repo to allow collaboration.

+ + + + Write a wiki page with per-architecture specific tasks + that need to be done based on the current work and the experience + from arm64 and riscv. + + Implement both the user space and kernel per-architecture + gaps. + + Figure out a way to get access to IBM's zPDT or better + emulators to ease implementation, testing, and debugging. + +