From owner-cvs-src-old@FreeBSD.ORG Fri Oct 2 18:29:37 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8237810656BA for ; Fri, 2 Oct 2009 18:29:37 +0000 (UTC) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6D8CD8FC1B for ; Fri, 2 Oct 2009 18:29:37 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n92ITbBR060311 for ; Fri, 2 Oct 2009 18:29:37 GMT (envelope-from simon@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n92ITbLD060310 for cvs-src-old@freebsd.org; Fri, 2 Oct 2009 18:29:37 GMT (envelope-from simon@repoman.freebsd.org) Message-Id: <200910021829.n92ITbLD060310@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to simon@repoman.freebsd.org using -f From: "Simon L. Nielsen" Date: Fri, 2 Oct 2009 18:09:56 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7_2 Subject: cvs commit: src UPDATING src/sys/conf newvers.sh src/sys/fs/devfs devfs_vnops.c src/sys/kern kern_exec.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Oct 2009 18:29:37 -0000 simon 2009-10-02 18:09:56 UTC FreeBSD src repository Modified files: (Branch: RELENG_7_2) . UPDATING sys/conf newvers.sh sys/fs/devfs devfs_vnops.c sys/kern kern_exec.c Log: SVN rev 197715 on 2009-10-02 18:09:56Z by simon MFC r197711 (partial) to 6.x and 7.x: - Add no zero mapping feature, disabled by default. [EN-09:05] MFC 178913,178914,179242,179243,180336,180340 to 6.x: - Fix kqueue pipe race conditions. [SA-09:13] MFC r192301 to 7.x; 6.x has slightly different fix: - Fix devfs / VFS NULL pointer race condition. [SA-09:14] Security: FreeBSD-SA-09:13.pipe Security: FreeBSD-SA-09:14.devfs Errata: FreeBSD-EN-09:05.null Submitted by: kib [SA-09:13] [SA-09:14] Submitted by: bz [EN-09:05] In collaboration with: jhb, kib, alc [EN-09:05] Approved by: so (simon) Revision Changes Path 1.507.2.23.2.7 +5 -0 src/UPDATING 1.72.2.11.2.8 +1 -1 src/sys/conf/newvers.sh 1.149.2.8.2.2 +1 -0 src/sys/fs/devfs/devfs_vnops.c 1.308.2.8.2.2 +12 -3 src/sys/kern/kern_exec.c