Subject: CVS commit: src/sys/miscfs/procfs
To: None <source-changes@NetBSD.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 09/20/2004 17:53:08
Module Name:	src
Committed By:	jdolecek
Date:		Mon Sep 20 17:53:08 UTC 2004

Modified Files:
	src/sys/miscfs/procfs: procfs.h procfs_linux.c procfs_subr.c
	    procfs_vnops.c

Log Message:
add 'mounts' file for -o linux, which lists all currently mounted
filesystems; Linux glibc statvfs() uses this to get some of mount flags,
and this file is also useful as /emul/linux/etc/mtab (via symlink)


To generate a diff of this commit:
cvs rdiff -r1.55 -r1.56 src/sys/miscfs/procfs/procfs.h
cvs rdiff -r1.18 -r1.19 src/sys/miscfs/procfs/procfs_linux.c
cvs rdiff -r1.61 -r1.62 src/sys/miscfs/procfs/procfs_subr.c
cvs rdiff -r1.113 -r1.114 src/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.