Date: Mon, 4 Jan 1999 19:53:07 -0800 (PST) From: Peter Wemm <peter@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 Message-ID: <199901050353.TAA08076@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <abial@nask.pl>. 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199901050353.TAA08076>