From owner-cvs-all@FreeBSD.ORG Thu Jul 17 16:45:19 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 66D331065685; Thu, 17 Jul 2008 16:45:19 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 426358FC17; Thu, 17 Jul 2008 16:45:19 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m6HGjJeE087521; Thu, 17 Jul 2008 16:45:19 GMT (envelope-from kib@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.2/8.14.1/Submit) id m6HGjJss087520; Thu, 17 Jul 2008 16:45:19 GMT (envelope-from kib@repoman.freebsd.org) Message-Id: <200807171645.m6HGjJss087520@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kib@repoman.freebsd.org using -f From: Konstantin Belousov Date: Thu, 17 Jul 2008 16:44:07 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/kern kern_exec.c src/sys/sys imgact.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Jul 2008 16:45:19 -0000 kib 2008-07-17 16:44:07 UTC FreeBSD src repository Modified files: sys/kern kern_exec.c sys/sys imgact.h Log: SVN rev 180570 on 2008-07-17 16:44:07Z by kib Pair the VOP_OPEN call from do_execve() with the reciprocal VOP_CLOSE. This was unnoticed because local filesystems usually do nothing non-trivial in the close vop. Reported and tested by: Rick Macklem MFC after: 2 weeks Revision Changes Path 1.319 +9 -0 src/sys/kern/kern_exec.c 1.42 +1 -0 src/sys/sys/imgact.h