Sun Nov 8 20:00:23 2015 UTC ()
Some of the puffs mount programs don't need RUMP, re-enable them.


(christos)
diff -r1.1115 -r1.1116 src/distrib/sets/lists/base/mi
diff -r1.132 -r1.133 src/distrib/sets/lists/debug/mi
diff -r1.1511 -r1.1512 src/distrib/sets/lists/man/mi
diff -r1.271 -r1.272 src/usr.sbin/Makefile
diff -r1.16 -r1.17 src/usr.sbin/puffs/Makefile
diff -r1.4 -r1.5 src/usr.sbin/puffs/mount_sysctlfs/Makefile

cvs diff -r1.1115 -r1.1116 src/distrib/sets/lists/base/mi (expand / switch to unified diff)

--- src/distrib/sets/lists/base/mi 2015/10/09 19:23:18 1.1115
+++ src/distrib/sets/lists/base/mi 2015/11/08 20:00:22 1.1116
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: mi,v 1.1115 2015/10/09 19:23:18 riz Exp $ 1# $NetBSD: mi,v 1.1116 2015/11/08 20:00:22 christos Exp $
2# 2#
3# Note: Don't delete entries from here - mark them as "obsolete" instead, 3# Note: Don't delete entries from here - mark them as "obsolete" instead,
4# unless otherwise stated below. 4# unless otherwise stated below.
5# 5#
6# Note: Do not mark "old" major and major.minor shared libraries as 6# Note: Do not mark "old" major and major.minor shared libraries as
7# "obsolete"; just remove the entry, as third-party applications 7# "obsolete"; just remove the entry, as third-party applications
8# may be linked against the old major shared library, and 8# may be linked against the old major shared library, and
9# that is a symlink to the old major.minor shared library. 9# that is a symlink to the old major.minor shared library.
10# e.g., "lib<name>.so.<N>" and "lib<name>.so.<N>.<M>" 10# e.g., "lib<name>.so.<N>" and "lib<name>.so.<N>.<M>"
11# Exceptions to this rule may include shared libraries that 11# Exceptions to this rule may include shared libraries that
12# are dlopen()ed at run-time, such as extra locales, etc. 12# are dlopen()ed at run-time, such as extra locales, etc.
13# 13#
14# /usr/bin/ident is in `base-util-bin', not `base-rcs-bin' as it is used by pkgsrc 14# /usr/bin/ident is in `base-util-bin', not `base-rcs-bin' as it is used by pkgsrc
@@ -1709,30 +1709,30 @@ @@ -1709,30 +1709,30 @@
1709./usr/sbin/mdsetimage base-sysutil-bin binutils 1709./usr/sbin/mdsetimage base-sysutil-bin binutils
1710./usr/sbin/mk-amd-map base-amd-bin 1710./usr/sbin/mk-amd-map base-amd-bin
1711./usr/sbin/mkalias base-nis-bin yp 1711./usr/sbin/mkalias base-nis-bin yp
1712./usr/sbin/mknetid base-nis-bin yp 1712./usr/sbin/mknetid base-nis-bin yp
1713./usr/sbin/mld6query base-netutil-bin use_inet6 1713./usr/sbin/mld6query base-netutil-bin use_inet6
1714./usr/sbin/mlxctl base-sysutil-bin 1714./usr/sbin/mlxctl base-sysutil-bin
1715./usr/sbin/mmcformat base-sysutil-bin 1715./usr/sbin/mmcformat base-sysutil-bin
1716./usr/sbin/mopa.out base-obsolete obsolete 1716./usr/sbin/mopa.out base-obsolete obsolete
1717./usr/sbin/mopchk base-bootserver-bin 1717./usr/sbin/mopchk base-bootserver-bin
1718./usr/sbin/mopcopy base-bootserver-bin 1718./usr/sbin/mopcopy base-bootserver-bin
1719./usr/sbin/mopd base-bootserver-bin 1719./usr/sbin/mopd base-bootserver-bin
1720./usr/sbin/mopprobe base-bootserver-bin 1720./usr/sbin/mopprobe base-bootserver-bin
1721./usr/sbin/moptrace base-bootserver-bin 1721./usr/sbin/moptrace base-bootserver-bin
1722./usr/sbin/mount_9p base-puffs-bin rump 1722./usr/sbin/mount_9p base-puffs-bin
1723./usr/sbin/mount_psshfs base-puffs-bin rump 1723./usr/sbin/mount_psshfs base-puffs-bin
1724./usr/sbin/mount_puffsportal base-obsolete obsolete 1724./usr/sbin/mount_puffsportal base-obsolete obsolete
1725./usr/sbin/mount_sysctlfs base-puffs-bin rump 1725./usr/sbin/mount_sysctlfs base-puffs-bin
1726./usr/sbin/mountd base-nfsserver-bin 1726./usr/sbin/mountd base-nfsserver-bin
1727./usr/sbin/moused base-sysutil-bin 1727./usr/sbin/moused base-sysutil-bin
1728./usr/sbin/mrinfo base-router-bin 1728./usr/sbin/mrinfo base-router-bin
1729./usr/sbin/mrouted base-router-bin 1729./usr/sbin/mrouted base-router-bin
1730./usr/sbin/mscdlabel base-sysutil-bin 1730./usr/sbin/mscdlabel base-sysutil-bin
1731./usr/sbin/mtrace base-netutil-bin 1731./usr/sbin/mtrace base-netutil-bin
1732./usr/sbin/mtrace6 base-obsolete obsolete 1732./usr/sbin/mtrace6 base-obsolete obsolete
1733./usr/sbin/mtree base-sysutil-bin 1733./usr/sbin/mtree base-sysutil-bin
1734./usr/sbin/named base-bind-bin 1734./usr/sbin/named base-bind-bin
1735./usr/sbin/named-bootconf base-obsolete obsolete 1735./usr/sbin/named-bootconf base-obsolete obsolete
1736./usr/sbin/named-checkconf base-bind-bin 1736./usr/sbin/named-checkconf base-bind-bin
1737./usr/sbin/named-checkzone base-bind-bin 1737./usr/sbin/named-checkzone base-bind-bin
1738./usr/sbin/named-compilezone base-bind-bin 1738./usr/sbin/named-compilezone base-bind-bin

cvs diff -r1.132 -r1.133 src/distrib/sets/lists/debug/mi (expand / switch to unified diff)

