From owner-svn-doc-all@FreeBSD.ORG Tue Oct 7 21:54:06 2014 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2D961AD; Tue, 7 Oct 2014 21:54:06 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 193946AB; Tue, 7 Oct 2014 21:54:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s97Ls56v040150; Tue, 7 Oct 2014 21:54:05 GMT (envelope-from wblock@FreeBSD.org) Received: (from wblock@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s97Ls5cD040149; Tue, 7 Oct 2014 21:54:05 GMT (envelope-from wblock@FreeBSD.org) Message-Id: <201410072154.s97Ls5cD040149@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: wblock set sender to wblock@FreeBSD.org using -f From: Warren Block Date: Tue, 7 Oct 2014 21:54:05 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r45739 - head/en_US.ISO8859-1/htdocs/news/status X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Oct 2014 21:54:06 -0000 Author: wblock Date: Tue Oct 7 21:54:05 2014 New Revision: 45739 URL: https://svnweb.freebsd.org/changeset/doc/45739 Log: Add LLVM Asan and preseed installation reports. Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2014-07-2014-09.xml Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2014-07-2014-09.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/news/status/report-2014-07-2014-09.xml Tue Oct 7 21:37:18 2014 (r45738) +++ head/en_US.ISO8859-1/htdocs/news/status/report-2014-07-2014-09.xml Tue Oct 7 21:54:05 2014 (r45739) @@ -533,4 +533,93 @@ + + + LLVM Address Sanitizer (Asan) + + + + + Viktor + Kuzutov + + vkutuzov@accesssoftek.com + + + + + + + Buildbot + + + + + +

The LLVM address sanitizer (Asan) has been ported to &os;. + The mainline version of LLVM is known to pass all unit and lit + Asan tests without unexpected failures on FreeBSD 10.0.

+ +

A buildbot running sanitizers tests under FreeBSD stable/10 + has been established. See the Links section.

+ +

In order to make it possible to run programs with sanitizers + checks enabled on FreeBSD a new kernel state named + kern.proc_vmmap_skip_resident_count has been added. + See the Links section.

+ +

Note that running Asan tests on stable/10 requires that state + to be set to 1.

+ +

A similar work dedicated to add FreeBSD support to the thread + sanitizer (Tsan) is in progress.

+ +
+ + + FreeBSD Preseed Installation (PXE) + + + + + Kamil + Czekirda + + kczekirda@freebsd.org + + + + + + + + +

This is a Google Summer of code project that aims to provide + a noninteractive FreeBSD installation from the network. In + the first part, an implementation was added for scripted + bsdinstall(8). It supports variables like: KEYMAP, + HOSTNAME, MIRROR, RELEASE, TIMEZONE, DAEMONS, ROOTPWHASH, and + USERS. Network configuration, ZFS options, and others are + also included.

+ +

Second part of project is about booting the fai (Fully + Automatic Installer) from network by PXE. Made installer + distro based on mfsbsd. After boot fai looks for + "bootfile-name" parameter from DHCP server which tell fai + where bsdinstall script located is. Fai supports mac-based + config or default, if mac-based file doesn't exist.

+ + + + Google Summer of Code 2014 + + + + + Documentation, including a howto and handbook. The project + needs more tests in different configurations. Support for more + than one network interface is planned. + + +