Subject: CVS commit: basesrc/sbin
To: None <source-changes@netbsd.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 09/21/2002 21:43:40
Module Name:	basesrc
Committed By:	christos
Date:		Sat Sep 21 18:43:39 UTC 2002

Modified Files:
	basesrc/sbin/mount: Makefile mntopts.h mount.8 mount.c
	basesrc/sbin/mount_ados: mount_ados.c
	basesrc/sbin/mount_cd9660: Makefile mount_cd9660.c
	basesrc/sbin/mount_ext2fs: mount_ext2fs.c
	basesrc/sbin/mount_fdesc: mount_fdesc.c
	basesrc/sbin/mount_ffs: mount_ffs.c
	basesrc/sbin/mount_filecore: Makefile mount_filecore.c
	basesrc/sbin/mount_kernfs: mount_kernfs.c
	basesrc/sbin/mount_lfs: mount_lfs.c
	basesrc/sbin/mount_msdos: Makefile mount_msdos.c
	basesrc/sbin/mount_nfs: Makefile mount_nfs.c
	basesrc/sbin/mount_ntfs: Makefile mount_ntfs.c
	basesrc/sbin/mount_null: mount_null.c
	basesrc/sbin/mount_overlay: mount_overlay.c
	basesrc/sbin/mount_portal: mount_portal.c
	basesrc/sbin/mount_procfs: Makefile mount_procfs.c
	basesrc/sbin/mount_umap: mount_umap.c
	basesrc/sbin/mount_union: Makefile mount_union.c
	basesrc/sbin/newfs: newfs.c

Log Message:
MNT_GETARGS support


To generate a diff of this commit:
cvs rdiff -r1.23 -r1.24 basesrc/sbin/mount/Makefile
cvs rdiff -r1.9 -r1.10 basesrc/sbin/mount/mntopts.h
cvs rdiff -r1.34 -r1.35 basesrc/sbin/mount/mount.8
cvs rdiff -r1.60 -r1.61 basesrc/sbin/mount/mount.c
cvs rdiff -r1.13 -r1.14 basesrc/sbin/mount_ados/mount_ados.c
cvs rdiff -r1.7 -r1.8 basesrc/sbin/mount_cd9660/Makefile
cvs rdiff -r1.14 -r1.15 basesrc/sbin/mount_cd9660/mount_cd9660.c
cvs rdiff -r1.8 -r1.9 basesrc/sbin/mount_ext2fs/mount_ext2fs.c
cvs rdiff -r1.11 -r1.12 basesrc/sbin/mount_fdesc/mount_fdesc.c
cvs rdiff -r1.12 -r1.13 basesrc/sbin/mount_ffs/mount_ffs.c
cvs rdiff -r1.4 -r1.5 basesrc/sbin/mount_filecore/Makefile \
    basesrc/sbin/mount_filecore/mount_filecore.c
cvs rdiff -r1.12 -r1.13 basesrc/sbin/mount_kernfs/mount_kernfs.c
cvs rdiff -r1.13 -r1.14 basesrc/sbin/mount_lfs/mount_lfs.c
cvs rdiff -r1.16 -r1.17 basesrc/sbin/mount_msdos/Makefile
cvs rdiff -r1.24 -r1.25 basesrc/sbin/mount_msdos/mount_msdos.c
cvs rdiff -r1.11 -r1.12 basesrc/sbin/mount_nfs/Makefile
cvs rdiff -r1.33 -r1.34 basesrc/sbin/mount_nfs/mount_nfs.c
cvs rdiff -r1.5 -r1.6 basesrc/sbin/mount_ntfs/Makefile \
    basesrc/sbin/mount_ntfs/mount_ntfs.c
cvs rdiff -r1.8 -r1.9 basesrc/sbin/mount_null/mount_null.c
cvs rdiff -r1.2 -r1.3 basesrc/sbin/mount_overlay/mount_overlay.c
cvs rdiff -r1.21 -r1.22 basesrc/sbin/mount_portal/mount_portal.c
cvs rdiff -r1.10 -r1.11 basesrc/sbin/mount_procfs/Makefile
cvs rdiff -r1.12 -r1.13 basesrc/sbin/mount_procfs/mount_procfs.c
cvs rdiff -r1.11 -r1.12 basesrc/sbin/mount_umap/mount_umap.c
cvs rdiff -r1.10 -r1.11 basesrc/sbin/mount_union/Makefile
cvs rdiff -r1.7 -r1.8 basesrc/sbin/mount_union/mount_union.c
cvs rdiff -r1.59 -r1.60 basesrc/sbin/newfs/newfs.c

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