--- src/distrib/sets/lists/debug/mi 2015/11/04 23:57:06 1.132
+++ src/distrib/sets/lists/debug/mi 2015/11/08 20:00:22 1.133
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: mi,v 1.132 2015/11/04 23:57:06 knakahara Exp $ 1# $NetBSD: mi,v 1.133 2015/11/08 20:00:22 christos Exp $
2./etc/mtree/set.debug comp-sys-root 2./etc/mtree/set.debug comp-sys-root
3./usr/lib comp-sys-usr compatdir 3./usr/lib comp-sys-usr compatdir
4./usr/lib/i18n/libBIG5_g.a comp-c-debuglib debuglib,compatfile 4./usr/lib/i18n/libBIG5_g.a comp-c-debuglib debuglib,compatfile
5./usr/lib/i18n/libDECHanyu_g.a comp-c-debuglib debuglib,compatfile 5./usr/lib/i18n/libDECHanyu_g.a comp-c-debuglib debuglib,compatfile
6./usr/lib/i18n/libEUCTW_g.a comp-c-debuglib debuglib,compatfile 6./usr/lib/i18n/libEUCTW_g.a comp-c-debuglib debuglib,compatfile
7./usr/lib/i18n/libEUC_g.a comp-c-debuglib debuglib,compatfile 7./usr/lib/i18n/libEUC_g.a comp-c-debuglib debuglib,compatfile
8./usr/lib/i18n/libGBK2K_g.a comp-c-debuglib debuglib,compatfile 8./usr/lib/i18n/libGBK2K_g.a comp-c-debuglib debuglib,compatfile
9./usr/lib/i18n/libHZ_g.a comp-c-debuglib debuglib,compatfile 9./usr/lib/i18n/libHZ_g.a comp-c-debuglib debuglib,compatfile
10./usr/lib/i18n/libISO2022_g.a comp-c-debuglib debuglib,compatfile 10./usr/lib/i18n/libISO2022_g.a comp-c-debuglib debuglib,compatfile
11./usr/lib/i18n/libJOHAB_g.a comp-c-debuglib debuglib,compatfile 11./usr/lib/i18n/libJOHAB_g.a comp-c-debuglib debuglib,compatfile
12./usr/lib/i18n/libMSKanji_g.a comp-c-debuglib debuglib,compatfile 12./usr/lib/i18n/libMSKanji_g.a comp-c-debuglib debuglib,compatfile
13./usr/lib/i18n/libUES_g.a comp-c-debuglib debuglib,compatfile 13./usr/lib/i18n/libUES_g.a comp-c-debuglib debuglib,compatfile
14./usr/lib/i18n/libUTF1632_g.a comp-c-debuglib debuglib,compatfile 14./usr/lib/i18n/libUTF1632_g.a comp-c-debuglib debuglib,compatfile
@@ -1104,30 +1104,30 @@ @@ -1104,30 +1104,30 @@
1104./usr/libdata/debug/usr/sbin/mdnsd.debug comp-mdns-debug mdns,debug 1104./usr/libdata/debug/usr/sbin/mdnsd.debug comp-mdns-debug mdns,debug
1105./usr/libdata/debug/usr/sbin/mdsetimage.debug comp-sysutil-debug binutils,debug 1105./usr/libdata/debug/usr/sbin/mdsetimage.debug comp-sysutil-debug binutils,debug
1106./usr/libdata/debug/usr/sbin/mk-amd-map.debug comp-amd-debug debug 1106./usr/libdata/debug/usr/sbin/mk-amd-map.debug comp-amd-debug debug
1107./usr/libdata/debug/usr/sbin/mkalias.debug comp-nis-debug yp,debug 1107./usr/libdata/debug/usr/sbin/mkalias.debug comp-nis-debug yp,debug
1108./usr/libdata/debug/usr/sbin/mknetid.debug comp-nis-debug yp,debug 1108./usr/libdata/debug/usr/sbin/mknetid.debug comp-nis-debug yp,debug
1109./usr/libdata/debug/usr/sbin/mld6query.debug comp-netutil-debug use_inet6,debug 1109./usr/libdata/debug/usr/sbin/mld6query.debug comp-netutil-debug use_inet6,debug
1110./usr/libdata/debug/usr/sbin/mlxctl.debug comp-sysutil-debug debug 1110./usr/libdata/debug/usr/sbin/mlxctl.debug comp-sysutil-debug debug
1111./usr/libdata/debug/usr/sbin/mmcformat.debug comp-sysutil-debug debug 1111./usr/libdata/debug/usr/sbin/mmcformat.debug comp-sysutil-debug debug
1112./usr/libdata/debug/usr/sbin/mopchk.debug comp-bootserver-debug debug 1112./usr/libdata/debug/usr/sbin/mopchk.debug comp-bootserver-debug debug
1113./usr/libdata/debug/usr/sbin/mopcopy.debug comp-bootserver-debug debug 1113./usr/libdata/debug/usr/sbin/mopcopy.debug comp-bootserver-debug debug
1114./usr/libdata/debug/usr/sbin/mopd.debug comp-bootserver-debug debug 1114./usr/libdata/debug/usr/sbin/mopd.debug comp-bootserver-debug debug
1115./usr/libdata/debug/usr/sbin/mopprobe.debug comp-bootserver-debug debug 1115./usr/libdata/debug/usr/sbin/mopprobe.debug comp-bootserver-debug debug
1116./usr/libdata/debug/usr/sbin/moptrace.debug comp-bootserver-debug debug 1116./usr/libdata/debug/usr/sbin/moptrace.debug comp-bootserver-debug debug
1117./usr/libdata/debug/usr/sbin/mount_9p.debug comp-puffs-debug debug,rump 1117./usr/libdata/debug/usr/sbin/mount_9p.debug comp-puffs-debug debug
1118./usr/libdata/debug/usr/sbin/mount_psshfs.debug comp-puffs-debug debug,rump 1118./usr/libdata/debug/usr/sbin/mount_psshfs.debug comp-puffs-debug debug
1119./usr/libdata/debug/usr/sbin/mount_puffsportal.debug comp-obsolete obsolete 1119./usr/libdata/debug/usr/sbin/mount_puffsportal.debug comp-obsolete obsolete
1120./usr/libdata/debug/usr/sbin/mount_sysctlfs.debug comp-puffs-debug debug,rump 1120./usr/libdata/debug/usr/sbin/mount_sysctlfs.debug comp-puffs-debug debug
1121./usr/libdata/debug/usr/sbin/mountd.debug comp-nfsserver-debug debug 1121./usr/libdata/debug/usr/sbin/mountd.debug comp-nfsserver-debug debug
1122./usr/libdata/debug/usr/sbin/moused.debug comp-sysutil-debug debug 1122./usr/libdata/debug/usr/sbin/moused.debug comp-sysutil-debug debug
1123./usr/libdata/debug/usr/sbin/mrinfo.debug comp-router-debug debug 1123./usr/libdata/debug/usr/sbin/mrinfo.debug comp-router-debug debug
1124./usr/libdata/debug/usr/sbin/mrouted.debug comp-router-debug debug 1124./usr/libdata/debug/usr/sbin/mrouted.debug comp-router-debug debug
1125./usr/libdata/debug/usr/sbin/mscdlabel.debug comp-sysutil-debug debug 1125./usr/libdata/debug/usr/sbin/mscdlabel.debug comp-sysutil-debug debug
1126./usr/libdata/debug/usr/sbin/mtrace.debug comp-netutil-debug debug 1126./usr/libdata/debug/usr/sbin/mtrace.debug comp-netutil-debug debug
1127./usr/libdata/debug/usr/sbin/mtree.debug comp-sysutil-debug debug 1127./usr/libdata/debug/usr/sbin/mtree.debug comp-sysutil-debug debug
1128./usr/libdata/debug/usr/sbin/named-checkconf.debug comp-bind-bin debug 1128./usr/libdata/debug/usr/sbin/named-checkconf.debug comp-bind-bin debug
1129./usr/libdata/debug/usr/sbin/named-checkzone.debug comp-bind-bin debug 1129./usr/libdata/debug/usr/sbin/named-checkzone.debug comp-bind-bin debug
1130./usr/libdata/debug/usr/sbin/named-journalprint.debug comp-bind-bin debug 1130./usr/libdata/debug/usr/sbin/named-journalprint.debug comp-bind-bin debug
1131./usr/libdata/debug/usr/sbin/named.debug comp-bind-bin debug 1131./usr/libdata/debug/usr/sbin/named.debug comp-bind-bin debug
1132./usr/libdata/debug/usr/sbin/ncdcs.debug comp-sysutil-root binutils,debug 1132./usr/libdata/debug/usr/sbin/ncdcs.debug comp-sysutil-root binutils,debug
1133./usr/libdata/debug/usr/sbin/ndbootd.debug comp-bootserver-debug debug 1133./usr/libdata/debug/usr/sbin/ndbootd.debug comp-bootserver-debug debug

