From owner-cvs-all@FreeBSD.ORG Wed Jun 15 20:04:24 2005 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 692B516A41C for ; Wed, 15 Jun 2005 20:04:24 +0000 (GMT) (envelope-from leafy7382@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 326CE43D49 for ; Wed, 15 Jun 2005 20:04:23 +0000 (GMT) (envelope-from leafy7382@gmail.com) Received: by zproxy.gmail.com with SMTP id 16so3169nzp for ; Wed, 15 Jun 2005 13:04:22 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ZOVVGMPK1PuHCc1RsM1qXhoOXI08WDCaOB5WoEgQZGT7jUi7yKDHIzXjpH5opOnXKkkkk4vcdKBoP9/nFnYG5ecD3bNHczCa43DIh9YyhnV+Ob00+2I3Sc+ATloTe+3QlSyNQZfe0ahrRtOlyZ9xdhNo5Or0EMpyQ7tTYn9ur/M= Received: by 10.36.129.6 with SMTP id b6mr77068nzd; Wed, 15 Jun 2005 13:04:22 -0700 (PDT) Received: by 10.36.88.8 with HTTP; Wed, 15 Jun 2005 13:04:22 -0700 (PDT) Message-ID: Date: Thu, 16 Jun 2005 04:04:22 +0800 From: Jiawei Ye To: Robert Watson In-Reply-To: <200506151521.j5FFLA0A003330@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <200506151521.j5FFLA0A003330@repoman.freebsd.org> Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/lib/libthr libthr.3 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Jiawei Ye List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Jun 2005 20:04:24 -0000 On 6/15/05, Robert Watson wrote: > rwatson 2005-06-15 15:21:10 UTC >=20 > FreeBSD src repository >=20 > Modified files: > lib/libthr libthr.3 > Log: > Remove incorrect BUGS entry: libthr does support process-scope thread > scheduling. >=20 We still have this sysctl in -current: kern.threads.thr_scope. According to Dan, this is only available to libthr, but in your commit you mentioned that libthr does not support process-scope scheduling, then what does the sysctl control in reality? The -d option displays "sys or proc scope scheduling". Jiawei --=20 "Without the userland, the kernel is useless." --inspired by The Tao of Programming