From owner-cvs-all@FreeBSD.ORG Thu Aug 17 21:21:30 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 885FF16A608; Thu, 17 Aug 2006 21:21:30 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4504B43D45; Thu, 17 Aug 2006 21:21:30 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7HLLUOT095481; Thu, 17 Aug 2006 21:21:30 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7HLLUY5095480; Thu, 17 Aug 2006 21:21:30 GMT (envelope-from netchild) Message-Id: <200608172121.k7HLLUY5095480@repoman.freebsd.org> From: Alexander Leidinger Date: Thu, 17 Aug 2006 21:21:30 +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/compat/linux linux_misc.c 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 Aug 2006 21:21:30 -0000 netchild 2006-08-17 21:21:30 UTC FreeBSD src repository Modified files: sys/compat/linux linux_misc.c Log: - disable some more code when osrelease=2.4.2 - protect td->td_proc->p_pid with the proc lock in linux_getpid in the amd64 (= non i386) case [1] Sponsored by: Google SoC 2006 Submitted by: rdivacky Noticed by: netchild [1] Revision Changes Path 1.184 +48 -24 src/sys/compat/linux/linux_misc.c