From owner-cvs-sbin Sun Jan 12 14:03:04 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id OAA26614 for cvs-sbin-outgoing; Sun, 12 Jan 1997 14:03:04 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id OAA26605; Sun, 12 Jan 1997 14:02:57 -0800 (PST) Date: Sun, 12 Jan 1997 14:02:57 -0800 (PST) From: Joerg Wunsch Message-Id: <199701122202.OAA26605@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sbin Subject: cvs commit: src/sbin/restore extern.h interactive.c main.c tape.c Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 97/01/12 14:02:55 Branch: sbin/restore RELENG_2_2 Modified: sbin/restore extern.h interactive.c main.c tape.c Log: YAMFC (buffer overflow fixes) Revision Changes Path 1.2.2.1 +1 -1 src/sbin/restore/extern.h 1.1.1.1.8.1 +10 -4 src/sbin/restore/interactive.c 1.2.2.2 +2 -2 src/sbin/restore/main.c 1.4.2.2 +6 -2 src/sbin/restore/tape.c From owner-cvs-sbin Sun Jan 12 16:25:58 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id QAA05470 for cvs-sbin-outgoing; Sun, 12 Jan 1997 16:25:58 -0800 (PST) Received: (from wosch@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id QAA05457; Sun, 12 Jan 1997 16:25:53 -0800 (PST) Date: Sun, 12 Jan 1997 16:25:53 -0800 (PST) From: Wolfram Schneider Message-Id: <199701130025.QAA05457@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-bin, cvs-user, cvs-share, cvs-gnu, cvs-libexec, cvs-sbin Subject: cvs commit: src/bin/csh csh.1 src/bin/df df.1 src/bin/rcp rcp.1 src/bin/sleep sleep.1 src/gnu/usr.bin/cc/f77 f77.1 src/gnu/usr.bin/ld/rtld rtld.1 src/gnu/usr.bin/man/catman catman.1 src/libexec/getty getty.8 src/libexec/revnetgroup revnetgroup.8 src/libexec/rlogind rlogind.8 src/libexec/rpc.rusersd rpc.rusersd.8 src/libexec/rshd rshd.8 src/libexec/telnetd telnetd.8 src/libexec/uucpd uucpd.8 src/libexec/ypxfr ypxfr.8 src/lkm/joy joy.8 src/lkm/qcam qcam.8 src/sbin/adjkerntz adjkerntz.8 src/sbin/badsect badsect.8 src/sbin/clri clri.8 src/sbin/disklabel disklabel.8 src/sbin/dump dump.8 src/sbin/dumpfs dumpfs.8 src/sbin/fsck fsck.8 src/sbin/fsdb fsdb.8 src/sbin/ifconfig ifconfig.8 src/sbin/init init.8 src/sbin/modload modload.8 src/sbin/newlfs newlfs.8 src/sbin/reboot boot_i386.8 src/sbin/restore restore.8 src/sbin/route route.8 src/sbin/routed routed.8 src/sbin/routed/rtquery rtquery.8 src/sbin/scsi scsi.8 src/sbin/slattach slattach.8 src/share/man/man3 intro.3 src/share/termcap termcap.5 src/bin/sync sync.8 src/eBones/libexec/registerd registerd.8 src/eBones/libexec/telnetd telnetd.8 src/eBones/usr.sbin/make_keypair make_keypair.8 src/gnu/usr.bin/ld ld.1 src/libexec/getNAME getNAME.1 src/sbin/i386/comcontrol comcontrol.8 src/sbin/startslip startslip.1 src/secure/lib/libcipher cipher.3 Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wosch 97/01/12 16:25:53 Modified: bin/csh csh.1 bin/df df.1 bin/rcp rcp.1 bin/sleep sleep.1 bin/sync sync.8 eBones/libexec/registerd registerd.8 eBones/libexec/telnetd telnetd.8 eBones/usr.sbin/make_keypair make_keypair.8 gnu/usr.bin/cc/f77 f77.1 gnu/usr.bin/ld ld.1 gnu/usr.bin/ld/rtld rtld.1 gnu/usr.bin/man/catman catman.1 libexec/getNAME getNAME.1 libexec/getty getty.8 libexec/revnetgroup revnetgroup.8 libexec/rlogind rlogind.8 libexec/rpc.rusersd rpc.rusersd.8 libexec/rshd rshd.8 libexec/telnetd telnetd.8 libexec/uucpd uucpd.8 libexec/ypxfr ypxfr.8 lkm/joy joy.8 lkm/qcam qcam.8 sbin/adjkerntz adjkerntz.8 sbin/badsect badsect.8 sbin/clri clri.8 sbin/disklabel disklabel.8 sbin/dump dump.8 sbin/dumpfs dumpfs.8 sbin/fsck fsck.8 sbin/fsdb fsdb.8 sbin/i386/comcontrol comcontrol.8 sbin/ifconfig ifconfig.8 sbin/init init.8 sbin/modload modload.8 sbin/newlfs newlfs.8 sbin/reboot boot_i386.8 sbin/restore restore.8 sbin/route route.8 sbin/routed routed.8 sbin/routed/rtquery rtquery.8 sbin/scsi scsi.8 sbin/slattach slattach.8 sbin/startslip startslip.1 secure/lib/libcipher cipher.3 share/man/man3 intro.3 share/termcap termcap.5 Log: Sort cross references. Revision Changes Path 1.6 +3 -3 src/bin/csh/csh.1 1.7 +2 -2 src/bin/df/df.1 1.3 +3 -3 src/bin/rcp/rcp.1 1.4 +3 -3 src/bin/sleep/sleep.1 1.4 +2 -2 src/bin/sync/sync.8 1.3 +3 -2 src/eBones/libexec/registerd/registerd.8 1.4 +3 -2 src/eBones/libexec/telnetd/telnetd.8 1.2 +3 -2 src/eBones/usr.sbin/make_keypair/make_keypair.8 1.2 +4 -2 src/gnu/usr.bin/cc/f77/f77.1 1.13 +3 -3 src/gnu/usr.bin/ld/ld.1 1.10 +3 -3 src/gnu/usr.bin/ld/rtld/rtld.1 1.10 +3 -3 src/gnu/usr.bin/man/catman/catman.1 1.4 +3 -3 src/libexec/getNAME/getNAME.1 1.5 +4 -4 src/libexec/getty/getty.8 1.2 +3 -3 src/libexec/revnetgroup/revnetgroup.8 1.6 +2 -4 src/libexec/rlogind/rlogind.8 1.2 +2 -2 src/libexec/rpc.rusersd/rpc.rusersd.8 1.5 +4 -4 src/libexec/rshd/rshd.8 1.6 +3 -3 src/libexec/telnetd/telnetd.8 1.3 +2 -2 src/libexec/uucpd/uucpd.8 1.4 +3 -3 src/libexec/ypxfr/ypxfr.8 1.2 +3 -3 src/lkm/joy/joy.8 1.2 +3 -3 src/lkm/qcam/qcam.8 1.11 +3 -1 src/sbin/adjkerntz/adjkerntz.8 1.2 +3 -2 src/sbin/badsect/badsect.8 1.3 +2 -1 src/sbin/clri/clri.8 1.4 +3 -2 src/sbin/disklabel/disklabel.8 1.8 +4 -3 src/sbin/dump/dump.8 1.2 +4 -3 src/sbin/dumpfs/dumpfs.8 1.6 +2 -1 src/sbin/fsck/fsck.8 1.4 +4 -2 src/sbin/fsdb/fsdb.8 1.10 +3 -2 src/sbin/i386/comcontrol/comcontrol.8 1.10 +2 -2 src/sbin/ifconfig/ifconfig.8 1.5 +3 -2 src/sbin/init/init.8 1.8 +3 -3 src/sbin/modload/modload.8 1.3 +2 -1 src/sbin/newlfs/newlfs.8 1.5 +3 -3 src/sbin/reboot/boot_i386.8 1.6 +2 -1 src/sbin/restore/restore.8 1.8 +3 -2 src/sbin/route/route.8 1.5 +3 -2 src/sbin/routed/routed.8 1.2 +14 -3 src/sbin/routed/rtquery/rtquery.8 1.7 +3 -3 src/sbin/scsi/scsi.8 1.12 +4 -4 src/sbin/slattach/slattach.8 1.11 +3 -2 src/sbin/startslip/startslip.1 1.2 +2 -2 src/secure/lib/libcipher/cipher.3 1.2 +5 -4 src/share/man/man3/intro.3 1.3 +3 -2 src/share/termcap/termcap.5 From owner-cvs-sbin Thu Jan 16 02:12:36 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id CAA14064 for cvs-sbin-outgoing; Thu, 16 Jan 1997 02:12:36 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id CAA14056; Thu, 16 Jan 1997 02:12:34 -0800 (PST) Date: Thu, 16 Jan 1997 02:12:34 -0800 (PST) From: Poul-Henning Kamp Message-Id: <199701161012.CAA14056@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sbin Subject: cvs commit: src/sbin/md5 md5.c Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk phk 97/01/16 02:12:33 Modified: sbin/md5 md5.c Log: Trivial fix for braino. Reviewed by: phk Submitted by: Martin Ibert Revision Changes Path 1.9 +1 -1 src/sbin/md5/md5.c From owner-cvs-sbin Thu Jan 16 13:04:35 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id NAA13442 for cvs-sbin-outgoing; Thu, 16 Jan 1997 13:04:35 -0800 (PST) Received: (from adam@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id NAA13435; Thu, 16 Jan 1997 13:04:32 -0800 (PST) Date: Thu, 16 Jan 1997 13:04:32 -0800 (PST) From: Adam David Message-Id: <199701162104.NAA13435@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys, cvs-sbin Subject: cvs commit: src/sys/netinet ip_fw.c ip_fw.h src/sbin/ipfw ipfw.8 ipfw.c Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk adam 97/01/16 13:04:31 Modified: sys/netinet ip_fw.c ip_fw.h sbin/ipfw ipfw.8 ipfw.c Log: implement "not" keyword for inverting the address logic Revision Changes Path 1.54 +4 -2 src/sys/netinet/ip_fw.c 1.25 +2 -0 src/sys/netinet/ip_fw.h 1.26 +11 -10 src/sbin/ipfw/ipfw.8 1.37 +12 -2 src/sbin/ipfw/ipfw.c From owner-cvs-sbin Thu Jan 16 13:18:38 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id NAA14084 for cvs-sbin-outgoing; Thu, 16 Jan 1997 13:18:38 -0800 (PST) Received: from veda.is (ubiq.veda.is [193.4.230.60]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id NAA14056; Thu, 16 Jan 1997 13:17:10 -0800 (PST) Received: (from adam@localhost) by veda.is (8.8.4/8.7.3) id VAA20499; Thu, 16 Jan 1997 21:26:10 GMT From: Adam David Message-Id: <199701162126.VAA20499@veda.is> Subject: Re: cvs commit: src/sys/netinet ip_fw.c ip_fw.h src/sbin/ipfw ipfw.8 ipfw.c In-Reply-To: <199701162104.NAA13435@freefall.freebsd.org> from Adam David at "Jan 16, 97 01:04:32 pm" To: adam@freefall.freebsd.org (Adam David) Date: Thu, 16 Jan 1997 21:26:09 +0000 (GMT) Cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-sys@freefall.freebsd.org, cvs-sbin@freefall.freebsd.org X-Mailer: ELM [version 2.4ME+ PL30 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Modified: sys/netinet ip_fw.c ip_fw.h > sbin/ipfw ipfw.8 ipfw.c > Log: > implement "not" keyword for inverting the address logic > > Revision Changes Path > 1.54 +4 -2 src/sys/netinet/ip_fw.c > 1.25 +2 -0 src/sys/netinet/ip_fw.h > 1.26 +11 -10 src/sbin/ipfw/ipfw.8 > 1.37 +12 -2 src/sbin/ipfw/ipfw.c forgot this part... partly Reviewed by: phk partly Submitted by: phk partly Suggested by: proff@suburbia.net :-) Adam From owner-cvs-sbin Thu Jan 16 13:58:45 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id NAA16241 for cvs-sbin-outgoing; Thu, 16 Jan 1997 13:58:45 -0800 (PST) Received: (from alex@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id NAA16226; Thu, 16 Jan 1997 13:58:41 -0800 (PST) Date: Thu, 16 Jan 1997 13:58:41 -0800 (PST) From: Alex Nash Message-Id: <199701162158.NAA16226@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-bin, cvs-lib, cvs-user, cvs-share, cvs-usrbin, cvs-libexec, cvs-sbin, cvs-usrsbin Subject: cvs commit: src/bin/cp utils.c src/lib/libc/db/recno rec_open.c src/libexec/lfs_cleanerd library.c src/release/sysinstall uc_main.c src/usr.bin/cmp regular.c src/usr.bin/look look.c src/usr.bin/strip strip.c src/usr.bin/tail forward.c reverse.c src/usr.bin/xinstall xinstall.c src/usr.bin/xlint/lint1 mem1.c src/usr.bin/xlint/lint2 mem2.c src/usr.sbin/config main.c src/usr.sbin/ctm/mkCTM mkctm.c src/usr.sbin/kvm_mkdb nlist.c src/usr.sbin/rpc.statd file.c src/lib/libc/gen nlist.c src/libexec/ftpd ftpd.c src/sbin/newfs mkfs.c src/share/examples/meteor rgb16.c test-n.c yuvpk.c yuvpl.c src/share/man/man4/man4.i386 meteor.4 src/usr.bin/locate/locate locate.c Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk alex 97/01/16 13:58:41 Modified: bin/cp utils.c lib/libc/db/recno rec_open.c lib/libc/gen nlist.c libexec/ftpd ftpd.c libexec/lfs_cleanerd library.c release/sysinstall uc_main.c sbin/newfs mkfs.c share/examples/meteor rgb16.c test-n.c yuvpk.c yuvpl.c share/man/man4/man4.i386 meteor.4 usr.bin/cmp regular.c usr.bin/locate/locate locate.c usr.bin/look look.c usr.bin/strip strip.c usr.bin/tail forward.c reverse.c usr.bin/xinstall xinstall.c usr.bin/xlint/lint1 mem1.c usr.bin/xlint/lint2 mem2.c usr.sbin/config main.c usr.sbin/ctm/mkCTM mkctm.c usr.sbin/kvm_mkdb nlist.c usr.sbin/rpc.statd file.c Log: Sweep through the tree fixing mmap() usage: - Use MAP_FAILED instead of the constant -1 to indicate failure (required by POSIX). - Removed flag arguments of '0' (required by POSIX). - Fixed code which expected an error return of 0. - Fixed code which thought any address with the high bit set was an error. - Check for failure where no checks were present. Discussed with: bde Revision Changes Path 1.12 +1 -1 src/bin/cp/utils.c 1.2 +28 -17 src/lib/libc/db/recno/rec_open.c 1.6 +2 -2 src/lib/libc/gen/nlist.c 1.29 +1 -1 src/libexec/ftpd/ftpd.c 1.6 +4 -4 src/libexec/lfs_cleanerd/library.c 1.17 +1 -1 src/release/sysinstall/uc_main.c 1.13 +1 -1 src/sbin/newfs/mkfs.c 1.2 +2 -2 src/share/examples/meteor/rgb16.c 1.2 +2 -2 src/share/examples/meteor/test-n.c 1.2 +2 -2 src/share/examples/meteor/yuvpk.c 1.2 +2 -2 src/share/examples/meteor/yuvpl.c 1.3 +4 -3 src/share/man/man4/man4.i386/meteor.4 1.4 +2 -2 src/usr.bin/cmp/regular.c 1.8 +1 -1 src/usr.bin/locate/locate/locate.c 1.4 +1 -1 src/usr.bin/look/look.c 1.8 +1 -1 src/usr.bin/strip/strip.c 1.6 +1 -1 src/usr.bin/tail/forward.c 1.6 +1 -1 src/usr.bin/tail/reverse.c 1.20 +5 -5 src/usr.bin/xinstall/xinstall.c 1.2 +1 -1 src/usr.bin/xlint/lint1/mem1.c 1.2 +1 -1 src/usr.bin/xlint/lint2/mem2.c 1.16 +4 -4 src/usr.sbin/config/main.c 1.7 +3 -3 src/usr.sbin/ctm/mkCTM/mkctm.c 1.6 +3 -0 src/usr.sbin/kvm_mkdb/nlist.c 1.2 +1 -1 src/usr.sbin/rpc.statd/file.c From owner-cvs-sbin Thu Jan 16 23:01:24 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id XAA14948 for cvs-sbin-outgoing; Thu, 16 Jan 1997 23:01:24 -0800 (PST) Received: (from jkh@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id XAA14936; Thu, 16 Jan 1997 23:01:22 -0800 (PST) Date: Thu, 16 Jan 1997 23:01:22 -0800 (PST) From: "Jordan K. Hubbard" Message-Id: <199701170701.XAA14936@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 jkh 97/01/16 23:01:22 Modified: sbin/ipfw ipfw.c Log: Adjust spelling of `fw_flg' so this thing compiles again. Revision Changes Path 1.38 +2 -2 src/sbin/ipfw/ipfw.c