From owner-cvs-src-old@FreeBSD.ORG Fri Oct 2 18:18:00 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 99A0F106568B for ; Fri, 2 Oct 2009 18:18:00 +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 85E148FC1C for ; Fri, 2 Oct 2009 18:18:00 +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 n92II0Ei059370 for ; Fri, 2 Oct 2009 18:18:00 GMT (envelope-from simon@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n92II08r059369 for cvs-src-old@freebsd.org; Fri, 2 Oct 2009 18:18:00 GMT (envelope-from simon@repoman.freebsd.org) Message-Id: <200910021818.n92II08r059369@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_6 Subject: cvs commit: src/sys/fs/devfs devfs_vnops.c src/sys/kern kern_event.c kern_exec.c kern_fork.c sys_pipe.c src/sys/sys event.h pipe.h 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:18:00 -0000 simon 2009-10-02 18:09:56 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/fs/devfs devfs_vnops.c sys/kern kern_event.c kern_exec.c kern_fork.c sys_pipe.c sys/sys event.h pipe.h 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.114.2.17 +3 -0 src/sys/fs/devfs/devfs_vnops.c 1.93.2.7 +87 -20 src/sys/kern/kern_event.c 1.275.2.9 +14 -3 src/sys/kern/kern_exec.c 1.252.2.8 +2 -4 src/sys/kern/kern_fork.c 1.184.2.6 +23 -17 src/sys/kern/sys_pipe.c 1.32.2.1 +1 -0 src/sys/sys/event.h 1.29.2.1 +7 -0 src/sys/sys/pipe.h