From owner-cvs-all Mon Oct 30 11:57:15 2000 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 C711237B479; Mon, 30 Oct 2000 11:57:12 -0800 (PST) Received: (from des@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA22435; Mon, 30 Oct 2000 11:57:12 -0800 (PST) (envelope-from des@FreeBSD.org) Message-Id: <200010301957.LAA22435@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Mon, 30 Oct 2000 11:57:06 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/linux/linprocfs linprocfs.h linprocfs_misc.c linprocfs_subr.c linprocfs_vnops.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG des 2000/10/30 11:57:06 PST Modified files: (Branch: RELENG_4) sys/i386/linux/linprocfs linprocfs.h linprocfs_misc.c linprocfs_subr.c linprocfs_vnops.c Log: MFC: Add proc/pid/stat and proc/pid/status. Make proc/cpuinfo correspond better to what Linux would show. Avoid dividing by stathz when it's 0. Disallow CREATE. PID directories are directories, not regular files. Note that the information in proc/pid/stat and proc/pid/status is not entirely correct (many fields are hardcoded to 0). I know how to fix most of them, but do not have time to do so (and test the changes properly) before 4.2, so this will have to do for now. Revision Changes Path 1.2.2.3 +5 -1 src/sys/i386/linux/linprocfs/linprocfs.h 1.3.2.3 +219 -17 src/sys/i386/linux/linprocfs/linprocfs_misc.c 1.3.2.3 +11 -1 src/sys/i386/linux/linprocfs/linprocfs_subr.c 1.3.2.3 +13 -4 src/sys/i386/linux/linprocfs/linprocfs_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message