From owner-cvs-all Sat Feb 27 10:42:11 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B5815150F3; Sat, 27 Feb 1999 10:41:56 -0800 (PST) (envelope-from dfr@FreeBSD.org) Received: (from dfr@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id KAA23199; Sat, 27 Feb 1999 10:41:40 -0800 (PST) (envelope-from dfr@FreeBSD.org) Message-Id: <199902271841.KAA23199@freefall.freebsd.org> From: Doug Rabson Date: Sat, 27 Feb 1999 10:41:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha machdep.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1999/02/27 10:41:40 PST Modified files: sys/alpha/alpha machdep.c Log: * Add support for hw.physmem and hw.usermem sysctls (this allows sysinstall to calculate a reasonable size for the swap partition). * Fix a typo in remrq() where a process with idle priority would not be correctly removed from the relavent queue. Note that realtime and idle priorities are still not supported since the assembler code in cpu_switch() does not check the realtime and idle queues. Revision Changes Path 1.33 +23 -2 src/sys/alpha/alpha/machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message