cvs diff -r1.1511 -r1.1512 src/distrib/sets/lists/man/mi (expand / switch to unified diff)

--- src/distrib/sets/lists/man/mi 2015/10/14 04:22:45 1.1511
+++ src/distrib/sets/lists/man/mi 2015/11/08 20:00:22 1.1512
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: mi,v 1.1511 2015/10/14 04:22:45 nonaka Exp $ 1# $NetBSD: mi,v 1.1512 2015/11/08 20:00:22 christos Exp $
2# 2#
3# Note: don't delete entries from here - mark them as "obsolete" instead. 3# Note: don't delete entries from here - mark them as "obsolete" instead.
4# 4#
5./etc/mtree/set.man man-sys-root 5./etc/mtree/set.man man-sys-root
6./usr/share/info/am-utils.info man-amd-info info 6./usr/share/info/am-utils.info man-amd-info info
7./usr/share/info/as.info man-computil-info binutils,info 7./usr/share/info/as.info man-computil-info binutils,info
8./usr/share/info/awk.info man-util-info info 8./usr/share/info/awk.info man-util-info info
9./usr/share/info/bfd.info man-computil-info binutils,info 9./usr/share/info/bfd.info man-computil-info binutils,info
10./usr/share/info/binutils.info man-computil-info binutils,info 10./usr/share/info/binutils.info man-computil-info binutils,info
11./usr/share/info/bzip2.info man-obsolete obsolete 11./usr/share/info/bzip2.info man-obsolete obsolete
12./usr/share/info/cpp.info man-util-info gcccmds,info 12./usr/share/info/cpp.info man-util-info gcccmds,info
13./usr/share/info/cvs.info man-cvs-info cvs,info 13./usr/share/info/cvs.info man-cvs-info cvs,info
14./usr/share/info/cvsclient.info man-cvs-info cvs,info 14./usr/share/info/cvsclient.info man-cvs-info cvs,info
@@ -2659,53 +2659,53 @@ @@ -2659,53 +2659,53 @@
2659./usr/share/man/cat8/mkalias.0 man-nis-catman yp,.cat 2659./usr/share/man/cat8/mkalias.0 man-nis-catman yp,.cat
2660./usr/share/man/cat8/mknetid.0 man-nis-catman yp,.cat 2660./usr/share/man/cat8/mknetid.0 man-nis-catman yp,.cat
2661./usr/share/man/cat8/mknod.0 man-sysutil-catman .cat 2661./usr/share/man/cat8/mknod.0 man-sysutil-catman .cat
2662./usr/share/man/cat8/mld6query.0 man-netutil-catman use_inet6,.cat 2662./usr/share/man/cat8/mld6query.0 man-netutil-catman use_inet6,.cat
2663./usr/share/man/cat8/mlxctl.0 man-sysutil-catman .cat 2663./usr/share/man/cat8/mlxctl.0 man-sysutil-catman .cat
2664./usr/share/man/cat8/mmcformat.0 man-sysutil-catman .cat 2664./usr/share/man/cat8/mmcformat.0 man-sysutil-catman .cat
2665./usr/share/man/cat8/mmeye/MAKEDEV.0 man-obsolete obsolete 2665./usr/share/man/cat8/mmeye/MAKEDEV.0 man-obsolete obsolete
2666./usr/share/man/cat8/mmeye/makedev.0 man-obsolete obsolete 2666./usr/share/man/cat8/mmeye/makedev.0 man-obsolete obsolete
2667./usr/share/man/cat8/modload.0 man-sysutil-catman .cat 2667./usr/share/man/cat8/modload.0 man-sysutil-catman .cat
2668./usr/share/man/cat8/modstat.0 man-sysutil-catman .cat 2668./usr/share/man/cat8/modstat.0 man-sysutil-catman .cat
2669./usr/share/man/cat8/modunload.0 man-sysutil-catman .cat 2669./usr/share/man/cat8/modunload.0 man-sysutil-catman .cat
2670./usr/share/man/cat8/mopd.0 man-bootserver-catman .cat 2670./usr/share/man/cat8/mopd.0 man-bootserver-catman .cat
2671./usr/share/man/cat8/mount.0 man-sysutil-catman .cat 2671./usr/share/man/cat8/mount.0 man-sysutil-catman .cat
2672./usr/share/man/cat8/mount_9p.0 man-puffs-catman .cat,rump 2672./usr/share/man/cat8/mount_9p.0 man-puffs-catman .cat
2673./usr/share/man/cat8/mount_ados.0 man-adosfs-catman .cat 2673./usr/share/man/cat8/mount_ados.0 man-adosfs-catman .cat
2674./usr/share/man/cat8/mount_cd9660.0 man-sysutil-catman .cat 2674./usr/share/man/cat8/mount_cd9660.0 man-sysutil-catman .cat
2675./usr/share/man/cat8/mount_chfs.0 man-sysutil-catman .cat 2675./usr/share/man/cat8/mount_chfs.0 man-sysutil-catman .cat
2676./usr/share/man/cat8/mount_efs.0 man-efs-catman .cat 2676./usr/share/man/cat8/mount_efs.0 man-efs-catman .cat
2677./usr/share/man/cat8/mount_ext2fs.0 man-ext2fs-catman .cat 2677./usr/share/man/cat8/mount_ext2fs.0 man-ext2fs-catman .cat
2678./usr/share/man/cat8/mount_fdesc.0 man-miscfs-catman .cat 2678./usr/share/man/cat8/mount_fdesc.0 man-miscfs-catman .cat
2679./usr/share/man/cat8/mount_ffs.0 man-sysutil-catman .cat 2679./usr/share/man/cat8/mount_ffs.0 man-sysutil-catman .cat
2680./usr/share/man/cat8/mount_filecore.0 man-filecorefs-catman .cat 2680./usr/share/man/cat8/mount_filecore.0 man-filecorefs-catman .cat
2681./usr/share/man/cat8/mount_hfs.0 man-hfs-catman .cat 2681./usr/share/man/cat8/mount_hfs.0 man-hfs-catman .cat
2682./usr/share/man/cat8/mount_hfsp.0 man-obsolete obsolete 2682./usr/share/man/cat8/mount_hfsp.0 man-obsolete obsolete
2683./usr/share/man/cat8/mount_kernfs.0 man-sysutil-catman .cat 2683./usr/share/man/cat8/mount_kernfs.0 man-sysutil-catman .cat
2684./usr/share/man/cat8/mount_lfs.0 man-sysutil-catman .cat 2684./usr/share/man/cat8/mount_lfs.0 man-sysutil-catman .cat
2685./usr/share/man/cat8/mount_mfs.0 man-sysutil-catman .cat 2685./usr/share/man/cat8/mount_mfs.0 man-sysutil-catman .cat
2686./usr/share/man/cat8/mount_msdos.0 man-sysutil-catman .cat 2686./usr/share/man/cat8/mount_msdos.0 man-sysutil-catman .cat
2687./usr/share/man/cat8/mount_nfs.0 man-nfsclient-catman .cat 2687./usr/share/man/cat8/mount_nfs.0 man-nfsclient-catman .cat
2688./usr/share/man/cat8/mount_nilfs.0 man-sysutil-catman .cat 2688./usr/share/man/cat8/mount_nilfs.0 man-sysutil-catman .cat
2689./usr/share/man/cat8/mount_ntfs.0 man-ntfs-catman .cat 2689./usr/share/man/cat8/mount_ntfs.0 man-ntfs-catman .cat
2690./usr/share/man/cat8/mount_null.0 man-miscfs-catman .cat 2690./usr/share/man/cat8/mount_null.0 man-miscfs-catman .cat
2691./usr/share/man/cat8/mount_overlay.0 man-miscfs-catman .cat 2691./usr/share/man/cat8/mount_overlay.0 man-miscfs-catman .cat
2692./usr/share/man/cat8/mount_portal.0 man-miscfs-catman .cat 2692./usr/share/man/cat8/mount_portal.0 man-miscfs-catman .cat
2693./usr/share/man/cat8/mount_procfs.0 man-sysutil-catman .cat 2693./usr/share/man/cat8/mount_procfs.0 man-sysutil-catman .cat
2694./usr/share/man/cat8/mount_psshfs.0 man-puffs-catman .cat,rump 2694./usr/share/man/cat8/mount_psshfs.0 man-puffs-catman .cat
2695./usr/share/man/cat8/mount_ptyfs.0 man-sysutil-catman .cat 2695./usr/share/man/cat8/mount_ptyfs.0 man-sysutil-catman .cat
2696./usr/share/man/cat8/mount_puffs.0 man-sysutil-catman .cat 2696./usr/share/man/cat8/mount_puffs.0 man-sysutil-catman .cat
2697./usr/share/man/cat8/mount_smbfs.0 man-smbfs-catman .cat 2697./usr/share/man/cat8/mount_smbfs.0 man-smbfs-catman .cat
2698./usr/share/man/cat8/mount_sysctlfs.0 man-puffs-catman .cat,rump 2698./usr/share/man/cat8/mount_sysctlfs.0 man-puffs-catman .cat
2699./usr/share/man/cat8/mount_sysvbfs.0 man-sysutil-catman .cat 2699./usr/share/man/cat8/mount_sysvbfs.0 man-sysutil-catman .cat
2700./usr/share/man/cat8/mount_tmpfs.0 man-sysutil-catman .cat 2700./usr/share/man/cat8/mount_tmpfs.0 man-sysutil-catman .cat
2701./usr/share/man/cat8/mount_udf.0 man-sysutil-catman .cat 2701./usr/share/man/cat8/mount_udf.0 man-sysutil-catman .cat
2702./usr/share/man/cat8/mount_ufs.0 man-sysutil-catman .cat 2702./usr/share/man/cat8/mount_ufs.0 man-sysutil-catman .cat
2703./usr/share/man/cat8/mount_umap.0 man-miscfs-catman .cat 2703./usr/share/man/cat8/mount_umap.0 man-miscfs-catman .cat
2704./usr/share/man/cat8/mount_union.0 man-miscfs-catman .cat 2704./usr/share/man/cat8/mount_union.0 man-miscfs-catman .cat
2705./usr/share/man/cat8/mount_v7fs.0 man-sysutil-catman .cat 2705./usr/share/man/cat8/mount_v7fs.0 man-sysutil-catman .cat
2706./usr/share/man/cat8/mountd.0 man-nfsserver-catman .cat 2706./usr/share/man/cat8/mountd.0 man-nfsserver-catman .cat
2707./usr/share/man/cat8/moused.0 man-sysutil-catman .cat 2707./usr/share/man/cat8/moused.0 man-sysutil-catman .cat
2708./usr/share/man/cat8/mrinfo.0 man-netutil-catman .cat 2708./usr/share/man/cat8/mrinfo.0 man-netutil-catman .cat
2709./usr/share/man/cat8/mrouted.0 man-router-catman .cat 2709./usr/share/man/cat8/mrouted.0 man-router-catman .cat
2710./usr/share/man/cat8/mscdlabel.0 man-sysutil-catman .cat 2710./usr/share/man/cat8/mscdlabel.0 man-sysutil-catman .cat
2711./usr/share/man/cat8/mtrace.0 man-netutil-catman .cat 2711./usr/share/man/cat8/mtrace.0 man-netutil-catman .cat
@@ -5523,27 +5523,27 @@ @@ -5523,27 +5523,27 @@
5523./usr/share/man/html8/mfs.html man-sys-htmlman html 5523./usr/share/man/html8/mfs.html man-sys-htmlman html
5524./usr/share/man/html8/mk-amd-map.html man-amd-htmlman html 5524./usr/share/man/html8/mk-amd-map.html man-amd-htmlman html
5525./usr/share/man/html8/mkalias.html man-nis-htmlman yp,html 5525./usr/share/man/html8/mkalias.html man-nis-htmlman yp,html
5526./usr/share/man/html8/mknetid.html man-nis-htmlman yp,html 5526./usr/share/man/html8/mknetid.html man-nis-htmlman yp,html
5527./usr/share/man/html8/mknod.html man-sysutil-htmlman html 5527./usr/share/man/html8/mknod.html man-sysutil-htmlman html
5528./usr/share/man/html8/mld6query.html man-netutil-htmlman use_inet6,html 5528./usr/share/man/html8/mld6query.html man-netutil-htmlman use_inet6,html
5529./usr/share/man/html8/mlxctl.html man-sysutil-htmlman html 5529./usr/share/man/html8/mlxctl.html man-sysutil-htmlman html
5530./usr/share/man/html8/mmcformat.html man-sysutil-htmlman html 5530./usr/share/man/html8/mmcformat.html man-sysutil-htmlman html
5531./usr/share/man/html8/modload.html man-sysutil-htmlman html 5531./usr/share/man/html8/modload.html man-sysutil-htmlman html
5532./usr/share/man/html8/modstat.html man-sysutil-htmlman html 5532./usr/share/man/html8/modstat.html man-sysutil-htmlman html
5533./usr/share/man/html8/modunload.html man-sysutil-htmlman html 5533./usr/share/man/html8/modunload.html man-sysutil-htmlman html
5534./usr/share/man/html8/mopd.html man-bootserver-htmlman html 5534./usr/share/man/html8/mopd.html man-bootserver-htmlman html
5535./usr/share/man/html8/mount.html man-sysutil-htmlman html 5535./usr/share/man/html8/mount.html man-sysutil-htmlman html
5536./usr/share/man/html8/mount_9p.html man-puffs-htmlman html,rump 5536./usr/share/man/html8/mount_9p.html man-puffs-htmlman html
5537./usr/share/man/html8/mount_ados.html man-adosfs-htmlman html 5537./usr/share/man/html8/mount_ados.html man-adosfs-htmlman html
5538./usr/share/man/html8/mount_cd9660.html man-sysutil-htmlman html 5538./usr/share/man/html8/mount_cd9660.html man-sysutil-htmlman html
5539./usr/share/man/html8/mount_chfs.html man-sysutil-htmlman html 5539./usr/share/man/html8/mount_chfs.html man-sysutil-htmlman html
5540./usr/share/man/html8/mount_efs.html man-efs-htmlman html 5540./usr/share/man/html8/mount_efs.html man-efs-htmlman html
5541./usr/share/man/html8/mount_ext2fs.html man-ext2fs-htmlman html 5541./usr/share/man/html8/mount_ext2fs.html man-ext2fs-htmlman html
5542./usr/share/man/html8/mount_fdesc.html man-miscfs-htmlman html 5542./usr/share/man/html8/mount_fdesc.html man-miscfs-htmlman html
5543./usr/share/man/html8/mount_ffs.html man-sysutil-htmlman html 5543./usr/share/man/html8/mount_ffs.html man-sysutil-htmlman html
5544./usr/share/man/html8/mount_filecore.html man-filecorefs-htmlman html 5544./usr/share/man/html8/mount_filecore.html man-filecorefs-htmlman html
5545./usr/share/man/html8/mount_hfs.html man-hfs-htmlman html 5545./usr/share/man/html8/mount_hfs.html man-hfs-htmlman html
5546./usr/share/man/html8/mount_kernfs.html man-sysutil-htmlman html 5546./usr/share/man/html8/mount_kernfs.html man-sysutil-htmlman html
5547./usr/share/man/html8/mount_lfs.html man-sysutil-htmlman html 5547./usr/share/man/html8/mount_lfs.html man-sysutil-htmlman html
5548./usr/share/man/html8/mount_mfs.html man-sysutil-htmlman html 5548./usr/share/man/html8/mount_mfs.html man-sysutil-htmlman html
5549./usr/share/man/html8/mount_msdos.html man-sysutil-htmlman html 5549./usr/share/man/html8/mount_msdos.html man-sysutil-htmlman html
@@ -8567,53 +8567,53 @@ @@ -8567,53 +8567,53 @@
8567./usr/share/man/man8/mkalias.8 man-nis-man yp,.man 8567./usr/share/man/man8/mkalias.8 man-nis-man yp,.man
8568./usr/share/man/man8/mknetid.8 man-nis-man yp,.man 8568./usr/share/man/man8/mknetid.8 man-nis-man yp,.man
8569./usr/share/man/man8/mknod.8 man-sysutil-man .man 8569./usr/share/man/man8/mknod.8 man-sysutil-man .man
8570./usr/share/man/man8/mld6query.8 man-netutil-man use_inet6,.man 8570./usr/share/man/man8/mld6query.8 man-netutil-man use_inet6,.man
8571./usr/share/man/man8/mlxctl.8 man-sysutil-man .man 8571./usr/share/man/man8/mlxctl.8 man-sysutil-man .man
8572./usr/share/man/man8/mmcformat.8 man-sysutil-man .man 8572./usr/share/man/man8/mmcformat.8 man-sysutil-man .man
8573./usr/share/man/man8/mmeye/MAKEDEV.8 man-obsolete obsolete 8573./usr/share/man/man8/mmeye/MAKEDEV.8 man-obsolete obsolete
8574./usr/share/man/man8/mmeye/makedev.8 man-obsolete obsolete 8574./usr/share/man/man8/mmeye/makedev.8 man-obsolete obsolete
8575./usr/share/man/man8/modload.8 man-sysutil-man .man 8575./usr/share/man/man8/modload.8 man-sysutil-man .man
8576./usr/share/man/man8/modstat.8 man-sysutil-man .man 8576./usr/share/man/man8/modstat.8 man-sysutil-man .man
8577./usr/share/man/man8/modunload.8 man-sysutil-man .man 8577./usr/share/man/man8/modunload.8 man-sysutil-man .man
8578./usr/share/man/man8/mopd.8 man-bootserver-man .man 8578./usr/share/man/man8/mopd.8 man-bootserver-man .man
8579./usr/share/man/man8/mount.8 man-sysutil-man .man 8579./usr/share/man/man8/mount.8 man-sysutil-man .man
8580./usr/share/man/man8/mount_9p.8 man-puffs-man .man,rump 8580./usr/share/man/man8/mount_9p.8 man-puffs-man .man
8581./usr/share/man/man8/mount_ados.8 man-adosfs-man .man 8581./usr/share/man/man8/mount_ados.8 man-adosfs-man .man
8582./usr/share/man/man8/mount_cd9660.8 man-sysutil-man .man 8582./usr/share/man/man8/mount_cd9660.8 man-sysutil-man .man
8583./usr/share/man/man8/mount_chfs.8 man-sysutil-man .man 8583./usr/share/man/man8/mount_chfs.8 man-sysutil-man .man
8584./usr/share/man/man8/mount_efs.8 man-efs-man .man 8584./usr/share/man/man8/mount_efs.8 man-efs-man .man
8585./usr/share/man/man8/mount_ext2fs.8 man-ext2fs-man .man 8585./usr/share/man/man8/mount_ext2fs.8 man-ext2fs-man .man
8586./usr/share/man/man8/mount_fdesc.8 man-miscfs-man .man 8586./usr/share/man/man8/mount_fdesc.8 man-miscfs-man .man
8587./usr/share/man/man8/mount_ffs.8 man-sysutil-man .man 8587./usr/share/man/man8/mount_ffs.8 man-sysutil-man .man
8588./usr/share/man/man8/mount_filecore.8 man-filecorefs-man .man 8588./usr/share/man/man8/mount_filecore.8 man-filecorefs-man .man
8589./usr/share/man/man8/mount_hfs.8 man-hfs-man .man 8589./usr/share/man/man8/mount_hfs.8 man-hfs-man .man
8590./usr/share/man/man8/mount_hfsp.8 man-obsolete obsolete 8590./usr/share/man/man8/mount_hfsp.8 man-obsolete obsolete
8591./usr/share/man/man8/mount_kernfs.8 man-sysutil-man .man 8591./usr/share/man/man8/mount_kernfs.8 man-sysutil-man .man
8592./usr/share/man/man8/mount_lfs.8 man-sysutil-man .man 8592./usr/share/man/man8/mount_lfs.8 man-sysutil-man .man
8593./usr/share/man/man8/mount_mfs.8 man-sysutil-man .man 8593./usr/share/man/man8/mount_mfs.8 man-sysutil-man .man
8594./usr/share/man/man8/mount_msdos.8 man-sysutil-man .man 8594./usr/share/man/man8/mount_msdos.8 man-sysutil-man .man
8595./usr/share/man/man8/mount_nfs.8 man-nfsclient-man .man 8595./usr/share/man/man8/mount_nfs.8 man-nfsclient-man .man
8596./usr/share/man/man8/mount_nilfs.8 man-sysutil-man .man 8596./usr/share/man/man8/mount_nilfs.8 man-sysutil-man .man
8597./usr/share/man/man8/mount_ntfs.8 man-ntfs-man .man 8597./usr/share/man/man8/mount_ntfs.8 man-ntfs-man .man
8598./usr/share/man/man8/mount_null.8 man-miscfs-man .man 8598./usr/share/man/man8/mount_null.8 man-miscfs-man .man
8599./usr/share/man/man8/mount_overlay.8 man-miscfs-man .man 8599./usr/share/man/man8/mount_overlay.8 man-miscfs-man .man
8600./usr/share/man/man8/mount_portal.8 man-miscfs-man .man 8600./usr/share/man/man8/mount_portal.8 man-miscfs-man .man
8601./usr/share/man/man8/mount_procfs.8 man-sysutil-man .man 8601./usr/share/man/man8/mount_procfs.8 man-sysutil-man .man
8602./usr/share/man/man8/mount_psshfs.8 man-puffs-man .man,rump 8602./usr/share/man/man8/mount_psshfs.8 man-puffs-man .man
8603./usr/share/man/man8/mount_ptyfs.8 man-sysutil-man .man 8603./usr/share/man/man8/mount_ptyfs.8 man-sysutil-man .man
8604./usr/share/man/man8/mount_puffs.8 man-sysutil-man .man 8604./usr/share/man/man8/mount_puffs.8 man-sysutil-man .man
8605./usr/share/man/man8/mount_smbfs.8 man-smbfs-man .man 8605./usr/share/man/man8/mount_smbfs.8 man-smbfs-man .man
8606./usr/share/man/man8/mount_sysctlfs.8 man-puffs-man .man,rump 8606./usr/share/man/man8/mount_sysctlfs.8 man-puffs-man .man
8607./usr/share/man/man8/mount_sysvbfs.8 man-sysutil-man .man 8607./usr/share/man/man8/mount_sysvbfs.8 man-sysutil-man .man
8608./usr/share/man/man8/mount_tmpfs.8 man-sysutil-man .man 8608./usr/share/man/man8/mount_tmpfs.8 man-sysutil-man .man
8609./usr/share/man/man8/mount_udf.8 man-sysutil-man .man 8609./usr/share/man/man8/mount_udf.8 man-sysutil-man .man
8610./usr/share/man/man8/mount_ufs.8 man-sysutil-man .man 8610./usr/share/man/man8/mount_ufs.8 man-sysutil-man .man
8611./usr/share/man/man8/mount_umap.8 man-miscfs-man .man 8611./usr/share/man/man8/mount_umap.8 man-miscfs-man .man
8612./usr/share/man/man8/mount_union.8 man-miscfs-man .man 8612./usr/share/man/man8/mount_union.8 man-miscfs-man .man
8613./usr/share/man/man8/mount_v7fs.8 man-sysutil-man .man 8613./usr/share/man/man8/mount_v7fs.8 man-sysutil-man .man
8614./usr/share/man/man8/mountd.8 man-nfsserver-man .man 8614./usr/share/man/man8/mountd.8 man-nfsserver-man .man
8615./usr/share/man/man8/moused.8 man-sysutil-man .man 8615./usr/share/man/man8/moused.8 man-sysutil-man .man
8616./usr/share/man/man8/mrinfo.8 man-netutil-man .man 8616./usr/share/man/man8/mrinfo.8 man-netutil-man .man
8617./usr/share/man/man8/mrouted.8 man-router-man .man 8617./usr/share/man/man8/mrouted.8 man-router-man .man
8618./usr/share/man/man8/mscdlabel.8 man-sysutil-man .man 8618./usr/share/man/man8/mscdlabel.8 man-sysutil-man .man
8619./usr/share/man/man8/mtrace.8 man-netutil-man .man 8619./usr/share/man/man8/mtrace.8 man-netutil-man .man

