From owner-freebsd-emulation@FreeBSD.ORG Mon Jun 13 14:10:06 2005 Return-Path: X-Original-To: freebsd-emulation@freebsd.org Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9950516A41C; Mon, 13 Jun 2005 14:10:06 +0000 (GMT) (envelope-from avg@icyb.net.ua) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id 75EE143D1D; Mon, 13 Jun 2005 14:10:01 +0000 (GMT) (envelope-from avg@icyb.net.ua) Received: from [212.40.38.87] (oddity-e.topspin.kiev.ua [212.40.38.87]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id RAA26159; Mon, 13 Jun 2005 17:09:36 +0300 (EEST) (envelope-from avg@icyb.net.ua) Message-ID: <42AD93A0.4050006@icyb.net.ua> Date: Mon, 13 Jun 2005 17:09:36 +0300 From: Andriy Gapon User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050328) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Bruce Evans References: <200506090430.j594UILr099075@freefall.freebsd.org> <20050609221208.F22195@delplex.bde.org> <42A853D5.5030003@icyb.net.ua> <20050612043714.J602@epsplex.bde.org> <42AD7D4C.6010008@icyb.net.ua> In-Reply-To: <42AD7D4C.6010008@icyb.net.ua> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-emulation@freebsd.org, freebsd-gnats-submit@freebsd.org Subject: Re: kern/81951: [patch] linux emulation: getpriority() returns incorrect value X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Jun 2005 14:10:06 -0000 on 13.06.2005 15:34 Andriy Gapon said the following: > As to the [-20,+20] range, I see in HP-UX, Solaris and AIX man pages > that they also have this range. Seems that BSD won over POSIX (and SysV) > in this case. Another idea - all the above OSes and FreeBSD are POSIX compliant with NZERO=21 and further restriction (which is allowed by POSIX) of prohibiting -21 priority. How does this sound ? :-) -- Andriy Gapon