svn commit: r45739 - head/en_US.ISO8859-1/htdocs/news/status
Warren Block
wblock at FreeBSD.org
Tue Oct 7 21:54:06 UTC 2014
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 @@
</task>
</help>
</project>
+
+ <project cat='bin'>
+ <title>LLVM Address Sanitizer (Asan)</title>
+
+ <contact>
+ <person>
+ <name>
+ <given>Viktor</given>
+ <common>Kuzutov</common>
+ </name>
+ <email>vkutuzov at accesssoftek.com</email>
+ </person>
+ </contact>
+
+ <links>
+ <url href="https://code.google.com/p/address-sanitizer/" />
+ <url href="http://clang.llvm.org/docs/AddressSanitizer.html" />
+ <url href="http://lab.llvm.org:8011/builders/sanitizer_x86_64-freebsd">Buildbot</url>
+ <url href="http://lists.freebsd.org/pipermail/svn-src-head/2014-July/060270.html" />
+ <url href="http://lists.freebsd.org/pipermail/svn-src-head/2014-July/060504.html" />
+ </links>
+
+ <body>
+ <p>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.</p>
+
+ <p>A buildbot running sanitizers tests under FreeBSD stable/10
+ has been established. See the Links section.</p>
+
+ <p>In order to make it possible to run programs with sanitizers
+ checks enabled on FreeBSD a new kernel state named
+ <tt>kern.proc_vmmap_skip_resident_count</tt> has been added.
+ See the Links section.</p>
+
+ <p>Note that running Asan tests on stable/10 requires that state
+ to be set to 1.</p>
+
+ <p>A similar work dedicated to add FreeBSD support to the thread
+ sanitizer (Tsan) is in progress.</p>
+ </body>
+ </project>
+
+ <project cat='soc'>
+ <title>FreeBSD Preseed Installation (PXE)</title>
+
+ <contact>
+ <person>
+ <name>
+ <given>Kamil</given>
+ <common>Czekirda</common>
+ </name>
+ <email>kczekirda at freebsd.org</email>
+ </person>
+ </contact>
+
+ <links>
+ <url href="https://wiki.freebsd.org/SummerOfCode2014/FreeBSD_PXE_preseed" />
+ </links>
+
+ <body>
+ <p>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
+ <tt>bsdinstall(8)</tt>. It supports variables like: KEYMAP,
+ HOSTNAME, MIRROR, RELEASE, TIMEZONE, DAEMONS, ROOTPWHASH, and
+ USERS. Network configuration, ZFS options, and others are
+ also included.</p>
+
+ <p>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.</p>
+ </body>
+
+ <sponsor>
+ Google Summer of Code 2014
+ </sponsor>
+
+ <help>
+ <task>
+ Documentation, including a howto and handbook. The project
+ needs more tests in different configurations. Support for more
+ than one network interface is planned.
+ </task>
+ </help>
+ </project>
</report>
More information about the svn-doc-all
mailing list