From owner-cvs-usrsbin Sun Oct 5 02:41:21 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id CAA09579 for cvs-usrsbin-outgoing; Sun, 5 Oct 1997 02:41:21 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id CAA09479; Sun, 5 Oct 1997 02:40:37 -0700 (PDT) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id CAA12763; Sun, 5 Oct 1997 02:40:25 -0700 (PDT) Date: Sun, 5 Oct 1997 02:40:25 -0700 (PDT) Message-Id: <199710050940.CAA12763@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-user@FreeBSD.ORG, cvs-bin@FreeBSD.ORG, cvs-gnu@FreeBSD.ORG, cvs-lib@FreeBSD.ORG, cvs-libexec@FreeBSD.ORG, cvs-share@FreeBSD.ORG, cvs-sys@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src Makefile src/bin/sh Makefile src/gnu/usr.bin/cc/cc1plus Makefile src/gnu/usr.bin/cc/cc_tools Makefile src/gnu/usr.bin/cc/cpp Makefile src/gnu/usr.bin/gdb/gdb Makefile src/lib/libpcap Makefile src/libexec/ftpd Makefile ... Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 1997/10/05 02:40:24 PDT Modified files: . Makefile bin/sh Makefile gnu/usr.bin/cc/cc1plus Makefile gnu/usr.bin/cc/cc_tools Makefile gnu/usr.bin/cc/cpp Makefile gnu/usr.bin/gdb/gdb Makefile lib/libpcap Makefile libexec/ftpd Makefile secure Makefile share/mk bsd.dep.mk sys/i386/boot/netboot Makefile usr.bin/ftp Makefile usr.bin/lex Makefile usr.sbin/amd/fsinfo Makefile usr.sbin/sendmail/src Makefile usr.sbin/vipw pw_util.c Log: Changes to support full make parallelism (-j) in the world target. Reviewed by: Submitted by: Nickolay N. Dudorov" Revision Changes Path 1.149 +92 -87 src/Makefile 1.23 +9 -6 src/bin/sh/Makefile 1.13 +3 -2 src/gnu/usr.bin/cc/cc1plus/Makefile 1.4 +11 -2 src/gnu/usr.bin/cc/cc_tools/Makefile 1.10 +2 -1 src/gnu/usr.bin/cc/cpp/Makefile 1.29 +3 -2 src/gnu/usr.bin/gdb/gdb/Makefile 1.17 +2 -1 src/lib/libpcap/Makefile 1.23 +4 -3 src/libexec/ftpd/Makefile 1.12 +4 -4 src/secure/Makefile 1.15 +7 -3 src/share/mk/bsd.dep.mk 1.13 +10 -8 src/sys/i386/boot/netboot/Makefile 1.7 +2 -1 src/usr.bin/ftp/Makefile 1.11 +3 -2 src/usr.bin/lex/Makefile 1.6 +3 -2 src/usr.sbin/amd/fsinfo/Makefile 1.14 +2 -2 src/usr.sbin/sendmail/src/Makefile 1.8 +3 -3 src/usr.sbin/vipw/pw_util.c From owner-cvs-usrsbin Sun Oct 5 02:47:10 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id CAA09907 for cvs-usrsbin-outgoing; Sun, 5 Oct 1997 02:47:10 -0700 (PDT) Received: from hydrogen.nike.efn.org (resnet.uoregon.edu [128.223.170.28]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id CAA09789; Sun, 5 Oct 1997 02:46:03 -0700 (PDT) Received: (from jmg@localhost) by hydrogen.nike.efn.org (8.8.7/8.8.7) id CAA00170; Sun, 5 Oct 1997 02:45:57 -0700 (PDT) Message-ID: <19971005024556.14186@hydrogen.nike.efn.org> Date: Sun, 5 Oct 1997 02:45:56 -0700 From: John-Mark Gurney To: "Jordan K. Hubbard" Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-user@FreeBSD.ORG, cvs-bin@FreeBSD.ORG, cvs-gnu@FreeBSD.ORG, cvs-lib@FreeBSD.ORG, cvs-libexec@FreeBSD.ORG, cvs-share@FreeBSD.ORG, cvs-sys@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: Re: cvs commit: src Makefile src/bin/sh Makefile src/gnu/usr.bin/cc/cc1plus Makefile src/gnu/usr.bin/cc/cc_tools Makefile src/gnu/usr.bin/cc/cpp Makefile src/gnu/usr.bin/gdb/gdb Makefile src/lib/libpcap Makefile src/libexec/ftpd Makefile ... References: <199710050940.CAA12763@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.69 In-Reply-To: <199710050940.CAA12763@freefall.freebsd.org>; from Jordan K. Hubbard on Sun, Oct 05, 1997 at 02:40:25AM -0700 Reply-To: John-Mark Gurney Organization: Cu Networking X-Operating-System: FreeBSD 2.2.1-RELEASE i386 X-PGP-Fingerprint: B7 EC EF F8 AE ED A7 31 96 7A 22 B3 D8 56 36 F4 X-Files: The truth is out there X-URL: http://resnet.uoregon.edu/~gurney_j/ Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Jordan K. Hubbard scribbled this message on Oct 5: > Log: > Changes to support full make parallelism (-j) in the world > target. > Reviewed by: > Submitted by: Nickolay N. Dudorov" so? does this mean that parallel makes are fully supported now?? -- John-Mark Gurney Modem/FAX: +1 541 683 6954 Cu Networking Live in Peace, destroy Micro$oft, support free software, run FreeBSD From owner-cvs-usrsbin Sun Oct 5 02:59:36 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id CAA10330 for cvs-usrsbin-outgoing; Sun, 5 Oct 1997 02:59:36 -0700 (PDT) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id CAA10321; Sun, 5 Oct 1997 02:59:29 -0700 (PDT) Received: from time.cdrom.com (localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.7/8.6.9) with ESMTP id CAA03960; Sun, 5 Oct 1997 02:58:50 -0700 (PDT) To: "Jordan K. Hubbard" cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-user@FreeBSD.ORG, cvs-bin@FreeBSD.ORG, cvs-gnu@FreeBSD.ORG, cvs-lib@FreeBSD.ORG, cvs-libexec@FreeBSD.ORG, cvs-share@FreeBSD.ORG, cvs-sys@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: Re: cvs commit: src Makefile src/bin/sh Makefile src/gnu/usr.bin/cc/cc1plus Makefile src/gnu/usr.bin/cc/cc_tools Makefile src/gnu/usr.bin/cc/cpp Makefile src/gnu/usr.bin/gdb/gdb Makefile src/lib/libpcap Makefile src/libexec/ftpd Makefile ... In-reply-to: Your message of "Sun, 05 Oct 1997 02:40:25 PDT." <199710050940.CAA12763@freefall.freebsd.org> Date: Sun, 05 Oct 1997 02:58:50 -0700 Message-ID: <3956.876045530@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Changes to support full make parallelism (-j) in the world > target. > ... > 1.8 +3 -3 src/usr.sbin/vipw/pw_util.c ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ And fix one warning. ;-) From owner-cvs-usrsbin Sun Oct 5 03:01:20 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id DAA10512 for cvs-usrsbin-outgoing; Sun, 5 Oct 1997 03:01:20 -0700 (PDT) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id DAA10500; Sun, 5 Oct 1997 03:01:11 -0700 (PDT) Received: from time.cdrom.com (localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.7/8.6.9) with ESMTP id DAA04000; Sun, 5 Oct 1997 03:00:28 -0700 (PDT) To: John-Mark Gurney cc: "Jordan K. Hubbard" , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-user@FreeBSD.ORG, cvs-bin@FreeBSD.ORG, cvs-gnu@FreeBSD.ORG, cvs-lib@FreeBSD.ORG, cvs-libexec@FreeBSD.ORG, cvs-share@FreeBSD.ORG, cvs-sys@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: Re: cvs commit: src Makefile src/bin/sh Makefile src/gnu/usr.bin/cc/cc1plus Makefile src/gnu/usr.bin/cc/cc_tools Makefile src/gnu/usr.bin/cc/cpp Makefile src/gnu/usr.bin/gdb/gdb Makefile src/lib/libpcap Makefile src/libexec/ftpd Makefile ... In-reply-to: Your message of "Sun, 05 Oct 1997 02:45:56 PDT." <19971005024556.14186@hydrogen.nike.efn.org> Date: Sun, 05 Oct 1997 03:00:28 -0700 Message-ID: <3997.876045628@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > Changes to support full make parallelism (-j) in the world > > target. > > Reviewed by: > > Submitted by: Nickolay N. Dudorov" > > so? does this mean that parallel makes are fully supported now?? Well, I guess that would depend on what "Changes to support full make parallelism (-j) in the world target" means to you, John. ;-) Jordan From owner-cvs-usrsbin Sun Oct 5 03:30:13 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id DAA11620 for cvs-usrsbin-outgoing; Sun, 5 Oct 1997 03:30:13 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id DAA11555; Sun, 5 Oct 1997 03:29:48 -0700 (PDT) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id DAA13458; Sun, 5 Oct 1997 03:29:36 -0700 (PDT) Date: Sun, 5 Oct 1997 03:29:36 -0700 (PDT) Message-Id: <199710051029.DAA13458@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp ppp.8 Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1997/10/05 03:29:35 PDT Modified files: usr.sbin/ppp ppp.8 Log: Cosmetic: Be specific about using TABs in syslog.conf. Revision Changes Path 1.69 +5 -2 src/usr.sbin/ppp/ppp.8 From owner-cvs-usrsbin Sun Oct 5 03:34:19 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id DAA11891 for cvs-usrsbin-outgoing; Sun, 5 Oct 1997 03:34:19 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id DAA11779; Sun, 5 Oct 1997 03:33:50 -0700 (PDT) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id DAA13502; Sun, 5 Oct 1997 03:33:38 -0700 (PDT) Date: Sun, 5 Oct 1997 03:33:38 -0700 (PDT) Message-Id: <199710051033.DAA13502@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp ppp.8 Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1997/10/05 03:33:38 PDT Modified files: (Branch: RELENG_2_2) usr.sbin/ppp ppp.8 Log: MFC: Cosmetic: Be specific about using TABs in syslog.conf. Revision Changes Path 1.19.2.31 +5 -2 src/usr.sbin/ppp/ppp.8 From owner-cvs-usrsbin Sun Oct 5 05:28:47 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id FAA16054 for cvs-usrsbin-outgoing; Sun, 5 Oct 1997 05:28:47 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id FAA16027; Sun, 5 Oct 1997 05:28:16 -0700 (PDT) From: Wolfram Schneider Received: (from wosch@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id FAA15199; Sun, 5 Oct 1997 05:28:03 -0700 (PDT) Date: Sun, 5 Oct 1997 05:28:03 -0700 (PDT) Message-Id: <199710051228.FAA15199@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/amd/doc Makefile Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wosch 1997/10/05 05:28:03 PDT Modified files: usr.sbin/amd/doc Makefile Log: Cleanup. Revision Changes Path 1.6 +1 -11 src/usr.sbin/amd/doc/Makefile From owner-cvs-usrsbin Sun Oct 5 05:33:16 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id FAA16306 for cvs-usrsbin-outgoing; Sun, 5 Oct 1997 05:33:16 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id FAA16236; Sun, 5 Oct 1997 05:31:21 -0700 (PDT) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id FAA15272; Sun, 5 Oct 1997 05:31:08 -0700 (PDT) Date: Sun, 5 Oct 1997 05:31:08 -0700 (PDT) Message-Id: <199710051231.FAA15272@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/sendmail/src Makefile Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 1997/10/05 05:31:08 PDT Modified files: usr.sbin/sendmail/src Makefile Log: DOH! I cannot believe that none of us caught this. Do *not* turn TCPWRAPPER support on by default, eh? :-) Revision Changes Path 1.15 +2 -2 src/usr.sbin/sendmail/src/Makefile From owner-cvs-usrsbin Sun Oct 5 06:36:09 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id GAA18585 for cvs-usrsbin-outgoing; Sun, 5 Oct 1997 06:36:09 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id GAA18528; Sun, 5 Oct 1997 06:35:20 -0700 (PDT) From: Joerg Wunsch Received: (from joerg@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id GAA15454; Sun, 5 Oct 1997 06:35:07 -0700 (PDT) Date: Sun, 5 Oct 1997 06:35:07 -0700 (PDT) Message-Id: <199710051335.GAA15454@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/crunch/crunchgen crunchgen.1 crunchgen.c src/usr.sbin/crunch/examples really-big.conf Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 1997/10/05 06:35:06 PDT Modified files: usr.sbin/crunch/crunchgen crunchgen.1 crunchgen.c usr.sbin/crunch/examples really-big.conf Log: Add a new special called `keep' to the list of special options. It provides for a means to specify an argument for crunchide's -k option. (This is required by ntpdate.) Submitted by: peter@rhiannon.clari.net.au (Peter Hawkins) Revision Changes Path 1.6 +11 -1 src/usr.sbin/crunch/crunchgen/crunchgen.1 1.8 +13 -3 src/usr.sbin/crunch/crunchgen/crunchgen.c 1.2 +9 -0 src/usr.sbin/crunch/examples/really-big.conf From owner-cvs-usrsbin Sun Oct 5 07:22:16 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id HAA20127 for cvs-usrsbin-outgoing; Sun, 5 Oct 1997 07:22:16 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id HAA20090; Sun, 5 Oct 1997 07:21:45 -0700 (PDT) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id HAA15581; Sun, 5 Oct 1997 07:21:31 -0700 (PDT) Date: Sun, 5 Oct 1997 07:21:31 -0700 (PDT) Message-Id: <199710051421.HAA15581@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/pppctl pppctl.8 Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1997/10/05 07:21:31 PDT Modified files: usr.sbin/pppctl pppctl.8 Log: Add a few examples. Revision Changes Path 1.4 +84 -3 src/usr.sbin/pppctl/pppctl.8 From owner-cvs-usrsbin Sun Oct 5 07:24:07 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id HAA20226 for cvs-usrsbin-outgoing; Sun, 5 Oct 1997 07:24:07 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id HAA20154; Sun, 5 Oct 1997 07:23:41 -0700 (PDT) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id HAA15617; Sun, 5 Oct 1997 07:23:27 -0700 (PDT) Date: Sun, 5 Oct 1997 07:23:27 -0700 (PDT) Message-Id: <199710051423.HAA15617@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/pppctl pppctl.8 Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1997/10/05 07:23:27 PDT Modified files: (Branch: RELENG_2_2) usr.sbin/pppctl pppctl.8 Log: MFC: Add a few examples. Revision Changes Path 1.1.2.3 +84 -3 src/usr.sbin/pppctl/pppctl.8 From owner-cvs-usrsbin Sun Oct 5 07:27:32 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id HAA20463 for cvs-usrsbin-outgoing; Sun, 5 Oct 1997 07:27:32 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id HAA20440; Sun, 5 Oct 1997 07:27:22 -0700 (PDT) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id HAA15654; Sun, 5 Oct 1997 07:27:09 -0700 (PDT) Date: Sun, 5 Oct 1997 07:27:09 -0700 (PDT) Message-Id: <199710051427.HAA15654@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp ppp.8 Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1997/10/05 07:27:08 PDT Modified files: usr.sbin/ppp ppp.8 Log: Refer a bit to pppctl. Suggested (far to subtly for his own good) by: joerg Revision Changes Path 1.70 +27 -14 src/usr.sbin/ppp/ppp.8 From owner-cvs-usrsbin Sun Oct 5 07:28:50 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id HAA20544 for cvs-usrsbin-outgoing; Sun, 5 Oct 1997 07:28:50 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id HAA20522; Sun, 5 Oct 1997 07:28:41 -0700 (PDT) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id HAA15687; Sun, 5 Oct 1997 07:28:28 -0700 (PDT) Date: Sun, 5 Oct 1997 07:28:28 -0700 (PDT) Message-Id: <199710051428.HAA15687@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp ppp.8 Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1997/10/05 07:28:28 PDT Modified files: (Branch: RELENG_2_2) usr.sbin/ppp ppp.8 Log: MFC: Refer a bit to pppctl. Suggested (far to subtly for his own good) by: joerg Revision Changes Path 1.19.2.32 +27 -14 src/usr.sbin/ppp/ppp.8 From owner-cvs-usrsbin Sun Oct 5 08:00:44 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA24360 for cvs-usrsbin-outgoing; Sun, 5 Oct 1997 08:00:44 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id IAA24333; Sun, 5 Oct 1997 08:00:25 -0700 (PDT) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id IAA01014; Sun, 5 Oct 1997 08:00:11 -0700 (PDT) Date: Sun, 5 Oct 1997 08:00:11 -0700 (PDT) Message-Id: <199710051500.IAA01014@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp lcp.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1997/10/05 08:00:11 PDT Modified files: usr.sbin/ppp lcp.c Log: Change things around a bit when bringing down the layers. o LcpLayerDown() no longer does a NewPhase(PHASE_TERMINATE). Instead, it's done in LcpLayerFinish(). LayerFinish() gets called by the FSM after the LCP FSM goes through the Stopping and Stopped states. o -direct and -background mode exit at PHASE_TERMINATE, not PHASE_DEAD. The result is that LCP, CCP & IPCP are brought down cleanly on both sides of the link (not just our side). Killing ppp rather than just closing it still makes it get out after the LCP SendTerminateReq(). I'll have a look at that soon. We're probably not actually sending the REQ :-( Revision Changes Path 1.38 +12 -3 src/usr.sbin/ppp/lcp.c From owner-cvs-usrsbin Sun Oct 5 08:23:35 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA25216 for cvs-usrsbin-outgoing; Sun, 5 Oct 1997 08:23:35 -0700 (PDT) Received: from awfulhak.demon.co.uk (awfulhak.demon.co.uk [158.152.17.1]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id IAA25203; Sun, 5 Oct 1997 08:23:15 -0700 (PDT) Received: from gate.lan.awfulhak.org (localhost [127.0.0.1]) by awfulhak.demon.co.uk (8.8.5/8.8.5) with ESMTP id QAA14713; Sun, 5 Oct 1997 16:23:04 +0100 (BST) Message-Id: <199710051523.QAA14713@awfulhak.demon.co.uk> X-Mailer: exmh version 2.0zeta 7/24/97 To: Brian Somers cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: Re: cvs commit: src/usr.sbin/ppp lcp.c In-reply-to: Your message of "Sun, 05 Oct 1997 08:00:11 PDT." <199710051500.IAA01014@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 05 Oct 1997 16:23:04 +0100 From: Brian Somers Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > brian 1997/10/05 08:00:11 PDT > > Modified files: > usr.sbin/ppp lcp.c > Log: > Change things around a bit when bringing down the layers. > > o LcpLayerDown() no longer does a NewPhase(PHASE_TERMINATE). > Instead, it's done in LcpLayerFinish(). LayerFinish() gets > called by the FSM after the LCP FSM goes through the Stopping > and Stopped states. > > o -direct and -background mode exit at PHASE_TERMINATE, not > PHASE_DEAD. > > The result is that LCP, CCP & IPCP are brought down cleanly on both > sides of the link (not just our side). Killing ppp rather than just > closing it still makes it get out after the LCP SendTerminateReq(). > I'll have a look at that soon. We're probably not actually sending > the REQ :-( > > Revision Changes Path > 1.38 +12 -3 src/usr.sbin/ppp/lcp.c This has only been proven on 3 different ppp implementations (one of which is ppp itself). Anyone caring to [dis]prove things elsewhere would have my thanks :-) One other thing.... this should remove the necessity for the "set stopped" command ! -- Brian , , Don't _EVER_ lose your sense of humour.... From owner-cvs-usrsbin Sun Oct 5 17:09:56 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id RAA18396 for cvs-usrsbin-outgoing; Sun, 5 Oct 1997 17:09:56 -0700 (PDT) (envelope-from owner-cvs-usrsbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id RAA18336; Sun, 5 Oct 1997 17:09:35 -0700 (PDT) (envelope-from jmb@FreeBSD.org) From: "Jonathan M. Bresler" Received: (from jmb@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id RAA04896; Sun, 5 Oct 1997 17:09:18 -0700 (PDT) Date: Sun, 5 Oct 1997 17:09:18 -0700 (PDT) Message-Id: <199710060009.RAA04896@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/sendmail/cf/cf hub.mc Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jmb 1997/10/05 17:09:18 PDT Modified files: usr.sbin/sendmail/cf/cf hub.mc Log: record the envelope-from address in the received headers for all mail received at hub.freebsd.org Obtained from: Peter Wemm Revision Changes Path 1.3 +46 -4 src/usr.sbin/sendmail/cf/cf/hub.mc From owner-cvs-usrsbin Sun Oct 5 20:59:45 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id UAA29873 for cvs-usrsbin-outgoing; Sun, 5 Oct 1997 20:59:45 -0700 (PDT) (envelope-from owner-cvs-usrsbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id UAA29840; Sun, 5 Oct 1997 20:59:07 -0700 (PDT) (envelope-from imp@FreeBSD.org) From: Warner Losh Received: (from imp@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id UAA05864; Sun, 5 Oct 1997 20:58:49 -0700 (PDT) Date: Sun, 5 Oct 1997 20:58:49 -0700 (PDT) Message-Id: <199710060358.UAA05864@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/lpr/lpd recvjob.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk imp 1997/10/05 20:58:49 PDT Modified files: usr.sbin/lpr/lpd recvjob.c Log: Be more paranoid about unlinking files. From mhpower@MIT.EDU by way of Theo de Raadt. Likely 2.2.5R candidate. Obtained from: OpenBSD Revision Changes Path 1.11 +6 -4 src/usr.sbin/lpr/lpd/recvjob.c From owner-cvs-usrsbin Sun Oct 5 21:07:08 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id VAA00404 for cvs-usrsbin-outgoing; Sun, 5 Oct 1997 21:07:08 -0700 (PDT) (envelope-from owner-cvs-usrsbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id VAA00362; Sun, 5 Oct 1997 21:06:49 -0700 (PDT) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id VAA05965; Sun, 5 Oct 1997 21:06:31 -0700 (PDT) Date: Sun, 5 Oct 1997 21:06:31 -0700 (PDT) Message-Id: <199710060406.VAA05965@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/sendmail/cf/m4 cfhead.m4 Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 1997/10/05 21:06:31 PDT Modified files: (Branch: RELENG_2_2) usr.sbin/sendmail/cf/m4 cfhead.m4 Log: YAMFC: record envelope-from in Recieved line at each step. Requested by: seceral people and OK'ed by jkh Revision Changes Path 1.1.1.2.2.3 +2 -1 src/usr.sbin/sendmail/cf/m4/cfhead.m4 From owner-cvs-usrsbin Sun Oct 5 21:08:38 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id VAA00498 for cvs-usrsbin-outgoing; Sun, 5 Oct 1997 21:08:38 -0700 (PDT) (envelope-from owner-cvs-usrsbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id VAA00474; Sun, 5 Oct 1997 21:08:08 -0700 (PDT) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id VAA05995; Sun, 5 Oct 1997 21:07:50 -0700 (PDT) Date: Sun, 5 Oct 1997 21:07:50 -0700 (PDT) Message-Id: <199710060407.VAA05995@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/sendmail/cf/m4 cfhead.m4 Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 1997/10/05 21:07:50 PDT Modified files: (Branch: RELENG_2_1_0) usr.sbin/sendmail/cf/m4 cfhead.m4 Log: YAMFC: record envelope-from in Received: line. Revision Changes Path 1.1.1.1.2.3 +2 -1 src/usr.sbin/sendmail/cf/m4/cfhead.m4 From owner-cvs-usrsbin Sun Oct 5 21:11:04 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id VAA00678 for cvs-usrsbin-outgoing; Sun, 5 Oct 1997 21:11:04 -0700 (PDT) (envelope-from owner-cvs-usrsbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id VAA00634; Sun, 5 Oct 1997 21:10:43 -0700 (PDT) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id VAA06029; Sun, 5 Oct 1997 21:10:25 -0700 (PDT) Date: Sun, 5 Oct 1997 21:10:25 -0700 (PDT) Message-Id: <199710060410.VAA06029@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/sendmail/cf/cf hub.mc Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 1997/10/05 21:10:25 PDT Modified files: usr.sbin/sendmail/cf/cf hub.mc Log: Hmm.. where did _that_ come from? :-) Revision Changes Path 1.4 +2 -2 src/usr.sbin/sendmail/cf/cf/hub.mc From owner-cvs-usrsbin Sun Oct 5 21:13:37 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id VAA00906 for cvs-usrsbin-outgoing; Sun, 5 Oct 1997 21:13:37 -0700 (PDT) (envelope-from owner-cvs-usrsbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id VAA00870; Sun, 5 Oct 1997 21:13:15 -0700 (PDT) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id VAA06063; Sun, 5 Oct 1997 21:12:57 -0700 (PDT) Date: Sun, 5 Oct 1997 21:12:57 -0700 (PDT) Message-Id: <199710060412.VAA06063@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/sendmail/cf/cf hub.mc Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 1997/10/05 21:12:56 PDT Modified files: (Branch: RELENG_2_2) usr.sbin/sendmail/cf/cf hub.mc Log: YAMFC: sync hub.mc Revision Changes Path 1.1.2.3 +46 -4 src/usr.sbin/sendmail/cf/cf/hub.mc From owner-cvs-usrsbin Sun Oct 5 21:15:39 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id VAA01040 for cvs-usrsbin-outgoing; Sun, 5 Oct 1997 21:15:39 -0700 (PDT) (envelope-from owner-cvs-usrsbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id VAA01008; Sun, 5 Oct 1997 21:15:19 -0700 (PDT) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id VAA06099; Sun, 5 Oct 1997 21:15:01 -0700 (PDT) Date: Sun, 5 Oct 1997 21:15:01 -0700 (PDT) Message-Id: <199710060415.VAA06099@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/sendmail/cf/cf hub.mc Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 1997/10/05 21:15:01 PDT Modified files: (Branch: RELENG_2_1_0) usr.sbin/sendmail/cf/cf hub.mc Log: Save hub's .mc here too since this branch is where it's actually being used. :-) Revision Changes Path 1.1.4.4 +6 -4 src/usr.sbin/sendmail/cf/cf/hub.mc From owner-cvs-usrsbin Sun Oct 5 21:22:47 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id VAA01398 for cvs-usrsbin-outgoing; Sun, 5 Oct 1997 21:22:47 -0700 (PDT) (envelope-from owner-cvs-usrsbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id VAA01347; Sun, 5 Oct 1997 21:21:54 -0700 (PDT) (envelope-from imp@FreeBSD.org) From: Warner Losh Received: (from imp@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id VAA06171; Sun, 5 Oct 1997 21:21:35 -0700 (PDT) Date: Sun, 5 Oct 1997 21:21:35 -0700 (PDT) Message-Id: <199710060421.VAA06171@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/lpr/lpd recvjob.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk imp 1997/10/05 21:21:35 PDT Modified files: (Branch: RELENG_2_2) usr.sbin/lpr/lpd recvjob.c Log: MFC: Extra paranoia about unlinking files. Approved by: jkh Revision Changes Path 1.5.2.3 +6 -4 src/usr.sbin/lpr/lpd/recvjob.c From owner-cvs-usrsbin Mon Oct 6 00:31:07 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA10462 for cvs-usrsbin-outgoing; Mon, 6 Oct 1997 00:31:07 -0700 (PDT) (envelope-from owner-cvs-usrsbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id AAA10435; Mon, 6 Oct 1997 00:30:45 -0700 (PDT) (envelope-from charnier@FreeBSD.org) From: Philippe Charnier Received: (from charnier@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id AAA07222; Mon, 6 Oct 1997 00:30:26 -0700 (PDT) Date: Mon, 6 Oct 1997 00:30:26 -0700 (PDT) Message-Id: <199710060730.AAA07222@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/natd natd.8 natd.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk charnier 1997/10/06 00:30:26 PDT Modified files: (Branch: RELENG_2_2) usr.sbin/natd natd.8 natd.c Log: MFC: Use err(3). Revision Changes Path 1.4.2.4 +6 -6 src/usr.sbin/natd/natd.8 1.2.2.3 +64 -141 src/usr.sbin/natd/natd.c From owner-cvs-usrsbin Mon Oct 6 00:37:02 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA10896 for cvs-usrsbin-outgoing; Mon, 6 Oct 1997 00:37:02 -0700 (PDT) (envelope-from owner-cvs-usrsbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id AAA10859; Mon, 6 Oct 1997 00:36:38 -0700 (PDT) (envelope-from charnier@FreeBSD.org) From: Philippe Charnier Received: (from charnier@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id AAA07281; Mon, 6 Oct 1997 00:36:18 -0700 (PDT) Date: Mon, 6 Oct 1997 00:36:18 -0700 (PDT) Message-Id: <199710060736.AAA07281@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ncrcontrol ncrcontrol.8 ncrcontrol.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk charnier 1997/10/06 00:36:18 PDT Modified files: (Branch: RELENG_2_2) usr.sbin/ncrcontrol ncrcontrol.8 ncrcontrol.c Log: MFC: Use err(3). Revision Changes Path 1.4.2.1 +13 -10 src/usr.sbin/ncrcontrol/ncrcontrol.8 1.13.2.3 +131 -248 src/usr.sbin/ncrcontrol/ncrcontrol.c From owner-cvs-usrsbin Mon Oct 6 00:46:48 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA11357 for cvs-usrsbin-outgoing; Mon, 6 Oct 1997 00:46:48 -0700 (PDT) (envelope-from owner-cvs-usrsbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id AAA11316; Mon, 6 Oct 1997 00:46:28 -0700 (PDT) (envelope-from charnier@FreeBSD.org) From: Philippe Charnier Received: (from charnier@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id AAA07360; Mon, 6 Oct 1997 00:46:09 -0700 (PDT) Date: Mon, 6 Oct 1997 00:46:09 -0700 (PDT) Message-Id: <199710060746.AAA07360@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/newsyslog newsyslog.8 newsyslog.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk charnier 1997/10/06 00:46:09 PDT Modified files: usr.sbin/newsyslog newsyslog.8 newsyslog.c Log: Cosmetic in err() strings. Revision Changes Path 1.9 +23 -21 src/usr.sbin/newsyslog/newsyslog.8 1.14 +23 -30 src/usr.sbin/newsyslog/newsyslog.c From owner-cvs-usrsbin Mon Oct 6 04:37:16 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id EAA22211 for cvs-usrsbin-outgoing; Mon, 6 Oct 1997 04:37:16 -0700 (PDT) (envelope-from owner-cvs-usrsbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id EAA22175; Mon, 6 Oct 1997 04:36:29 -0700 (PDT) (envelope-from charnier@FreeBSD.org) From: Philippe Charnier Received: (from charnier@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id EAA10186; Mon, 6 Oct 1997 04:36:09 -0700 (PDT) Date: Mon, 6 Oct 1997 04:36:09 -0700 (PDT) Message-Id: <199710061136.EAA10186@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/pccard/pccardc dumpcis.c enabler.c pccardc.c pccardmem.c printcis.c rdmap.c rdreg.c wrattr.c wrreg.c src/usr.sbin/pccard/pccardd cardd.c file.c pccard.conf.5 pccardd.8 readcis.c util.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk charnier 1997/10/06 04:36:09 PDT Modified files: usr.sbin/pccard/pccardc dumpcis.c enabler.c pccardc.c pccardmem.c printcis.c rdmap.c rdreg.c wrattr.c wrreg.c usr.sbin/pccard/pccardd cardd.c file.c pccard.conf.5 pccardd.8 readcis.c util.c Log: Use err(3). Add usage()s. Revision Changes Path 1.8 +11 -8 src/usr.sbin/pccard/pccardc/dumpcis.c 1.8 +32 -33 src/usr.sbin/pccard/pccardc/enabler.c 1.6 +10 -6 src/usr.sbin/pccard/pccardc/pccardc.c 1.8 +22 -16 src/usr.sbin/pccard/pccardc/pccardmem.c 1.8 +7 -3 src/usr.sbin/pccard/pccardc/printcis.c 1.8 +8 -4 src/usr.sbin/pccard/pccardc/rdmap.c 1.8 +10 -5 src/usr.sbin/pccard/pccardc/rdreg.c 1.9 +24 -20 src/usr.sbin/pccard/pccardc/wrattr.c 1.8 +22 -16 src/usr.sbin/pccard/pccardc/wrreg.c 1.18 +12 -11 src/usr.sbin/pccard/pccardd/cardd.c 1.12 +17 -13 src/usr.sbin/pccard/pccardd/file.c 1.6 +1 -1 src/usr.sbin/pccard/pccardd/pccard.conf.5 1.8 +8 -7 src/usr.sbin/pccard/pccardd/pccardd.8 1.10 +11 -6 src/usr.sbin/pccard/pccardd/readcis.c 1.10 +11 -7 src/usr.sbin/pccard/pccardd/util.c From owner-cvs-usrsbin Mon Oct 6 04:39:08 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id EAA22404 for cvs-usrsbin-outgoing; Mon, 6 Oct 1997 04:39:08 -0700 (PDT) (envelope-from owner-cvs-usrsbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id EAA22355; Mon, 6 Oct 1997 04:38:52 -0700 (PDT) (envelope-from charnier@FreeBSD.org) From: Philippe Charnier Received: (from charnier@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id EAA10275; Mon, 6 Oct 1997 04:38:31 -0700 (PDT) Date: Mon, 6 Oct 1997 04:38:31 -0700 (PDT) Message-Id: <199710061138.EAA10275@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/pciconf pciconf.8 pciconf.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk charnier 1997/10/06 04:38:31 PDT Modified files: usr.sbin/pciconf pciconf.8 pciconf.c Log: Sync usage string with man page. Revision Changes Path 1.3 +10 -7 src/usr.sbin/pciconf/pciconf.8 1.5 +15 -10 src/usr.sbin/pciconf/pciconf.c From owner-cvs-usrsbin Mon Oct 6 11:25:53 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA17266 for cvs-usrsbin-outgoing; Mon, 6 Oct 1997 11:25:53 -0700 (PDT) (envelope-from owner-cvs-usrsbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id LAA17177; Mon, 6 Oct 1997 11:25:17 -0700 (PDT) (envelope-from joerg@FreeBSD.org) From: Joerg Wunsch Received: (from joerg@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id LAA26155; Mon, 6 Oct 1997 11:24:55 -0700 (PDT) Date: Mon, 6 Oct 1997 11:24:55 -0700 (PDT) Message-Id: <199710061824.LAA26155@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/crunch/crunchgen crunchgen.1 crunchgen.c src/usr.sbin/crunch/examples really-big.conf Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 1997/10/06 11:24:54 PDT Modified files: (Branch: RELENG_2_2) usr.sbin/crunch/crunchgen crunchgen.1 crunchgen.c usr.sbin/crunch/examples really-big.conf Log: MFC: rev 1.8 of crunchgen.c & Co, introduce the `special keep' clause to make crunchide's -k option accessible. Ok'ed by: jkh Revision Changes Path 1.2.6.2 +11 -1 src/usr.sbin/crunch/crunchgen/crunchgen.1 1.5.2.3 +13 -3 src/usr.sbin/crunch/crunchgen/crunchgen.c 1.1.1.1.8.1 +9 -0 src/usr.sbin/crunch/examples/really-big.conf From owner-cvs-usrsbin Mon Oct 6 13:38:27 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id NAA26964 for cvs-usrsbin-outgoing; Mon, 6 Oct 1997 13:38:27 -0700 (PDT) (envelope-from owner-cvs-usrsbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id NAA26924; Mon, 6 Oct 1997 13:38:14 -0700 (PDT) (envelope-from joerg@FreeBSD.org) From: Joerg Wunsch Received: (from joerg@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id NAA26682; Mon, 6 Oct 1997 13:37:50 -0700 (PDT) Date: Mon, 6 Oct 1997 13:37:50 -0700 (PDT) Message-Id: <199710062037.NAA26682@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/syslogd syslog.conf.5 Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 1997/10/06 13:37:50 PDT Modified files: usr.sbin/syslogd syslog.conf.5 Log: Documentation for the LOG_NTP facility. While i was at it, added a bit of a warning about not all systems providing for the same set of syslog facilities. Revision Changes Path 1.8 +9 -2 src/usr.sbin/syslogd/syslog.conf.5 From owner-cvs-usrsbin Mon Oct 6 17:57:55 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id RAA12493 for cvs-usrsbin-outgoing; Mon, 6 Oct 1997 17:57:55 -0700 (PDT) (envelope-from owner-cvs-usrsbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id RAA12441; Mon, 6 Oct 1997 17:57:26 -0700 (PDT) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id RAA28923; Mon, 6 Oct 1997 17:57:00 -0700 (PDT) Date: Mon, 6 Oct 1997 17:57:00 -0700 (PDT) Message-Id: <199710070057.RAA28923@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp ipcp.c main.c slcompress.c slcompress.h vjcomp.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1997/10/06 17:56:59 PDT Modified files: usr.sbin/ppp ipcp.c main.c slcompress.c slcompress.h vjcomp.c Log: Support VJ maximum slot identifiers != 15. Support VJ slot id compression. Previously, ppp would negotiate a max slot between 2 & 15 (if asked), and would agree to slot id compression (if asked). It would then proceed to use 16 slots and no compression anyway. The result was a rather unusable connection. Revision Changes Path 1.29 +6 -1 src/usr.sbin/ppp/ipcp.c 1.82 +3 -3 src/usr.sbin/ppp/main.c 1.11 +9 -11 src/usr.sbin/ppp/slcompress.c 1.8 +3 -3 src/usr.sbin/ppp/slcompress.h 1.10 +3 -3 src/usr.sbin/ppp/vjcomp.c From owner-cvs-usrsbin Mon Oct 6 18:11:48 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id SAA13344 for cvs-usrsbin-outgoing; Mon, 6 Oct 1997 18:11:48 -0700 (PDT) (envelope-from owner-cvs-usrsbin) Received: from awfulhak.demon.co.uk (awfulhak.demon.co.uk [158.152.17.1]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id SAA13321; Mon, 6 Oct 1997 18:11:07 -0700 (PDT) (envelope-from brian@awfulhak.org) Received: from gate.lan.awfulhak.org (localhost [127.0.0.1]) by awfulhak.demon.co.uk (8.8.5/8.8.5) with ESMTP id CAA07315; Tue, 7 Oct 1997 02:11:03 +0100 (BST) Message-Id: <199710070111.CAA07315@awfulhak.demon.co.uk> X-Mailer: exmh version 2.0zeta 7/24/97 To: Brian Somers cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: Re: cvs commit: src/usr.sbin/ppp ipcp.c main.c slcompress.c slcompress.h vjcomp.c In-reply-to: Your message of "Mon, 06 Oct 1997 17:57:00 PDT." <199710070057.RAA28923@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 07 Oct 1997 02:11:02 +0100 From: Brian Somers Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > brian 1997/10/06 17:56:59 PDT > > Modified files: > usr.sbin/ppp ipcp.c main.c slcompress.c slcompress.h > vjcomp.c > Log: > Support VJ maximum slot identifiers != 15. > Support VJ slot id compression. > > Previously, ppp would negotiate a max slot between 2 & 15 > (if asked), and would agree to slot id compression (if asked). > It would then proceed to use 16 slots and no compression > anyway. The result was a rather unusable connection. > > Revision Changes Path > 1.29 +6 -1 src/usr.sbin/ppp/ipcp.c > 1.82 +3 -3 src/usr.sbin/ppp/main.c > 1.11 +9 -11 src/usr.sbin/ppp/slcompress.c > 1.8 +3 -3 src/usr.sbin/ppp/slcompress.h > 1.10 +3 -3 src/usr.sbin/ppp/vjcomp.c I'd like to put this in RELENG_2_2 (if allowed). It's low-risk as ppp currently just ends up with an unusable link at the moment. Any objections ? -- Brian , , Don't _EVER_ lose your sense of humour.... From owner-cvs-usrsbin Tue Oct 7 02:54:25 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id CAA13571 for cvs-usrsbin-outgoing; Tue, 7 Oct 1997 02:54:25 -0700 (PDT) (envelope-from owner-cvs-usrsbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id CAA13545; Tue, 7 Oct 1997 02:53:53 -0700 (PDT) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id CAA03894; Tue, 7 Oct 1997 02:53:25 -0700 (PDT) Date: Tue, 7 Oct 1997 02:53:25 -0700 (PDT) Message-Id: <199710070953.CAA03894@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/vipw pw_util.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 1997/10/07 02:53:25 PDT Modified files: (Branch: RELENG_2_2) usr.sbin/vipw pw_util.c Log: MFC: cosmetic warning fix. Revision Changes Path 1.5.2.2 +3 -3 src/usr.sbin/vipw/pw_util.c From owner-cvs-usrsbin Tue Oct 7 14:56:36 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA26342 for cvs-usrsbin-outgoing; Tue, 7 Oct 1997 14:56:36 -0700 (PDT) (envelope-from owner-cvs-usrsbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id OAA26281; Tue, 7 Oct 1997 14:56:12 -0700 (PDT) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id OAA01097; Tue, 7 Oct 1997 14:56:11 -0700 (PDT) Date: Tue, 7 Oct 1997 14:56:11 -0700 (PDT) Message-Id: <199710072156.OAA01097@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp ipcp.c main.c slcompress.c slcompress.h vjcomp.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1997/10/07 14:56:11 PDT Modified files: (Branch: RELENG_2_2) usr.sbin/ppp ipcp.c main.c slcompress.c slcompress.h vjcomp.c Log: MFC: Support VJ maximum slot identifiers != 15. Support VJ slot id compression. Previously, ppp would negotiate a max slot between 2 & 15 (if asked), and would agree to slot id compression (if asked). It would then proceed to use 16 slots and no compression anyway. The result was a rather unusable connection. Revision Changes Path 1.9.2.19 +6 -1 src/usr.sbin/ppp/ipcp.c 1.22.2.41 +3 -3 src/usr.sbin/ppp/main.c 1.6.2.3 +9 -11 src/usr.sbin/ppp/slcompress.c 1.3.6.4 +3 -3 src/usr.sbin/ppp/slcompress.h 1.4.2.4 +3 -3 src/usr.sbin/ppp/vjcomp.c From owner-cvs-usrsbin Wed Oct 8 00:21:39 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA27851 for cvs-usrsbin-outgoing; Wed, 8 Oct 1997 00:21:39 -0700 (PDT) (envelope-from owner-cvs-usrsbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id AAA27823; Wed, 8 Oct 1997 00:21:19 -0700 (PDT) (envelope-from charnier@FreeBSD.org) From: Philippe Charnier Received: (from charnier@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id AAA04451; Wed, 8 Oct 1997 00:21:15 -0700 (PDT) Date: Wed, 8 Oct 1997 00:21:15 -0700 (PDT) Message-Id: <199710080721.AAA04451@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/newsyslog newsyslog.8 newsyslog.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk charnier 1997/10/08 00:21:15 PDT Modified files: (Branch: RELENG_2_2) usr.sbin/newsyslog newsyslog.8 newsyslog.c Log: MFC: Use err(3). Cosmetics in man page. Revision Changes Path 1.1.1.1.2.3 +23 -21 src/usr.sbin/newsyslog/newsyslog.8 1.7.2.3 +17 -24 src/usr.sbin/newsyslog/newsyslog.c From owner-cvs-usrsbin Wed Oct 8 00:34:10 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA28802 for cvs-usrsbin-outgoing; Wed, 8 Oct 1997 00:34:10 -0700 (PDT) (envelope-from owner-cvs-usrsbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id AAA28775; Wed, 8 Oct 1997 00:33:59 -0700 (PDT) (envelope-from charnier@FreeBSD.org) From: Philippe Charnier Received: (from charnier@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id AAA04732; Wed, 8 Oct 1997 00:33:54 -0700 (PDT) Date: Wed, 8 Oct 1997 00:33:54 -0700 (PDT) Message-Id: <199710080733.AAA04732@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/pccard/pccardc dumpcis.c enabler.c pccardc.c pccardmem.c printcis.c rdmap.c rdreg.c wrattr.c wrreg.c src/usr.sbin/pccard/pccardd cardd.c file.c pccard.conf.5 pccardd.8 readcis.c util.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk charnier 1997/10/08 00:33:54 PDT Modified files: (Branch: RELENG_2_2) usr.sbin/pccard/pccardc dumpcis.c enabler.c pccardc.c pccardmem.c printcis.c rdmap.c rdreg.c wrattr.c wrreg.c usr.sbin/pccard/pccardd cardd.c file.c pccard.conf.5 pccardd.8 readcis.c util.c Log: MFC: Use err(3). Add usage()s. Revision Changes Path 1.5.2.1 +11 -8 src/usr.sbin/pccard/pccardc/dumpcis.c 1.5.2.1 +32 -33 src/usr.sbin/pccard/pccardc/enabler.c 1.3.2.1 +10 -6 src/usr.sbin/pccard/pccardc/pccardc.c 1.5.2.1 +22 -16 src/usr.sbin/pccard/pccardc/pccardmem.c 1.5.2.1 +7 -3 src/usr.sbin/pccard/pccardc/printcis.c 1.5.2.1 +8 -4 src/usr.sbin/pccard/pccardc/rdmap.c 1.5.2.1 +10 -5 src/usr.sbin/pccard/pccardc/rdreg.c 1.6.2.1 +24 -20 src/usr.sbin/pccard/pccardc/wrattr.c 1.5.2.1 +22 -16 src/usr.sbin/pccard/pccardc/wrreg.c 1.13.2.1 +16 -14 src/usr.sbin/pccard/pccardd/cardd.c 1.8.2.1 +20 -17 src/usr.sbin/pccard/pccardd/file.c 1.3.2.2 +1 -1 src/usr.sbin/pccard/pccardd/pccard.conf.5 1.4.2.2 +8 -7 src/usr.sbin/pccard/pccardd/pccardd.8 1.6.2.1 +11 -6 src/usr.sbin/pccard/pccardd/readcis.c 1.6.2.1 +12 -10 src/usr.sbin/pccard/pccardd/util.c From owner-cvs-usrsbin Wed Oct 8 00:37:18 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA29130 for cvs-usrsbin-outgoing; Wed, 8 Oct 1997 00:37:18 -0700 (PDT) (envelope-from owner-cvs-usrsbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id AAA29090; Wed, 8 Oct 1997 00:36:49 -0700 (PDT) (envelope-from charnier@FreeBSD.org) From: Philippe Charnier Received: (from charnier@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id AAA04784; Wed, 8 Oct 1997 00:36:45 -0700 (PDT) Date: Wed, 8 Oct 1997 00:36:45 -0700 (PDT) Message-Id: <199710080736.AAA04784@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/pciconf pciconf.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk charnier 1997/10/08 00:36:45 PDT Modified files: (Branch: RELENG_2_2) usr.sbin/pciconf pciconf.c Log: MFC: Cosmetic in usage string. Revision Changes Path 1.1.1.1.2.3 +14 -9 src/usr.sbin/pciconf/pciconf.c From owner-cvs-usrsbin Wed Oct 8 00:48:57 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA29944 for cvs-usrsbin-outgoing; Wed, 8 Oct 1997 00:48:57 -0700 (PDT) (envelope-from owner-cvs-usrsbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id AAA29899; Wed, 8 Oct 1997 00:48:29 -0700 (PDT) (envelope-from charnier@FreeBSD.org) From: Philippe Charnier Received: (from charnier@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id AAA05079; Wed, 8 Oct 1997 00:48:25 -0700 (PDT) Date: Wed, 8 Oct 1997 00:48:25 -0700 (PDT) Message-Id: <199710080748.AAA05079@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/pkg_install/add extract.c futil.c main.c perform.c pkg_add.1 src/usr.sbin/pkg_install/create create.h main.c perform.c pkg_create.1 pl.c src/usr.sbin/pkg_install/delete main.c perform.c pkg_delete.1 src/usr.sbin/pkg_install/info main.c ... Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk charnier 1997/10/08 00:48:24 PDT Modified files: usr.sbin/pkg_install/add extract.c futil.c main.c perform.c pkg_add.1 usr.sbin/pkg_install/create create.h main.c perform.c pkg_create.1 pl.c usr.sbin/pkg_install/delete main.c perform.c pkg_delete.1 usr.sbin/pkg_install/info main.c perform.c pkg_info.1 show.c usr.sbin/pkg_install/lib exec.c file.c global.c lib.h msg.c pen.c plist.c str.c Log: Use err(3). Cosmetics in usage string and man page. Revision Changes Path 1.17 +19 -12 src/usr.sbin/pkg_install/add/extract.c 1.7 +7 -8 src/usr.sbin/pkg_install/add/futil.c 1.16 +18 -29 src/usr.sbin/pkg_install/add/main.c 1.43 +50 -36 src/usr.sbin/pkg_install/add/perform.c 1.22 +8 -14 src/usr.sbin/pkg_install/add/pkg_add.1 1.13 +1 -2 src/usr.sbin/pkg_install/create/create.h 1.17 +17 -38 src/usr.sbin/pkg_install/create/main.c 1.37 +19 -13 src/usr.sbin/pkg_install/create/perform.c 1.23 +22 -33 src/usr.sbin/pkg_install/create/pkg_create.1 1.11 +7 -5 src/usr.sbin/pkg_install/create/pl.c 1.11 +12 -27 src/usr.sbin/pkg_install/delete/main.c 1.14 +28 -23 src/usr.sbin/pkg_install/delete/perform.c 1.8 +5 -11 src/usr.sbin/pkg_install/delete/pkg_delete.1 1.14 +13 -35 src/usr.sbin/pkg_install/info/main.c 1.22 +7 -6 src/usr.sbin/pkg_install/info/perform.c 1.14 +3 -3 src/usr.sbin/pkg_install/info/pkg_info.1 1.11 +5 -3 src/usr.sbin/pkg_install/info/show.c 1.6 +5 -3 src/usr.sbin/pkg_install/lib/exec.c 1.29 +18 -14 src/usr.sbin/pkg_install/lib/file.c 1.6 +2 -1 src/usr.sbin/pkg_install/lib/global.c 1.25 +1 -2 src/usr.sbin/pkg_install/lib/lib.h 1.9 +5 -30 src/usr.sbin/pkg_install/lib/msg.c 1.25 +19 -15 src/usr.sbin/pkg_install/lib/pen.c 1.24 +17 -13 src/usr.sbin/pkg_install/lib/plist.c 1.5 +2 -1 src/usr.sbin/pkg_install/lib/str.c From owner-cvs-usrsbin Wed Oct 8 03:33:46 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id DAA10012 for cvs-usrsbin-outgoing; Wed, 8 Oct 1997 03:33:46 -0700 (PDT) (envelope-from owner-cvs-usrsbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id DAA09983; Wed, 8 Oct 1997 03:33:20 -0700 (PDT) (envelope-from obrien@FreeBSD.org) From: "David E. O'Brien" Received: (from obrien@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id DAA06371; Wed, 8 Oct 1997 03:33:15 -0700 (PDT) Date: Wed, 8 Oct 1997 03:33:15 -0700 (PDT) Message-Id: <199710081033.DAA06371@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/pciconf pciconf.8 Makefile Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk obrien 1997/10/08 03:33:14 PDT Modified files: (Branch: RELENG_2_2) usr.sbin/pciconf Makefile Added files: (Branch: RELENG_2_2) usr.sbin/pciconf pciconf.8 Log: Merge manpage from -CURRENT, minus the ``-a'' flag. Requested by: Philippe Charnier Revision Changes Path 1.1.1.1.2.1 +1 -1 src/usr.sbin/pciconf/Makefile From owner-cvs-usrsbin Thu Oct 9 00:11:12 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA13895 for cvs-usrsbin-outgoing; Thu, 9 Oct 1997 00:11:12 -0700 (PDT) (envelope-from owner-cvs-usrsbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id AAA13855; Thu, 9 Oct 1997 00:10:33 -0700 (PDT) (envelope-from charnier@FreeBSD.org) From: Philippe Charnier Received: (from charnier@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id AAA27845; Thu, 9 Oct 1997 00:10:21 -0700 (PDT) Date: Thu, 9 Oct 1997 00:10:21 -0700 (PDT) Message-Id: <199710090710.AAA27845@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/pkg_install/add extract.c futil.c main.c perform.c pkg_add.1 src/usr.sbin/pkg_install/create create.h main.c perform.c pkg_create.1 pl.c src/usr.sbin/pkg_install/delete main.c perform.c pkg_delete.1 src/usr.sbin/pkg_install/info main.c ... Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk charnier 1997/10/09 00:10:21 PDT Modified files: (Branch: RELENG_2_2) usr.sbin/pkg_install/add extract.c futil.c main.c perform.c pkg_add.1 usr.sbin/pkg_install/create create.h main.c perform.c pkg_create.1 pl.c usr.sbin/pkg_install/delete main.c perform.c pkg_delete.1 usr.sbin/pkg_install/info main.c perform.c pkg_info.1 show.c usr.sbin/pkg_install/lib exec.c file.c global.c lib.h msg.c pen.c plist.c str.c Log: MFC: Use err(3). Cosmetics in usage string and man page. Revision Changes Path 1.7.6.7 +17 -11 src/usr.sbin/pkg_install/add/extract.c 1.4.6.1 +7 -8 src/usr.sbin/pkg_install/add/futil.c 1.11.2.2 +20 -31 src/usr.sbin/pkg_install/add/main.c 1.37.2.4 +50 -36 src/usr.sbin/pkg_install/add/perform.c 1.17.2.5 +8 -14 src/usr.sbin/pkg_install/add/pkg_add.1 1.9.2.2 +1 -2 src/usr.sbin/pkg_install/create/create.h 1.12.2.3 +18 -39 src/usr.sbin/pkg_install/create/main.c 1.32.2.3 +19 -13 src/usr.sbin/pkg_install/create/perform.c 1.16.2.6 +22 -33 src/usr.sbin/pkg_install/create/pkg_create.1 1.8.2.1 +7 -5 src/usr.sbin/pkg_install/create/pl.c 1.6.2.2 +14 -29 src/usr.sbin/pkg_install/delete/main.c 1.10.2.2 +28 -23 src/usr.sbin/pkg_install/delete/perform.c 1.6.2.2 +5 -11 src/usr.sbin/pkg_install/delete/pkg_delete.1 1.10.2.2 +14 -36 src/usr.sbin/pkg_install/info/main.c 1.19.2.1 +7 -6 src/usr.sbin/pkg_install/info/perform.c 1.11.2.3 +3 -3 src/usr.sbin/pkg_install/info/pkg_info.1 1.8.2.1 +5 -3 src/usr.sbin/pkg_install/info/show.c 1.3.6.1 +5 -3 src/usr.sbin/pkg_install/lib/exec.c 1.24.2.3 +18 -14 src/usr.sbin/pkg_install/lib/file.c 1.3.2.1 +2 -1 src/usr.sbin/pkg_install/lib/global.c 1.22.2.1 +1 -2 src/usr.sbin/pkg_install/lib/lib.h 1.6.2.1 +5 -30 src/usr.sbin/pkg_install/lib/msg.c 1.22.2.1 +19 -15 src/usr.sbin/pkg_install/lib/pen.c 1.17.2.5 +17 -13 src/usr.sbin/pkg_install/lib/plist.c 1.4.2.1 +2 -1 src/usr.sbin/pkg_install/lib/str.c From owner-cvs-usrsbin Thu Oct 9 00:18:23 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA14337 for cvs-usrsbin-outgoing; Thu, 9 Oct 1997 00:18:23 -0700 (PDT) (envelope-from owner-cvs-usrsbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id AAA14297; Thu, 9 Oct 1997 00:17:49 -0700 (PDT) (envelope-from charnier@FreeBSD.org) From: Philippe Charnier Received: (from charnier@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id AAA27959; Thu, 9 Oct 1997 00:17:37 -0700 (PDT) Date: Thu, 9 Oct 1997 00:17:37 -0700 (PDT) Message-Id: <199710090717.AAA27959@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/portmap from_local.c pmap_check.c portmap.8 portmap.c src/usr.sbin/portmap/pmap_dump pmap_dump.c src/usr.sbin/portmap/pmap_set pmap_set.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk charnier 1997/10/09 00:17:37 PDT Modified files: usr.sbin/portmap from_local.c pmap_check.c portmap.8 portmap.c usr.sbin/portmap/pmap_dump pmap_dump.c usr.sbin/portmap/pmap_set pmap_set.c Log: Use err(3). Add usage(). Correct the .Nd string: in real life, portmap is translating rpc prog numbers to darpa ports, not the opposite. Revision Changes Path 1.5 +7 -0 src/usr.sbin/portmap/from_local.c 1.3 +23 -10 src/usr.sbin/portmap/pmap_check.c 1.4 +13 -12 src/usr.sbin/portmap/portmap.8 1.6 +27 -18 src/usr.sbin/portmap/portmap.c 1.3 +5 -0 src/usr.sbin/portmap/pmap_dump/pmap_dump.c 1.3 +11 -2 src/usr.sbin/portmap/pmap_set/pmap_set.c From owner-cvs-usrsbin Thu Oct 9 00:23:04 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA14649 for cvs-usrsbin-outgoing; Thu, 9 Oct 1997 00:23:04 -0700 (PDT) (envelope-from owner-cvs-usrsbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id AAA14604; Thu, 9 Oct 1997 00:22:23 -0700 (PDT) (envelope-from charnier@FreeBSD.org) From: Philippe Charnier Received: (from charnier@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id AAA28006; Thu, 9 Oct 1997 00:22:11 -0700 (PDT) Date: Thu, 9 Oct 1997 00:22:11 -0700 (PDT) Message-Id: <199710090722.AAA28006@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/pstat pstat.8 pstat.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk charnier 1997/10/09 00:22:11 PDT Modified files: usr.sbin/pstat pstat.8 pstat.c Log: Use err(3). Add usage(). Default source of tables (-M) is /dev/mem, not /dev/kmem. Revision Changes Path 1.15 +8 -6 src/usr.sbin/pstat/pstat.8 1.31 +29 -22 src/usr.sbin/pstat/pstat.c From owner-cvs-usrsbin Thu Oct 9 03:47:33 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id DAA23559 for cvs-usrsbin-outgoing; Thu, 9 Oct 1997 03:47:33 -0700 (PDT) (envelope-from owner-cvs-usrsbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id DAA23523; Thu, 9 Oct 1997 03:46:54 -0700 (PDT) (envelope-from obrien@FreeBSD.org) From: "David E. O'Brien" Received: (from obrien@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id DAA28912; Thu, 9 Oct 1997 03:46:40 -0700 (PDT) Date: Thu, 9 Oct 1997 03:46:40 -0700 (PDT) Message-Id: <199710091046.DAA28912@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/pwd_mkdb Makefile pwd_mkdb.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk obrien 1997/10/09 03:46:39 PDT Modified files: (Branch: RELENG_2_2) usr.sbin/pwd_mkdb Makefile pwd_mkdb.c Log: MFC. Approved by: jkh Revision Changes Path 1.2.8.1 +1 -0 src/usr.sbin/pwd_mkdb/Makefile 1.15.2.4 +26 -5 src/usr.sbin/pwd_mkdb/pwd_mkdb.c From owner-cvs-usrsbin Thu Oct 9 13:30:26 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id NAA27266 for cvs-usrsbin-outgoing; Thu, 9 Oct 1997 13:30:26 -0700 (PDT) (envelope-from owner-cvs-usrsbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id NAA27173; Thu, 9 Oct 1997 13:29:56 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) From: Bill Paul Received: (from wpaul@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id NAA16787; Thu, 9 Oct 1997 13:29:40 -0700 (PDT) Date: Thu, 9 Oct 1997 13:29:40 -0700 (PDT) Message-Id: <199710092029.NAA16787@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ypbind yp_ping.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wpaul 1997/10/09 13:29:40 PDT Modified files: usr.sbin/ypbind yp_ping.c Log: Fix bug in __yp_ping(): keep proper count of assigned request structures. The test to see if a request struct had been assigned after looping though the server list was bogus. Submitted by: "Erik E. Rantapaa" Revision Changes Path 1.2 +5 -3 src/usr.sbin/ypbind/yp_ping.c From owner-cvs-usrsbin Thu Oct 9 23:03:43 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA25957 for cvs-usrsbin-outgoing; Thu, 9 Oct 1997 23:03:43 -0700 (PDT) (envelope-from owner-cvs-usrsbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id XAA25931; Thu, 9 Oct 1997 23:03:18 -0700 (PDT) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id XAA19590; Thu, 9 Oct 1997 23:02:58 -0700 (PDT) Date: Thu, 9 Oct 1997 23:02:58 -0700 (PDT) Message-Id: <199710100602.XAA19590@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/pppd auth.c options.c pppd.h Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 1997/10/09 23:02:58 PDT Modified files: usr.sbin/pppd auth.c options.c pppd.h Log: Revive some things that were lost during the ppp-2.3.1 update. - (see auth.c rev 1.13) allow the pap/chap secrets file to specify an override for the otherwise hard coded IP addresses. This allows specific users to dial in on a rotary which would otherwise get a dynamic address forced to authenticate and get their own fixed addresses. - (see options.c rev 1.9) recognize the old dns1 and dns2 options. This is a hack (TM). :-) Revision Changes Path 1.19 +48 -2 src/usr.sbin/pppd/auth.c 1.15 +6 -3 src/usr.sbin/pppd/options.c 1.10 +3 -1 src/usr.sbin/pppd/pppd.h From owner-cvs-usrsbin Thu Oct 9 23:18:10 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA26592 for cvs-usrsbin-outgoing; Thu, 9 Oct 1997 23:18:10 -0700 (PDT) (envelope-from owner-cvs-usrsbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id XAA26552; Thu, 9 Oct 1997 23:17:34 -0700 (PDT) (envelope-from charnier@FreeBSD.org) From: Philippe Charnier Received: (from charnier@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id XAA19754; Thu, 9 Oct 1997 23:17:15 -0700 (PDT) Date: Thu, 9 Oct 1997 23:17:15 -0700 (PDT) Message-Id: <199710100617.XAA19754@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/portmap from_local.c pmap_check.c portmap.8 portmap.c src/usr.sbin/portmap/pmap_dump pmap_dump.c src/usr.sbin/portmap/pmap_set pmap_set.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk charnier 1997/10/09 23:17:15 PDT Modified files: (Branch: RELENG_2_2) usr.sbin/portmap from_local.c pmap_check.c portmap.8 portmap.c usr.sbin/portmap/pmap_dump pmap_dump.c usr.sbin/portmap/pmap_set pmap_set.c Log: MFC: Use err(3). Add usage(). Correct the .Nd string. Revision Changes Path 1.2.6.1 +7 -0 src/usr.sbin/portmap/from_local.c 1.2.6.1 +23 -10 src/usr.sbin/portmap/pmap_check.c 1.2.2.2 +13 -12 src/usr.sbin/portmap/portmap.8 1.4.2.2 +27 -18 src/usr.sbin/portmap/portmap.c 1.2.6.1 +5 -0 src/usr.sbin/portmap/pmap_dump/pmap_dump.c 1.2.6.1 +11 -2 src/usr.sbin/portmap/pmap_set/pmap_set.c From owner-cvs-usrsbin Thu Oct 9 23:19:25 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA26649 for cvs-usrsbin-outgoing; Thu, 9 Oct 1997 23:19:25 -0700 (PDT) (envelope-from owner-cvs-usrsbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id XAA26613; Thu, 9 Oct 1997 23:19:04 -0700 (PDT) (envelope-from charnier@FreeBSD.org) From: Philippe Charnier Received: (from charnier@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id XAA19809; Thu, 9 Oct 1997 23:18:44 -0700 (PDT) Date: Thu, 9 Oct 1997 23:18:44 -0700 (PDT) Message-Id: <199710100618.XAA19809@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/pstat pstat.8 pstat.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk charnier 1997/10/09 23:18:44 PDT Modified files: (Branch: RELENG_2_2) usr.sbin/pstat pstat.8 pstat.c Log: MFC: Use err(3). Add usage(). Revision Changes Path 1.10.2.1 +8 -6 src/usr.sbin/pstat/pstat.8 1.25.2.3 +29 -22 src/usr.sbin/pstat/pstat.c From owner-cvs-usrsbin Thu Oct 9 23:24:23 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA27120 for cvs-usrsbin-outgoing; Thu, 9 Oct 1997 23:24:23 -0700 (PDT) (envelope-from owner-cvs-usrsbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id XAA27025; Thu, 9 Oct 1997 23:24:04 -0700 (PDT) (envelope-from charnier@FreeBSD.org) From: Philippe Charnier Received: (from charnier@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id XAA19979; Thu, 9 Oct 1997 23:23:44 -0700 (PDT) Date: Thu, 9 Oct 1997 23:23:44 -0700 (PDT) Message-Id: <199710100623.XAA19979@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/pw bitmap.c cpdir.c edgroup.c fileupd.c grupd.c psdate.c pw.8 pw.c pw.conf.5 pw.h pw_conf.c pw_group.c pw_log.c pw_nis.c pw_user.c pwupd.c rm_r.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk charnier 1997/10/09 23:23:44 PDT Modified files: usr.sbin/pw bitmap.c cpdir.c edgroup.c fileupd.c grupd.c psdate.c pw.8 pw.c pw.conf.5 pw.h pw_conf.c pw_group.c pw_log.c pw_nis.c pw_user.c pwupd.c rm_r.c Log: Use err(3) instead of local redefinition. Add rcsid string. Revision Changes Path 1.4 +5 -2 src/usr.sbin/pw/bitmap.c 1.4 +11 -8 src/usr.sbin/pw/cpdir.c 1.5 +5 -3 src/usr.sbin/pw/edgroup.c 1.5 +5 -2 src/usr.sbin/pw/fileupd.c 1.5 +5 -3 src/usr.sbin/pw/grupd.c 1.4 +5 -2 src/usr.sbin/pw/psdate.c 1.11 +53 -51 src/usr.sbin/pw/pw.8 1.7 +26 -52 src/usr.sbin/pw/pw.c 1.7 +16 -18 src/usr.sbin/pw/pw.conf.5 1.7 +1 -2 src/usr.sbin/pw/pw.h 1.7 +5 -2 src/usr.sbin/pw/pw_conf.c 1.7 +19 -15 src/usr.sbin/pw/pw_group.c 1.4 +5 -2 src/usr.sbin/pw/pw_log.c 1.4 +5 -2 src/usr.sbin/pw/pw_nis.c 1.23 +52 -48 src/usr.sbin/pw/pw_user.c 1.6 +5 -2 src/usr.sbin/pw/pwupd.c 1.4 +5 -2 src/usr.sbin/pw/rm_r.c From owner-cvs-usrsbin Thu Oct 9 23:27:37 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA27416 for cvs-usrsbin-outgoing; Thu, 9 Oct 1997 23:27:37 -0700 (PDT) (envelope-from owner-cvs-usrsbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id XAA27390; Thu, 9 Oct 1997 23:27:27 -0700 (PDT) (envelope-from charnier@FreeBSD.org) From: Philippe Charnier Received: (from charnier@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id XAA20037; Thu, 9 Oct 1997 23:27:08 -0700 (PDT) Date: Thu, 9 Oct 1997 23:27:08 -0700 (PDT) Message-Id: <199710100627.XAA20037@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/pwd_mkdb pw_scan.c pwd_mkdb.8 pwd_mkdb.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk charnier 1997/10/09 23:27:07 PDT Modified files: usr.sbin/pwd_mkdb pw_scan.c pwd_mkdb.8 pwd_mkdb.c Log: Staticize usage(). Cosmetics. Revision Changes Path 1.6 +5 -2 src/usr.sbin/pwd_mkdb/pw_scan.c 1.5 +8 -8 src/usr.sbin/pwd_mkdb/pwd_mkdb.8 1.20 +11 -6 src/usr.sbin/pwd_mkdb/pwd_mkdb.c From owner-cvs-usrsbin Thu Oct 9 23:29:38 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA27592 for cvs-usrsbin-outgoing; Thu, 9 Oct 1997 23:29:38 -0700 (PDT) (envelope-from owner-cvs-usrsbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id XAA27551; Thu, 9 Oct 1997 23:29:24 -0700 (PDT) (envelope-from charnier@FreeBSD.org) From: Philippe Charnier Received: (from charnier@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id XAA20113; Thu, 9 Oct 1997 23:29:04 -0700 (PDT) Date: Thu, 9 Oct 1997 23:29:04 -0700 (PDT) Message-Id: <199710100629.XAA20113@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/qcamcontrol qcamcontrol.1 qcamcontrol.c src/usr.sbin/qcamcontrol/qcamtime qcamtime.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk charnier 1997/10/09 23:29:04 PDT Modified files: usr.sbin/qcamcontrol qcamcontrol.1 qcamcontrol.c usr.sbin/qcamcontrol/qcamtime qcamtime.c Log: Use err(3). Silent -Wall. Revision Changes Path 1.3 +18 -15 src/usr.sbin/qcamcontrol/qcamcontrol.1 1.6 +37 -58 src/usr.sbin/qcamcontrol/qcamcontrol.c 1.2 +21 -31 src/usr.sbin/qcamcontrol/qcamtime/qcamtime.c From owner-cvs-usrsbin Thu Oct 9 23:30:39 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA27671 for cvs-usrsbin-outgoing; Thu, 9 Oct 1997 23:30:39 -0700 (PDT) (envelope-from owner-cvs-usrsbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id XAA27638; Thu, 9 Oct 1997 23:30:29 -0700 (PDT) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id XAA20154; Thu, 9 Oct 1997 23:30:09 -0700 (PDT) Date: Thu, 9 Oct 1997 23:30:09 -0700 (PDT) Message-Id: <199710100630.XAA20154@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/pppd pppd.8 Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 1997/10/09 23:30:09 PDT Modified files: usr.sbin/pppd pppd.8 Log: Revive rev 1.10, which documents the secrets files overrides for the local:remote IP addresses on the command line or the options.ttynn files. Revision Changes Path 1.15 +6 -2 src/usr.sbin/pppd/pppd.8 From owner-cvs-usrsbin Thu Oct 9 23:31:36 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA27747 for cvs-usrsbin-outgoing; Thu, 9 Oct 1997 23:31:36 -0700 (PDT) (envelope-from owner-cvs-usrsbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id XAA27717; Thu, 9 Oct 1997 23:31:27 -0700 (PDT) (envelope-from charnier@FreeBSD.org) From: Philippe Charnier Received: (from charnier@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id XAA20190; Thu, 9 Oct 1997 23:31:07 -0700 (PDT) Date: Thu, 9 Oct 1997 23:31:07 -0700 (PDT) Message-Id: <199710100631.XAA20190@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/quot quot.8 quot.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk charnier 1997/10/09 23:31:07 PDT Modified files: usr.sbin/quot quot.8 quot.c Log: Use err(3). Silent -Wall. Revision Changes Path 1.8 +6 -4 src/usr.sbin/quot/quot.8 1.7 +68 -73 src/usr.sbin/quot/quot.c From owner-cvs-usrsbin Fri Oct 10 02:29:11 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id CAA04996 for cvs-usrsbin-outgoing; Fri, 10 Oct 1997 02:29:11 -0700 (PDT) (envelope-from owner-cvs-usrsbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id CAA04964; Fri, 10 Oct 1997 02:29:00 -0700 (PDT) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id CAA21416; Fri, 10 Oct 1997 02:28:39 -0700 (PDT) Date: Fri, 10 Oct 1997 02:28:39 -0700 (PDT) Message-Id: <199710100928.CAA21416@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/pppd main.c options.c pppd.8 pppd.h Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 1997/10/10 02:28:39 PDT Modified files: usr.sbin/pppd main.c options.c pppd.8 pppd.h Log: Revive the connect-max-attempts option. When running in persist mode, this limits the number of retries before aborting. This can save expensive phone bills. :-) See rev 1.6 of main.c for original. Revision Changes Path 1.15 +12 -2 src/usr.sbin/pppd/main.c 1.16 +11 -1 src/usr.sbin/pppd/options.c 1.16 +6 -1 src/usr.sbin/pppd/pppd.8 1.11 +2 -1 src/usr.sbin/pppd/pppd.h From owner-cvs-usrsbin Fri Oct 10 04:59:53 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id EAA09368 for cvs-usrsbin-outgoing; Fri, 10 Oct 1997 04:59:53 -0700 (PDT) (envelope-from owner-cvs-usrsbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id EAA09340; Fri, 10 Oct 1997 04:59:27 -0700 (PDT) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id EAA24511; Fri, 10 Oct 1997 04:59:05 -0700 (PDT) Date: Fri, 10 Oct 1997 04:59:05 -0700 (PDT) Message-Id: <199710101159.EAA24511@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/pppd Makefile Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 1997/10/10 04:59:04 PDT Modified files: usr.sbin/pppd Makefile Log: Give PPP_FILTER a whirl. Revision Changes Path 1.10 +8 -3 src/usr.sbin/pppd/Makefile From owner-cvs-usrsbin Sat Oct 11 18:51:19 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id SAA21853 for cvs-usrsbin-outgoing; Sat, 11 Oct 1997 18:51:19 -0700 (PDT) (envelope-from owner-cvs-usrsbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id SAA21809; Sat, 11 Oct 1997 18:50:15 -0700 (PDT) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id SAA27793; Sat, 11 Oct 1997 18:49:40 -0700 (PDT) Date: Sat, 11 Oct 1997 18:49:40 -0700 (PDT) Message-Id: <199710120149.SAA27793@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp command.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1997/10/11 18:49:40 PDT Modified files: usr.sbin/ppp command.c Log: Cosmetic: Mention that ppp is suspending before executing a "shell" command. Revision Changes Path 1.86 +7 -2 src/usr.sbin/ppp/command.c From owner-cvs-usrsbin Sat Oct 11 18:52:15 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id SAA21908 for cvs-usrsbin-outgoing; Sat, 11 Oct 1997 18:52:15 -0700 (PDT) (envelope-from owner-cvs-usrsbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id SAA21876; Sat, 11 Oct 1997 18:52:00 -0700 (PDT) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id SAA28636; Sat, 11 Oct 1997 18:51:26 -0700 (PDT) Date: Sat, 11 Oct 1997 18:51:26 -0700 (PDT) Message-Id: <199710120151.SAA28636@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp command.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1997/10/11 18:51:25 PDT Modified files: (Branch: RELENG_2_2) usr.sbin/ppp command.c Log: MFC: Cosmetic: Mention that ppp is suspending before executing a "shell" command. Revision Changes Path 1.24.2.43 +7 -2 src/usr.sbin/ppp/command.c