From owner-cvs-usrbin Mon Jun 17 05:28:03 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id FAA14344 for cvs-usrbin-outgoing; Mon, 17 Jun 1996 05:28:03 -0700 (PDT) Received: (from ache@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id FAA14321; Mon, 17 Jun 1996 05:27:57 -0700 (PDT) Date: Mon, 17 Jun 1996 05:27:57 -0700 (PDT) From: "Andrey A. Chernov" Message-Id: <199606171227.FAA14321@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/login login.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ache 96/06/17 05:27:56 Modified: usr.bin/login login.c Log: Write numerical address instead of hostname for hostnames > UT_HOSTSIZE to keep valid information in utmp and lastlog Revision Changes Path 1.12 +21 -7 src/usr.bin/login/login.c From owner-cvs-usrbin Mon Jun 17 08:46:52 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA29652 for cvs-usrbin-outgoing; Mon, 17 Jun 1996 08:46:52 -0700 (PDT) Received: (from ache@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA29538; Mon, 17 Jun 1996 08:46:30 -0700 (PDT) Date: Mon, 17 Jun 1996 08:46:30 -0700 (PDT) From: "Andrey A. Chernov" Message-Id: <199606171546.IAA29538@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/w w.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ache 96/06/17 08:46:29 Modified: usr.bin/w w.c Log: Fix w -n to really show numeric addresses, close PR 402 Partially submitted by: henrich@msu.edu (Charles Henrich) Revision Changes Path 1.13 +11 -0 src/usr.bin/w/w.c From owner-cvs-usrbin Mon Jun 17 09:44:29 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA12618 for cvs-usrbin-outgoing; Mon, 17 Jun 1996 09:44:29 -0700 (PDT) Received: (from ache@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA12579; Mon, 17 Jun 1996 09:44:19 -0700 (PDT) Date: Mon, 17 Jun 1996 09:44:19 -0700 (PDT) From: "Andrey A. Chernov" Message-Id: <199606171644.JAA12579@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/last last.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ache 96/06/17 09:44:18 Modified: usr.bin/last last.c Log: Localize time Revision Changes Path 1.4 +27 -14 src/usr.bin/last/last.c From owner-cvs-usrbin Mon Jun 17 11:35:43 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA18018 for cvs-usrbin-outgoing; Mon, 17 Jun 1996 11:35:43 -0700 (PDT) Received: (from ache@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA17950; Mon, 17 Jun 1996 11:35:21 -0700 (PDT) Date: Mon, 17 Jun 1996 11:35:21 -0700 (PDT) From: "Andrey A. Chernov" Message-Id: <199606171835.LAA17950@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/w w.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ache 96/06/17 11:35:19 Modified: usr.bin/w w.c Log: Don't try convert "-" to numeric form for -n option Revision Changes Path 1.14 +1 -1 src/usr.bin/w/w.c From owner-cvs-usrbin Mon Jun 17 11:49:08 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA18894 for cvs-usrbin-outgoing; Mon, 17 Jun 1996 11:49:08 -0700 (PDT) Received: from spinner.DIALix.COM (spinner.DIALix.COM [192.203.228.67]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id LAA18885; Mon, 17 Jun 1996 11:49:03 -0700 (PDT) Received: from spinner.DIALix.COM (localhost.DIALix.oz.au [127.0.0.1]) by spinner.DIALix.COM (8.7.5/8.7.3) with ESMTP id CAA01858; Tue, 18 Jun 1996 02:49:00 +0800 (WST) Message-Id: <199606171849.CAA01858@spinner.DIALix.COM> X-Mailer: exmh version 1.6.6 3/24/96 To: "Andrey A. Chernov" cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-usrbin@freefall.freebsd.org Subject: Re: cvs commit: src/usr.bin/w w.c In-reply-to: Your message of "Mon, 17 Jun 1996 11:35:21 MST." <199606171835.LAA17950@freefall.freebsd.org> Date: Tue, 18 Jun 1996 02:49:00 +0800 From: Peter Wemm Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >ache 96/06/17 11:35:19 > > Modified: usr.bin/w w.c > Log: > Don't try convert "-" to numeric form for -n option I'm not sure I like the direction this is going.. The ut_host field is useful for storing various sorts of useful information, the changes that have just been made cause 'w -n' to break and print error messages if it cant resolve an internet-visible hostname in the field. At the very least, it should print what was there rather than breaking the formatting to print an error and no ut_host data. IMHO, the -n option was documented badly. As originally implemented, it was a "dont convert IP addresses to names" flag, but the man page wasn't in sync. I think that actively attempting to *convert* ut_host data to IP addresses (consider what 'screen' and the various 'xterm' etc programs put in there) is a mistake. Cheers, -Peter From owner-cvs-usrbin Mon Jun 17 12:23:58 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA20942 for cvs-usrbin-outgoing; Mon, 17 Jun 1996 12:23:58 -0700 (PDT) Received: (from ache@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA20923; Mon, 17 Jun 1996 12:23:41 -0700 (PDT) Date: Mon, 17 Jun 1996 12:23:41 -0700 (PDT) From: "Andrey A. Chernov" Message-Id: <199606171923.MAA20923@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/w w.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ache 96/06/17 12:23:40 Modified: usr.bin/w w.c Log: Fix xterm/screen/(any program using just :xxx form) compatibility Revision Changes Path 1.15 +1 -1 src/usr.bin/w/w.c From owner-cvs-usrbin Mon Jun 17 12:33:01 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA21618 for cvs-usrbin-outgoing; Mon, 17 Jun 1996 12:33:01 -0700 (PDT) Received: from sequent.kiae.su (sequent.kiae.su [144.206.136.6]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id MAA21591; Mon, 17 Jun 1996 12:32:44 -0700 (PDT) Received: by sequent.kiae.su id AA10483 (5.65.kiae-2 ); Mon, 17 Jun 1996 23:31:54 +0400 Received: by sequent.KIAE.su (UUMAIL/2.0); Mon, 17 Jun 96 23:31:53 +0400 Received: (from ache@localhost) by astral.msk.su (8.7.5/8.7.3) id XAA00442; Mon, 17 Jun 1996 23:30:54 +0400 (MSD) Message-Id: <199606171930.XAA00442@astral.msk.su> Subject: Re: cvs commit: src/usr.bin/w w.c To: peter@spinner.dialix.com (Peter Wemm) Date: Mon, 17 Jun 1996 23:30:53 +0400 (MSD) Cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-usrbin@freefall.freebsd.org In-Reply-To: <199606171849.CAA01858@spinner.DIALix.COM> from "Peter Wemm" at "Jun 18, 96 02:49:00 am" From: =?KOI8-R?Q?=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7?= (aka Andrey A. Chernov, Black Mage) X-Class: Fast X-Mailer: ELM [version 2.4ME+ PL19 (25)] Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > >ache 96/06/17 11:35:19 > > > > Modified: usr.bin/w w.c > > Log: > > Don't try convert "-" to numeric form for -n option > > I'm not sure I like the direction this is going.. The ut_host field is > useful for storing various sorts of useful information, the changes that Well, I need an example, at least one. All programs that I found keeps hostname in this field and _not_ various sorts of info. I mean general [][:] format. Moreover some statistics packages assume real hostname there, it will be nice for security reasons too or one host can mimic to another by using truncated names assumption. I think nobody wants to keep junk in utmp/wtmp/lastlog and junk will be there for all hostnames > 16. > have just been made cause 'w -n' to break and print error messages if it > cant resolve an internet-visible hostname in the field. At the very > least, it should print what was there rather than breaking the formatting > to print an error and no ut_host data. "What is there" can be an attempt to mimic to another host, I prefer error which is normally will _not_ printed because your machine _already_ got this name from nameserver before writing it to utmp. > IMHO, the -n option was documented badly. As originally implemented, it > was a "dont convert IP addresses to names" flag, but the man page wasn't > in sync. I think that actively attempting to *convert* ut_host data to IP I think manpage is right (it is the same flag as for netstat and it is very useful for scripts, please check PR original 402). I think w historically assumes IP address in utmp. > addresses (consider what 'screen' and the various 'xterm' etc programs put > in there) is a mistake. Sorry, I am not complete my changes at this moment, next w.c version will be compatible with xterm, screen and others. w.c already parses hostname using general format from above (I mean :xxx). -- Andrey A. Chernov : And I rest so composedly, /Now, in my bed, ache@astral.msk.su : That any beholder /Might fancy me dead - http://dt.demos.su/~ache : Might start at beholding me, /Thinking me dead. RELCOM Team,FreeBSD Team : E.A.Poe From "For Annie" 1849 From owner-cvs-usrbin Mon Jun 17 13:08:00 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA24379 for cvs-usrbin-outgoing; Mon, 17 Jun 1996 13:08:00 -0700 (PDT) Received: (from ache@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA24362; Mon, 17 Jun 1996 13:07:47 -0700 (PDT) Date: Mon, 17 Jun 1996 13:07:47 -0700 (PDT) From: "Andrey A. Chernov" Message-Id: <199606172007.NAA24362@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/w w.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ache 96/06/17 13:07:46 Modified: usr.bin/w w.c Log: Do not print herror message, if w -n gethostname failed to be 100% compatible with any program Suggested by: peter Revision Changes Path 1.16 +1 -2 src/usr.bin/w/w.c From owner-cvs-usrbin Mon Jun 17 13:18:18 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA25170 for cvs-usrbin-outgoing; Mon, 17 Jun 1996 13:18:18 -0700 (PDT) Received: from spinner.DIALix.COM (spinner.DIALix.COM [192.203.228.67]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id NAA25114; Mon, 17 Jun 1996 13:17:57 -0700 (PDT) Received: from spinner.DIALix.COM (localhost.DIALix.oz.au [127.0.0.1]) by spinner.DIALix.COM (8.7.5/8.7.3) with ESMTP id EAA02442; Tue, 18 Jun 1996 04:17:32 +0800 (WST) Message-Id: <199606172017.EAA02442@spinner.DIALix.COM> X-Mailer: exmh version 1.6.6 3/24/96 To: =?KOI8-R?Q?=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7?= (aka Andrey A. Chernov, Black Mage) cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-usrbin@freefall.freebsd.org Subject: Re: cvs commit: src/usr.bin/w w.c In-reply-to: Your message of "Mon, 17 Jun 1996 23:30:53 +0400." <199606171930.XAA00442@astral.msk.su> Date: Tue, 18 Jun 1996 04:17:32 +0800 From: Peter Wemm Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >> >ache 96/06/17 11:35:19 >> > >> > Modified: usr.bin/w w.c >> > Log: >> > Don't try convert "-" to numeric form for -n option >> >> I'm not sure I like the direction this is going.. The ut_host field is >> useful for storing various sorts of useful information, the changes that > >Well, I need an example, at least one. All programs that I found keeps >hostname in this field and _not_ various sorts of info. I mean general > [][:] >format. >Moreover some statistics packages assume real hostname there, >it will be nice for security reasons too or one host can >mimic to another by using truncated names assumption. >I think nobody wants to keep junk in utmp/wtmp/lastlog and junk >will be there for all hostnames > 16. Maybe so, but I dont think this is useful at all: % w -n 3:44AM up 17 days, 15:29, 19 users, load averages: 0.00, 0.00, 0.00 USER TTY FROM LOGIN@ IDLE WHAT ... gethostbyname: Unknown host hstake A04 28800/ARQ:ppp 2:53AM 50 -tserv ... peter pb :0.0 3:09AM 29 ssh -l root gecko2 gethostbyname: Unknown host root pc haywire.dialix.c 3:33AM 10 -csh (csh) gethostbyname: Unknown host peter pd unix:0.0 3:42AM - -csh (tcsh) I think it's pretty obvious when a hostname is invalid.. I'm not arguing about the conversion to IP addresses, I just dont like the new error messages when something slips through. >> IMHO, the -n option was documented badly. As originally implemented, it >> was a "dont convert IP addresses to names" flag, but the man page wasn't >> in sync. I think that actively attempting to *convert* ut_host data to IP > >I think manpage is right (it is the same flag as for netstat and it >is very useful for scripts, please check PR original 402). >I think w historically assumes IP address in utmp. No, it's a different case.. With 'route' and 'netstat' etc, the program starts off with an IP address and converts it to a hostname, and the -n flag disables the conversion and causes it to be displayed in it's natural form. If anything, the traditional meaning of "-n" means "no nameserver lookups", which is opposite of what you've done. Now, 'w -n' causes the nameserver to be referenced! :-( (I realise you're still working on it, but it's still not quite compatable with xterm.. X11 can have a $DISPLAY of "unix:0.0") (I think I should go and add a leading ":" to the entry that our modem pool monitoring software stores there since there seems to be a convention.. screen puts in things like ":ttyp6:S.0". If this indeed is the "rule", then a mention should be made in the utmp man page...) Incidently, how long has it been since the last round of discussion about the utmp/wtmp record size? I personally would like the default utmp/wtmp record size changed so that usernames are increased from 8 characters to either 12 or 16, and a new field added to store an IP address, and the pid of the session (allowing easier tracking of user processes from utmp records).. Cheers, -Peter From owner-cvs-usrbin Mon Jun 17 13:26:26 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA25842 for cvs-usrbin-outgoing; Mon, 17 Jun 1996 13:26:26 -0700 (PDT) Received: from sovcom.kiae.su (sovcom.kiae.su [144.206.136.1]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id NAA25816; Mon, 17 Jun 1996 13:26:02 -0700 (PDT) Received: by sovcom.kiae.su id AA09709 (5.65.kiae-1 ); Mon, 17 Jun 1996 23:11:17 +0300 Received: by sovcom.KIAE.su (UUMAIL/2.0); Mon, 17 Jun 96 23:11:17 +0300 Received: (from ache@localhost) by astral.msk.su (8.7.5/8.7.3) id AAA00684; Tue, 18 Jun 1996 00:10:47 +0400 (MSD) Message-Id: <199606172010.AAA00684@astral.msk.su> Subject: Re: cvs commit: src/usr.bin/w w.c To: ache@astral.msk.su (=?KOI8-R?Q?=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7?=) Date: Tue, 18 Jun 1996 00:10:46 +0400 (MSD) Cc: peter@spinner.dialix.com, CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-usrbin@freefall.freebsd.org In-Reply-To: <199606171930.XAA00442@astral.msk.su> from "Андрей Чернов" at "Jun 17, 96 11:30:53 pm" From: =?KOI8-R?Q?=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7?= (aka Andrey A. Chernov, Black Mage) X-Class: Fast X-Mailer: ELM [version 2.4ME+ PL19 (25)] Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > At the very > > least, it should print what was there rather than breaking the formatting > > to print an error and no ut_host data. Well, I change my mind here and agree with you now, it will be better to not print an error for 100% compatibility, next w.c version will do it. -- Andrey A. Chernov : And I rest so composedly, /Now, in my bed, ache@astral.msk.su : That any beholder /Might fancy me dead - http://dt.demos.su/~ache : Might start at beholding me, /Thinking me dead. RELCOM Team,FreeBSD Team : E.A.Poe From "For Annie" 1849 From owner-cvs-usrbin Mon Jun 17 14:12:41 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA29626 for cvs-usrbin-outgoing; Mon, 17 Jun 1996 14:12:41 -0700 (PDT) Received: from sovcom.kiae.su (sovcom.kiae.su [144.206.136.1]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id OAA29582; Mon, 17 Jun 1996 14:12:10 -0700 (PDT) Received: by sovcom.kiae.su id AA22664 (5.65.kiae-1 ); Tue, 18 Jun 1996 00:07:01 +0300 Received: by sovcom.KIAE.su (UUMAIL/2.0); Tue, 18 Jun 96 00:07:00 +0300 Received: (from ache@localhost) by astral.msk.su (8.7.5/8.7.3) id BAA00916; Tue, 18 Jun 1996 01:06:14 +0400 (MSD) Message-Id: <199606172106.BAA00916@astral.msk.su> Subject: Re: cvs commit: src/usr.bin/w w.c To: peter@spinner.dialix.com (Peter Wemm) Date: Tue, 18 Jun 1996 01:06:13 +0400 (MSD) Cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-usrbin@freefall.freebsd.org In-Reply-To: <199606172017.EAA02442@spinner.DIALix.COM> from "Peter Wemm" at "Jun 18, 96 04:17:32 am" From: =?KOI8-R?Q?=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7?= (aka Andrey A. Chernov, Black Mage) X-Class: Fast X-Mailer: ELM [version 2.4ME+ PL19 (25)] Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > hstake A04 28800/ARQ:ppp 2:53AM 50 -tserv > I think it's pretty obvious when a hostname is invalid.. I'm not arguing > about the conversion to IP addresses, I just dont like the new error > messages when something slips through. As I said in previous message, I agree here. I already remove error message, it will be no surprises in that case. > No, it's a different case.. With 'route' and 'netstat' etc, the program > starts off with an IP address and converts it to a hostname, and the -n > flag disables the conversion and causes it to be displayed in it's natural > form. If anything, the traditional meaning of "-n" means "no nameserver > lookups", which is opposite of what you've done. Now, 'w -n' causes the > nameserver to be referenced! :-( Netstat man says just about numeric form (like w man) and nothing about nameserver. Lets not follow somehow obsoleted tradition but looks from user point of view: he want ether names or numeric addresses and can know nothing about nameserver lookups Now about w changes exactly: if you don't run nameserver, you'll have numeric adresses in your utmp instead of names. If numeric address already present, w does't refer to nameserver, just print it. > (I think I should go and add a leading ":" to the entry that our modem > pool monitoring software stores there since there seems to be a > convention.. screen puts in things like ":ttyp6:S.0". If this indeed is > the "rule", then a mention should be made in the utmp man page...) All programs I see do it in that way, expect, maybe xterm: > (I realise you're still working on it, but it's still not quite compatable > with xterm.. X11 can have a $DISPLAY of "unix:0.0") personally I never see such entry in utmp. Are you talking about $DISPLAY only or you saw it in utmp too? > Incidently, how long has it been since the last round of discussion about > the utmp/wtmp record size? I personally would like the default utmp/wtmp > record size changed so that usernames are increased from 8 characters to > either 12 or 16, and a new field added to store an IP address, and the pid > of the session (allowing easier tracking of user processes from utmp > records).. Few methods available here: 1) Increase ut_host to MAXHOSTNAMELEN. It will be most safest way, all programs must be recompiled only (and not rewritted). Size utmp/wtmp/lastlog increases :-( 2) Always store IP address in different field instead of hostname (some OS do it). All programs must be rewritted :-( -- Andrey A. Chernov : And I rest so composedly, /Now, in my bed, ache@astral.msk.su : That any beholder /Might fancy me dead - http://dt.demos.su/~ache : Might start at beholding me, /Thinking me dead. RELCOM Team,FreeBSD Team : E.A.Poe From "For Annie" 1849 From owner-cvs-usrbin Wed Jun 19 02:32:25 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id CAA29693 for cvs-usrbin-outgoing; Wed, 19 Jun 1996 02:32:25 -0700 (PDT) Received: (from asami@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id CAA29662; Wed, 19 Jun 1996 02:32:12 -0700 (PDT) Date: Wed, 19 Jun 1996 02:32:12 -0700 (PDT) From: Satoshi Asami Message-Id: <199606190932.CAA29662@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/fetch - Imported sources Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 96/06/19 02:32:12 src/usr.bin/fetch - Imported sources Update of /home/ncvs/src/usr.bin/fetch In directory freefall.freebsd.org:/a/asami/fetch Revision/Branch: 1.1.1 Log Message: Jean-Marc's url fetch program, with Josh MacDonald's patches and Jordan's ftpio library. Submitted by: jmz, jkh, jmacd (three-j!) Status: Vendor Tag: JMZ Release Tags: fetch N src/usr.bin/fetch/Makefile N src/usr.bin/fetch/main.c N src/usr.bin/fetch/fetch.1 No conflicts created by this import From owner-cvs-usrbin Wed Jun 19 02:56:38 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id CAA01942 for cvs-usrbin-outgoing; Wed, 19 Jun 1996 02:56:38 -0700 (PDT) Received: (from jraynard@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id CAA01922; Wed, 19 Jun 1996 02:56:31 -0700 (PDT) Date: Wed, 19 Jun 1996 02:56:31 -0700 (PDT) From: James Raynard Message-Id: <199606190956.CAA01922@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/ktrace ktrace.c subr.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jraynard 96/06/19 02:56:31 Modified: usr.bin/ktrace ktrace.c subr.c Log: Merged in 4.4Lite2 versions, added $Id$'s. The ktrace changes should fix the garbage error messages printed out under certain circumstances. Revision Changes Path 1.4 +32 -30 src/usr.bin/ktrace/ktrace.c 1.2 +6 -0 src/usr.bin/ktrace/subr.c From owner-cvs-usrbin Wed Jun 19 04:20:16 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id EAA07854 for cvs-usrbin-outgoing; Wed, 19 Jun 1996 04:20:16 -0700 (PDT) Received: (from davidg@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id EAA07840; Wed, 19 Jun 1996 04:20:09 -0700 (PDT) Date: Wed, 19 Jun 1996 04:20:09 -0700 (PDT) From: David Greenman Message-Id: <199606191120.EAA07840@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/sed compile.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk davidg 96/06/19 04:20:09 Modified: usr.bin/sed compile.c Log: Fix from Keith Bostic for bug in sed dealing with continuation lines. Submitted by: Keith Bostic via Kirk McKusick Revision Changes Path 1.5 +7 -5 src/usr.bin/sed/compile.c From owner-cvs-usrbin Wed Jun 19 13:27:31 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA15693 for cvs-usrbin-outgoing; Wed, 19 Jun 1996 13:27:31 -0700 (PDT) Received: (from nate@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA15557; Wed, 19 Jun 1996 13:26:52 -0700 (PDT) Date: Wed, 19 Jun 1996 13:26:52 -0700 (PDT) From: Nate Williams Message-Id: <199606192026.NAA15557@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/lex - Imported sources Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk nate 96/06/19 13:26:49 src/usr.bin/lex - Imported sources Update of /home/ncvs/src/usr.bin/lex In directory freefall.freebsd.org:/a/nate/tmp/lex Revision/Branch: 1.1.1 Log Message: Flex version 2.5.3 from Vern Paxson at LBL. Status: Vendor Tag: LBL Release Tags: flex_2_5_3 U src/usr.bin/lex/COPYING U src/usr.bin/lex/FlexLexer.h U src/usr.bin/lex/NEWS U src/usr.bin/lex/README U src/usr.bin/lex/ccl.c C src/usr.bin/lex/dfa.c U src/usr.bin/lex/ecs.c U src/usr.bin/lex/flex.skl C src/usr.bin/lex/flexdef.h C src/usr.bin/lex/gen.c C src/usr.bin/lex/initscan.c C src/usr.bin/lex/lex.1 C src/usr.bin/lex/main.c C src/usr.bin/lex/misc.c U src/usr.bin/lex/mkskel.sh C src/usr.bin/lex/nfa.c U src/usr.bin/lex/parse.y U src/usr.bin/lex/scan.l U src/usr.bin/lex/skel.c C src/usr.bin/lex/sym.c C src/usr.bin/lex/tblcmp.c U src/usr.bin/lex/version.h C src/usr.bin/lex/yylex.c N src/usr.bin/lex/config.h U src/usr.bin/lex/lib/libmain.c U src/usr.bin/lex/lib/libyywrap.c 11 conflicts created by this import. Use the following command to help the merge: cvs checkout -jLBL:yesterday -jLBL src/usr.bin/lex From owner-cvs-usrbin Wed Jun 19 13:37:02 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA17526 for cvs-usrbin-outgoing; Wed, 19 Jun 1996 13:37:02 -0700 (PDT) Received: (from jkh@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA17465; Wed, 19 Jun 1996 13:36:42 -0700 (PDT) Date: Wed, 19 Jun 1996 13:36:42 -0700 (PDT) From: "Jordan K. Hubbard" Message-Id: <199606192036.NAA17465@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/sgmls Makefile.inc Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 96/06/19 13:36:38 Modified: usr.bin/sgmls Makefile.inc Log: Add a newline - it seems to want it. Revision Changes Path 1.3 +2 -1 src/usr.bin/sgmls/Makefile.inc From owner-cvs-usrbin Wed Jun 19 13:48:43 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA19871 for cvs-usrbin-outgoing; Wed, 19 Jun 1996 13:48:43 -0700 (PDT) Received: (from nate@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA19777; Wed, 19 Jun 1996 13:48:12 -0700 (PDT) Date: Wed, 19 Jun 1996 13:48:12 -0700 (PDT) From: Nate Williams Message-Id: <199606192048.NAA19777@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/lex Makefile ccl.c config.h dfa.c ecs.c flexdef.h gen.c initscan.c lex.1 main.c misc.c nfa.c sym.c tblcmp.c yylex.c lexdoc.1 src/usr.bin/lex/lib libyywrap.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk nate 96/06/19 13:48:10 Modified: usr.bin/lex Makefile ccl.c config.h dfa.c ecs.c flexdef.h gen.c initscan.c lex.1 main.c misc.c nfa.c sym.c tblcmp.c yylex.c usr.bin/lex/lib libyywrap.c Removed: usr.bin/lex lexdoc.1 Log: Finish the import and merge in FreeBSD specific changes. Add a 'bootstrap' target which *must* be run before building the new version, since the new scanner relies on the current version of flex to build itself otherwise. Revision Changes Path 1.5 +6 -11 src/usr.bin/lex/Makefile 1.3 +2 -2 src/usr.bin/lex/ccl.c 1.2 +0 -0 src/usr.bin/lex/config.h 1.3 +40 -30 src/usr.bin/lex/dfa.c 1.3 +2 -2 src/usr.bin/lex/ecs.c 1.3 +197 -51 src/usr.bin/lex/flexdef.h 1.3 +337 -173 src/usr.bin/lex/gen.c 1.3 +2060 -1096src/usr.bin/lex/initscan.c 1.3 +3618 -559 src/usr.bin/lex/lex.1 1.3 +501 -313 src/usr.bin/lex/main.c 1.3 +225 -112 src/usr.bin/lex/misc.c 1.3 +14 -14 src/usr.bin/lex/nfa.c 1.3 +8 -8 src/usr.bin/lex/sym.c 1.3 +4 -5 src/usr.bin/lex/tblcmp.c 1.3 +28 -11 src/usr.bin/lex/yylex.c 1.2 +0 -0 src/usr.bin/lex/lib/libyywrap.c From owner-cvs-usrbin Wed Jun 19 13:54:32 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA20796 for cvs-usrbin-outgoing; Wed, 19 Jun 1996 13:54:32 -0700 (PDT) Received: (from jkh@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA20769; Wed, 19 Jun 1996 13:54:20 -0700 (PDT) Date: Wed, 19 Jun 1996 13:54:20 -0700 (PDT) From: "Jordan K. Hubbard" Message-Id: <199606192054.NAA20769@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/sgmlfmt sgmlfmt.pl Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 96/06/19 13:54:19 Branch: usr.bin/sgmlfmt RELENG_2_1_0 Modified: usr.bin/sgmlfmt sgmlfmt.pl Log: Merge from HEAD Revision Changes Path 1.2.4.3 +12 -7 src/usr.bin/sgmlfmt/sgmlfmt.pl From owner-cvs-usrbin Wed Jun 19 13:57:21 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA21706 for cvs-usrbin-outgoing; Wed, 19 Jun 1996 13:57:21 -0700 (PDT) Received: (from jkh@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA21667; Wed, 19 Jun 1996 13:57:08 -0700 (PDT) Date: Wed, 19 Jun 1996 13:57:08 -0700 (PDT) From: "Jordan K. Hubbard" Message-Id: <199606192057.NAA21667@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/sgmls/libsgmls sgmls.c sgmls.h src/usr.bin/sgmls Makefile.inc unix.cfg src/usr.bin/sgmls/rast rast.c src/usr.bin/sgmls/sgmls Makefile action.h ambig.c appl.h config.h context.c context.h ebcdic.h entgen.c entity.h etype.h genlex.c getopt.c latin1.h lexcode.h lexrf.c lextaba.c lextabe.c lineout.c main.c md1.c md2.c msg.h msgcat.c pars1.c pars2.c pcbrf.c portproc.c serv.c sgml1.c sgml2.c sgmlaux.h sgmldecl.c sgmldecl.h sgmlfnsm.h sgmlio.c sgmlmsg.c sgmls.1 sgmlxtrn.c sgmlxtrn.h std.h synxtrn.h trace.h traceset.c version.c xfprintf.c src/usr.bin/sgmls/sgmlsasp replace.c replace.h sgmlsasp.1 sgmlsasp.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 96/06/19 13:57:06 Branch: usr.bin/sgmls RELENG_2_1_0 usr.bin/sgmls/libsgmls RELENG_2_1_0 usr.bin/sgmls/rast RELENG_2_1_0 usr.bin/sgmls/sgmls RELENG_2_1_0 usr.bin/sgmls/sgmlsasp RELENG_2_1_0 Modified: usr.bin/sgmls Makefile.inc unix.cfg usr.bin/sgmls/libsgmls sgmls.c sgmls.h usr.bin/sgmls/rast rast.c usr.bin/sgmls/sgmls Makefile action.h ambig.c appl.h config.h context.c context.h ebcdic.h entgen.c entity.h etype.h genlex.c getopt.c latin1.h lexcode.h lexrf.c lextaba.c lextabe.c lineout.c main.c md1.c md2.c msg.h msgcat.c pars1.c pars2.c pcbrf.c portproc.c serv.c sgml1.c sgml2.c sgmlaux.h sgmldecl.c sgmldecl.h sgmlfnsm.h sgmlio.c sgmlmsg.c sgmls.1 sgmlxtrn.c sgmlxtrn.h std.h synxtrn.h trace.h traceset.c version.c xfprintf.c usr.bin/sgmls/sgmlsasp replace.c replace.h sgmlsasp.1 sgmlsasp.c Log: Merge from HEAD Revision Changes Path 1.1.1.1.4.1 +5 -2 src/usr.bin/sgmls/Makefile.inc 1.1.1.1.4.1 +18 -0 src/usr.bin/sgmls/unix.cfg 1.2.4.1 +14 -18 src/usr.bin/sgmls/libsgmls/sgmls.c 1.2.4.1 +1 -1 src/usr.bin/sgmls/libsgmls/sgmls.h 1.2.4.1 +73 -7 src/usr.bin/sgmls/rast/rast.c 1.1.1.1.4.1 +6 -6 src/usr.bin/sgmls/sgmls/Makefile 1.1.1.1.4.1 +1 -0 src/usr.bin/sgmls/sgmls/action.h 1.2.4.1 +1 -1 src/usr.bin/sgmls/sgmls/ambig.c 1.1.1.1.4.1 +0 -2 src/usr.bin/sgmls/sgmls/appl.h 1.1.1.1.4.1 +12 -1 src/usr.bin/sgmls/sgmls/config.h 1.1.1.1.4.1 +24 -17 src/usr.bin/sgmls/sgmls/context.c 1.1.1.1.4.1 +2 -0 src/usr.bin/sgmls/sgmls/context.h 1.1.1.1.4.1 +0 -15 src/usr.bin/sgmls/sgmls/ebcdic.h 1.2.4.1 +119 -7 src/usr.bin/sgmls/sgmls/entgen.c 1.1.1.1.4.1 +4 -1 src/usr.bin/sgmls/sgmls/entity.h 1.2.4.1 +3 -1 src/usr.bin/sgmls/sgmls/etype.h 1.2.4.1 +36 -10 src/usr.bin/sgmls/sgmls/genlex.c 1.2.4.1 +1 -1 src/usr.bin/sgmls/sgmls/getopt.c 1.1.1.1.4.1 +0 -14 src/usr.bin/sgmls/sgmls/latin1.h 1.1.1.1.4.1 +1 -0 src/usr.bin/sgmls/sgmls/lexcode.h 1.1.1.1.4.1 +2 -1 src/usr.bin/sgmls/sgmls/lexrf.c 1.2.4.1 +201 -10 src/usr.bin/sgmls/sgmls/lextaba.c 1.1.1.1.4.1 +174 -1 src/usr.bin/sgmls/sgmls/lextabe.c 1.2.4.1 +11 -8 src/usr.bin/sgmls/sgmls/lineout.c 1.2.4.1 +55 -7 src/usr.bin/sgmls/sgmls/main.c 1.2.4.1 +7 -3 src/usr.bin/sgmls/sgmls/md1.c 1.2.4.1 +19 -28 src/usr.bin/sgmls/sgmls/md2.c 1.1.1.1.4.1 +17 -11 src/usr.bin/sgmls/sgmls/msg.h 1.2.4.1 +20 -13 src/usr.bin/sgmls/sgmls/msgcat.c 1.2.4.1 +52 -26 src/usr.bin/sgmls/sgmls/pars1.c 1.2.4.1 +44 -19 src/usr.bin/sgmls/sgmls/pars2.c 1.2.4.1 +68 -61 src/usr.bin/sgmls/sgmls/pcbrf.c 1.1.1.1.4.1 +1 -0 src/usr.bin/sgmls/sgmls/portproc.c 1.2.4.1 +1 -1 src/usr.bin/sgmls/sgmls/serv.c 1.2.4.1 +18 -10 src/usr.bin/sgmls/sgmls/sgml1.c 1.2.4.1 +33 -10 src/usr.bin/sgmls/sgmls/sgml2.c 1.1.1.1.4.1 +2 -0 src/usr.bin/sgmls/sgmls/sgmlaux.h 1.2.4.1 +114 -51 src/usr.bin/sgmls/sgmls/sgmldecl.c 1.2.4.1 +27 -21 src/usr.bin/sgmls/sgmls/sgmldecl.h 1.1.1.1.4.1 +1 -0 src/usr.bin/sgmls/sgmls/sgmlfnsm.h 1.2.4.1 +1 -1 src/usr.bin/sgmls/sgmls/sgmlio.c 1.2.4.1 +16 -16 src/usr.bin/sgmls/sgmls/sgmlmsg.c 1.1.1.1.4.1 +141 -43 src/usr.bin/sgmls/sgmls/sgmls.1 1.1.1.1.4.1 +3 -1 src/usr.bin/sgmls/sgmls/sgmlxtrn.c 1.1.1.1.4.1 +3 -1 src/usr.bin/sgmls/sgmls/sgmlxtrn.h 1.1.1.1.4.1 +0 -6 src/usr.bin/sgmls/sgmls/std.h 1.1.1.1.4.1 +2 -0 src/usr.bin/sgmls/sgmls/synxtrn.h 1.1.1.1.4.1 +8 -8 src/usr.bin/sgmls/sgmls/trace.h 1.2.4.1 +19 -22 src/usr.bin/sgmls/sgmls/traceset.c 1.1.1.1.4.1 +1 -1 src/usr.bin/sgmls/sgmls/version.c 1.2.4.1 +8 -12 src/usr.bin/sgmls/sgmls/xfprintf.c 1.3.4.1 +7 -8 src/usr.bin/sgmls/sgmlsasp/replace.c 1.2.4.1 +2 -2 src/usr.bin/sgmls/sgmlsasp/replace.h 1.1.1.1.4.1 +1 -1 src/usr.bin/sgmls/sgmlsasp/sgmlsasp.1 1.2.4.1 +3 -3 src/usr.bin/sgmls/sgmlsasp/sgmlsasp.c From owner-cvs-usrbin Wed Jun 19 14:13:18 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA23202 for cvs-usrbin-outgoing; Wed, 19 Jun 1996 14:13:18 -0700 (PDT) Received: (from jkh@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA23184; Wed, 19 Jun 1996 14:13:08 -0700 (PDT) Date: Wed, 19 Jun 1996 14:13:08 -0700 (PDT) From: "Jordan K. Hubbard" Message-Id: <199606192113.OAA23184@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/ncftp Blurb Makefile README cmds.c cmds.h cmdtab.c copyright.h defaults.h ftp.c ftp.h ftprc.c ftprc.h getpass.c getpass.h glob.c glob.h main.c main.h ncftp.1 open.c open.h patchlevel.h set.c set.h sys.h tips.c util.c util.h Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 96/06/19 14:13:07 Removed: usr.bin/ncftp Blurb Makefile README cmds.c cmds.h cmdtab.c copyright.h defaults.h ftp.c ftp.h ftprc.c ftprc.h getpass.c getpass.h glob.c glob.h main.c main.h ncftp.1 open.c open.h patchlevel.h set.c set.h sys.h tips.c util.c util.h Log: Nuke this thing. From owner-cvs-usrbin Wed Jun 19 14:13:58 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA23270 for cvs-usrbin-outgoing; Wed, 19 Jun 1996 14:13:58 -0700 (PDT) Received: (from jkh@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA23251; Wed, 19 Jun 1996 14:13:48 -0700 (PDT) Date: Wed, 19 Jun 1996 14:13:48 -0700 (PDT) From: "Jordan K. Hubbard" Message-Id: <199606192113.OAA23251@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin Makefile Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 96/06/19 14:13:47 Modified: usr.bin Makefile Log: Remove ncftp Revision Changes Path 1.69 +2 -2 src/usr.bin/Makefile From owner-cvs-usrbin Wed Jun 19 14:24:41 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA24267 for cvs-usrbin-outgoing; Wed, 19 Jun 1996 14:24:41 -0700 (PDT) Received: from rocky.sri.MT.net (rocky.sri.MT.net [204.182.243.10]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id OAA24222; Wed, 19 Jun 1996 14:24:19 -0700 (PDT) Received: (from nate@localhost) by rocky.sri.MT.net (8.6.12/8.6.12) id PAA07835; Wed, 19 Jun 1996 15:24:17 -0600 Date: Wed, 19 Jun 1996 15:24:17 -0600 From: Nate Williams Message-Id: <199606192124.PAA07835@rocky.sri.MT.net> To: "Jordan K. Hubbard" Cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-usrbin@freefall.freebsd.org Subject: Re: cvs commit: src/usr.bin/ncftp Blurb Makefile README cmds.c cmds.h cmdtab.c copyright.h defaults.h ftp.c ftp.h ftprc.c ftprc.h getpass.c getpass.h glob.c glob.h main.c main.h ncftp.1 open.c open.h patchlevel.h set.c set.h sys.h tips.c util.c util.h In-Reply-To: <199606192113.OAA23184@freefall.freebsd.org> References: <199606192113.OAA23184@freefall.freebsd.org> Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > Removed: usr.bin/ncftp Blurb Makefile README cmds.c cmds.h cmdtab.c > copyright.h defaults.h ftp.c ftp.h ftprc.c ftprc.h > getpass.c getpass.h glob.c glob.h main.c main.h > ncftp.1 open.c open.h patchlevel.h set.c set.h > sys.h tips.c util.c util.h > Log: > Nuke this thing. And the world rejoices at the decrease in size of the FreeBSD tree. :) From owner-cvs-usrbin Wed Jun 19 15:25:44 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA29665 for cvs-usrbin-outgoing; Wed, 19 Jun 1996 15:25:44 -0700 (PDT) Received: (from nate@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA29643; Wed, 19 Jun 1996 15:25:36 -0700 (PDT) Date: Wed, 19 Jun 1996 15:25:36 -0700 (PDT) From: Nate Williams Message-Id: <199606192225.PAA29643@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/lex scan.l Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk nate 96/06/19 15:25:35 Modified: usr.bin/lex scan.l Log: Whoops, forgot one FreeBSD specific change necessary for the lex .mk macros to work. Revision Changes Path 1.2 +343 -205 src/usr.bin/lex/scan.l From owner-cvs-usrbin Thu Jun 20 07:21:21 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id HAA15288 for cvs-usrbin-outgoing; Thu, 20 Jun 1996 07:21:21 -0700 (PDT) Received: (from jkh@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id HAA15268; Thu, 20 Jun 1996 07:21:08 -0700 (PDT) Date: Thu, 20 Jun 1996 07:21:08 -0700 (PDT) From: "Jordan K. Hubbard" Message-Id: <199606201421.HAA15268@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/ncftp Blurb Makefile README cmds.c cmds.h cmdtab.c copyright.h defaults.h ftp.c ftp.h ftprc.c ftprc.h getpass.c getpass.h glob.c glob.h main.c main.h ncftp.1 open.c open.h patchlevel.h set.c set.h sys.h tips.c util.c util.h v2_Note Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 96/06/20 07:21:07 Branch: usr.bin/ncftp RELENG_2_1_0 Removed: usr.bin/ncftp Blurb Makefile README cmds.c cmds.h cmdtab.c copyright.h defaults.h ftp.c ftp.h ftprc.c ftprc.h getpass.c getpass.h glob.c glob.h main.c main.h ncftp.1 open.c open.h patchlevel.h set.c set.h sys.h tips.c util.c util.h v2_Note Log: Merge from HEAD - nuke ncftp From owner-cvs-usrbin Thu Jun 20 07:21:46 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id HAA15358 for cvs-usrbin-outgoing; Thu, 20 Jun 1996 07:21:46 -0700 (PDT) Received: (from jkh@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id HAA15340; Thu, 20 Jun 1996 07:21:37 -0700 (PDT) Date: Thu, 20 Jun 1996 07:21:37 -0700 (PDT) From: "Jordan K. Hubbard" Message-Id: <199606201421.HAA15340@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin Makefile Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 96/06/20 07:21:37 Branch: usr.bin RELENG_2_1_0 Modified: usr.bin Makefile Log: Bye bye ncftp Revision Changes Path 1.52.4.1 +2 -2 src/usr.bin/Makefile From owner-cvs-usrbin Thu Jun 20 07:31:11 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id HAA15959 for cvs-usrbin-outgoing; Thu, 20 Jun 1996 07:31:11 -0700 (PDT) Received: (from jkh@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id HAA15939; Thu, 20 Jun 1996 07:30:59 -0700 (PDT) Date: Thu, 20 Jun 1996 07:30:59 -0700 (PDT) From: "Jordan K. Hubbard" Message-Id: <199606201430.HAA15939@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin Makefile Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 96/06/20 07:30:58 Branch: usr.bin RELENG_2_1_0 Modified: usr.bin Makefile Log: Add fetch, which was just tagged in. Revision Changes Path 1.52.4.2 +2 -2 src/usr.bin/Makefile From owner-cvs-usrbin Thu Jun 20 10:47:39 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA27366 for cvs-usrbin-outgoing; Thu, 20 Jun 1996 10:47:39 -0700 (PDT) Received: (from adam@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA27345; Thu, 20 Jun 1996 10:47:27 -0700 (PDT) Date: Thu, 20 Jun 1996 10:47:27 -0700 (PDT) From: Adam David Message-Id: <199606201747.KAA27345@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin Makefile Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk adam 96/06/20 10:47:26 Modified: usr.bin Makefile Log: added fetch Revision Changes Path 1.70 +3 -3 src/usr.bin/Makefile From owner-cvs-usrbin Thu Jun 20 13:38:59 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA06744 for cvs-usrbin-outgoing; Thu, 20 Jun 1996 13:38:59 -0700 (PDT) Received: from who.cdrom.com (who.cdrom.com [204.216.27.3]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id NAA06738; Thu, 20 Jun 1996 13:38:56 -0700 (PDT) Received: from relay-2.mail.demon.net (disperse.demon.co.uk [158.152.1.77]) by who.cdrom.com (8.6.12/8.6.11) with SMTP id NAA16261 ; Thu, 20 Jun 1996 13:38:40 -0700 Received: from post.demon.co.uk ([158.152.1.72]) by relay-2.mail.demon.net id bp23720; 20 Jun 96 21:27 +0100 Received: from linus.demon.co.uk ([158.152.10.220]) by relay-3.mail.demon.net id aa24984; 19 Jun 96 23:40 +0100 Received: (from mark@localhost) by linus.demon.co.uk (8.7.5/8.7.3) id XAA09488; Wed, 19 Jun 1996 23:39:03 +0100 (BST) Message-Id: <199606192239.XAA09488@linus.demon.co.uk> From: Mark Valentine Date: Wed, 19 Jun 1996 23:39:02 +0100 In-Reply-To: David Greenman's message of Jun 19, 4:20am X-Mailer: Mail User's Shell (7.2.6 alpha(3) 7/19/95) To: David Greenman , CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-usrbin@freefall.freebsd.org Subject: Re: cvs commit: src/usr.bin/sed compile.c Cc: fresbsd-bugs@freebsd.org Sender: owner-cvs-usrbin@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > From: David Greenman > Date: Wed 19 Jun, 1996 > Subject: cvs commit: src/usr.bin/sed compile.c > davidg 96/06/19 04:20:09 > > Modified: usr.bin/sed compile.c > Log: > Fix from Keith Bostic for bug in sed dealing with > continuation lines. PR bin/908 can be closed now (fix verified by submitter). Thanks! Mark. -- Mark Valentine at Home From owner-cvs-usrbin Thu Jun 20 18:13:49 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA02049 for cvs-usrbin-outgoing; Thu, 20 Jun 1996 18:13:49 -0700 (PDT) Received: (from jraynard@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA01965; Thu, 20 Jun 1996 18:12:20 -0700 (PDT) Date: Thu, 20 Jun 1996 18:12:20 -0700 (PDT) From: James Raynard Message-Id: <199606210112.SAA01965@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/ktrace ktrace.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jraynard 96/06/20 18:12:19 Branch: usr.bin/ktrace RELENG_2_1_0 Modified: usr.bin/ktrace ktrace.c Log: Change brought over from HEAD. Merged in 4.4Lite2 version, added $Id$'s. This should fix the garbage error messages printed out under certain circumstances. Revision Changes Path 1.3.4.1 +32 -30 src/usr.bin/ktrace/ktrace.c From owner-cvs-usrbin Thu Jun 20 23:07:06 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id XAA23762 for cvs-usrbin-outgoing; Thu, 20 Jun 1996 23:07:06 -0700 (PDT) Received: (from davidg@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id XAA23738; Thu, 20 Jun 1996 23:06:59 -0700 (PDT) Date: Thu, 20 Jun 1996 23:06:59 -0700 (PDT) From: David Greenman Message-Id: <199606210606.XAA23738@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/sed compile.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk davidg 96/06/20 23:06:59 Branch: usr.bin/sed RELENG_2_1_0 Modified: usr.bin/sed compile.c Log: Brought in fix from rev 1.5: handle continuation lines correctly. Revision Changes Path 1.3.4.2 +7 -5 src/usr.bin/sed/compile.c From owner-cvs-usrbin Fri Jun 21 16:19:01 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA11428 for cvs-usrbin-outgoing; Fri, 21 Jun 1996 16:19:01 -0700 (PDT) Received: (from wosch@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA11382; Fri, 21 Jun 1996 16:18:47 -0700 (PDT) Date: Fri, 21 Jun 1996 16:18:47 -0700 (PDT) From: Wolfram Schneider Message-Id: <199606212318.QAA11382@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/head head.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wosch 96/06/21 16:18:46 Branch: usr.bin/head RELENG_2_1_0 Modified: usr.bin/head head.c Log: Merge from HEAD EOF bug Revision Changes Path 1.1.1.1.6.2 +1 -1 src/usr.bin/head/head.c From owner-cvs-usrbin Fri Jun 21 19:13:31 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id TAA18427 for cvs-usrbin-outgoing; Fri, 21 Jun 1996 19:13:31 -0700 (PDT) Received: (from jraynard@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id TAA18407; Fri, 21 Jun 1996 19:13:17 -0700 (PDT) Date: Fri, 21 Jun 1996 19:13:17 -0700 (PDT) From: James Raynard Message-Id: <199606220213.TAA18407@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/ktrace ktrace.1 Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jraynard 96/06/21 19:13:16 Modified: usr.bin/ktrace ktrace.1 Log: Document the fact that it only works if the trace record is a regular file. Revision Changes Path 1.2 +4 -0 src/usr.bin/ktrace/ktrace.1 From owner-cvs-usrbin Fri Jun 21 19:15:43 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id TAA18544 for cvs-usrbin-outgoing; Fri, 21 Jun 1996 19:15:43 -0700 (PDT) Received: (from jraynard@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id TAA18527; Fri, 21 Jun 1996 19:15:31 -0700 (PDT) Date: Fri, 21 Jun 1996 19:15:31 -0700 (PDT) From: James Raynard Message-Id: <199606220215.TAA18527@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/ktrace ktrace.1 Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jraynard 96/06/21 19:15:30 Branch: usr.bin/ktrace RELENG_2_1_0 Modified: usr.bin/ktrace ktrace.1 Log: Document the fact that it only works if the trace record is a regular file. Revision Changes Path 1.1.1.1.6.1 +4 -0 src/usr.bin/ktrace/ktrace.1 From owner-cvs-usrbin Sat Jun 22 13:17:15 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA06396 for cvs-usrbin-outgoing; Sat, 22 Jun 1996 13:17:15 -0700 (PDT) Received: (from jkh@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA06365; Sat, 22 Jun 1996 13:17:01 -0700 (PDT) Date: Sat, 22 Jun 1996 13:17:01 -0700 (PDT) From: "Jordan K. Hubbard" Message-Id: <199606222017.NAA06365@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/fetch main.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 96/06/22 13:16:59 Modified: usr.bin/fetch main.c Log: Address Andrey's complaints: 1. Always use file modtime, and if that's not usable then default to current time. 2. Allow HTTP_TIMEOUT to be set as an environment variable to override default. 3. Handle SIGTERM. Revision Changes Path 1.2 +11 -8 src/usr.bin/fetch/main.c From owner-cvs-usrbin Sat Jun 22 14:42:35 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA11576 for cvs-usrbin-outgoing; Sat, 22 Jun 1996 14:42:35 -0700 (PDT) Received: (from jkh@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA11558; Sat, 22 Jun 1996 14:42:21 -0700 (PDT) Date: Sat, 22 Jun 1996 14:42:21 -0700 (PDT) From: "Jordan K. Hubbard" Message-Id: <199606222142.OAA11558@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/fetch main.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 96/06/22 14:42:20 Modified: usr.bin/fetch main.c Log: Clean up more bogons: 1. Add a copyright at the top. 2. Make passive and binary modes work with new ftpio semantics. 3. Add a `mirror' (-m) flag which only copies the remote file if it's not the same size or is newer. Revision Changes Path 1.3 +77 -17 src/usr.bin/fetch/main.c From owner-cvs-usrbin Sat Jun 22 16:24:23 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA15806 for cvs-usrbin-outgoing; Sat, 22 Jun 1996 16:24:23 -0700 (PDT) Received: (from jkh@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA15770; Sat, 22 Jun 1996 16:24:15 -0700 (PDT) Date: Sat, 22 Jun 1996 16:24:15 -0700 (PDT) From: "Jordan K. Hubbard" Message-Id: <199606222324.QAA15770@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/fetch main.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 96/06/22 16:24:15 Modified: usr.bin/fetch main.c Log: Adjust the copyright to match reality, remove printing of gratuitous newline. Revision Changes Path 1.4 +3 -3 src/usr.bin/fetch/main.c From owner-cvs-usrbin Sat Jun 22 18:44:13 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA22041 for cvs-usrbin-outgoing; Sat, 22 Jun 1996 18:44:13 -0700 (PDT) Received: (from jkh@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA22026; Sat, 22 Jun 1996 18:44:09 -0700 (PDT) Date: Sat, 22 Jun 1996 18:44:09 -0700 (PDT) From: "Jordan K. Hubbard" Message-Id: <199606230144.SAA22026@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/fetch main.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 96/06/22 18:44:08 Branch: usr.bin/fetch RELENG_2_1_0 Modified: usr.bin/fetch main.c Log: Merge with HEAD Revision Changes Path 1.1.1.1.2.1 +88 -25 src/usr.bin/fetch/main.c