Subject: procfs cmdline stuff
To: None <christos@netbsd.org>
From: Jason Thorpe <thorpej@nas.nasa.gov>
List: tech-kern
Date: 03/12/1999 11:32:45
On Fri, 12 Mar 1999 10:45:41 -0800 (PST) 
 Christos Zoulas <christos@netbsd.org> wrote:

 > Modified Files:
 > 	src/sys/miscfs/procfs: README procfs.h procfs_subr.c procfs_vnops.c
 > Added Files:
 > 	src/sys/miscfs/procfs: procfs_cmdline.c
 > Log Message:
 > PR/7143: Jaromir Docelek: Add procfs/cmdline from Linux emulation

Ouch... I wish you'd have waited a little.. this patch is buggy in that
it will only work for curproc, and will yield incorrect results/faults
when you try to read another process's cmdline.

        -- Jason R. Thorpe <thorpej@nas.nasa.gov>