From owner-cvs-sbin Sun Jul 21 16:34:16 1996 Return-Path: owner-cvs-sbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA03065 for cvs-sbin-outgoing; Sun, 21 Jul 1996 16:34:16 -0700 (PDT) Received: (from jkh@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA03035; Sun, 21 Jul 1996 16:34:06 -0700 (PDT) Date: Sun, 21 Jul 1996 16:34:06 -0700 (PDT) From: "Jordan K. Hubbard" Message-Id: <199607212334.QAA03035@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sbin Subject: cvs commit: src/sbin/mount mount.8 mount.c Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 96/07/21 16:34:05 Modified: sbin/mount mount.8 mount.c Log: I have added a new option -p to the mount command. This was inspired by SunOS version of mount which uses option -p to indicate that the mount information should be printed in fstab format. This is a neat way to create a new fstab file to use later when one has modified the mount points or mount options or added or removed mount some mount points. You just type mount -p > /etc/fstab.new and there is your new fstab file ready to be used though you will of course have to add any necessary noauto flags manually. [Committers note: This also seems to do the wrong thing for AMD mounts, but in the more average case this is a nifty feature nonetheless and one can always edit the bogus entries out] Submitted-By: Jukka Ukkonen Revision Changes Path 1.9 +7 -3 src/sbin/mount/mount.8 1.14 +66 -5 src/sbin/mount/mount.c From owner-cvs-sbin Mon Jul 22 18:19:00 1996 Return-Path: owner-cvs-sbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA27884 for cvs-sbin-outgoing; Mon, 22 Jul 1996 18:19:00 -0700 (PDT) Received: (from julian@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA27849; Mon, 22 Jul 1996 18:18:49 -0700 (PDT) Date: Mon, 22 Jul 1996 18:18:49 -0700 (PDT) From: Julian Elischer Message-Id: <199607230118.SAA27849@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin, cvs-sys, cvs-sbin Subject: cvs commit: src/sys/netatalk aarp.c aarp.h at.h at_control.c at_proto.c at_rmx.c at_var.h ddp_input.c ddp_output.c ddp_usrreq.c endian.h phase2.h src/usr.bin/netstat atalk.c if.c netstat.h route.c src/sbin/ifconfig ifconfig.c src/sbin/route route.c Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk julian 96/07/22 18:18:48 Modified: usr.bin/netstat atalk.c if.c netstat.h route.c sys/netatalk aarp.c aarp.h at.h at_control.c at_proto.c at_rmx.c at_var.h ddp_input.c ddp_output.c ddp_usrreq.c endian.h phase2.h sbin/ifconfig ifconfig.c sbin/route route.c Log: Submitted by: archie@whistle.com appletalk cleanups Revision Changes Path 1.4 +41 -38 src/usr.bin/netstat/atalk.c 1.14 +2 -2 src/usr.bin/netstat/if.c 1.7 +2 -1 src/usr.bin/netstat/netstat.h 1.17 +6 -3 src/usr.bin/netstat/route.c 1.2 +6 -211 src/sys/netatalk/aarp.c 1.2 +1 -3 src/sys/netatalk/aarp.h 1.2 +1 -26 src/sys/netatalk/at.h 1.2 +235 -197 src/sys/netatalk/at_control.c 1.2 +5 -26 src/sys/netatalk/at_proto.c 1.2 +0 -2 src/sys/netatalk/at_rmx.c 1.2 +2 -8 src/sys/netatalk/at_var.h 1.2 +5 -46 src/sys/netatalk/ddp_input.c 1.2 +3 -123 src/sys/netatalk/ddp_output.c 1.3 +8 -58 src/sys/netatalk/ddp_usrreq.c 1.2 +2 -60 src/sys/netatalk/endian.h 1.2 +0 -73 src/sys/netatalk/phase2.h 1.18 +68 -20 src/sbin/ifconfig/ifconfig.c 1.10 +3 -3 src/sbin/route/route.c From owner-cvs-sbin Tue Jul 23 12:30:04 1996 Return-Path: owner-cvs-sbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA06043 for cvs-sbin-outgoing; Tue, 23 Jul 1996 12:30:04 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA05941; Tue, 23 Jul 1996 12:29:28 -0700 (PDT) Date: Tue, 23 Jul 1996 12:29:28 -0700 (PDT) From: Peter Wemm Message-Id: <199607231929.MAA05941@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sbin Subject: cvs commit: src/sbin/mount_ext2fs mount_ext2fs.c mntopts.h Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 96/07/23 12:29:28 Modified: sbin/mount_ext2fs mount_ext2fs.c Removed: sbin/mount_ext2fs mntopts.h Log: mount_ext2fs somehow got a stray mntopts.h, which was out of sync with the real ../mount/getmntopts.c and ../mount/mntopts.h Closes PR#1419 Submitted by: rhh@stealth.ct.picker.com (Randall Hopper) Revision Changes Path 1.3 +2 -2 src/sbin/mount_ext2fs/mount_ext2fs.c From owner-cvs-sbin Tue Jul 23 12:33:52 1996 Return-Path: owner-cvs-sbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA06323 for cvs-sbin-outgoing; Tue, 23 Jul 1996 12:33:52 -0700 (PDT) Received: (from jkh@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA06306; Tue, 23 Jul 1996 12:33:45 -0700 (PDT) Date: Tue, 23 Jul 1996 12:33:45 -0700 (PDT) From: "Jordan K. Hubbard" Message-Id: <199607231933.MAA06306@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sbin Subject: cvs commit: src/sbin/restore main.c Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 96/07/23 12:33:45 Modified: sbin/restore main.c Log: When running 'rrestore foo', you get a segmentation fault because the obsolete() function to convert dump-style args to getopt-style args doesn't check to see that 'f' really has an argument following the option string in argv[1]. Submitted-By: jmacd Revision Changes Path 1.2 +3 -1 src/sbin/restore/main.c From owner-cvs-sbin Tue Jul 23 15:00:33 1996 Return-Path: owner-cvs-sbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA17675 for cvs-sbin-outgoing; Tue, 23 Jul 1996 15:00:33 -0700 (PDT) Received: (from julian@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA17629; Tue, 23 Jul 1996 15:00:17 -0700 (PDT) Date: Tue, 23 Jul 1996 15:00:17 -0700 (PDT) From: Julian Elischer Message-Id: <199607232200.PAA17629@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys, cvs-usrbin, cvs-sbin Subject: cvs commit: src/usr.bin/netstat route.c src/sys/netatalk at_control.c at_proto.c at_var.h src/sbin/route route.c Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk julian 96/07/23 15:00:16 Modified: sys/netatalk at_control.c at_proto.c at_var.h usr.bin/netstat route.c sbin/route route.c Log: Submitted by: archie@whistle.com slight cleanups on yesterday's patches Revision Changes Path 1.3 +11 -10 src/sys/netatalk/at_control.c 1.3 +1 -1 src/sys/netatalk/at_proto.c 1.3 +1 -1 src/sys/netatalk/at_var.h 1.18 +2 -2 src/usr.bin/netstat/route.c 1.11 +3 -2 src/sbin/route/route.c From owner-cvs-sbin Sat Jul 27 10:25:03 1996 Return-Path: owner-cvs-sbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA22326 for cvs-sbin-outgoing; Sat, 27 Jul 1996 10:25:03 -0700 (PDT) Received: (from joerg@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA22300; Sat, 27 Jul 1996 10:24:57 -0700 (PDT) Date: Sat, 27 Jul 1996 10:24:57 -0700 (PDT) From: Joerg Wunsch Message-Id: <199607271724.KAA22300@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sbin Subject: cvs commit: src/sbin/mknod mknod.8 mknod.c Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 96/07/27 10:24:56 Modified: sbin/mknod mknod.8 mknod.c Log: Finally use strtoul() to convert the major an minor numbers, so proper error-checking can be done, and octal and hexadecimal numbers are allowed. Revision Changes Path 1.3 +7 -0 src/sbin/mknod/mknod.8 1.2 +16 -2 src/sbin/mknod/mknod.c