From owner-svn-doc-head@freebsd.org Mon Jul 20 20:40:01 2015 Return-Path: Delivered-To: svn-doc-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E6D849A4D80; Mon, 20 Jul 2015 20:40:00 +0000 (UTC) (envelope-from wblock@FreeBSD.org) Received: from repo.freebsd.org (repo.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 D6A871FD5; Mon, 20 Jul 2015 20:40:00 +0000 (UTC) (envelope-from wblock@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6KKe0YH046009; Mon, 20 Jul 2015 20:40:00 GMT (envelope-from wblock@FreeBSD.org) Received: (from wblock@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6KKe06b046008; Mon, 20 Jul 2015 20:40:00 GMT (envelope-from wblock@FreeBSD.org) Message-Id: <201507202040.t6KKe06b046008@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wblock set sender to wblock@FreeBSD.org using -f From: Warren Block Date: Mon, 20 Jul 2015 20:40:00 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r47030 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Jul 2015 20:40:01 -0000 Author: wblock Date: Mon Jul 20 20:40:00 2015 New Revision: 47030 URL: https://svnweb.freebsd.org/changeset/doc/47030 Log: Add Pedro Giffuni 's libc security extensions GSoC report. Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2015-04-2015-06.xml Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2015-04-2015-06.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/news/status/report-2015-04-2015-06.xml Mon Jul 20 20:22:51 2015 (r47029) +++ head/en_US.ISO8859-1/htdocs/news/status/report-2015-04-2015-06.xml Mon Jul 20 20:40:00 2015 (r47030) @@ -81,6 +81,12 @@ + gsoc + + Google Summer of Code + + + misc Miscellaneous @@ -2913,7 +2919,7 @@ Daroussin, Bryan Drewery, Dimitry Andric, Andrew Turner, Warner Losh, Ian Lapore, and Brooks Davis.

-

We are currently targetting packages for head on +

We are currently targeting packages for head on mips, mips64 and armv6. Each set takes one to two weeks to build on QEMU. They will be provided on a best effort basis for now on the default @@ -2960,4 +2966,76 @@ + + + GSoC 2015: <tt>libc</tt> Security Extensions + + + + + Pedro + Giffuni + + pfg@FreeBSD.org + + + + + Oliver + Pinter + + op@FreeBSD.org + + + + + Project + Wiki Page + Code Review + Differential + + + +

As part of this year's Google Summer of Code, we have been + adding support for the _FORTIFY_SOURCE extension to + libc. This extension uses the GCC + builtin_object_size to prevent buffer overflows on + existing code. The compiler and the C library can effectively + detect a set of common programming mistakes.

+ +

The current status is that a mixed version of the NetBSD and + Android implementations has been ported and is currently + undergoing heavy testing. On &os;, this code has already + found two small bugs. On the other hand, the &os; codebase + is extremely useful to test the framework.

+ + + + Google Summer of Code Program + + + + +

Code review and more buildworld testing with GCC.

+
+ + +

Integration tests, especially on non-x86 platforms.

+
+ + +

Documentation: the framework is relatively popular on GNU + libc but we still have to work on better documentation.

+
+ + +

Testing and possibly integrating with ports.

+
+ + +

We will have to re-schedule the GSoC project, as we were + expecting to spend less time on this.

+
+
+