Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 10/23/1996 23:00:01
cgd
Wed Oct 23 15:50:06 PDT 1996
Update of /cvsroot/src/sbin/mount
In directory netbsd1:/var/slash-tmp/cvs-serv5121/sbin/mount

Modified Files:
	mount.c 
Log Message:
recognize MNT_NOCOREDUMP and print the 'nocoredump' flag for file
systems which have MNT_NOCOREDUMP set.


cgd
Wed Oct 23 15:50:07 PDT 1996
Update of /cvsroot/src/usr.sbin/pstat
In directory netbsd1:/var/slash-tmp/cvs-serv5121/usr.sbin/pstat

Modified Files:
	pstat.c 
Log Message:
recognize MNT_NOCOREDUMP and print the 'nocoredump' flag for file
systems which have MNT_NOCOREDUMP set.


cgd
Wed Oct 23 15:51:09 PDT 1996
Update of /cvsroot/src/sbin/mount
In directory netbsd1:/var/slash-tmp/cvs-serv5274/sbin/mount

Modified Files:
	mntopts.h 
Log Message:
recognize the 'nocoredump' mount option as a standard option (supported by
all file system types).


cgd
Wed Oct 23 15:51:10 PDT 1996
Update of /cvsroot/src/sbin/mount_nfs
In directory netbsd1:/var/slash-tmp/cvs-serv5274/sbin/mount_nfs

Modified Files:
	mntopts.h 
Log Message:
recognize the 'nocoredump' mount option as a standard option (supported by
all file system types).


cgd
Wed Oct 23 15:53:10 PDT 1996
Update of /cvsroot/src/sys/sys
In directory netbsd1:/var/slash-tmp/cvs-serv5444/sys/sys

Modified Files:
	mount.h 
Log Message:
add the MNT_NOCOREDUMP file system flag, which prevents the system
from writing core dumps on file systems for which it is set.  Also, add
a comment noting that the mount flags aren't in numerical order.


cgd
Wed Oct 23 15:54:27 PDT 1996
Update of /cvsroot/src/lib/libc/sys
In directory netbsd1:/var/slash-tmp/cvs-serv5556/lib/libc/sys

Modified Files:
	mount.2 
Log Message:
document MNT_NOCOREDUMP

cgd
Wed Oct 23 15:56:21 PDT 1996
Update of /cvsroot/src/sbin/mount
In directory netbsd1:/var/slash-tmp/cvs-serv5689/sbin/mount

Modified Files:
	mount.8 
Log Message:
document the 'nocoredump' mount option, which sets the MNT_NOCOREDUMP
mount flag, disabling core dumps on the file system.