From owner-cvs-sbin Sun Jun 23 06:08:08 1996 Return-Path: owner-cvs-sbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id GAA25489 for cvs-sbin-outgoing; Sun, 23 Jun 1996 06:08:08 -0700 (PDT) Received: (from markm@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id GAA25426; Sun, 23 Jun 1996 06:08:00 -0700 (PDT) Date: Sun, 23 Jun 1996 06:08:00 -0700 (PDT) From: Mark Murray Message-Id: <199606231308.GAA25426@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sbin Subject: cvs commit: src/sbin/mount_nfs mount_nfs.c Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk markm 96/06/23 06:07:59 Branch: sbin/mount_nfs RELENG_2_1_0 Modified: sbin/mount_nfs mount_nfs.c Log: kerberosIV/des.h -> des.h Revision Changes Path 1.9.4.1 +1 -1 src/sbin/mount_nfs/mount_nfs.c From owner-cvs-sbin Sun Jun 23 06:08:19 1996 Return-Path: owner-cvs-sbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id GAA25545 for cvs-sbin-outgoing; Sun, 23 Jun 1996 06:08:19 -0700 (PDT) Received: (from markm@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id GAA25505; Sun, 23 Jun 1996 06:08:10 -0700 (PDT) Date: Sun, 23 Jun 1996 06:08:10 -0700 (PDT) From: Mark Murray Message-Id: <199606231308.GAA25505@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sbin Subject: cvs commit: src/sbin/nfsd nfsd.c Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk markm 96/06/23 06:08:09 Branch: sbin/nfsd RELENG_2_1_0 Modified: sbin/nfsd nfsd.c Log: kerberosIV/des.h -> des.h Revision Changes Path 1.3.6.3 +1 -1 src/sbin/nfsd/nfsd.c From owner-cvs-sbin Sun Jun 23 08:05:20 1996 Return-Path: owner-cvs-sbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA01882 for cvs-sbin-outgoing; Sun, 23 Jun 1996 08:05:20 -0700 (PDT) Received: (from joerg@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA01868; Sun, 23 Jun 1996 08:05:11 -0700 (PDT) Date: Sun, 23 Jun 1996 08:05:11 -0700 (PDT) From: Joerg Wunsch Message-Id: <199606231505.IAA01868@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sbin Subject: cvs commit: src/sbin/scsiformat Makefile scsiformat.8 scsiformat.c src/sbin Makefile Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 96/06/23 08:05:11 Branch: sbin RELENG_2_1_0 sbin/scsiformat RELENG_2_1_0 Modified: sbin Makefile sbin/scsiformat Makefile scsiformat.8 Removed: sbin/scsiformat scsiformat.c Log: Merge scsiformat from HEAD, and enable it in the Makefile. The old (4.4BSD) version was defunct, while Peter Dufault's wrapper for scsi(8) works well, so there's no reason to hide it uninstalled. Revision Changes Path 1.22.4.4 +1 -1 src/sbin/Makefile 1.1.1.1.6.1 +5 -3 src/sbin/scsiformat/Makefile 1.1.1.1.6.1 +24 -6 src/sbin/scsiformat/scsiformat.8 From owner-cvs-sbin Sun Jun 23 13:49:35 1996 Return-Path: owner-cvs-sbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA21267 for cvs-sbin-outgoing; Sun, 23 Jun 1996 13:49:35 -0700 (PDT) Received: (from alex@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA21071; Sun, 23 Jun 1996 13:47:55 -0700 (PDT) Date: Sun, 23 Jun 1996 13:47:55 -0700 (PDT) From: Alex Nash Message-Id: <199606232047.NAA21071@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sbin Subject: cvs commit: src/sbin/ipfw ipfw.c Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk alex 96/06/23 13:47:54 Modified: sbin/ipfw ipfw.c Log: Fix address mask calculation when using ':' syntax. Allow a mask of /0 to have the desired effect. Normalize IP addresses that won't match a given mask (i.e. 1.2.3.4/24 becomes 1.2.3.0/24). Submitted by R. Bezuidenhout Code formatting and "frag" display fixes. Revision Changes Path 1.27 +23 -13 src/sbin/ipfw/ipfw.c From owner-cvs-sbin Sun Jun 23 13:53:16 1996 Return-Path: owner-cvs-sbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA21764 for cvs-sbin-outgoing; Sun, 23 Jun 1996 13:53:16 -0700 (PDT) Received: (from alex@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA21531; Sun, 23 Jun 1996 13:51:40 -0700 (PDT) Date: Sun, 23 Jun 1996 13:51:40 -0700 (PDT) From: Alex Nash Message-Id: <199606232051.NAA21531@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sbin Subject: cvs commit: src/sbin/ipfw ipfw.c Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk alex 96/06/23 13:51:39 Branch: sbin/ipfw RELENG_2_1_0 Modified: sbin/ipfw ipfw.c Log: Merge fixes from HEAD (rev 1.27). Revision Changes Path 1.15.4.5 +22 -13 src/sbin/ipfw/ipfw.c From owner-cvs-sbin Mon Jun 24 15:27:16 1996 Return-Path: owner-cvs-sbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA18812 for cvs-sbin-outgoing; Mon, 24 Jun 1996 15:27:16 -0700 (PDT) Received: (from gpalmer@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA18786; Mon, 24 Jun 1996 15:27:06 -0700 (PDT) Date: Mon, 24 Jun 1996 15:27:06 -0700 (PDT) From: Gary Palmer Message-Id: <199606242227.PAA18786@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sbin Subject: cvs commit: src/sbin/ifconfig ifconfig.c Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk gpalmer 96/06/24 15:27:05 Branch: sbin/ifconfig RELENG_2_1_0 Modified: sbin/ifconfig ifconfig.c Log: Bring in change from rev. 1.9: Use a dynamically-sized buffer for SIOCGIFCONF so that `ifconfig -a' actually retrieves all the information no matter how many interfaces there are. Revision Changes Path 1.7.4.1 +26 -9 src/sbin/ifconfig/ifconfig.c From owner-cvs-sbin Mon Jun 24 20:16:55 1996 Return-Path: owner-cvs-sbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id UAA20678 for cvs-sbin-outgoing; Mon, 24 Jun 1996 20:16:55 -0700 (PDT) Received: (from alex@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id UAA20651; Mon, 24 Jun 1996 20:16:46 -0700 (PDT) Date: Mon, 24 Jun 1996 20:16:46 -0700 (PDT) From: Alex Nash Message-Id: <199606250316.UAA20651@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-share, cvs-sys, cvs-sbin Subject: cvs commit: src/share/doc/handbook firewalls.sgml src/sbin/ipfw ipfw.8 ipfw.c src/sys/netinet ip_fw.c ip_fw.h Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk alex 96/06/24 20:16:46 Branch: share/doc/handbook RELENG_2_1_0 Modified: share/doc/handbook firewalls.sgml sbin/ipfw ipfw.8 ipfw.c sys/netinet ip_fw.c ip_fw.h Log: Merge with HEAD. Revision Changes Path 1.1.2.4 +140 -142 src/share/doc/handbook/firewalls.sgml 1.7.4.7 +94 -259 src/sbin/ipfw/ipfw.8 1.15.4.6 +245 -71 src/sbin/ipfw/ipfw.c 1.14.4.9 +114 -55 src/sys/netinet/ip_fw.c 1.11.4.7 +27 -19 src/sys/netinet/ip_fw.h From owner-cvs-sbin Wed Jun 26 22:33:56 1996 Return-Path: owner-cvs-sbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id WAA00680 for cvs-sbin-outgoing; Wed, 26 Jun 1996 22:33:56 -0700 (PDT) Received: (from gpalmer@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id WAA00655; Wed, 26 Jun 1996 22:33:30 -0700 (PDT) Date: Wed, 26 Jun 1996 22:33:30 -0700 (PDT) From: Gary Palmer Message-Id: <199606270533.WAA00655@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-bin, cvs-lib, cvs-share, cvs-usrbin, cvs-gnu, cvs-libexec, cvs-sbin, cvs-usrsbin Subject: cvs commit: src/bin/hostname hostname.1 src/lib/libc/compat-43 gethostid.3 src/lib/libc/gen Makefile.inc src/lib/libc/sys getgid.2 getpid.2 getrlimit.2 getsockopt.2 mmap.2 munmap.2 rtprio.2 setsid.2 wait.2 src/libexec/makekey makekey.8 src/sbin/reboot reboot.8 src/share/man/man4 cd.4 esis.4 fpa.4 src/share/man/man8/man8.i386 MAKEDEV.8 src/share/termcap termcap.5 src/usr.bin/logname logname.1 src/usr.bin/mkfifo mkfifo.1 src/usr.bin/symorder symorder.1 src/usr.bin/vacation vacation.1 src/usr.bin/ypcat ypcat.1 src/usr.bin/ypmatch ypmatch.1 src/usr.sbin/mtree mtree.8 src/usr.sbin/ncrcontrol ncrcontrol.8 src/usr.sbin/pcvt/ispcvt ispcvt.8 src/usr.sbin/ypbind ypbind.8 src/gnu/usr.sbin/yppasswdd yppasswdd.8 src/lib/libc/locale euc.4 src/lib/libc/net ethers.3 src/lib/libcompat/4.1 ftime.3 vtimes.3 src/lib/libcompat/4.4 cuserid.3 src/share/man/man4/man4.i386 fdc.4 fe.4 lpt.4 src/usr.bin/showmount showmount.8 src/usr.sbin/kbdmap kbdmap.1 src/usr.sbin/lpr/lpd lpd.8 src/usr.sbin/pcvt/kcon kcon.1 src/usr.sbin/pcvt/keycap keycap.3 src/usr.sbin/pcvt/keycap/man5 keycap.5 src/usr.sbin/pcvt/loadfont loadfont.1 src/usr.sbin/pcvt/scon scon.1 src/usr.sbin/rtprio rtprio.1 Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk gpalmer 96/06/26 22:33:30 Branch: bin/hostname RELENG_2_1_0 gnu/usr.sbin/yppasswdd RELENG_2_1_0 lib/libc/compat-43 RELENG_2_1_0 lib/libc/gen RELENG_2_1_0 lib/libc/locale RELENG_2_1_0 lib/libc/net RELENG_2_1_0 lib/libc/sys RELENG_2_1_0 lib/libcompat/4.1 RELENG_2_1_0 lib/libcompat/4.4 RELENG_2_1_0 libexec/makekey RELENG_2_1_0 sbin/reboot RELENG_2_1_0 share/man/man4 RELENG_2_1_0 share/man/man4/man4.i386 RELENG_2_1_0 share/man/man8/man8.i386 RELENG_2_1_0 share/termcap RELENG_2_1_0 usr.bin/logname RELENG_2_1_0 usr.bin/mkfifo RELENG_2_1_0 usr.bin/showmount RELENG_2_1_0 usr.bin/symorder RELENG_2_1_0 usr.bin/vacation RELENG_2_1_0 usr.bin/ypcat RELENG_2_1_0 usr.bin/ypmatch RELENG_2_1_0 usr.sbin/kbdmap RELENG_2_1_0 usr.sbin/lpr/lpd RELENG_2_1_0 usr.sbin/mtree RELENG_2_1_0 usr.sbin/ncrcontrol RELENG_2_1_0 usr.sbin/pcvt/ispcvt RELENG_2_1_0 usr.sbin/pcvt/kcon RELENG_2_1_0 usr.sbin/pcvt/keycap RELENG_2_1_0 usr.sbin/pcvt/keycap/man5 RELENG_2_1_0 usr.sbin/pcvt/loadfont RELENG_2_1_0 usr.sbin/pcvt/scon RELENG_2_1_0 usr.sbin/rtprio RELENG_2_1_0 usr.sbin/ypbind RELENG_2_1_0 Modified: bin/hostname hostname.1 gnu/usr.sbin/yppasswdd yppasswdd.8 lib/libc/compat-43 gethostid.3 lib/libc/gen Makefile.inc lib/libc/locale euc.4 lib/libc/net ethers.3 lib/libc/sys getgid.2 getpid.2 getrlimit.2 getsockopt.2 mmap.2 munmap.2 rtprio.2 setsid.2 wait.2 lib/libcompat/4.1 ftime.3 vtimes.3 lib/libcompat/4.4 cuserid.3 libexec/makekey makekey.8 sbin/reboot reboot.8 share/man/man4 cd.4 esis.4 fpa.4 share/man/man4/man4.i386 fdc.4 fe.4 lpt.4 share/man/man8/man8.i386 MAKEDEV.8 share/termcap termcap.5 usr.bin/logname logname.1 usr.bin/mkfifo mkfifo.1 usr.bin/showmount showmount.8 usr.bin/symorder symorder.1 usr.bin/vacation vacation.1 usr.bin/ypcat ypcat.1 usr.bin/ypmatch ypmatch.1 usr.sbin/kbdmap kbdmap.1 usr.sbin/lpr/lpd lpd.8 usr.sbin/mtree mtree.8 usr.sbin/ncrcontrol ncrcontrol.8 usr.sbin/pcvt/ispcvt ispcvt.8 usr.sbin/pcvt/kcon kcon.1 usr.sbin/pcvt/keycap keycap.3 usr.sbin/pcvt/keycap/man5 keycap.5 usr.sbin/pcvt/loadfont loadfont.1 usr.sbin/pcvt/scon scon.1 usr.sbin/rtprio rtprio.1 usr.sbin/ypbind ypbind.8 Log: Bring in a bunch of man page fixes from the HEAD Revision Changes Path 1.2.6.3 +2 -2 src/bin/hostname/hostname.1 1.2.4.2 +4 -4 src/gnu/usr.sbin/yppasswdd/Attic/yppasswdd.8 1.1.1.1.6.3 +2 -2 src/lib/libc/compat-43/gethostid.3 1.16.4.3 +2 -2 src/lib/libc/gen/Makefile.inc 1.1.1.1.6.3 +1 -1 src/lib/libc/locale/euc.4 1.1.4.3 +3 -3 src/lib/libc/net/ethers.3 1.1.1.1.6.3 +1 -1 src/lib/libc/sys/getgid.2 1.1.1.1.6.3 +1 -1 src/lib/libc/sys/getpid.2 1.1.1.1.6.3 +3 -2 src/lib/libc/sys/getrlimit.2 1.1.1.1.6.3 +4 -4 src/lib/libc/sys/getsockopt.2 1.1.1.1.6.3 +20 -2 src/lib/libc/sys/mmap.2 1.1.1.1.6.3 +4 -2 src/lib/libc/sys/munmap.2 1.2.6.4 +5 -5 src/lib/libc/sys/rtprio.2 1.1.1.1.6.3 +1 -1 src/lib/libc/sys/setsid.2 1.1.1.1.6.3 +5 -4 src/lib/libc/sys/wait.2 1.1.1.1.6.1 +1 -1 src/lib/libcompat/4.1/ftime.3 1.2.4.1 +2 -2 src/lib/libcompat/4.1/vtimes.3 1.1.4.1 +2 -2 src/lib/libcompat/4.4/cuserid.3 1.2.4.1 +0 -1 src/libexec/makekey/makekey.8 1.2.6.1 +2 -2 src/sbin/reboot/reboot.8 1.2.4.2 +321 -122 src/share/man/man4/cd.4 1.1.1.1.6.1 +1 -1 src/share/man/man4/esis.4 1.1.4.1 +3 -4 src/share/man/man4/fpa.4 1.2.6.1 +1 -1 src/share/man/man4/man4.i386/fdc.4 1.1.4.1 +4 -4 src/share/man/man4/man4.i386/fe.4 1.3.6.1 +3 -3 src/share/man/man4/man4.i386/lpt.4 1.2.4.1 +2 -3 src/share/man/man8/man8.i386/MAKEDEV.8 1.1.1.1.6.1 +1 -1 src/share/termcap/termcap.5 1.1.1.1.6.1 +1 -1 src/usr.bin/logname/logname.1 1.1.1.1.6.1 +2 -1 src/usr.bin/mkfifo/mkfifo.1 1.1.1.1.6.1 +1 -1 src/usr.bin/showmount/showmount.8 1.4.4.3 +3 -3 src/usr.bin/symorder/symorder.1 1.1.1.1.6.1 +5 -4 src/usr.bin/vacation/vacation.1 1.1.6.2 +2 -2 src/usr.bin/ypcat/ypcat.1 1.1.6.2 +2 -2 src/usr.bin/ypmatch/ypmatch.1 1.1.4.2 +3 -3 src/usr.sbin/kbdmap/kbdmap.1 1.2.4.2 +3 -3 src/usr.sbin/lpr/lpd/lpd.8 1.5.4.2 +3 -3 src/usr.sbin/mtree/mtree.8 1.2.4.2 +3 -2 src/usr.sbin/ncrcontrol/ncrcontrol.8 1.2.4.1 +1 -1 src/usr.sbin/pcvt/ispcvt/ispcvt.8 1.1.1.1.4.1 +2 -2 src/usr.sbin/pcvt/kcon/kcon.1 1.1.1.1.4.1 +3 -3 src/usr.sbin/pcvt/keycap/keycap.3 1.1.1.1.4.1 +2 -2 src/usr.sbin/pcvt/keycap/man5/keycap.5 1.2.4.1 +11 -10 src/usr.sbin/pcvt/loadfont/loadfont.1 1.1.1.1.4.1 +1 -1 src/usr.sbin/pcvt/scon/scon.1 1.3.6.2 +3 -2 src/usr.sbin/rtprio/rtprio.1 1.2.4.2 +4 -4 src/usr.sbin/ypbind/ypbind.8 From owner-cvs-sbin Fri Jun 28 18:21:20 1996 Return-Path: owner-cvs-sbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA21260 for cvs-sbin-outgoing; Fri, 28 Jun 1996 18:21:20 -0700 (PDT) Received: (from alex@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA21228; Fri, 28 Jun 1996 18:21:09 -0700 (PDT) Date: Fri, 28 Jun 1996 18:21:09 -0700 (PDT) From: Alex Nash Message-Id: <199606290121.SAA21228@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sbin Subject: cvs commit: src/sbin/ipfw ipfw.8 Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk alex 96/06/28 18:21:08 Modified: sbin/ipfw ipfw.8 Log: Fix port specification syntax. Submitted by: nate Revision Changes Path 1.16 +1 -1 src/sbin/ipfw/ipfw.8 From owner-cvs-sbin Fri Jun 28 18:28:31 1996 Return-Path: owner-cvs-sbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA21640 for cvs-sbin-outgoing; Fri, 28 Jun 1996 18:28:31 -0700 (PDT) Received: (from alex@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA21622; Fri, 28 Jun 1996 18:28:22 -0700 (PDT) Date: Fri, 28 Jun 1996 18:28:22 -0700 (PDT) From: Alex Nash Message-Id: <199606290128.SAA21622@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sbin Subject: cvs commit: src/sbin/ipfw ipfw.c Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk alex 96/06/28 18:28:22 Modified: sbin/ipfw ipfw.c Log: Formatting fixes for 'in' and 'out' while listing. Prevent ALL protocol from being used with port specifications. Allow 'via' keyword at any point in the options list. Disallow multiple 'via' specifications. Revision Changes Path 1.28 +32 -22 src/sbin/ipfw/ipfw.c From owner-cvs-sbin Fri Jun 28 18:36:42 1996 Return-Path: owner-cvs-sbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA22605 for cvs-sbin-outgoing; Fri, 28 Jun 1996 18:36:42 -0700 (PDT) Received: (from alex@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA22578; Fri, 28 Jun 1996 18:36:27 -0700 (PDT) Date: Fri, 28 Jun 1996 18:36:27 -0700 (PDT) From: Alex Nash Message-Id: <199606290136.SAA22578@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sbin Subject: cvs commit: src/sbin/ipfw ipfw.8 Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk alex 96/06/28 18:36:27 Branch: sbin/ipfw RELENG_2_1_0 Modified: sbin/ipfw ipfw.8 Log: Merge port syntax fix from HEAD. Revision Changes Path 1.7.4.8 +1 -1 src/sbin/ipfw/ipfw.8 From owner-cvs-sbin Fri Jun 28 20:55:57 1996 Return-Path: owner-cvs-sbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id UAA01549 for cvs-sbin-outgoing; Fri, 28 Jun 1996 20:55:57 -0700 (PDT) Received: (from alex@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id UAA01519; Fri, 28 Jun 1996 20:55:49 -0700 (PDT) Date: Fri, 28 Jun 1996 20:55:49 -0700 (PDT) From: Alex Nash Message-Id: <199606290355.UAA01519@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sbin Subject: cvs commit: src/sbin/ipfw ipfw.c Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk alex 96/06/28 20:55:48 Branch: sbin/ipfw RELENG_2_1_0 Modified: sbin/ipfw ipfw.c Log: Merge fixes from HEAD (rev 1.28). Commit approved by: jkh Revision Changes Path 1.15.4.7 +34 -24 src/sbin/ipfw/ipfw.c