From owner-cvs-src@FreeBSD.ORG Sat May 8 22:13:21 2004 Return-Path: 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 1388916A4CF; Sat, 8 May 2004 22:13:21 -0700 (PDT) Received: from rwcrmhc11.comcast.net (rwcrmhc11.comcast.net [204.127.198.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9987643D48; Sat, 8 May 2004 22:13:20 -0700 (PDT) (envelope-from julian@elischer.org) Received: from interjet.elischer.org ([24.7.73.28]) by comcast.net (rwcrmhc11) with ESMTP id <20040509051319013002knvqe>; Sun, 9 May 2004 05:13:20 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id WAA15326; Sat, 8 May 2004 22:13:19 -0700 (PDT) Date: Sat, 8 May 2004 22:13:18 -0700 (PDT) From: Julian Elischer To: Ion-Mihai Tetcu In-Reply-To: <20040508181134.4b124ad3@it.buh.cameradicommercio.ro> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Julian Elischer cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_resource.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 May 2004 05:13:21 -0000 On Sat, 8 May 2004, Ion-Mihai Tetcu wrote: > On Sat, 8 May 2004 01:56:05 -0700 (PDT) > Julian Elischer wrote: > > > julian 2004/05/08 01:56:05 PDT > > > > FreeBSD src repository > > > > Modified files: > > sys/kern kern_resource.c > > Log: > > Fix rtprio() to do sensible things when called from threaded processes. > > It's not quite correct from a posix Point Of view, but it is a lot better > > than what was there before. This will be revisited later > > when we decide what form our priority extensions will take. Posix doesn't > > specify how a system scope thread can change its priority so you need to > > add non-standard extensions to be able to do it.. > > For now make this slightly non standard to allow it to be done. > > Since you working on this, could you please take a look at: > http://docs.FreeBSD.org/cgi/mid.cgi?20040303131655.24317.qmail Not immediatly.. that seems to be a ULE issue, and I have no fingers in the ULE pie at this time. I will look at it agian however just to make sure that it is.... > > > -- > IOnut > Unregistered ;) FreeBSD "user" > >