From owner-cvs-src@FreeBSD.ORG  Wed Oct 18 21:30:05 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 3D16816A403;
	Wed, 18 Oct 2006 21:30:05 +0000 (UTC)
	(envelope-from scottl@samsco.org)
Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 0E01B43D68;
	Wed, 18 Oct 2006 21:29:56 +0000 (GMT)
	(envelope-from scottl@samsco.org)
Received: from [10.10.3.185] ([165.236.175.187]) (authenticated bits=0)
	by pooker.samsco.org (8.13.4/8.13.4) with ESMTP id k9ILTniF017354;
	Wed, 18 Oct 2006 15:29:54 -0600 (MDT)
	(envelope-from scottl@samsco.org)
Message-ID: <45369CC7.8050405@samsco.org>
Date: Wed, 18 Oct 2006 15:29:43 -0600
From: Scott Long <scottl@samsco.org>
User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20060206
X-Accept-Language: en-us, en
MIME-Version: 1.0
To: John Baldwin <jhb@FreeBSD.org>
References: <200610141030.k9EAUE2A071016@repoman.freebsd.org>
	<200610161320.24407.jhb@freebsd.org>
	<20061017173419.49fbc666.trhodes@FreeBSD.org>
	<200610181501.05343.jhb@freebsd.org>
In-Reply-To: <200610181501.05343.jhb@freebsd.org>
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
X-Spam-Status: No, score=0.0 required=3.8 tests=none autolearn=failed 
	version=3.1.1
X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on pooker.samsco.org
Cc: Tom Rhodes <trhodes@FreeBSD.org>, src-committers@FreeBSD.org,
	cvs-all@FreeBSD.org, cvs-src@FreeBSD.org
Subject: Re: cvs commit: src/sys/kern sys_process.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 18 Oct 2006 21:30:05 -0000

John Baldwin wrote:
> On Tuesday 17 October 2006 17:34, Tom Rhodes wrote:
> 
>>On Mon, 16 Oct 2006 13:20:23 -0400
>>John Baldwin <jhb@FreeBSD.org> wrote:
>>
>>
>>>On Saturday 14 October 2006 06:30, Tom Rhodes wrote:
>>>
>>>>trhodes     2006-10-14 10:30:14 UTC
>>>>
>>>>  FreeBSD src repository
>>>>
>>>>  Modified files:
>>>>    sys/kern             sys_process.c 
>>>>  Log:
>>>>  Close a race condition where num can be larger than tmp, giving the 
> 
> user
> 
>>>>  too large of a boundary.
>>>>  
>>>>  Reported by:    Ilja Van Sprundel
>>>
>>>FYI, it would be handy to document PT_GETLWPLIST in ptrace(2). :)
>>
>>FWIW, I'm still waiting for the ithread.9 patch review
>>Mr. Baldwin.  ;)
> 
> 
> Heh.  Considering the ifilters stuff may make some of that moot, I'd probably 
> rather just wait for the actual API to settle first.
> 

The ithread.9 manpage will be good for RELENG_6, where ifilters are less 
likely to appear.

Scott