From owner-cvs-usrsbin Sun Dec 10 07:11:10 1995 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA17232 for cvs-usrsbin-outgoing; Sun, 10 Dec 1995 07:11:10 -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 HAA17180 Sun, 10 Dec 1995 07:10:26 -0800 (PST) Received: from sax.sax.de by irz301.inf.tu-dresden.de (8.6.12/8.6.12-s1) with ESMTP id QAA24514; Sun, 10 Dec 1995 16:09:54 +0100 Received: by sax.sax.de (8.6.11/8.6.12-s1) with UUCP id QAA11473; Sun, 10 Dec 1995 16:09:52 +0100 Received: (from j@localhost) by uriah.heep.sax.de (8.6.12/8.6.9) id PAA05914; Sun, 10 Dec 1995 15:19:25 +0100 From: J Wunsch Message-Id: <199512101419.PAA05914@uriah.heep.sax.de> Subject: Re: cvs commit: src/usr.sbin/sendmail/src main.c To: roberto@keltia.freenix.fr (Ollivier Robert) Date: Sun, 10 Dec 1995 15:19:25 +0100 (MET) Cc: ache@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-usrsbin@freefall.freebsd.org Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: <199512100233.DAA01812@keltia.freenix.fr> from "Ollivier Robert" at Dec 10, 95 03:33:48 am X-Phone: +49-351-2012 669 X-Mailer: ELM [version 2.4 PL23] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-cvs-usrsbin@FreeBSD.ORG Precedence: bulk As Ollivier Robert wrote: > > It seems that Andrey A. Chernov said: > > It seems sendmail becomes more and more incompatible, f.e. > > Return-Receipt-To not works anymore :-( > > It has never been standard anyway. It is expected to be replaced with the > new DSN-* stuff. RIP Return-Receipts. Most of the sites I know don't return > them anyway. Andrey was one of the guys who insisted on getting a R-R for _each_ mail. This has caused me to disable the feature ages ago, since it's simply been too expensive for me (with a UUCP connection, where the R-R required an additional phone call to be delivered). Hence such abuses made it a worthless feature anyway. -- 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 Mon Dec 11 02:52:45 1995 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA22233 for cvs-usrsbin-outgoing; Mon, 11 Dec 1995 02:52:45 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA22226 Mon, 11 Dec 1995 02:52:40 -0800 (PST) Date: Mon, 11 Dec 1995 02:52:40 -0800 (PST) From: Peter Wemm Message-Id: <199512111052.CAA22226@freefall.freebsd.org> To: CVS-committers, cvs-usrsbin Subject: cvs commit: src/usr.sbin/config mkoptions.c Makefile config.h config.y lang.l main.c mkheaders.c mkmakefile.c mkswapconf.c Sender: owner-cvs-usrsbin@FreeBSD.ORG Precedence: bulk peter 95/12/11 02:52:39 Modified: usr.sbin/config Makefile config.h config.y lang.l main.c mkheaders.c mkmakefile.c mkswapconf.c Added: usr.sbin/config mkoptions.c Log: Implement support for conf/options and i386/conf/options.i386 Note that this code is dormant unless the options files exist. Also, parsing of quoted options in the config files is improved. What this allows, is all the options in LINT to be specified to be configured as #defines in a file rather than on the CC command line at kernel build time. This means that 'make depend' will catch dependencies on actual *options*, meaning that you can run 'config' and 'make depend' in complete safety WITHOUT removing the compile directory each time. Unfortunately, this requires a pass over the source to get the individual files to #include the new .h files that would be generated by config. This has a small compile time penalty (appears up to about 2% slower) from a "fresh" build. Of course, you should not be needing to do complete rebuilds very often once this was completed, so it would be an overall win for most people. Since this code is dormant and we've got a lot of other things happening on the kernel tree at the moment (prototypes, devfs, static declarations etc) I am not planning on doing any changes to activate this feature just yet. Revision Changes Path 1.10 +1 -1 src/usr.sbin/config/Makefile 1.10 +9 -0 src/usr.sbin/config/config.h 1.12 +24 -0 src/usr.sbin/config/config.y 1.8 +8 -0 src/usr.sbin/config/lang.l 1.10 +5 -0 src/usr.sbin/config/main.c 1.2 +4 -2 src/usr.sbin/config/mkheaders.c 1.13 +25 -5 src/usr.sbin/config/mkmakefile.c 1.10 +1 -0 src/usr.sbin/config/mkswapconf.c From owner-cvs-usrsbin Mon Dec 11 02:58:04 1995 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA22393 for cvs-usrsbin-outgoing; Mon, 11 Dec 1995 02:58:04 -0800 (PST) Received: from time.cdrom.com (time.cdrom.com [192.216.222.226]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id CAA22388 Mon, 11 Dec 1995 02:57:59 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by time.cdrom.com (8.6.12/8.6.9) with SMTP id CAA14212; Mon, 11 Dec 1995 02:56:50 -0800 To: Peter Wemm cc: CVS-committers@freefall.freebsd.org, cvs-usrsbin@freefall.freebsd.org Subject: Re: cvs commit: src/usr.sbin/config mkoptions.c Makefile config.h config.y lang.l main.c mkheaders.c mkmakefile.c mkswapconf.c In-reply-to: Your message of "Mon, 11 Dec 1995 02:52:40 PST." <199512111052.CAA22226@freefall.freebsd.org> Date: Mon, 11 Dec 1995 02:56:49 -0800 Message-ID: <14210.818679409@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-usrsbin@FreeBSD.ORG Precedence: bulk > What this allows, is all the options in LINT to be specified to be > configured as #defines in a file rather than on the CC command line at > kernel build time. This means that 'make depend' will catch dependencies > on actual *options*, meaning that you can run 'config' and 'make depend' > in complete safety WITHOUT removing the compile directory each time. And the crowd goes wild! :-) This is a good day. Jordan From owner-cvs-usrsbin Tue Dec 12 21:56:11 1995 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA03163 for cvs-usrsbin-outgoing; Tue, 12 Dec 1995 21:56:11 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA03154 Tue, 12 Dec 1995 21:56:09 -0800 (PST) Date: Tue, 12 Dec 1995 21:56:09 -0800 (PST) From: Peter Wemm Message-Id: <199512130556.VAA03154@freefall.freebsd.org> To: CVS-committers, cvs-usrsbin Subject: cvs commit: src/usr.sbin/sendmail/cf/cf freefall.mc Sender: owner-cvs-usrsbin@FreeBSD.ORG Precedence: bulk peter 95/12/12 21:56:09 Modified: usr.sbin/sendmail/cf/cf freefall.mc Log: Change freefall's default mailer from smtp to smtp8 to try and avoid the 8 to 7 bit conversion.. Revision Changes Path 1.7 +2 -1 src/usr.sbin/sendmail/cf/cf/freefall.mc From owner-cvs-usrsbin Tue Dec 12 22:20:28 1995 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA06763 for cvs-usrsbin-outgoing; Tue, 12 Dec 1995 22:20:28 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA06753 Tue, 12 Dec 1995 22:20:25 -0800 (PST) Date: Tue, 12 Dec 1995 22:20:25 -0800 (PST) From: Peter Wemm Message-Id: <199512130620.WAA06753@freefall.freebsd.org> To: CVS-committers, cvs-usrsbin Subject: cvs commit: src/usr.sbin/sendmail/doc/usenix usenix.ps Sender: owner-cvs-usrsbin@FreeBSD.ORG Precedence: bulk peter 95/12/12 22:20:23 Removed: usr.sbin/sendmail/doc/changes changes.ps usr.sbin/sendmail/doc/intro intro.ps usr.sbin/sendmail/doc/op op.ps usr.sbin/sendmail/doc/usenix usenix.ps Log: These files are regeneratable and are making huge rcs deltas for no real need. Note that "op" and "intro" are already being built under share/doc/smm (08.sendmailop and 09.sendmail) From owner-cvs-usrsbin Wed Dec 13 03:41:19 1995 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA04934 for cvs-usrsbin-outgoing; Wed, 13 Dec 1995 03:41:19 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA04927 Wed, 13 Dec 1995 03:41:17 -0800 (PST) Date: Wed, 13 Dec 1995 03:41:17 -0800 (PST) From: Peter Wemm Message-Id: <199512131141.DAA04927@freefall.freebsd.org> To: CVS-committers, cvs-usrsbin Subject: cvs commit: src/usr.sbin/lsdev i386.c Sender: owner-cvs-usrsbin@FreeBSD.ORG Precedence: bulk peter 95/12/13 03:41:16 Modified: usr.sbin/lsdev i386.c Log: Add #include to make lsdev compile again after the last round of include file changes.... Revision Changes Path 1.11 +1 -0 src/usr.sbin/lsdev/i386.c From owner-cvs-usrsbin Wed Dec 13 03:50:00 1995 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA05271 for cvs-usrsbin-outgoing; Wed, 13 Dec 1995 03:50:00 -0800 (PST) Received: from jhome.DIALix.COM (root@jhome.DIALix.COM [192.203.228.69]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id DAA05265 Wed, 13 Dec 1995 03:49:53 -0800 (PST) Received: (from peter@localhost) by jhome.DIALix.COM (8.7.3/8.7.3) id TAA01497; Wed, 13 Dec 1995 19:49:43 +0800 (WST) Date: Wed, 13 Dec 1995 19:49:43 +0800 (WST) From: Peter Wemm To: CVS-committers@freefall.freebsd.org, cvs-usrsbin@freefall.freebsd.org Subject: Re: cvs commit: src/usr.sbin/lsdev i386.c In-Reply-To: <199512131141.DAA04927@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-usrsbin@FreeBSD.ORG Precedence: bulk On Wed, 13 Dec 1995, Peter Wemm wrote: > peter 95/12/13 03:41:16 > > Modified: usr.sbin/lsdev i386.c > Log: > Add #include to make lsdev compile again after the last round > of include file changes.... I think these are all of the changes that I had to make to get a 'make world' to run.. My tree has other stuff that may be masking other problems, but I think this is enough... -Peter From owner-cvs-usrsbin Wed Dec 13 07:11:05 1995 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA19369 for cvs-usrsbin-outgoing; Wed, 13 Dec 1995 07:11:05 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA19357 Wed, 13 Dec 1995 07:10:59 -0800 (PST) Date: Wed, 13 Dec 1995 07:10:59 -0800 (PST) From: Bruce Evans Message-Id: <199512131510.HAA19357@freefall.freebsd.org> To: CVS-committers, cvs-usrsbin Subject: cvs commit: src/usr.sbin/lsdev i386.c lsdev.c lsdev.h Sender: owner-cvs-usrsbin@FreeBSD.ORG Precedence: bulk bde 95/12/13 07:10:58 Modified: usr.sbin/lsdev i386.c lsdev.c lsdev.h Log: Unspammed #includes. Fixed printf format strings. Revision Changes Path 1.12 +19 -11 src/usr.sbin/lsdev/i386.c 1.5 +8 -3 src/usr.sbin/lsdev/lsdev.c 1.3 +5 -11 src/usr.sbin/lsdev/lsdev.h From owner-cvs-usrsbin Fri Dec 15 05:31:55 1995 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA22227 for cvs-usrsbin-outgoing; Fri, 15 Dec 1995 05:31:55 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA22220 Fri, 15 Dec 1995 05:31:53 -0800 (PST) Date: Fri, 15 Dec 1995 05:31:53 -0800 (PST) From: Peter Wemm Message-Id: <199512151331.FAA22220@freefall.freebsd.org> To: CVS-committers, cvs-usrsbin Subject: cvs commit: src/usr.sbin/sendmail/src conf.c conf.h Sender: owner-cvs-usrsbin@FreeBSD.ORG Precedence: bulk peter 95/12/15 05:31:53 Modified: usr.sbin/sendmail/src conf.c conf.h Log: Revert from fiddling with the PS_STRINGS pointers back to the traditional spamming of the argv, almost back to the original code (except for NULL padding of the string). This makes this version of the sendmail source compile on 2.1.X again. Revision Changes Path 1.11 +2 -3 src/usr.sbin/sendmail/src/conf.c 1.8 +3 -1 src/usr.sbin/sendmail/src/conf.h From owner-cvs-usrsbin Sat Dec 16 02:07:20 1995 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA29296 for cvs-usrsbin-outgoing; Sat, 16 Dec 1995 02:07:20 -0800 (PST) Received: (from jkh@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA29280 Sat, 16 Dec 1995 02:07:16 -0800 (PST) Date: Sat, 16 Dec 1995 02:07:16 -0800 (PST) From: "Jordan K. Hubbard" Message-Id: <199512161007.CAA29280@freefall.freebsd.org> To: CVS-committers, cvs-usrsbin Subject: cvs commit: src/usr.sbin/watch watch.8 watch.c Sender: owner-cvs-usrsbin@FreeBSD.ORG Precedence: bulk jkh 95/12/16 02:07:14 Modified: usr.sbin/watch watch.8 watch.c Log: Map ^C and ^\ (INTR and QUIT) to ^Q so that you can actually send these guys to a watched process. Useful if you're monitoring someone who's started doing something you'd really like them to stop immediately. :) Suggested by: Phillip White Revision Changes Path 1.6 +1 -1 src/usr.sbin/watch/watch.8 1.7 +6 -0 src/usr.sbin/watch/watch.c From owner-cvs-usrsbin Sat Dec 16 12:54:20 1995 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA00528 for cvs-usrsbin-outgoing; Sat, 16 Dec 1995 12:54:20 -0800 (PST) Received: (from wpaul@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA00521 Sat, 16 Dec 1995 12:54:18 -0800 (PST) Date: Sat, 16 Dec 1995 12:54:18 -0800 (PST) From: Bill Paul Message-Id: <199512162054.MAA00521@freefall.freebsd.org> To: CVS-committers, cvs-usrsbin Subject: cvs commit: src/usr.sbin - Imported sources Sender: owner-cvs-usrsbin@FreeBSD.ORG Precedence: bulk wpaul 95/12/16 12:54:17 Branch: usr.sbin 1.1.1 Log: Import the new, non-GPL ypserv, written by yours truly. Functionally equivalent to the old ypserv, except that it doesn't support the -p [port] option to force the server to use a particular port. The server stubs and yp.h header file are auto-generated from the yp.x protocol definition file. The auto-generated XDR routines in libc/yp are also used. The database access code has been broken out into a seperate module so that other NIS utilities (ypxfr in particular) can use it. Note that the old mknetid script is being temporarily moved here; it will be replaced by an mknetid program which will eventually have a home under /usr/src/libexec. (The existing script is actually somewhat broken -- it doesn't handle hosts -- but this isn't a big deal at this point since the netid.byname map is really only useful fopr Secure RPC, which we don't have yet.) Status: Vendor Tag: WPAUL Release Tags: ypserv_1_0 N src/usr.sbin/ypserv/Makefile N src/usr.sbin/ypserv/Makefile.yp N src/usr.sbin/ypserv/yp_access.c N src/usr.sbin/ypserv/yp_dblookup.c N src/usr.sbin/ypserv/yp_dnslookup.c N src/usr.sbin/ypserv/yp_error.c N src/usr.sbin/ypserv/yp_extern.h N src/usr.sbin/ypserv/yp_main.c N src/usr.sbin/ypserv/yp_server.c N src/usr.sbin/ypserv/ypserv.8 N src/usr.sbin/ypserv/mknetid No conflicts created by this import From owner-cvs-usrsbin Sat Dec 16 12:56:05 1995 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA00709 for cvs-usrsbin-outgoing; Sat, 16 Dec 1995 12:56:05 -0800 (PST) Received: (from wpaul@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA00671 Sat, 16 Dec 1995 12:56:04 -0800 (PST) Date: Sat, 16 Dec 1995 12:56:04 -0800 (PST) From: Bill Paul Message-Id: <199512162056.MAA00671@freefall.freebsd.org> To: CVS-committers, cvs-usrsbin Subject: cvs commit: src/usr.sbin Makefile Sender: owner-cvs-usrsbin@FreeBSD.ORG Precedence: bulk wpaul 95/12/16 12:56:03 Modified: usr.sbin Makefile Log: Turn on ypserv. Revision Changes Path 1.74 +2 -2 src/usr.sbin/Makefile From owner-cvs-usrsbin Sat Dec 16 15:01:14 1995 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA08302 for cvs-usrsbin-outgoing; Sat, 16 Dec 1995 15:01:14 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA08291 Sat, 16 Dec 1995 15:01:09 -0800 (PST) Date: Sat, 16 Dec 1995 15:01:09 -0800 (PST) From: Bruce Evans Message-Id: <199512162301.PAA08291@freefall.freebsd.org> To: CVS-committers, cvs-usrsbin Subject: cvs commit: src/usr.sbin/ypserv Makefile Sender: owner-cvs-usrsbin@FreeBSD.ORG Precedence: bulk bde 95/12/16 15:01:07 Modified: usr.sbin/ypserv Makefile Log: Fixed building in obj directory. Revision Changes Path 1.2 +3 -1 src/usr.sbin/ypserv/Makefile