Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Frank van der Linden <fvdl@netbsd.org>
List: source-changes
Date: 01/17/2001 02:09:08
Module Name:	syssrc
Committed By:	fvdl
Date:		Wed Jan 17 00:09:08 UTC 2001

Modified Files:
	syssrc/sys/miscfs/procfs: procfs.h procfs_fpregs.c procfs_map.c
	    procfs_regs.c procfs_subr.c procfs_vfsops.c procfs_vnops.c
Added Files:
	syssrc/sys/miscfs/procfs: procfs_linux.c

Log Message:
Add a few linux-style files, only enabled when -o linux is specified
for the mount. Currently these are /proc/cpuinfo and /proc/meminfo.
The former only does something on i386 right now.


To generate a diff of this commit:
cvs rdiff -r1.30 -r1.31 syssrc/sys/miscfs/procfs/procfs.h
cvs rdiff -r1.6 -r1.7 syssrc/sys/miscfs/procfs/procfs_fpregs.c
cvs rdiff -r0 -r1.1 syssrc/sys/miscfs/procfs/procfs_linux.c
cvs rdiff -r1.9 -r1.10 syssrc/sys/miscfs/procfs/procfs_map.c
cvs rdiff -r1.11 -r1.12 syssrc/sys/miscfs/procfs/procfs_regs.c
cvs rdiff -r1.34 -r1.35 syssrc/sys/miscfs/procfs/procfs_subr.c
cvs rdiff -r1.35 -r1.36 syssrc/sys/miscfs/procfs/procfs_vfsops.c
cvs rdiff -r1.75 -r1.76 syssrc/sys/miscfs/procfs/procfs_vnops.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.