From owner-cvs-all Tue Dec 5 12:23:48 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 5 12:23:45 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9E48737B400; Tue, 5 Dec 2000 12:23:44 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB5KNii25504; Tue, 5 Dec 2000 12:23:44 -0800 (PST) (envelope-from jhb) Message-Id: <200012052023.eB5KNii25504@freefall.freebsd.org> From: John Baldwin Date: Tue, 5 Dec 2000 12:23:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys proc.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2000/12/05 12:23:44 PST Modified files: sys/sys proc.h Log: 1. Several style cleanups: - Whitespace fixes. - Comment fixes (mostly capitalization and trailing periods). - Reorderings to put variables all in the same place, function prototypes sorted alphabetically, etc. 2. Removed unused and #ifdef'd out members from struct ithd. 3. Changed ESTCPULIM() to use an explicit (PRIO_MAX - PRIO_MIN) rather than PRIO_TOTAL. 4. Remove #include and resort #include's. Submitted by: bde (1, 3, 4) Revision Changes Path 1.131 +104 -161 src/sys/sys/proc.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message