cvs diff -r1.271 -r1.272 src/usr.sbin/Makefile (expand / switch to unified diff)

--- src/usr.sbin/Makefile 2015/08/17 06:42:46 1.271
+++ src/usr.sbin/Makefile 2015/11/08 20:00:22 1.272
@@ -1,60 +1,56 @@ @@ -1,60 +1,56 @@
1# $NetBSD: Makefile,v 1.271 2015/08/17 06:42:46 knakahara Exp $ 1# $NetBSD: Makefile,v 1.272 2015/11/08 20:00:22 christos Exp $
2# from: @(#)Makefile 5.20 (Berkeley) 6/12/93 2# from: @(#)Makefile 5.20 (Berkeley) 6/12/93
3 3
4.include <bsd.own.mk> 4.include <bsd.own.mk>
5 5
6SUBDIR= ac accton acpitools altq apm apmd arp \ 6SUBDIR= ac accton acpitools altq apm apmd arp \
7 bad144 bootp btattach btconfig btdevctl bthcid btpand catman \ 7 bad144 bootp btattach btconfig btdevctl bthcid btpand catman \
8 chroot cnwctl cpuctl crash \ 8 chroot cnwctl cpuctl crash \
9 dev_mkdb diskpart dumpfs dumplfs \ 9 dev_mkdb diskpart dumpfs dumplfs \
10 edquota eeprom envstat eshconfig etcupdate extattrctl \ 10 edquota eeprom envstat eshconfig etcupdate extattrctl \
11 flashctl fssconfig fusermount fwctl \ 11 flashctl fssconfig fusermount fwctl \
12 gpioctl grfconfig gspa \ 12 gpioctl grfconfig gspa \
13 hdaudioctl \ 13 hdaudioctl \
14 i2cscan ifwatchd inetd installboot intrctl iopctl iostat ipwctl irdaattach \ 14 i2cscan ifwatchd inetd installboot intrctl iopctl iostat ipwctl irdaattach \
15 isdn isibootd iteconfig iwictl \ 15 isdn isibootd iteconfig iwictl \
16 kgmon \ 16 kgmon \
17 lastlogin ldpd link lmcconfig lockstat lpr \ 17 lastlogin ldpd link lmcconfig lockstat lpr \
18 mailwrapper makefs map-mbone mdconfig memswitch mlxctl mmcformat \ 18 mailwrapper makefs map-mbone mdconfig memswitch mlxctl mmcformat \
19 mopd mountd moused mrinfo mrouted mscdlabel mtrace mtree \ 19 mopd mountd moused mrinfo mrouted mscdlabel mtrace mtree \
20 ndbootd ndiscvt netgroup_mkdb nfsd \ 20 ndbootd ndiscvt netgroup_mkdb nfsd \
21 ofctl \ 21 ofctl \
22 paxctl pcictl perfused psrset pstat pwd_mkdb postinstall \ 22 paxctl pcictl perfused psrset pstat pwd_mkdb postinstall \
23 powerd \ 23 powerd puffs \
24 quot quotacheck quotaon quotarestore \ 24 quot quotacheck quotaon quotarestore \
25 rarpd rbootd rdate repquota rmt rpc.bootparamd rpc.lockd \ 25 rarpd rbootd rdate repquota rmt rpc.bootparamd rpc.lockd \
26 rpc.pcnfsd rpc.statd rpcbind rwhod \ 26 rpc.pcnfsd rpc.statd rpcbind rwhod \
27 sa screenblank sdpd service services_mkdb sesd schedctl \ 27 sa screenblank sdpd service services_mkdb sesd schedctl \
28 sliplogin spray \ 28 sliplogin spray \
29 srtconfig sti sunlabel sup sysinst syslogd \ 29 srtconfig sti sunlabel sup sysinst syslogd \
30 tadpolectl tcpdchk tcpdmatch tcpdrop timed tpctl tprof traceroute trpt \ 30 tadpolectl tcpdchk tcpdmatch tcpdrop timed tpctl tprof traceroute trpt \
31 unlink usbdevs user \ 31 unlink usbdevs user \
32 videomode vipw veriexecgen vnconfig \ 32 videomode vipw veriexecgen vnconfig \
33 wakeonlan wiconfig wlanctl wsconscfg wsfontload wsmoused wsmuxctl \ 33 wakeonlan wiconfig wlanctl wsconscfg wsfontload wsmoused wsmuxctl \
34 zdump zic 34 zdump zic
35 35
36.if ${MKMAKEMANDB} != "no" 36.if ${MKMAKEMANDB} != "no"
37SUBDIR+= makemandb 37SUBDIR+= makemandb
38.endif 38.endif
39 39
40.if (${MKYP} != "no") 40.if (${MKYP} != "no")
41SUBDIR+= rpc.yppasswdd ypbind yppoll ypserv ypset 41SUBDIR+= rpc.yppasswdd ypbind yppoll ypserv ypset
42.endif 42.endif
43 43
44.if (${MKRUMP} != "no") 
45SUBDIR+= puffs 
46.endif 
47 
48.if ${TOOLCHAIN_MISSING} != "no" 44.if ${TOOLCHAIN_MISSING} != "no"
49SUBDIR+= mdsetimage 45SUBDIR+= mdsetimage
50.endif 46.endif
51 47
52.if (${MKINET6} != "no") 48.if (${MKINET6} != "no")
53SUBDIR+=faithd ifmcstat ndp rip6query rtsold 49SUBDIR+=faithd ifmcstat ndp rip6query rtsold
54.endif 50.endif
55.if (${USE_INET6} != "no") 51.if (${USE_INET6} != "no")
56SUBDIR+=mld6query route6d rtadvd traceroute6  52SUBDIR+=mld6query route6d rtadvd traceroute6
57.endif 53.endif
58 54
59# ATM PVC 55# ATM PVC
60SUBDIR+=pvcsif pvctxctl 56SUBDIR+=pvcsif pvctxctl

