From owner-freebsd-emulation@FreeBSD.ORG Mon Jun 13 14:10:24 2005 Return-Path: X-Original-To: freebsd-emulation@hub.freebsd.org Delivered-To: freebsd-emulation@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 08F2216A41C for ; Mon, 13 Jun 2005 14:10:24 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA3C843D1F for ; Mon, 13 Jun 2005 14:10:23 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j5DEANYm075087 for ; Mon, 13 Jun 2005 14:10:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j5DEANEH075074; Mon, 13 Jun 2005 14:10:23 GMT (envelope-from gnats) Date: Mon, 13 Jun 2005 14:10:23 GMT Message-Id: <200506131410.j5DEANEH075074@freefall.freebsd.org> To: freebsd-emulation@FreeBSD.org From: Andriy Gapon Cc: 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 Reply-To: Andriy Gapon 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:24 -0000 The following reply was made to PR kern/81951; it has been noted by GNATS. From: Andriy Gapon To: Bruce Evans Cc: freebsd-gnats-submit@freebsd.org, freebsd-emulation@freebsd.org Subject: Re: kern/81951: [patch] linux emulation: getpriority() returns incorrect value Date: Mon, 13 Jun 2005 17:09:36 +0300 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