From owner-cvs-usrsbin Sun Mar 31 01:56:36 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA13906 for cvs-usrsbin-outgoing; Sun, 31 Mar 1996 01:56:36 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA13788 Sun, 31 Mar 1996 01:55:05 -0800 (PST) Date: Sun, 31 Mar 1996 01:55:05 -0800 (PST) From: Joerg Wunsch Message-Id: <199603310955.BAA13788@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/tzsetup main.c tzmenu.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 96/03/31 01:55:04 Modified: usr.sbin/tzsetup main.c tzmenu.c Log: Another round of fixes: . Replace my NIH-suffering code to detect the number of lines on the terminal by the curses variable LINES. . Fix the selection code for countries with more than one screenful of locations. The very few people living in America/US/Pacific now won't be charged for Indiana any longer... :) . Removed the gross code that copied over the timezone file to /etc/localtime, and create a symlink now instead. Revision Changes Path 1.6 +23 -39 src/usr.sbin/tzsetup/main.c 1.4 +12 -21 src/usr.sbin/tzsetup/tzmenu.c From owner-cvs-usrsbin Sun Mar 31 02:00:06 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA14162 for cvs-usrsbin-outgoing; Sun, 31 Mar 1996 02:00:06 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA14090 Sun, 31 Mar 1996 01:59:47 -0800 (PST) Date: Sun, 31 Mar 1996 01:59:47 -0800 (PST) From: Joerg Wunsch Message-Id: <199603310959.BAA14090@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/tzsetup Makefile main.c tzmenu.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 96/03/31 01:59:46 Branch: usr.sbin/tzsetup RELENG_2_1_0 Modified: usr.sbin/tzsetup Makefile main.c tzmenu.c Log: Merge from HEAD: Another round of fixes: . Replace my NIH-suffering code to detect the number of lines on the terminal by the curses variable LINES. . Fix the selection code for countries with more than one screenful of locations. The very few people living in America/US/Pacific now won't be charged for Indiana any longer... :) . Removed the gross code that copied over the timezone file to /etc/localtime, and create a symlink now instead. I've also added tzsetup.8 while i was at it. Revision Changes Path 1.2.4.1 +2 -2 src/usr.sbin/tzsetup/Makefile 1.3.2.3 +23 -39 src/usr.sbin/tzsetup/main.c 1.2.4.2 +12 -21 src/usr.sbin/tzsetup/tzmenu.c From owner-cvs-usrsbin Sun Mar 31 06:50:02 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA26723 for cvs-usrsbin-outgoing; Sun, 31 Mar 1996 06:50:02 -0800 (PST) Received: from sovcom.kiae.su (sovcom.kiae.su [144.206.136.1]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id GAA26695 Sun, 31 Mar 1996 06:49:47 -0800 (PST) Received: by sovcom.kiae.su id AA12478 (5.65.kiae-1 ); Sun, 31 Mar 1996 17:36:56 +0300 Received: by sovcom.KIAE.su (UUMAIL/2.0); Sun, 31 Mar 96 17:36:55 +0300 Received: (from ache@localhost) by astral.msk.su (8.7.5/8.7.3) id SAA00769; Sun, 31 Mar 1996 18:27:45 +0400 (MSD) Message-Id: <199603311427.SAA00769@astral.msk.su> Subject: Re: cvs commit: src/usr.sbin/tzsetup Makefile main.c tzmenu.c To: joerg@freefall.freebsd.org (Joerg Wunsch) Date: Sun, 31 Mar 1996 18:27:44 +0400 (MSD) Cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-usrsbin@freefall.freebsd.org In-Reply-To: <199603310959.BAA14090@freefall.freebsd.org> from "Joerg Wunsch" at "Mar 31, 96 01:59:47 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+ PL14 (25)] Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > . Removed the gross code that copied over the timezone file to > /etc/localtime, and create a symlink now instead. Please, back it out. /etc/localtime supposed to work even in single-user mode, when /usr/share not mounted! -- 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-usrsbin Sun Mar 31 09:21:57 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA05460 for cvs-usrsbin-outgoing; Sun, 31 Mar 1996 09:21:57 -0800 (PST) Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id JAA05407 Sun, 31 Mar 1996 09:21:34 -0800 (PST) Received: from sax.sax.de by irz301.inf.tu-dresden.de (8.6.12/8.6.12-s1) with ESMTP id TAA13161; Sun, 31 Mar 1996 19:21:25 +0200 Received: by sax.sax.de (8.6.11/8.6.12-s1) with UUCP id TAA24749; Sun, 31 Mar 1996 19:21:20 +0200 Received: (from j@localhost) by uriah.heep.sax.de (8.7.4/8.6.9) id SAA11793; Sun, 31 Mar 1996 18:22:19 +0200 (MET DST) From: J Wunsch Message-Id: <199603311622.SAA11793@uriah.heep.sax.de> Subject: Re: cvs commit: src/usr.sbin/tzsetup Makefile main.c tzmenu.c To: ache@astral.msk.su (=?KOI8-R?Q?=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7?=) Date: Sun, 31 Mar 1996 18:22:18 +0200 (MET DST) Cc: joerg@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-usrsbin@freefall.freebsd.org Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: <199603311427.SAA00769@astral.msk.su> from "=?KOI8-R?Q?=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7?=" at Mar 31, 96 06:27:44 pm X-Phone: +49-351-2012 669 X-Mailer: ELM [version 2.4 PL24 ME8a] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk As =?KOI8-R?Q?=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7?= wrote: > > . Removed the gross code that copied over the timezone file to > > /etc/localtime, and create a symlink now instead. > > Please, back it out. /etc/localtime supposed to work even in single-user > mode, when /usr/share not mounted! We have been shipping the system with the symlink for a long time, and nobody was complaining. I don't back this out, the previous version was totally buggy and happily clobbered files under /usr/share/zoneinfo/ in case the existing /etc/localtime has already been a symlink. Symlinking is much more obvious than copying the file (since you can examine the installed timezone setting with ``ls -l''), so unless there's a strong objection from much more than one person, i wouldn't change it again. Normally, i would it leave up to the local admin to decide whether to copy the file in preferance of the symlink. -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-) From owner-cvs-usrsbin Sun Mar 31 09:34:27 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA06576 for cvs-usrsbin-outgoing; Sun, 31 Mar 1996 09:34:27 -0800 (PST) Received: from precipice.shockwave.com (precipice.shockwave.com [171.69.108.33]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id JAA06567 Sun, 31 Mar 1996 09:34:24 -0800 (PST) Received: from localhost.shockwave.com (localhost.shockwave.com [127.0.0.1]) by precipice.shockwave.com (8.7.5/8.7.3) with SMTP id JAA13028; Sun, 31 Mar 1996 09:33:21 -0800 (PST) Message-Id: <199603311733.JAA13028@precipice.shockwave.com> To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) cc: ache@astral.msk.su (=?KOI8-R?Q?=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7?=), joerg@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-usrsbin@freefall.freebsd.org Subject: Re: cvs commit: src/usr.sbin/tzsetup Makefile main.c tzmenu.c In-reply-to: Your message of "Sun, 31 Mar 1996 18:22:18 +0200." <199603311622.SAA11793@uriah.heep.sax.de> Date: Sun, 31 Mar 1996 09:33:20 -0800 From: Paul Traina Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk From: J Wunsch Subject: Re: cvs commit: src/usr.sbin/tzsetup Makefile main.c tzmenu.c As =?KOI8-R?Q?=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7?= wrote: > > . Removed the gross code that copied over the timezone file to > > /etc/localtime, and create a symlink now instead. > > Please, back it out. /etc/localtime supposed to work even in single-user > mode, when /usr/share not mounted! We have been shipping the system with the symlink for a long time, and nobody was complaining. Yes, they DID complain. That's why we changed it to a copy. Please don't take us through backwards steps. I don't back this out, the previous version was totally buggy and happily clobbered files under /usr/share/zoneinfo/ in case the existing /etc/localtime has already been a symlink. If the previous code was buggy, fix the previous code. Symlinking is much more obvious than copying the file (since you can examine the installed timezone setting with ``ls -l''), so unless there's a strong objection from much more than one person, i wouldn't change it again. Normally, i would it leave up to the local admin to decide whether to copy the file in preferance of the symlink. There's a strong objection from more than one person. From owner-cvs-usrsbin Sun Mar 31 11:08:35 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA12503 for cvs-usrsbin-outgoing; Sun, 31 Mar 1996 11:08:35 -0800 (PST) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id LAA12490 Sun, 31 Mar 1996 11:08:31 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by time.cdrom.com (8.7.5/8.6.9) with SMTP id LAA20043; Sun, 31 Mar 1996 11:07:30 -0800 (PST) To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) cc: ache@astral.msk.su (=?KOI8-R?Q?=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7?=), joerg@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-usrsbin@freefall.freebsd.org Subject: Re: cvs commit: src/usr.sbin/tzsetup Makefile main.c tzmenu.c In-reply-to: Your message of "Sun, 31 Mar 1996 18:22:18 +0200." <199603311622.SAA11793@uriah.heep.sax.de> Date: Sun, 31 Mar 1996 11:07:30 -0800 Message-ID: <20041.828299250@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > We have been shipping the system with the symlink for a long time, and > nobody was complaining. > > I don't back this out, the previous version was totally buggy and > happily clobbered files under /usr/share/zoneinfo/ in case the > existing /etc/localtime has already been a symlink. I think this is reasonable. If I'm running single-user with nothing but root mounted, I *expect* some things not to work quite right. I can't run vi very nicely without my /var mounted either, for that matter, and I usually find this far more objectionable than the timezone being set wrong. Am I suggesting that we break vi in order to make such a weird case work? Of course not, and I think the same can be said for localtime as a symlink. I'm backing Joerg on this one. Jordan From owner-cvs-usrsbin Sun Mar 31 11:41:38 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA18900 for cvs-usrsbin-outgoing; Sun, 31 Mar 1996 11:41:38 -0800 (PST) Received: from GndRsh.aac.dev.com (GndRsh.aac.dev.com [198.145.92.241]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id LAA18871 Sun, 31 Mar 1996 11:41:30 -0800 (PST) Received: (from rgrimes@localhost) by GndRsh.aac.dev.com (8.6.12/8.6.12) id LAA01591; Sun, 31 Mar 1996 11:40:56 -0800 From: "Rodney W. Grimes" Message-Id: <199603311940.LAA01591@GndRsh.aac.dev.com> Subject: Re: cvs commit: src/usr.sbin/tzsetup Makefile main.c tzmenu.c To: pst@shockwave.com (Paul Traina) Date: Sun, 31 Mar 1996 11:40:56 -0800 (PST) Cc: joerg_wunsch@uriah.heep.sax.de, ache@astral.msk.su, joerg@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-usrsbin@freefall.freebsd.org In-Reply-To: <199603311733.JAA13028@precipice.shockwave.com> from Paul Traina at "Mar 31, 96 09:33:20 am" X-Mailer: ELM [version 2.4ME+ PL11 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > From: J Wunsch > Subject: Re: cvs commit: src/usr.sbin/tzsetup Makefile main.c tzmenu.c > As =?KOI8-R?Q?=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7?= wrote: > > > > . Removed the gross code that copied over the timezone file to > > > /etc/localtime, and create a symlink now instead. > > > > Please, back it out. /etc/localtime supposed to work even in single-user > > mode, when /usr/share not mounted! > > We have been shipping the system with the symlink for a long time, and > nobody was complaining. > > Yes, they DID complain. That's why we changed it to a copy. Please don't > take us through backwards steps. > > I don't back this out, the previous version was totally buggy and > happily clobbered files under /usr/share/zoneinfo/ in case the > existing /etc/localtime has already been a symlink. > > If the previous code was buggy, fix the previous code. > > Symlinking is much more obvious than copying the file (since you can > examine the installed timezone setting with ``ls -l''), so unless > there's a strong objection from much more than one person, i wouldn't > change it again. Normally, i would it leave up to the local admin to > decide whether to copy the file in preferance of the symlink. > > There's a strong objection from more than one person. And you can add a third... -- Rod Grimes rgrimes@gndrsh.aac.dev.com Accurate Automation Company Reliable computers for FreeBSD From owner-cvs-usrsbin Sun Mar 31 12:06:37 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA24735 for cvs-usrsbin-outgoing; Sun, 31 Mar 1996 12:06:37 -0800 (PST) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id MAA24730 Sun, 31 Mar 1996 12:06:32 -0800 (PST) Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.12/8.6.9) id GAA10957; Mon, 1 Apr 1996 06:03:12 +1000 Date: Mon, 1 Apr 1996 06:03:12 +1000 From: Bruce Evans Message-Id: <199603312003.GAA10957@godzilla.zeta.org.au> To: pst@shockwave.com, rgrimes@gndrsh.aac.dev.com Subject: Re: cvs commit: src/usr.sbin/tzsetup Makefile main.c tzmenu.c Cc: CVS-committers@freefall.freebsd.org, ache@astral.msk.su, cvs-all@freefall.freebsd.org, cvs-usrsbin@freefall.freebsd.org, joerg@freefall.freebsd.org, joerg_wunsch@uriah.heep.sax.de Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >> > Please, back it out. /etc/localtime supposed to work even in single-user >> > mode, when /usr/share not mounted! >> ... >> There's a strong objection from more than one person. >And you can add a third... ++objections. Bruce From owner-cvs-usrsbin Sun Mar 31 12:57:52 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA27504 for cvs-usrsbin-outgoing; Sun, 31 Mar 1996 12:57:52 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA27489 Sun, 31 Mar 1996 12:57:46 -0800 (PST) Date: Sun, 31 Mar 1996 12:57:46 -0800 (PST) From: Mike Pritchard Message-Id: <199603312057.MAA27489@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/edquota edquota.8 edquota.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk mpp 96/03/31 12:57:46 Modified: usr.sbin/edquota edquota.8 edquota.c Log: Allow the use of uid ranges when using the "-p" option to allow easy setup of default quotas for a range of uids. Usage: edquota -p protouser startuid-enduid E.g. edquota -p mpp 10000-19999 Will duplicate the quota limints for user mpp for uids 10000 - 19999. The uids in question do not have to currently exist in /etc/passwd. Revision Changes Path 1.2 +8 -0 src/usr.sbin/edquota/edquota.8 1.4 +22 -1 src/usr.sbin/edquota/edquota.c From owner-cvs-usrsbin Sun Mar 31 16:27:57 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA11851 for cvs-usrsbin-outgoing; Sun, 31 Mar 1996 16:27:57 -0800 (PST) Received: (from gibbs@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA11812 Sun, 31 Mar 1996 16:27:41 -0800 (PST) Date: Sun, 31 Mar 1996 16:27:41 -0800 (PST) From: "Justin T. Gibbs" Message-Id: <199604010027.QAA11812@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-share, cvs-sys, cvs-usrsbin Subject: cvs commit: src/sys/dev/aic7xxx aic7xxx.seq aic7xxx_asm.c aic7xxx_reg.h src/sys/i386/eisa 3c5x9.c aha1742.c aic7770.c bt74x.c eisaconf.c eisaconf.h src/sys/i386/isa aha1542.c aic6360.c bt5xx-445.c if_ep.c if_epreg.h isa.c ncr5380.c seagate.c ultra14f.c wd7000.c src/usr.sbin/lsdev i386.c src/share/man/man3 queue.3 src/sys/i386/conf files.i386 src/sys/i386/scsi 93cx6.c 93cx6.h aic7xxx.c aic7xxx.h bt.c btreg.h src/sys/pci aic7870.c bt9xx.c ncr.c src/sys/scsi cd.c ch.c pt.c scsi_base.c scsi_driver.c scsi_driver.h scsi_ioctl.c scsiconf.c scsiconf.h sctarg.c sd.c st.c worm.c src/sys/sys queue.h Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk gibbs 96/03/31 16:27:39 Branch: usr.sbin/lsdev RELENG_2_1_0 Modified: usr.sbin/lsdev i386.c Log: Merge with HEAD. Deal with new eisaconf data structures for I/O and memory addresses. Revision Changes Path 1.8.4.2 +20 -9 src/usr.sbin/lsdev/i386.c Branch: share/man/man3 RELENG_2_1_0 Modified: share/man/man3 queue.3 Log: Merge with HEAD. Add SLIST and STAILQ. Revision Changes Path 1.1.1.1.6.1 +407 -22 src/share/man/man3/queue.3 Branch: sys/dev/aic7xxx RELENG_2_1_0 Modified: sys/dev/aic7xxx aic7xxx.seq aic7xxx_asm.c aic7xxx_reg.h Log: Merge with HEAD. Fix comments, change handling of parity errors, and support the aic7850. Revision Changes Path 1.16.4.10 +114 -188 src/sys/dev/aic7xxx/aic7xxx.seq 1.9.4.3 +4 -4 src/sys/dev/aic7xxx/aic7xxx_asm.c 1.2.2.3 +55 -60 src/sys/dev/aic7xxx/aic7xxx_reg.h Branch: sys/i386/conf RELENG_2_1_0 Modified: sys/i386/conf files.i386 Log: Merge with HEAD. Create a true eisaconf probe for the ep driver (prevents a conflict with the aic7xxx driver) which can be found in i386/eisa/3c5x9.c Revision Changes Path 1.98.4.8 +2 -1 src/sys/i386/conf/files.i386 Branch: sys/i386/eisa RELENG_2_1_0 Modified: sys/i386/eisa 3c5x9.c aha1742.c aic7770.c bt74x.c eisaconf.c eisaconf.h Log: Merge with HEAD. Bring all changes to the eisaconf code from -current back to -stable. aha1742.c Don't pass unit numbers around. Use softcs instead. 3c5x9.c Eisaconf probe for the 3c579 and 3c509(in eisa configuration mode). Revision Changes Path 1.2.2.1 +4 -4 src/sys/i386/eisa/3c5x9.c 1.45.2.2 +88 -93 src/sys/i386/eisa/aha1742.c 1.21.2.1 +22 -21 src/sys/i386/eisa/aic7770.c 1.2.2.1 +198 -78 src/sys/i386/eisa/bt74x.c 1.2.4.2 +369 -80 src/sys/i386/eisa/eisaconf.c 1.2.4.2 +32 -14 src/sys/i386/eisa/eisaconf.h Branch: sys/i386/isa RELENG_2_1_0 Modified: sys/i386/isa aha1542.c aic6360.c bt5xx-445.c if_ep.c if_epreg.h isa.c ncr5380.c seagate.c ultra14f.c wd7000.c Log: Merge with HEAD. Purge the SCSI system from its internal types int32, int16, int8, u_int32, u_int16, u_int8. aha1542.c Use stdarg/varargs in aha_cmd. Use the XS_SELTIMEOUT error code for selection timeouts. Staticize. bt5xx-455.c Overide the unit number passed in in our isa_device structure with the current unit in bt_unit. This kludge makes the unit numbers sane when there are PCI/EISA/ISA probes going on. isa.c Regester the ISA bus as "ISA bus" instead of "ISA or EISA bus". if_ep.c Many bug fixes from -current. Split out the eisa probe into an eisaconf probe so it doesn't conflict with the aic7xxx driver. Revision Changes Path 1.45.4.3 +157 -129 src/sys/i386/isa/aha1542.c 1.9.4.2 +5 -5 src/sys/i386/isa/aic6360.c 1.2.2.1 +8 -1 src/sys/i386/isa/bt5xx-445.c 1.28.4.3 +359 -260 src/sys/i386/isa/if_ep.c 1.8.4.1 +30 -6 src/sys/i386/isa/if_epreg.h 1.50.4.4 +2 -2 src/sys/i386/isa/isa.c 1.4.4.2 +5 -5 src/sys/i386/isa/ncr5380.c 1.8.4.3 +6 -6 src/sys/i386/isa/seagate.c 1.33.4.4 +5 -5 src/sys/i386/isa/ultra14f.c 1.5.4.2 +4 -4 src/sys/i386/isa/wd7000.c Branch: sys/i386/scsi RELENG_2_1_0 Modified: sys/i386/scsi 93cx6.c 93cx6.h aic7xxx.c aic7xxx.h bt.c btreg.h Log: Merge with HEAD. Purge the SCSI system from its internal types int32, int16, int8, u_int32, u_int16, u_int8. aic7xxx.c aic7xxx.h Change method for dealing with parity errors. Support the aic7850. Fix the timeout code. Remove bogus declaration of RESTART_SEQUENCER and UPDATE_SEQUENCER from aic7xxx.h. Dynamically determine the number of SCBs. This driver is identical to the one in -current except I've left parity error handling disabled until it is verified in -current. bt.c Use varargs/stdarg in bt_cmd. Use the XS_SELTIMEOUT error code for selection timeouts. Revision Changes Path 1.1.2.3 +0 -0 src/sys/i386/scsi/93cx6.c 1.1.2.2 +0 -0 src/sys/i386/scsi/93cx6.h 1.29.2.11 +526 -439 src/sys/i386/scsi/aic7xxx.c 1.10.2.7 +14 -44 src/sys/i386/scsi/aic7xxx.h 1.3.2.4 +48 -40 src/sys/i386/scsi/bt.c 1.2.2.1 +2 -2 src/sys/i386/scsi/btreg.h Branch: sys/pci RELENG_2_1_0 Modified: sys/pci aic7870.c bt9xx.c ncr.c Log: Merge with HEAD. Purge the SCSI system from its internal types int32, int16, int8, u_int32, u_int16, u_int8. aic7870.c Remove "scb walking" code. Its replaced by the dynamic SCB discovery code in aic7xxx.c. Fix setup of SCSICONF. bt9xx.c spaces -> tabs ncr.c Use XS_SELTIMEOUT error code for selection timeouts. Revision Changes Path 1.11.2.9 +26 -38 src/sys/pci/aic7870.c 1.3.2.4 +6 -8 src/sys/pci/bt9xx.c 1.37.4.8 +13 -12 src/sys/pci/ncr.c Branch: sys/scsi RELENG_2_1_0 Modified: sys/scsi cd.c ch.c pt.c scsi_base.c scsi_driver.c scsi_driver.h scsi_ioctl.c scsiconf.c scsiconf.h sctarg.c sd.c st.c worm.c Log: Merge with HEAD. Purge the SCSI system from its internal types int32, int16, int8, u_int32, u_int16, u_int8. Add support for the XS_SELTIMEOUT error code. Revision Changes Path 1.41.4.2 +49 -49 src/sys/scsi/cd.c 1.21.4.1 +29 -29 src/sys/scsi/ch.c 1.5.4.1 +6 -6 src/sys/scsi/pt.c 1.29.4.2 +43 -42 src/sys/scsi/scsi_base.c 1.10.4.2 +4 -4 src/sys/scsi/scsi_driver.c 1.4.4.1 +2 -2 src/sys/scsi/scsi_driver.h 1.16.4.2 +2 -2 src/sys/scsi/scsi_ioctl.c 1.30.4.5 +12 -12 src/sys/scsi/scsiconf.c 1.26.4.5 +58 -63 src/sys/scsi/scsiconf.h 1.3.4.2 +6 -6 src/sys/scsi/sctarg.c 1.65.4.1 +22 -22 src/sys/scsi/sd.c 1.36.4.3 +79 -79 src/sys/scsi/st.c 1.7.4.2 +9 -9 src/sys/scsi/worm.c Branch: sys/sys RELENG_2_1_0 Modified: sys/sys queue.h Log: Merge with HEAD. Add SLISTs and STAILQs. Revision Changes Path 1.3.4.1 +155 -13 src/sys/sys/queue.h From owner-cvs-usrsbin Sun Mar 31 17:32:00 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA16271 for cvs-usrsbin-outgoing; Sun, 31 Mar 1996 17:32:00 -0800 (PST) Received: from ibp.ibp.fr (ibp.ibp.fr [132.227.60.30]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id RAA16220 Sun, 31 Mar 1996 17:31:02 -0800 (PST) Received: from blaise.ibp.fr (blaise.ibp.fr [132.227.60.1]) by ibp.ibp.fr (8.6.12/jtpda-5.0) with ESMTP id DAA16704 ; Mon, 1 Apr 1996 03:30:53 +0200 Received: from (uucp@localhost) by blaise.ibp.fr (8.6.12/jtpda-5.0) with UUCP id DAA22007 ; Mon, 1 Apr 1996 03:31:03 +0200 Received: (from roberto@localhost) by keltia.freenix.fr (8.7.5/keltia-uucp-2.7) id CAA01699; Mon, 1 Apr 1996 02:58:27 +0200 (MET DST) From: Ollivier Robert Message-Id: <199604010058.CAA01699@keltia.freenix.fr> Subject: Re: cvs commit: src/usr.sbin/tzsetup Makefile main.c tzmenu.c To: bde@zeta.org.au (Bruce Evans) Date: Mon, 1 Apr 1996 02:58:27 +0200 (MET DST) Cc: pst@shockwave.com, rgrimes@gndrsh.aac.dev.com, CVS-committers@freefall.freebsd.org, ache@astral.msk.su, cvs-all@freefall.freebsd.org, cvs-usrsbin@freefall.freebsd.org, joerg@freefall.freebsd.org, joerg_wunsch@uriah.heep.sax.de In-Reply-To: <199603312003.GAA10957@godzilla.zeta.org.au> from Bruce Evans at "Apr 1, 96 06:03:12 am" X-Operating-System: FreeBSD 2.2-CURRENT ctm#1788 X-Mailer: ELM [version 2.4ME+ PL11 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk It seems that Bruce Evans said: > >> There's a strong objection from more than one person. > > >And you can add a third... > > ++objections. Another one. The code that symlink if there is already a link is reasonable though. I like the copy process but that should not cripple people with a link. -- Ollivier ROBERT -=- The daemon is FREE! -=- roberto@keltia.freenix.fr FreeBSD keltia.freenix.fr 2.2-CURRENT #7: Mon Mar 18 21:28:18 MET 1996 From owner-cvs-usrsbin Mon Apr 1 00:17:58 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA08259 for cvs-usrsbin-outgoing; Mon, 1 Apr 1996 00:17:58 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA08241 Mon, 1 Apr 1996 00:17:52 -0800 (PST) Date: Mon, 1 Apr 1996 00:17:52 -0800 (PST) From: Joerg Wunsch Message-Id: <199604010817.AAA08241@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/tzsetup main.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 96/04/01 00:17:51 Modified: usr.sbin/tzsetup main.c Log: Copy /etc/localtime, unless it's already a symlink. Revision Changes Path 1.7 +20 -7 src/usr.sbin/tzsetup/main.c From owner-cvs-usrsbin Mon Apr 1 00:22:35 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA08455 for cvs-usrsbin-outgoing; Mon, 1 Apr 1996 00:22:35 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA08434 Mon, 1 Apr 1996 00:22:24 -0800 (PST) Date: Mon, 1 Apr 1996 00:22:24 -0800 (PST) From: Joerg Wunsch Message-Id: <199604010822.AAA08434@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/tzsetup main.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 96/04/01 00:22:23 Branch: usr.sbin/tzsetup RELENG_2_1_0 Modified: usr.sbin/tzsetup main.c Log: Merge from HEAD: Copy the file /etc/localtime, unless it's already a symnlink. Revision Changes Path 1.3.2.4 +20 -7 src/usr.sbin/tzsetup/main.c From owner-cvs-usrsbin Mon Apr 1 11:39:02 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA20555 for cvs-usrsbin-outgoing; Mon, 1 Apr 1996 11:39:02 -0800 (PST) Received: from gvr.win.tue.nl (root@gvr.win.tue.nl [131.155.210.19]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id LAA20548 Mon, 1 Apr 1996 11:38:56 -0800 (PST) Received: by gvr.win.tue.nl (8.6.12/1.53) id VAA07022; Mon, 1 Apr 1996 21:37:46 +0200 From: guido@gvr.win.tue.nl (Guido van Rooij) Message-Id: <199604011937.VAA07022@gvr.win.tue.nl> Subject: Re: cvs commit: src/usr.sbin/tzsetup Makefile main.c tzmenu.c To: bde@zeta.org.au (Bruce Evans) Date: Mon, 1 Apr 1996 21:37:45 +0200 (MET DST) Cc: pst@shockwave.com, rgrimes@gndrsh.aac.dev.com, CVS-committers@freefall.freebsd.org, ache@astral.msk.su, cvs-all@freefall.freebsd.org, cvs-usrsbin@freefall.freebsd.org, joerg@freefall.freebsd.org, joerg_wunsch@uriah.heep.sax.de In-Reply-To: <199603312003.GAA10957@godzilla.zeta.org.au> from "Bruce Evans" at Apr 1, 96 06:03:12 am X-Mailer: ELM [version 2.4 PL24] Content-Type: text Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > >> There's a strong objection from more than one person. > > >And you can add a third... > > ++objections. > Considering what happened, you should have said objections++ ;-) -Guido From owner-cvs-usrsbin Tue Apr 2 10:34:30 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA13883 for cvs-usrsbin-outgoing; Tue, 2 Apr 1996 10:34:30 -0800 (PST) Received: from sneezy (sneezy.sri.com [128.18.40.6]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id KAA13852 Tue, 2 Apr 1996 10:34:15 -0800 (PST) Received: by sneezy (SMI-8.6/SMI-SVR4) id KAA29950; Tue, 2 Apr 1996 10:32:49 -0800 Date: Tue, 2 Apr 1996 10:32:49 -0800 From: nate@sneezy.sri.com (Nate Williams ) Message-Id: <199604021832.KAA29950@sneezy> To: Joerg Wunsch Cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-usrsbin@freefall.freebsd.org Subject: Re: cvs commit: src/usr.sbin/tzsetup main.c tzmenu.c In-Reply-To: <199603310955.BAA13788@freefall.freebsd.org> References: <199603310955.BAA13788@freefall.freebsd.org> Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > Modified: usr.sbin/tzsetup main.c tzmenu.c > Log: > Another round of fixes: > > . Replace my NIH-suffering code to detect the number of lines on > the terminal by the curses variable LINES. > > . Fix the selection code for countries with more than one screenful > of locations. The very few people living in America/US/Pacific > now won't be charged for Indiana any longer... :) > > . Removed the gross code that copied over the timezone file to > /etc/localtime, and create a symlink now instead. Please 'copy' the file to /etc/localtime. On smallish machines (laptops), it's a waste of disk space to keep all of /usr/share/zoneinfo online, so I always blow it away. Having it as a file is a much saner solution in any case b/c it's necessary when doing work in single-user mode, or else time-stamps and such will be messed up. Nate From owner-cvs-usrsbin Tue Apr 2 11:51:14 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA20198 for cvs-usrsbin-outgoing; Tue, 2 Apr 1996 11:51:14 -0800 (PST) Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id LAA20132 Tue, 2 Apr 1996 11:50:51 -0800 (PST) Received: from sax.sax.de by irz301.inf.tu-dresden.de (8.6.12/8.6.12-s1) with ESMTP id VAA22255; Tue, 2 Apr 1996 21:50:42 +0200 Received: by sax.sax.de (8.6.11/8.6.12-s1) with UUCP id VAA02818; Tue, 2 Apr 1996 21:50:41 +0200 Received: (from j@localhost) by uriah.heep.sax.de (8.7.4/8.6.9) id VAA11241; Tue, 2 Apr 1996 21:46:43 +0200 (MET DST) From: J Wunsch Message-Id: <199604021946.VAA11241@uriah.heep.sax.de> Subject: Re: cvs commit: src/usr.sbin/tzsetup main.c tzmenu.c To: nate@sneezy.sri.com (Nate Williams) Date: Tue, 2 Apr 1996 21:46:42 +0200 (MET DST) Cc: joerg@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-usrsbin@freefall.freebsd.org Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: <199604021832.KAA29950@sneezy> from "Nate Williams" at Apr 2, 96 10:32:49 am X-Phone: +49-351-2012 669 X-Mailer: ELM [version 2.4 PL24 ME8a] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk As Nate Williams wrote: > > . Removed the gross code that copied over the timezone file to > > /etc/localtime, and create a symlink now instead. > > Please 'copy' the file to /etc/localtime. On smallish machines See the recent changes... > (laptops), it's a waste of disk space to keep all of /usr/share/zoneinfo > online, so I always blow it away. Having it as a file is a much saner > solution in any case b/c it's necessary when doing work in single-user > mode, or else time-stamps and such will be messed up. You have to keep all the zoneinfo files around, in case somebody wants to set `TZ' to some value (in which case /etc/localtime becomes meaningless, and the files under /usr/share/zoneinfo are always referenced -- even if `TZ' is set to the local timezone). Note that even tzsetup itself does set `TZ' to some value (to be used later in the game for a localtime(3) calculation)... -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-) From owner-cvs-usrsbin Tue Apr 2 16:45:53 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA19368 for cvs-usrsbin-outgoing; Tue, 2 Apr 1996 16:45:53 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA19333 Tue, 2 Apr 1996 16:45:34 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199604030045.QAA19333@freefall.freebsd.org> Subject: Re: cvs commit: src/usr.sbin/tzsetup main.c tzmenu.c To: joerg_wunsch@uriah.heep.sax.de Date: Tue, 2 Apr 1996 16:45:33 -0800 (PST) Cc: nate@sneezy.sri.com, joerg@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-usrsbin@freefall.freebsd.org In-Reply-To: <199604021946.VAA11241@uriah.heep.sax.de> from "J Wunsch" at Apr 2, 96 09:46:42 pm X-Mailer: ELM [version 2.4 PL24] Content-Type: text Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > Please 'copy' the file to /etc/localtime. On smallish machines > > See the recent changes... It seems that recent changes broke sysinstall (tzsetup called there): as I see, tzsetup now call "install" program which NOT AVAILABLE at sysinstall time. Please check/fix it. > Note that even tzsetup itself does set `TZ' to some value (to be used > later in the game for a localtime(3) calculation)... TZ is obsolete, it isn't accumulate whole power of zoneinfo. From owner-cvs-usrsbin Tue Apr 2 18:44:57 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA28078 for cvs-usrsbin-outgoing; Tue, 2 Apr 1996 18:44:57 -0800 (PST) Received: from jhome.DIALix.COM (jhome.DIALix.COM [192.203.228.69]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id SAA28069 Tue, 2 Apr 1996 18:44:32 -0800 (PST) Received: from localhost.DIALix.oz.au (peter@localhost.DIALix.oz.au [127.0.0.1]) by jhome.DIALix.COM (8.7.4/8.7.3) with SMTP id KAA18425; Wed, 3 Apr 1996 10:43:49 +0800 (WST) Message-Id: <199604030243.KAA18425@jhome.DIALix.COM> X-Authentication-Warning: jhome.DIALix.COM: Host peter@localhost.DIALix.oz.au [127.0.0.1] didn't use HELO protocol To: "Andrey A. Chernov" cc: joerg_wunsch@uriah.heep.sax.de, nate@sneezy.sri.com, joerg@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-usrsbin@freefall.freebsd.org Subject: Re: cvs commit: src/usr.sbin/tzsetup main.c tzmenu.c In-reply-to: Your message of "Tue, 02 Apr 1996 16:45:33 PST." <199604030045.QAA19333@freefall.freebsd.org> Date: Wed, 03 Apr 1996 10:43:48 +0800 From: Peter Wemm Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >> Note that even tzsetup itself does set `TZ' to some value (to be used >> later in the game for a localtime(3) calculation)... > >TZ is obsolete, it isn't accumulate whole power of zoneinfo. No, it's not obsolete. TZ is used to select which Zone from the zoneinfo database. I do this often to avoid having to do a mental calculation of the time where somebody is located. Normally here we have TZ=Australia/Perth etc, and I sometimes temporarily set it to TZ=America/Los_Angeles and so on. Cheers, -Peter From owner-cvs-usrsbin Tue Apr 2 18:59:03 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA29443 for cvs-usrsbin-outgoing; Tue, 2 Apr 1996 18:59:03 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA29419 Tue, 2 Apr 1996 18:58:50 -0800 (PST) Date: Tue, 2 Apr 1996 18:58:50 -0800 (PST) From: Peter Wemm Message-Id: <199604030258.SAA29419@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/sendmail/cf/mailer smtp.m4 Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 96/04/02 18:58:49 Branch: usr.sbin/sendmail/cf/mailer RELENG_2_1_0 Modified: usr.sbin/sendmail/cf/mailer smtp.m4 Log: Add the "8" flag to the smtp and esmtp mailers. This makes sendmail-8.7.5 behave like the older 8.6.12 that was in the tree when talking to an older sendmail that does not speak esmtp or advertise the 8bitmime capability. Revision Changes Path 1.1.1.1.6.2 +2 -2 src/usr.sbin/sendmail/cf/mailer/smtp.m4 From owner-cvs-usrsbin Tue Apr 2 19:06:42 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA00484 for cvs-usrsbin-outgoing; Tue, 2 Apr 1996 19:06:42 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA00445 Tue, 2 Apr 1996 19:06:26 -0800 (PST) Date: Tue, 2 Apr 1996 19:06:26 -0800 (PST) From: Peter Wemm Message-Id: <199604030306.TAA00445@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/sendmail/cf/mailer smtp.m4 Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 96/04/02 19:06:23 Modified: usr.sbin/sendmail/cf/mailer smtp.m4 Log: Add the '8' flag to the smtp and esmtp mailers. This causes sendmail-8.7.5 to behave like the older sendmails when talking to a peer that does not have esmtp or does not advertise 8BITMIME. The old sendmail "just sent it anyway", while the 8.7.x series mangle any extended character set mail by conferting it to quoted-printable or base64. Freefall has been running this for some time. Revision Changes Path 1.2 +44 -35 src/usr.sbin/sendmail/cf/mailer/smtp.m4 From owner-cvs-usrsbin Tue Apr 2 19:22:59 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA02578 for cvs-usrsbin-outgoing; Tue, 2 Apr 1996 19:22:59 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA02537 Tue, 2 Apr 1996 19:22:39 -0800 (PST) Date: Tue, 2 Apr 1996 19:22:39 -0800 (PST) From: Peter Wemm Message-Id: <199604030322.TAA02537@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/sendmail/doc/rfc rfc819.txt rfc821.txt rfc822.txt Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 96/04/02 19:22:38 Branch: usr.sbin/sendmail/doc/rfc RELENG_2_1_0 Removed: usr.sbin/sendmail/doc/rfc rfc819.txt rfc821.txt rfc822.txt Log: Re-remove these undead files. These were supposed to go with the sendmail update, but for some reason they got missed and are still around. From owner-cvs-usrsbin Tue Apr 2 19:24:31 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA02891 for cvs-usrsbin-outgoing; Tue, 2 Apr 1996 19:24:31 -0800 (PST) Received: (from wpaul@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA02759 Tue, 2 Apr 1996 19:24:15 -0800 (PST) Date: Tue, 2 Apr 1996 19:24:15 -0800 (PST) From: Bill Paul Message-Id: <199604030324.TAA02759@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/yppush Makefile yppush.8 yppush_main.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wpaul 96/04/02 19:24:13 Modified: usr.sbin/yppush Makefile yppush.8 yppush_main.c Log: yppush_main.c: - Remove unused 'pid' member from the jobs structure. (This was left over from an earlier incarnation of the program that used multiple processes.) - Remove #ifdef'ed longjmp() stuff. - Print warning message if the 'pushing' host is not the master for a map being pushed but don't bail out. (While yppush should only be used on an NIS master, using it elsewhere is not an unpardonable sin.) yppush.8: - Fix a couple of mind-os. Makefile - Change format to hopefully ease bootstrapping. (Suggested by wollman.) Other Makefiles should follow. Revision Changes Path 1.2 +13 -11 src/usr.sbin/yppush/Makefile 1.4 +3 -3 src/usr.sbin/yppush/yppush.8 1.3 +6 -38 src/usr.sbin/yppush/yppush_main.c From owner-cvs-usrsbin Tue Apr 2 22:24:28 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA22006 for cvs-usrsbin-outgoing; Tue, 2 Apr 1996 22:24:28 -0800 (PST) Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id WAA21189 Tue, 2 Apr 1996 22:21:18 -0800 (PST) Received: from sax.sax.de by irz301.inf.tu-dresden.de (8.6.12/8.6.12-s1) with ESMTP id IAA05860; Wed, 3 Apr 1996 08:21:00 +0200 Received: by sax.sax.de (8.6.11/8.6.12-s1) with UUCP id IAA09626; Wed, 3 Apr 1996 08:21:00 +0200 Received: (from j@localhost) by uriah.heep.sax.de (8.7.4/8.6.9) id IAA14715; Wed, 3 Apr 1996 08:19:08 +0200 (MET DST) From: J Wunsch Message-Id: <199604030619.IAA14715@uriah.heep.sax.de> Subject: Re: cvs commit: src/usr.sbin/sendmail/cf/mailer smtp.m4 To: peter@freefall.freebsd.org (Peter Wemm) Date: Wed, 3 Apr 1996 08:19:07 +0200 (MET DST) Cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-usrsbin@freefall.freebsd.org Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: <199604030258.SAA29419@freefall.freebsd.org> from "Peter Wemm" at Apr 2, 96 06:58:50 pm X-Phone: +49-351-2012 669 X-Mailer: ELM [version 2.4 PL24 ME8a] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk As Peter Wemm wrote: > > peter 96/04/02 18:58:49 > > Branch: usr.sbin/sendmail/cf/mailer RELENG_2_1_0 > Modified: usr.sbin/sendmail/cf/mailer smtp.m4 > Log: > Add the "8" flag to the smtp and esmtp mailers. This makes sendmail-8.7.5 > behave like the older 8.6.12 that was in the tree when talking to > an older sendmail that does not speak esmtp or advertise the 8bitmime > capability. Hmm, the interesting problem was that the new sendmail does also MIME-cripple an outgoing message even if the destination mailer *does* speak ESMTP (e.g. sending SMTP is sendmail 8.7.something, receiving SMTP is the sendmail of FreeBSD 2.0.5). Is this a bug in sendmail? -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-) From owner-cvs-usrsbin Wed Apr 3 13:41:32 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA24746 for cvs-usrsbin-outgoing; Wed, 3 Apr 1996 13:41:32 -0800 (PST) Received: from ibp.ibp.fr (ibp.ibp.fr [132.227.60.30]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id NAA24718 Wed, 3 Apr 1996 13:41:11 -0800 (PST) Received: from blaise.ibp.fr (blaise.ibp.fr [132.227.60.1]) by ibp.ibp.fr (8.6.12/jtpda-5.0) with ESMTP id XAA09172 ; Wed, 3 Apr 1996 23:41:07 +0200 Received: from (uucp@localhost) by blaise.ibp.fr (8.6.12/jtpda-5.0) with UUCP id XAA06329 ; Wed, 3 Apr 1996 23:41:18 +0200 Received: (from roberto@localhost) by keltia.freenix.fr (8.7.5/keltia-uucp-2.7) id XAA12265; Wed, 3 Apr 1996 23:31:19 +0200 (MET DST) From: Ollivier Robert Message-Id: <199604032131.XAA12265@keltia.freenix.fr> Subject: Re: cvs commit: src/usr.sbin/sendmail/cf/mailer smtp.m4 To: peter@freefall.freebsd.org (Peter Wemm) Date: Wed, 3 Apr 1996 23:31:19 +0200 (MET DST) Cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-usrsbin@freefall.freebsd.org In-Reply-To: <199604030306.TAA00445@freefall.freebsd.org> from Peter Wemm at "Apr 2, 96 07:06:26 pm" X-Operating-System: FreeBSD 2.2-CURRENT ctm#1839 X-Mailer: ELM [version 2.4ME+ PL11 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk It seems that Peter Wemm said: > Add the '8' flag to the smtp and esmtp mailers. This causes sendmail-8.7.5 > to behave like the older sendmails when talking to a peer that does not > have esmtp or does not advertise 8BITMIME. The old sendmail "just sent it > anyway", while the 8.7.x series mangle any extended character set mail > by conferting it to quoted-printable or base64. Freefall has been > running this for some time. I'd rather use "define(`confSMTP_MAILER', `smtp8')" instead of this change. You lock the system into always sending 8bit data with it. Setting the default mailer to smtp8 has the same effect but it is more versatile than a global mailer change. -- Ollivier ROBERT -=- The daemon is FREE! -=- roberto@keltia.freenix.fr FreeBSD keltia.freenix.fr 2.2-CURRENT #9: Mon Apr 1 03:18:13 MET DST 1996 From owner-cvs-usrsbin Wed Apr 3 14:49:26 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA29923 for cvs-usrsbin-outgoing; Wed, 3 Apr 1996 14:49:26 -0800 (PST) Received: (from sef@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA29909 Wed, 3 Apr 1996 14:49:17 -0800 (PST) Date: Wed, 3 Apr 1996 14:49:17 -0800 (PST) From: Sean Eric Fagan Message-Id: <199604032249.OAA29909@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-share, cvs-usrsbin Subject: cvs commit: src/usr.sbin/lpr/common_source common.c lp.h src/share/man/man5 printcap.5 src/usr.sbin/lpr/lpd modes.c Makefile printjob.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk sef 96/04/03 14:49:16 Modified: share/man/man5 printcap.5 Log: printcap.5: Remove fs,fc,xs,xc capability, and replace them with the ms capability Reviewed by: rgrimes, joerg Revision Changes Path 1.2 +3 -5 src/share/man/man5/printcap.5 Modified: usr.sbin/lpr/common_source common.c lp.h Log: Remove definitions and declarations for FS, FC, XS, XC variables, and replace them with MS char* variable. Reviewed by: rgrimes, joerg Revision Changes Path 1.3 +1 -4 src/usr.sbin/lpr/common_source/common.c 1.2 +1 -4 src/usr.sbin/lpr/common_source/lp.h Modified: usr.sbin/lpr/lpd Makefile printjob.c Added: usr.sbin/lpr/lpd modes.c Log: Makefile: Add new modes.c file to list of objects. printjob.c: Use termios instead of sgtty structs and ioctls; remove support for fs/fc/xs/xc capabilities, and replace them with the ms capability (stty-like words, instead of octal bit patterns). modes.c: Modified from stty's file, parses comma-seperated list of tty modes (e.g., "cs8,-paren,-opost"). Reviewed by: rgrimes, joerg Revision Changes Path 1.3 +1 -1 src/usr.sbin/lpr/lpd/Makefile 1.7 +16 -28 src/usr.sbin/lpr/lpd/printjob.c From owner-cvs-usrsbin Wed Apr 3 15:06:33 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA01173 for cvs-usrsbin-outgoing; Wed, 3 Apr 1996 15:06:33 -0800 (PST) Received: from GndRsh.aac.dev.com (GndRsh.aac.dev.com [198.145.92.241]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id PAA01127 Wed, 3 Apr 1996 15:06:00 -0800 (PST) Received: (from rgrimes@localhost) by GndRsh.aac.dev.com (8.6.12/8.6.12) id PAA06058; Wed, 3 Apr 1996 15:05:50 -0800 From: "Rodney W. Grimes" Message-Id: <199604032305.PAA06058@GndRsh.aac.dev.com> Subject: Re: cvs commit: src/usr.sbin/lpr/common_source common.c lp.h src/share/man/man5 printcap.5 src/usr.sbin/lpr/lpd modes.c Makefile pr To: sef@freefall.freebsd.org (Sean Eric Fagan) Date: Wed, 3 Apr 1996 15:05:50 -0800 (PST) Cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-share@freefall.freebsd.org, cvs-usrsbin@freefall.freebsd.org In-Reply-To: <199604032249.OAA29909@freefall.freebsd.org> from Sean Eric Fagan at "Apr 3, 96 02:49:17 pm" X-Mailer: ELM [version 2.4ME+ PL11 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > sef 96/04/03 14:49:16 > > Modified: share/man/man5 printcap.5 > Log: > printcap.5: Remove fs,fc,xs,xc capability, and replace them with the ms > capability > > Reviewed by: rgrimes, joerg Wrong... I explicitly stated that I did _not_ do a review of the patch, but that I agreed with the idea. -- Rod Grimes rgrimes@gndrsh.aac.dev.com Accurate Automation Company Reliable computers for FreeBSD From owner-cvs-usrsbin Wed Apr 3 19:18:00 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA17266 for cvs-usrsbin-outgoing; Wed, 3 Apr 1996 19:18:00 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA17248 Wed, 3 Apr 1996 19:17:50 -0800 (PST) Date: Wed, 3 Apr 1996 19:17:50 -0800 (PST) From: Peter Wemm Message-Id: <199604040317.TAA17248@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin Makefile Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 96/04/03 19:17:49 Modified: usr.sbin Makefile Log: Add rpc.statd and the stub rpc.lockd, as these build and are of some use to some people. Revision Changes Path 1.85 +3 -2 src/usr.sbin/Makefile From owner-cvs-usrsbin Fri Apr 5 18:00:27 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA28399 for cvs-usrsbin-outgoing; Fri, 5 Apr 1996 18:00:27 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA28380 Fri, 5 Apr 1996 18:00:18 -0800 (PST) Date: Fri, 5 Apr 1996 18:00:18 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199604060200.SAA28380@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/ppp chat.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ache 96/04/05 18:00:18 Modified: usr.sbin/ppp chat.c Log: Here is a patch for a little bug in the WaitForString routine. The problem is when the matched string spans the end of the inbuff. This fix allocates twice the IBSIZE so that it can keep the last and the current text to search in the inbuff so that the match won't fail if it gets truncated by the read. It also warns if the search string is to long and truncates it. Submitted by: Dough Ambrisco Revision Changes Path 1.9 +14 -4 src/usr.sbin/ppp/chat.c From owner-cvs-usrsbin Sat Apr 6 01:47:42 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA18476 for cvs-usrsbin-outgoing; Sat, 6 Apr 1996 01:47:42 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA18459 Sat, 6 Apr 1996 01:47:32 -0800 (PST) Date: Sat, 6 Apr 1996 01:47:32 -0800 (PST) From: Mike Pritchard Message-Id: <199604060947.BAA18459@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin, cvs-bin, cvs-usrsbin Subject: cvs commit: src/bin/csh csh.1 src/usr.bin/hexdump od.1 src/usr.sbin/lpr/lpr lpr.1 src/usr.bin/mail mail.1 src/bin/ps ps.1 Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk mpp 96/04/06 01:47:31 Modified: bin/csh csh.1 usr.bin/hexdump od.1 usr.sbin/lpr/lpr lpr.1 usr.bin/mail mail.1 bin/ps ps.1 Log: Correct some cross references and some path names. Revision Changes Path 1.4 +2 -2 src/bin/csh/csh.1 1.2 +1 -1 src/usr.bin/hexdump/od.1 1.3 +2 -2 src/usr.sbin/lpr/lpr/lpr.1 1.6 +2 -2 src/usr.bin/mail/mail.1 1.8 +2 -2 src/bin/ps/ps.1 From owner-cvs-usrsbin Sat Apr 6 16:06:47 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA24625 for cvs-usrsbin-outgoing; Sat, 6 Apr 1996 16:06:47 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA24574 Sat, 6 Apr 1996 16:06:23 -0800 (PST) Date: Sat, 6 Apr 1996 16:06:23 -0800 (PST) From: Mike Pritchard Message-Id: <199604070006.QAA24574@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-games, cvs-lib, cvs-share, cvs-usrbin, cvs-sbin, cvs-libexec, cvs-usrsbin Subject: cvs commit: src/usr.sbin/ac ac.8 src/sbin/adjkerntz adjkerntz.8 src/usr.bin/fstat fstat.1 src/usr.bin/gprof gprof.1 src/lib/libc/sys fcntl.2 src/lib/libcompat/4.1 vlimit.3 src/libexec/rpc.sprayd rpc.sprayd.8 src/usr.sbin/rwhod rwhod.8 src/usr.sbin/sa sa.8 src/share/man/man4 termios.4 tty.4 src/share/man/man5 dir.5 resolver.5 src/share/man/man7 environ.7 hier.7 src/share/man/man8/man8.i386 crash.8 src/usr.sbin/timed/timedc timedc.8 src/usr.bin/window window.1 src/usr.bin/xlint/xlint lint.1 src/usr.sbin/ypserv ypserv.8 src/usr.sbin/amd/amd amd.8 src/sbin/disklabel disklabel.5 src/games/fortune/fortune fortune.6 src/lib/libc/stdtime tzfile.5 src/sbin/mountd exports.5 src/share/man/man4/man4.i386 qcam.4 src/share/man/man9 style.9 Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk mpp 96/04/06 16:06:22 Modified: usr.sbin/ac ac.8 sbin/adjkerntz adjkerntz.8 usr.sbin/amd/amd amd.8 sbin/disklabel disklabel.5 games/fortune/fortune fortune.6 usr.bin/fstat fstat.1 usr.bin/gprof gprof.1 lib/libc/stdtime tzfile.5 lib/libc/sys fcntl.2 lib/libcompat/4.1 vlimit.3 sbin/mountd exports.5 libexec/rpc.sprayd rpc.sprayd.8 usr.sbin/rwhod rwhod.8 usr.sbin/sa sa.8 share/man/man4 termios.4 tty.4 share/man/man4/man4.i386 qcam.4 share/man/man5 dir.5 resolver.5 share/man/man7 environ.7 hier.7 share/man/man8/man8.i386 crash.8 share/man/man9 style.9 usr.sbin/timed/timedc timedc.8 usr.bin/window window.1 usr.bin/xlint/xlint lint.1 usr.sbin/ypserv ypserv.8 Log: Correct some man page cross references and file location references. Revision Changes Path 1.6 +2 -2 src/usr.sbin/ac/ac.8 1.9 +5 -5 src/sbin/adjkerntz/adjkerntz.8 1.2 +2 -2 src/usr.sbin/amd/amd/amd.8 1.2 +3 -3 src/sbin/disklabel/disklabel.5 1.2 +1 -1 src/games/fortune/fortune/fortune.6 1.4 +1 -1 src/usr.bin/fstat/fstat.1 1.6 +1 -1 src/usr.bin/gprof/gprof.1 1.4 +2 -2 src/lib/libc/stdtime/tzfile.5 1.7 +1 -1 src/lib/libc/sys/fcntl.2 1.3 +1 -1 src/lib/libcompat/4.1/vlimit.3 1.3 +1 -1 src/sbin/mountd/exports.5 1.2 +2 -2 src/libexec/rpc.sprayd/rpc.sprayd.8 1.4 +3 -3 src/usr.sbin/rwhod/rwhod.8 1.3 +2 -2 src/usr.sbin/sa/sa.8 1.2 +2 -2 src/share/man/man4/termios.4 1.4 +2 -2 src/share/man/man4/tty.4 1.4 +1 -1 src/share/man/man4/man4.i386/qcam.4 1.3 +1 -1 src/share/man/man5/dir.5 1.2 +1 -1 src/share/man/man5/resolver.5 1.5 +1 -1 src/share/man/man7/environ.7 1.3 +1 -1 src/share/man/man7/hier.7 1.2 +1 -1 src/share/man/man8/man8.i386/crash.8 1.6 +4 -2 src/share/man/man9/style.9 1.2 +1 -1 src/usr.sbin/timed/timedc/timedc.8 1.3 +6 -6 src/usr.bin/window/window.1 1.2 +2 -2 src/usr.bin/xlint/xlint/lint.1 1.7 +5 -5 src/usr.sbin/ypserv/ypserv.8