From owner-cvs-all Sat Dec 9 5:25:58 2000 From owner-cvs-all@FreeBSD.ORG Sat Dec 9 05:25:55 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 0D75937B400; Sat, 9 Dec 2000 05:25:55 -0800 (PST) Received: (from des@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB9DPsN51281; Sat, 9 Dec 2000 05:25:55 -0800 (PST) (envelope-from des) Message-Id: <200012091325.eB9DPsN51281@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Sat, 9 Dec 2000 05:25:54 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/linux/linprocfs linprocfs_misc.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG des 2000/12/09 05:25:54 PST Modified files: sys/i386/linux/linprocfs linprocfs_misc.c Log: A bunch of fixes that have been rotting in my tree for a month or two waiting for procfs to get fixed: - Use fill_eproc() to obtain correct VM stats. Attempt to compute VmLib. - Fill some more fields in proc//stat, and add four (unimplemented) fields after studying a recent Linux kernel. - Compute CPU frequency only once instead of twice. - Fix some comments that were OBE. - Fix indentation except where it makes the code less readable. Revision Changes Path 1.14 +92 -72 src/sys/i386/linux/linprocfs/linprocfs_misc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message