From owner-cvs-all@FreeBSD.ORG Sat Sep 13 11:46:25 2003 Return-Path: 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 8CBAD16A4BF; Sat, 13 Sep 2003 11:46:25 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1220843FF3; Sat, 13 Sep 2003 11:46:25 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h8DIkO0U046136; Sat, 13 Sep 2003 11:46:24 -0700 (PDT) (envelope-from nectar@repoman.freebsd.org) Received: (from nectar@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h8DIkOo1046135; Sat, 13 Sep 2003 11:46:24 -0700 (PDT) Message-Id: <200309131846.h8DIkOo1046135@repoman.freebsd.org> From: Jacques Vidrine Date: Sat, 13 Sep 2003 11:46:24 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/posix4 ksched.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Sep 2003 18:46:25 -0000 nectar 2003/09/13 11:46:24 PDT FreeBSD src repository Modified files: sys/posix4 ksched.c Log: sched_setscheduler: Return EINVAL when a invalid policy is specified, thus complying with POLA and the man page. (Previously, no error was returned for this case.) Revision Changes Path 1.25 +4 -0 src/sys/posix4/ksched.c