cvs diff -r1.16 -r1.17 src/usr.sbin/puffs/Makefile (expand / switch to unified diff)

--- src/usr.sbin/puffs/Makefile 2011/07/24 08:55:30 1.16
+++ src/usr.sbin/puffs/Makefile 2015/11/08 20:00:22 1.17
@@ -1,33 +1,36 @@ @@ -1,33 +1,36 @@
1# $NetBSD: Makefile,v 1.16 2011/07/24 08:55:30 uch Exp $ 1# $NetBSD: Makefile,v 1.17 2015/11/08 20:00:22 christos Exp $
2 2
3.include <bsd.own.mk> 3.include <bsd.own.mk>
4 4
5SUBDIR= mount_9p mount_psshfs mount_sysctlfs 5SUBDIR= mount_9p mount_psshfs mount_sysctlfs
6 6
 7.if (${MKRUMP} != "no")
7SUBDIR+=rump_cd9660 rump_efs rump_ext2fs rump_ffs rump_hfs rump_lfs 8SUBDIR+=rump_cd9660 rump_efs rump_ext2fs rump_ffs rump_hfs rump_lfs
8SUBDIR+=rump_msdos rump_nfs rump_ntfs rump_syspuffs rump_sysvbfs 9SUBDIR+=rump_msdos rump_nfs rump_ntfs rump_syspuffs rump_sysvbfs
9SUBDIR+=rump_tmpfs rump_udf rump_v7fs 10SUBDIR+=rump_tmpfs rump_udf rump_v7fs
10 11
11.if ${MKCRYPTO} != "no" 12.if ${MKCRYPTO} != "no"
12SUBDIR+=rump_smbfs 13SUBDIR+=rump_smbfs
13.endif 14.endif
14 15
15# 16#
16# The following are not built by default 17# The following are not built by default
17# 18#
18 19
19# userspace fdesc server cannot grope the fd info from the kernel, 20# userspace fdesc server cannot grope the fd info from the kernel,
20# and is therefore not useful for the average user 21# and is therefore not useful for the average user
21#SUBDIR+=rump_fdesc 22#SUBDIR+=rump_fdesc
22 23
23# ditto for kernfs 24# ditto for kernfs
24#SUBDIR+=rump_kernfs 25#SUBDIR+=rump_kernfs
25 26
26# rump_mqmfs is just another ffs, useful mainly for debugging 27# rump_mqmfs is just another ffs, useful mainly for debugging
27#SUBDIR+=rump_nqmfs 28#SUBDIR+=rump_nqmfs
28 29
29# rump_au-naturel presents lets you access '/' for a rump kernel. 30# rump_au-naturel presents lets you access '/' for a rump kernel.
30# mostly for debugging. 31# mostly for debugging.
31#SUBDIR+=rump_au-naturel 32#SUBDIR+=rump_au-naturel
32 33
 34.endif
 35
