From owner-cvs-all Sun Nov 7 21:13:58 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 6E79E14EE8; Sun, 7 Nov 1999 21:13:55 -0800 (PST) (envelope-from sef@FreeBSD.org) Received: (from sef@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA42624; Sun, 7 Nov 1999 21:13:55 -0800 (PST) (envelope-from sef@FreeBSD.org) Message-Id: <199911080513.VAA42624@freefall.freebsd.org> From: Sean Eric Fagan Date: Sun, 7 Nov 1999 21:13:55 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/miscfs/procfs procfs_mem.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk sef 1999/11/07 21:13:55 PST Modified files: sys/miscfs/procfs procfs_mem.c Log: Explain why Warner is right, and I am wrong, in the removing of the file object. Also explain some possible directions to re-implement it -- I'm not sure it should be, given the minimal application use. (Other than having the debugger automatically access the symbols for a process, the main use I'd found was with some minor accounting ability, but _that_ depends on it being in the filesystem space; an ioctl access method would be useless in that case.) This is a code-less change; only a comment has been added. Revision Changes Path 1.40 +15 -1 src/sys/miscfs/procfs/procfs_mem.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message