From owner-cvs-libexec Mon Sep 1 03:09:20 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id DAA17940 for cvs-libexec-outgoing; Mon, 1 Sep 1997 03:09:20 -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 DAA17856; Mon, 1 Sep 1997 03:07:42 -0700 (PDT) From: David Nugent Received: (from davidn@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id DAA03523; Mon, 1 Sep 1997 03:06:07 -0700 (PDT) Date: Mon, 1 Sep 1997 03:06:07 -0700 (PDT) Message-Id: <199709011006.DAA03523@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-libexec@FreeBSD.ORG Subject: cvs commit: src/libexec/getty chat.c subr.c Sender: owner-cvs-libexec@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk davidn 1997/09/01 03:06:07 PDT Modified files: libexec/getty chat.c subr.c Log: Use cgetustr() since we handled special escapes ourselves. Fix typo in escape parsing function. PR: 4370 Submitted by: sumii@is.s.u-tokyo.ac.jp Revision Changes Path 1.4 +2 -2 src/libexec/getty/chat.c 1.11 +3 -3 src/libexec/getty/subr.c From owner-cvs-libexec Mon Sep 1 03:12:18 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id DAA18099 for cvs-libexec-outgoing; Mon, 1 Sep 1997 03:12:18 -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 DAA18004; Mon, 1 Sep 1997 03:10:25 -0700 (PDT) From: David Nugent Received: (from davidn@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id DAA03571; Mon, 1 Sep 1997 03:08:50 -0700 (PDT) Date: Mon, 1 Sep 1997 03:08:50 -0700 (PDT) Message-Id: <199709011008.DAA03571@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-libexec@FreeBSD.ORG Subject: cvs commit: src/libexec/getty chat.c subr.c Sender: owner-cvs-libexec@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk davidn 1997/09/01 03:08:50 PDT Modified files: (Branch: RELENG_2_2) libexec/getty chat.c subr.c Log: MFC: Use cgetustr() and typo (== => =) fix. PR: 4370 Submitted by: sumii@is.s.u-tokyo.ac.jp Revision Changes Path 1.3.2.1 +2 -2 src/libexec/getty/chat.c 1.6.2.3 +3 -3 src/libexec/getty/subr.c From owner-cvs-libexec Tue Sep 2 00:14:15 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA21666 for cvs-libexec-outgoing; Tue, 2 Sep 1997 00:14:15 -0700 (PDT) Received: from access.sfc.wide.ad.jp (bourbon.sfc.wide.ad.jp [203.178.139.171]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id AAA21645; Tue, 2 Sep 1997 00:14:06 -0700 (PDT) Received: from bourbon.sfc.wide.ad.jp (localhost [127.0.0.1]) by access.sfc.wide.ad.jp (8.8.7/3.5Wpl107/15/97) with ESMTP id QAA00547; Tue, 2 Sep 1997 16:13:57 +0900 (JST) Message-Id: <199709020713.QAA00547@access.sfc.wide.ad.jp> To: davidn@FreeBSD.ORG Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-libexec@FreeBSD.ORG Cc: max@wide.ad.jp Subject: Re: cvs commit: src/libexec/getty chat.c subr.c From: Masafumi NAKANE/=?ISO-2022-JP?B?GyRCQ2Y6LDJtSjgbKEI=?= In-Reply-To: Your message of "Mon, 1 Sep 1997 03:06:07 -0700 (PDT)" References: <199709011006.DAA03523@freefall.freebsd.org> X-Mailer: Mew version 1.70 on Emacs 19.28.1 / Mule 2.3 X-PGP-Fingerprint: 00 D8 2C CA C7 75 D4 40 5C 34 39 BA A5 46 C0 CC Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Tue, 02 Sep 1997 16:13:56 +0900 Sender: owner-cvs-libexec@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > davidn 1997/09/01 03:06:07 PDT > Modified files: > libexec/getty chat.c subr.c > Log: > Use cgetustr() since we handled special escapes ourselves. > Fix typo in escape parsing function. > PR: 4370 > Submitted by: sumii@is.s.u-tokyo.ac.jp > Revision Changes Path > 1.4 +2 -2 src/libexec/getty/chat.c > 1.11 +3 -3 src/libexec/getty/subr.c I'm not sure if this change is the real cause for this, but as I brought my system up to the latest -current, the initail bannar on the serial terminal came to have `\n's and `\r's. IFor logins via network, ie ttyp?, this doesn't happen, though. Max From owner-cvs-libexec Tue Sep 2 07:10:36 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id HAA07949 for cvs-libexec-outgoing; Tue, 2 Sep 1997 07:10:36 -0700 (PDT) Received: from access.sfc.wide.ad.jp (bourbon.sfc.wide.ad.jp [203.178.139.171]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id HAA07936; Tue, 2 Sep 1997 07:10:21 -0700 (PDT) Received: from bourbon.sfc.wide.ad.jp (localhost [127.0.0.1]) by access.sfc.wide.ad.jp (8.8.7/3.5Wpl107/15/97) with ESMTP id XAA12185; Tue, 2 Sep 1997 23:09:33 +0900 (JST) Message-Id: <199709021409.XAA12185@access.sfc.wide.ad.jp> To: andreas@klemm.gtn.com Cc: max@wide.ad.jp, davidn@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-libexec@FreeBSD.ORG Subject: Re: cvs commit: src/libexec/getty chat.c subr.c From: Masafumi NAKANE/=?ISO-2022-JP?B?GyRCQ2Y6LDJtSjgbKEI=?= In-Reply-To: Your message of "Tue, 2 Sep 1997 13:24:01 +0200" References: <19970902132401.18756@klemm.gtn.com> X-Mailer: Mew version 1.70 on Emacs 19.28.1 / Mule 2.3 X-PGP-Fingerprint: 00 D8 2C CA C7 75 D4 40 5C 34 39 BA A5 46 C0 CC Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Tue, 02 Sep 1997 23:09:33 +0900 Sender: owner-cvs-libexec@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > BTW, any reason, why this code went into RELENG_2_2 in a hurry > about 2 minutes later with zero testing ? ;-) This reminds me that I've been getting this feeling that some committers are making changes to RELENG_2_2 too soon. IMO, except for things like spelling correction, we should wait for awhile, maybe a day or two, before bringing changes into the stable branch. Max From owner-cvs-libexec Tue Sep 2 18:09:14 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id SAA08035 for cvs-libexec-outgoing; Tue, 2 Sep 1997 18:09:14 -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 SAA07970; Tue, 2 Sep 1997 18:07:25 -0700 (PDT) From: David Nugent Received: (from davidn@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id SAA14826; Tue, 2 Sep 1997 18:05:38 -0700 (PDT) Date: Tue, 2 Sep 1997 18:05:38 -0700 (PDT) Message-Id: <199709030105.SAA14826@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-libexec@FreeBSD.ORG Subject: cvs commit: src/libexec/getty subr.c Sender: owner-cvs-libexec@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk davidn 1997/09/02 18:05:37 PDT Modified files: libexec/getty subr.c Log: Fix botch with escaped characters, go back to using cgetstr(). For escaped characters used in modem strings, use double-backslashes in gettytab. PR: 4370 Revision Changes Path 1.12 +3 -3 src/libexec/getty/subr.c From owner-cvs-libexec Tue Sep 2 18:12:34 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id SAA08201 for cvs-libexec-outgoing; Tue, 2 Sep 1997 18:12:34 -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 SAA08118; Tue, 2 Sep 1997 18:10:31 -0700 (PDT) From: David Nugent Received: (from davidn@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id SAA14871; Tue, 2 Sep 1997 18:08:43 -0700 (PDT) Date: Tue, 2 Sep 1997 18:08:43 -0700 (PDT) Message-Id: <199709030108.SAA14871@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-libexec@FreeBSD.ORG Subject: cvs commit: src/libexec/getty subr.c Sender: owner-cvs-libexec@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk davidn 1997/09/02 18:08:42 PDT Modified files: (Branch: RELENG_2_2) libexec/getty subr.c Log: MFC: cgetustr() -> cgetstr(). Revision Changes Path 1.6.2.4 +3 -3 src/libexec/getty/subr.c From owner-cvs-libexec Wed Sep 3 01:06:41 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id BAA27749 for cvs-libexec-outgoing; Wed, 3 Sep 1997 01:06:41 -0700 (PDT) Received: from kongur.cs.ucdavis.edu (kongur.cs.ucdavis.edu [128.120.56.192]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id BAA27741; Wed, 3 Sep 1997 01:06:38 -0700 (PDT) Received: from dragon.nuxi.com (hydra94.wco.com [208.147.44.94]) by kongur.cs.ucdavis.edu (8.8.5/8.8.5) with ESMTP id BAA27396; Wed, 3 Sep 1997 01:06:34 -0700 (PDT) Received: (from obrien@localhost) by dragon.nuxi.com (8.8.5/8.7.3) id IAA00931; Wed, 3 Sep 1997 08:06:32 GMT Message-ID: <19970903010631.06443@dragon.nuxi.com> Date: Wed, 3 Sep 1997 01:06:31 -0700 From: "David O'Brien" To: David Nugent Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-libexec@FreeBSD.ORG Subject: Re: cvs commit: src/libexec/getty subr.c Reply-To: obrien@NUXI.COM References: <199709030105.SAA14826@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.76 In-Reply-To: <199709030105.SAA14826@freefall.freebsd.org>; from David Nugent on Tue, Sep 02, 1997 at 06:05:38PM -0700 X-Warning: Mutt Bites! X-Operating-System: FreeBSD 2.2-STABLE Organization: The NUXI *BSD group X-PGP-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Keyid: 34F9F9D5 Sender: owner-cvs-libexec@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Modified files: > libexec/getty subr.c > Log: > Fix botch with escaped characters, go back to using cgetstr(). > For escaped characters used in modem strings, use double-backslashes Gentleman, please remember, -STABLE is just that -- STABLE. The previous change obviously wasn't tested against 2.2-STABLE. Quite a surpise on rebooting from a ``make world'' With a 30-day countdown, this is dangerous. -- -- David (obrien@NUXI.com -or- obrien@FreeBSD.org) From owner-cvs-libexec Wed Sep 3 03:32:34 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id DAA04639 for cvs-libexec-outgoing; Wed, 3 Sep 1997 03:32:34 -0700 (PDT) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id DAA04632; Wed, 3 Sep 1997 03:32:29 -0700 (PDT) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.7/8.6.9) with ESMTP id DAA04069; Wed, 3 Sep 1997 03:31:15 -0700 (PDT) To: obrien@NUXI.COM cc: David Nugent , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-libexec@FreeBSD.ORG Subject: Re: cvs commit: src/libexec/getty subr.c In-reply-to: Your message of "Wed, 03 Sep 1997 01:06:31 PDT." <19970903010631.06443@dragon.nuxi.com> Date: Wed, 03 Sep 1997 03:31:15 -0700 Message-ID: <4065.873282675@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-libexec@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk My sentiments exactly. Please be extra careful, folks, in these last days before 2.2.5! I don't think any of us want it to be our first dot-five release which is _worse_ in stability than its predecessors. :-( Jordan > > Modified files: > > libexec/getty subr.c > > Log: > > Fix botch with escaped characters, go back to using cgetstr(). > > For escaped characters used in modem strings, use double-backslashes > > Gentleman, please remember, -STABLE is just that -- STABLE. > > The previous change obviously wasn't tested against 2.2-STABLE. > Quite a surpise on rebooting from a ``make world'' > > With a 30-day countdown, this is dangerous. > > -- > -- David (obrien@NUXI.com -or- obrien@FreeBSD.org) From owner-cvs-libexec Fri Sep 5 04:22:30 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id EAA01781 for cvs-libexec-outgoing; Fri, 5 Sep 1997 04:22:30 -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 EAA01672; Fri, 5 Sep 1997 04:19:32 -0700 (PDT) From: Thomas Gellekum Received: (from tg@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id EAA04814; Fri, 5 Sep 1997 04:17:24 -0700 (PDT) Date: Fri, 5 Sep 1997 04:17:24 -0700 (PDT) Message-Id: <199709051117.EAA04814@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-libexec@FreeBSD.ORG Subject: cvs commit: src/libexec/ftpd extern.h Sender: owner-cvs-libexec@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk tg 1997/09/05 04:17:23 PDT Modified files: libexec/ftpd extern.h Log: logwtmp() prototype is in . Revision Changes Path 1.10 +1 -2 src/libexec/ftpd/extern.h From owner-cvs-libexec Fri Sep 5 04:48:12 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id EAA02530 for cvs-libexec-outgoing; Fri, 5 Sep 1997 04:48:12 -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 EAA02472; Fri, 5 Sep 1997 04:46:09 -0700 (PDT) From: Thomas Gellekum Received: (from tg@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id EAA05235; Fri, 5 Sep 1997 04:44:01 -0700 (PDT) Date: Fri, 5 Sep 1997 04:44:01 -0700 (PDT) Message-Id: <199709051144.EAA05235@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-libexec@FreeBSD.ORG Subject: cvs commit: src/libexec/ftpd extern.h ftpd.c logwtmp.c Sender: owner-cvs-libexec@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk tg 1997/09/05 04:44:01 PDT Modified files: libexec/ftpd extern.h ftpd.c logwtmp.c Log: Hopefully better fix for logwtmp(): rename to a private version ftpd_logwtmp(). Revision Changes Path 1.11 +2 -1 src/libexec/ftpd/extern.h 1.42 +4 -4 src/libexec/ftpd/ftpd.c 1.6 +2 -2 src/libexec/ftpd/logwtmp.c From owner-cvs-libexec Fri Sep 5 05:49:37 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id FAA06123 for cvs-libexec-outgoing; Fri, 5 Sep 1997 05:49:37 -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 FAA05950; Fri, 5 Sep 1997 05:47:41 -0700 (PDT) From: Thomas Gellekum Received: (from tg@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id FAA05596; Fri, 5 Sep 1997 05:45:33 -0700 (PDT) Date: Fri, 5 Sep 1997 05:45:33 -0700 (PDT) Message-Id: <199709051245.FAA05596@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-libexec@FreeBSD.ORG Subject: cvs commit: src/libexec/ftpd extern.h ftpd.c logwtmp.c Sender: owner-cvs-libexec@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk tg 1997/09/05 05:45:33 PDT Modified files: (Branch: RELENG_2_2) libexec/ftpd extern.h ftpd.c logwtmp.c Log: MFC: rename logwtmp() to ftpd_logwtmp(). Revision Changes Path 1.6.2.2 +2 -2 src/libexec/ftpd/extern.h 1.25.2.11 +4 -4 src/libexec/ftpd/ftpd.c 1.3.2.1 +2 -2 src/libexec/ftpd/logwtmp.c