33.include <bsd.subdir.mk> 36.include <bsd.subdir.mk>

cvs diff -r1.4 -r1.5 src/usr.sbin/puffs/mount_sysctlfs/Makefile (expand / switch to unified diff)

--- src/usr.sbin/puffs/mount_sysctlfs/Makefile 2010/08/06 15:04:13 1.4
+++ src/usr.sbin/puffs/mount_sysctlfs/Makefile 2015/11/08 20:00:22 1.5
@@ -1,16 +1,20 @@ @@ -1,16 +1,20 @@
1# $NetBSD: Makefile,v 1.4 2010/08/06 15:04:13 pooka Exp $ 1# $NetBSD: Makefile,v 1.5 2015/11/08 20:00:22 christos Exp $
 2
 3.include <bsd.own.mk>
2 4
3PROG= mount_sysctlfs 5PROG= mount_sysctlfs
4SRCS= sysctlfs.c 6SRCS= sysctlfs.c
5 7
6DPAPP+= ${LIBPUFFS} ${LIBUTIL} 8DPAPP+= ${LIBPUFFS} ${LIBUTIL}
7LDADD+= -lpuffs -lutil 9LDADD+= -lpuffs -lutil
8 10
9MAN= mount_sysctlfs.8 11MAN= mount_sysctlfs.8
10 12
 13.if (${MKRUMP} != "no")
11.ifdef RUMP_ACTION 14.ifdef RUMP_ACTION
12CPPFLAGS+= -DRUMP_ACTION 15CPPFLAGS+= -DRUMP_ACTION
13LDADD+= -lrump -lrumpuser -lpthread 16LDADD+= -lrump -lrumpuser -lpthread
14.endif 17.endif
 18.endif
15 19
16.include <bsd.prog.mk> 20.include <bsd.prog.mk>