Date: Sat, 9 Dec 2000 05:25:54 -0800 (PST) From: Dag-Erling Smorgrav <des@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/linux/linprocfs linprocfs_misc.c Message-ID: <200012091325.eB9DPsN51281@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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/<pid>/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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200012091325.eB9DPsN51281>