From owner-cvs-all Mon Jan 4 19:53:14 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA22156 for cvs-all-outgoing; Mon, 4 Jan 1999 19:53:14 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA22148; Mon, 4 Jan 1999 19:53:13 -0800 (PST) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA08076; Mon, 4 Jan 1999 19:53:07 -0800 (PST) Date: Mon, 4 Jan 1999 19:53:07 -0800 (PST) Message-Id: <199901050353.TAA08076@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/miscfs/procfs procfs.h procfs_status.c procfs_subr.c procfs_vnops.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/01/04 19:53:06 PST Modified files: sys/miscfs/procfs procfs.h procfs_status.c procfs_subr.c procfs_vnops.c Log: A partial implementation of the procfs cmdline pseudo-file. This is enough to satisfy things like StarOffice. This is a hack, but doing it properly would be a LOT of work, and would require extensive grovelling around in the user address space to find the argv[]. Obtained from: Mostly from Andrzej Bialecki . Revision Changes Path 1.21 +4 -2 src/sys/miscfs/procfs/procfs.h 1.12 +38 -1 src/sys/miscfs/procfs/procfs_status.c 1.22 +6 -1 src/sys/miscfs/procfs/procfs_subr.c 1.63 +3 -1 src/sys/miscfs/procfs/procfs_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message