From owner-cvs-all Sun Jul 2 0:23: 3 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D06B537B973; Sun, 2 Jul 2000 00:22:56 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA12887; Sun, 2 Jul 2000 00:22:56 -0700 (PDT) (envelope-from will@FreeBSD.org) Message-Id: <200007020722.AAA12887@freefall.freebsd.org> From: Will Andrews Date: Sun, 2 Jul 2000 00:22:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/astro Makefile ports/astro/rmap Makefile ports/astro/rmap/files md5 ports/astro/rmap/patches patch-aa ports/astro/rmap/pkg COMMENT DESCR PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2000/07/02 00:22:55 PDT Modified files: astro Makefile Added files: astro/rmap Makefile astro/rmap/files md5 astro/rmap/patches patch-aa astro/rmap/pkg COMMENT DESCR PLIST Log: Add rmap, a neat program that generates an image of the Earth at a specific location in the world (based on longitude and latitude). PR: 17676 Submitted by: Trevor Johnson Revision Changes Path 1.20 +2 -1 ports/astro/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 0:23:13 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E4DC137BABF; Sun, 2 Jul 2000 00:23:09 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA12993; Sun, 2 Jul 2000 00:23:09 -0700 (PDT) (envelope-from will@FreeBSD.org) Message-Id: <200007020723.AAA12993@freefall.freebsd.org> From: Will Andrews Date: Sun, 2 Jul 2000 00:23:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2000/07/02 00:23:09 PDT Modified files: . modules Log: rmap --> ports/astro/rmap Revision Changes Path 1.1328 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 1: 8:16 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 49A5737BAD4; Sun, 2 Jul 2000 01:08:11 -0700 (PDT) (envelope-from green@FreeBSD.org) Received: (from green@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA17019; Sun, 2 Jul 2000 01:08:10 -0700 (PDT) (envelope-from green@FreeBSD.org) Message-Id: <200007020808.BAA17019@freefall.freebsd.org> From: Brian Feldman Date: Sun, 2 Jul 2000 01:08:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_ktrace.c sys_generic.c uipc_syscalls.c src/sys/svr4 svr4_stream.c src/sys/sys ktrace.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG green 2000/07/02 01:08:10 PDT Modified files: sys/kern kern_ktrace.c sys_generic.c uipc_syscalls.c sys/svr4 svr4_stream.c sys/sys ktrace.h Log: Modify ktrace's general I/O tracing, ktrgenio(), to use a struct uio * instead of a struct iovec * array and int len. Get rid of stupidly trying to allocate all of the memory and copyin()ing the entire iovec[], and instead just do the proper VOP_WRITE() in ktrwrite() using a copy of the struct uio that the syscall originally used. This solves the DoS which could easily be performed; to work around the DoS, one could also remove "options KTRACE" from the kernel. This is a very strong MFC candidate for 4.1. Found by: art@OpenBSD.org Revision Changes Path 1.37 +29 -35 src/sys/kern/kern_ktrace.c 1.58 +37 -16 src/sys/kern/sys_generic.c 1.70 +15 -7 src/sys/kern/uipc_syscalls.c 1.14 +15 -7 src/sys/svr4/svr4_stream.c 1.21 +2 -2 src/sys/sys/ktrace.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 1: 8:23 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CE80237BB8B; Sun, 2 Jul 2000 01:08:14 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA17129; Sun, 2 Jul 2000 01:08:14 -0700 (PDT) (envelope-from will@FreeBSD.org) Message-Id: <200007020808.BAA17129@freefall.freebsd.org> From: Will Andrews Date: Sun, 2 Jul 2000 01:08:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases Makefile ports/databases/p5-DBZ_File Makefile ports/databases/p5-DBZ_File/files dbz.c dbz.h md5 ports/databases/p5-DBZ_File/patches patch-aa ports/databases/p5-DBZ_File/pkg COMMENT DESCR PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2000/07/02 01:08:14 PDT Modified files: databases Makefile Added files: databases/p5-DBZ_File Makefile databases/p5-DBZ_File/files dbz.c dbz.h md5 databases/p5-DBZ_File/patches patch-aa databases/p5-DBZ_File/pkg COMMENT DESCR PLIST Log: Add p5-DBZ_File, a perl module for accessing DBZ databases. PR: 18846 Submitted by; Yen-Ming Lee Revision Changes Path 1.65 +2 -1 ports/databases/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 1: 8:34 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F3DEE37BB80; Sun, 2 Jul 2000 01:08:30 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA17254; Sun, 2 Jul 2000 01:08:30 -0700 (PDT) (envelope-from will@FreeBSD.org) Message-Id: <200007020808.BAA17254@freefall.freebsd.org> From: Will Andrews Date: Sun, 2 Jul 2000 01:08:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2000/07/02 01:08:30 PDT Modified files: . modules Log: p5-DBZ_File --> ports/databases/p5-DBZ_File Revision Changes Path 1.1329 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 1:31:24 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1656B37B65D; Sun, 2 Jul 2000 01:31:22 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA18359; Sun, 2 Jul 2000 01:31:21 -0700 (PDT) (envelope-from will@FreeBSD.org) Message-Id: <200007020831.BAA18359@freefall.freebsd.org> From: Will Andrews Date: Sun, 2 Jul 2000 01:31:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net Makefile ports/net/vtun Makefile ports/net/vtun/files md5 ports/net/vtun/pkg COMMENT DESCR PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2000/07/02 01:31:21 PDT Modified files: net Makefile Added files: net/vtun Makefile net/vtun/files md5 net/vtun/pkg COMMENT DESCR PLIST Log: Add vtun, which is "the easiest way to create Virtual Tunnels over TCP/IP networks with traffic shaping, compression and encryption." PR: 16629 Submitted by: kevlo Revision Changes Path 1.371 +2 -1 ports/net/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 1:31:39 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 009AA37BE37; Sun, 2 Jul 2000 01:31:33 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA18473; Sun, 2 Jul 2000 01:31:32 -0700 (PDT) (envelope-from will@FreeBSD.org) Message-Id: <200007020831.BAA18473@freefall.freebsd.org> From: Will Andrews Date: Sun, 2 Jul 2000 01:31:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2000/07/02 01:31:32 PDT Modified files: . modules Log: vtun --> ports/net/vtun Revision Changes Path 1.1330 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 1:40:39 2000 Delivered-To: cvs-all@freebsd.org Received: from peach.ocn.ne.jp (peach.ocn.ne.jp [210.145.254.87]) by hub.freebsd.org (Postfix) with ESMTP id 2D62A37BCD7; Sun, 2 Jul 2000 01:40:31 -0700 (PDT) (envelope-from dcs@newsguy.com) Received: from newsguy.com (p41-dn02kiryunisiki.gunma.ocn.ne.jp [211.0.245.106]) by peach.ocn.ne.jp (8.9.1a/OCN/) with ESMTP id RAA14179; Sun, 2 Jul 2000 17:40:18 +0900 (JST) Message-ID: <395F0019.81ACCC52@newsguy.com> Date: Sun, 02 Jul 2000 17:40:58 +0900 From: "Daniel C. Sobral" X-Mailer: Mozilla 4.7 [en] (Win98; I) X-Accept-Language: en,pt-BR,ja MIME-Version: 1.0 To: David Nugent Cc: Glenn Johnson , John Baldwin , "David O'Brien" , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, Brian Somers Subject: Re: cvs commit: src/contrib/isc-dhcp - Imported sources References: <20000627045610.A60638@dragon.nuxi.com> <200006271755.KAA01721@john.baldwin.cx> <20000628101529.A63423@node1.cluster.srrc.usda.gov> <395B2227.7D46C78A@austel.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Let me add my two cents on this matter. IMO, dhcp is just the kind of server one would expect to come with FreeBSD. But, unfortunately, there are many choices of dhcp out there, and no consensus around which one is best. I think importing a dhcpd will eventually led us to a situation similar to sendmail's present situation (which, btw, is a bad thing :). If we had a "BSD" dhcpd, if one of the popular dhcp daemons out there were developed by one of our committers, then it would make some sense to adopt a particular version. But, as it is, all we would be doing would be imposing our preferences on our users. -- Daniel C. Sobral (8-DCS) dcs@newsguy.com dcs@freebsd.org capo@the.great.underground.bsdconpiracy.org _DES: The Book of Bruce has only one sentence in it, and it says "the actual directives of my cult are left as an exercise for the reader. Good luck." jkh: does it really include the 'good luck' part? EE: OK, I made that part up. EE: I figured it should sound a bit more cheery than how Bruce initially dictated it to me. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 2:28:40 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C639037B565; Sun, 2 Jul 2000 02:28:38 -0700 (PDT) (envelope-from ps@FreeBSD.org) Received: (from ps@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA22659; Sun, 2 Jul 2000 02:28:38 -0700 (PDT) (envelope-from ps@FreeBSD.org) Message-Id: <200007020928.CAA22659@freefall.freebsd.org> From: Paul Saab Date: Sun, 2 Jul 2000 02:28:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/cmp cmp.1 cmp.c extern.h regular.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ps 2000/07/02 02:28:38 PDT Modified files: (Branch: RELENG_4) usr.bin/cmp cmp.1 cmp.c extern.h regular.c Log: MFC: Let cmp(1) grow in -x option to print differences in contemporarry hex format rather than the mixed decimal/octal format of -l. Revision Changes Path 1.7.2.1 +5 -0 src/usr.bin/cmp/cmp.1 1.6.6.1 +9 -2 src/usr.bin/cmp/cmp.c 1.1.1.1.14.1 +4 -1 src/usr.bin/cmp/extern.h 1.7.2.1 +7 -1 src/usr.bin/cmp/regular.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 2:29:52 2000 Delivered-To: cvs-all@freebsd.org Received: from peach.ocn.ne.jp (peach.ocn.ne.jp [210.145.254.87]) by hub.freebsd.org (Postfix) with ESMTP id AEB9C37B5B2; Sun, 2 Jul 2000 02:29:46 -0700 (PDT) (envelope-from dcs@newsguy.com) Received: from newsguy.com (p41-dn02kiryunisiki.gunma.ocn.ne.jp [211.0.245.106]) by peach.ocn.ne.jp (8.9.1a/OCN/) with ESMTP id SAA22565; Sun, 2 Jul 2000 18:29:44 +0900 (JST) Message-ID: <395F0BB0.9837C81E@newsguy.com> Date: Sun, 02 Jul 2000 18:30:24 +0900 From: "Daniel C. Sobral" X-Mailer: Mozilla 4.7 [en] (Win98; I) X-Accept-Language: en,pt-BR,ja MIME-Version: 1.0 To: obrien@FreeBSD.org Cc: Brian Somers , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, brian@hak.lan.Awfulhak.org Subject: Re: cvs commit: src/contrib/isc-dhcp - Imported sources References: <200006300840.JAA02311@hak.lan.Awfulhak.org> <20000630101215.F73041@dragon.nuxi.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG David O'Brien wrote: > > On Fri, Jun 30, 2000 at 09:40:35AM +0100, Brian Somers wrote: > > > 1. Everyone uses /bin/csh (show me a box that has never had root login at > > > least once. > > > > Not true - I (and I would guess some others) always change root's shell > > to /bin/sh. > > YES true. You just proved it. You may have used it only once, but you > still used it. Huh? I always boot single user to change the shell first. -- Daniel C. Sobral (8-DCS) dcs@newsguy.com dcs@freebsd.org capo@the.great.underground.bsdconpiracy.org _DES: The Book of Bruce has only one sentence in it, and it says "the actual directives of my cult are left as an exercise for the reader. Good luck." jkh: does it really include the 'good luck' part? EE: OK, I made that part up. EE: I figured it should sound a bit more cheery than how Bruce initially dictated it to me. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 2:30:36 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D003E37B5B2; Sun, 2 Jul 2000 02:30:30 -0700 (PDT) (envelope-from ade@FreeBSD.org) Received: (from ade@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA22918; Sun, 2 Jul 2000 02:30:30 -0700 (PDT) (envelope-from ade@FreeBSD.org) Message-Id: <200007020930.CAA22918@freefall.freebsd.org> From: Ade Lovett Date: Sun, 2 Jul 2000 02:30:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/libxml2 Makefile ports/textproc/libxml2/files md5 ports/textproc/libxml2/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ade 2000/07/02 02:30:30 PDT Modified files: textproc/libxml2 Makefile textproc/libxml2/files md5 textproc/libxml2/pkg PLIST Log: Bring libxml2 2.1.1 into the fold after a repo-copy. This will eventually replace libxml for GNOME. Revision Changes Path 1.26 +5 -4 ports/textproc/libxml2/Makefile 1.18 +1 -1 ports/textproc/libxml2/files/md5 1.11 +21 -18 ports/textproc/libxml2/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 2:32:34 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 17A7D37BBC5; Sun, 2 Jul 2000 02:32:31 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA23148; Sun, 2 Jul 2000 02:32:30 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <200007020932.CAA23148@freefall.freebsd.org> From: Satoshi Asami Date: Sun, 2 Jul 2000 02:32:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/Tools/portbuild/scripts buildscript X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asami 2000/07/02 02:32:30 PDT Modified files: Tools/portbuild/scripts buildscript Log: (1) Make extra files fatal errors only if they are files -- extra directories are still included in the list of "extra stuff", but are not considered fatal (for now). (2) Use ls's -a flag to print out list of all files in ${PREFIX}, for obvious reasons. Revision Changes Path 1.6 +9 -2 ports/Tools/portbuild/scripts/buildscript To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 2:33:40 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8209437B53E; Sun, 2 Jul 2000 02:33:37 -0700 (PDT) (envelope-from ade@FreeBSD.org) Received: (from ade@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA23187; Sun, 2 Jul 2000 02:33:37 -0700 (PDT) (envelope-from ade@FreeBSD.org) Message-Id: <200007020933.CAA23187@freefall.freebsd.org> From: Ade Lovett Date: Sun, 2 Jul 2000 02:33:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules ports/textproc Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ade 2000/07/02 02:33:37 PDT Modified files: . modules textproc Makefile Log: Active libxml2 Revision Changes Path 1.1331 +2 -1 CVSROOT/modules 1.98 +2 -1 ports/textproc/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 2:34:32 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 759D337BBD3; Sun, 2 Jul 2000 02:34:28 -0700 (PDT) (envelope-from ps@FreeBSD.org) Received: (from ps@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA23269; Sun, 2 Jul 2000 02:34:28 -0700 (PDT) (envelope-from ps@FreeBSD.org) Message-Id: <200007020934.CAA23269@freefall.freebsd.org> From: Paul Saab Date: Sun, 2 Jul 2000 02:34:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/col col.1 col.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ps 2000/07/02 02:34:28 PDT Modified files: (Branch: RELENG_4) usr.bin/col col.1 col.c Log: MFC: Use errx(). .Nm fixes Revision Changes Path 1.4.2.1 +4 -4 src/usr.bin/col/col.1 1.6.6.1 +8 -8 src/usr.bin/col/col.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 2:45: 0 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2819937B53E; Sun, 2 Jul 2000 02:44:56 -0700 (PDT) (envelope-from ps@FreeBSD.org) Received: (from ps@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA23988; Sun, 2 Jul 2000 02:44:55 -0700 (PDT) (envelope-from ps@FreeBSD.org) Message-Id: <200007020944.CAA23988@freefall.freebsd.org> From: Paul Saab Date: Sun, 2 Jul 2000 02:44:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/kzip kzip.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ps 2000/07/02 02:44:55 PDT Modified files: (Branch: RELENG_4) usr.bin/kzip kzip.c Log: MFC: [rev 1.14] Fix a buffer overflow. Revision Changes Path 1.13.2.1 +4 -2 src/usr.bin/kzip/kzip.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 2:50:23 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 66C2A37B604; Sun, 2 Jul 2000 02:50:19 -0700 (PDT) (envelope-from ps@FreeBSD.org) Received: (from ps@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA24189; Sun, 2 Jul 2000 02:50:19 -0700 (PDT) (envelope-from ps@FreeBSD.org) Message-Id: <200007020950.CAA24189@freefall.freebsd.org> From: Paul Saab Date: Sun, 2 Jul 2000 02:50:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/limits limits.1 limits.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ps 2000/07/02 02:50:18 PDT Modified files: (Branch: RELENG_4) usr.bin/limits limits.1 limits.c Log: MFC: limits.1 [rev 1.15] Properly use .Nm, .Em, .Pa etc. limits.c [rev 1.8] Make usage() a simplier function. Revision Changes Path 1.14.2.1 +47 -31 src/usr.bin/limits/limits.1 1.7.2.1 +15 -16 src/usr.bin/limits/limits.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 2:52:17 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7CD1D37BBD3; Sun, 2 Jul 2000 02:52:14 -0700 (PDT) (envelope-from ps@FreeBSD.org) Received: (from ps@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA24327; Sun, 2 Jul 2000 02:52:14 -0700 (PDT) (envelope-from ps@FreeBSD.org) Message-Id: <200007020952.CAA24327@freefall.freebsd.org> From: Paul Saab Date: Sun, 2 Jul 2000 02:52:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/nohup nohup.1 nohup.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ps 2000/07/02 02:52:14 PDT Modified files: (Branch: RELENG_4) usr.bin/nohup nohup.1 nohup.c Log: MFC: Sync SYNOPSIS and usage() string. Revision Changes Path 1.6.2.1 +5 -4 src/usr.bin/nohup/nohup.1 1.4.2.1 +1 -1 src/usr.bin/nohup/nohup.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 2:52:46 2000 Delivered-To: cvs-all@freebsd.org Received: from mail.interware.hu (mail.interware.hu [195.70.32.130]) by hub.freebsd.org (Postfix) with ESMTP id 053AB37C0E5; Sun, 2 Jul 2000 02:52:36 -0700 (PDT) (envelope-from julian@elischer.org) Received: from kairo-42.budapest.interware.hu ([195.70.50.106] helo=jules.elischer.org) by mail.interware.hu with smtp (Exim 3.12 #1 (Debian)) id 138gfa-00063s-00; Sun, 02 Jul 2000 12:08:10 +0200 Message-ID: <395F0CE0.41C67EA6@elischer.org> Date: Sun, 02 Jul 2000 02:52:04 -0700 From: Julian Elischer X-Mailer: Mozilla 3.04Gold (X11; I; FreeBSD 5.0-CURRENT i386) MIME-Version: 1.0 To: Archie Cobbs Cc: Warner Losh , "Andrey A. Chernov" , Archie Cobbs , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/net if.c if_ethersubr.c if_var.h References: <200007012328.QAA06644@bubba.whistle.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Archie Cobbs wrote: > > Warner Losh writes: > > In message <200007011627.JAA05559@bubba.whistle.com> Archie Cobbs writes: > > : The problem is that the interfaces are not very object oriented > > : (with respect to type), combined with the dynamically loadable code. > > : As an example of the former, all ethernet drivers call if_attach() > > : and ether_attach() when connecting, but only if_detach() when > > : disconnecting. Perhaps they should all only call ether_attach() > > : and ether_detach(). > > > > It should call both. I thought that pccards all did this, but maybe > > I'm mistaken. > > ether_detach() doesn't exist yet.. that's another solution, of > course, to add it and then modify all ethernet drivers to call > ether_detach() right before calling if_detach().. this would be > most consistent with the way things are now I guess. Ethernet drivers should call the ether_* routines which are in their direct parent class. Those, in turn, should call the if_* functions if needed. At least that's the way I see it. > > -Archie > > ___________________________________________________________________________ > Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com -- __--_|\ Julian Elischer / \ julian@elischer.org ( OZ ) World tour 2000 )_.---._/ presently in: Budapest v To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 2:57:55 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EFEB237BC2C; Sun, 2 Jul 2000 02:57:51 -0700 (PDT) (envelope-from ps@FreeBSD.org) Received: (from ps@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA24609; Sun, 2 Jul 2000 02:57:51 -0700 (PDT) (envelope-from ps@FreeBSD.org) Message-Id: <200007020957.CAA24609@freefall.freebsd.org> From: Paul Saab Date: Sun, 2 Jul 2000 02:57:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/quota quota.1 quota.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ps 2000/07/02 02:57:51 PDT Modified files: (Branch: RELENG_4) usr.bin/quota quota.1 quota.c Log: MFC: quota.1 [rev 1.8] Remove incorrect use of .Nm. quota.c [rev 1.12] Wrap long lines, Unwrap short lines Revision Changes Path 1.7.2.1 +5 -6 src/usr.bin/quota/quota.1 1.11.2.1 +7 -7 src/usr.bin/quota/quota.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 3: 3:22 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E2F4137B9B8; Sun, 2 Jul 2000 03:03:17 -0700 (PDT) (envelope-from ps@FreeBSD.org) Received: (from ps@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA24821; Sun, 2 Jul 2000 03:03:18 -0700 (PDT) (envelope-from ps@FreeBSD.org) Message-Id: <200007021003.DAA24821@freefall.freebsd.org> From: Paul Saab Date: Sun, 2 Jul 2000 03:03:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/systat iostat.c swap.c vmstat.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ps 2000/07/02 03:03:18 PDT Modified files: (Branch: RELENG_4) usr.bin/systat iostat.c swap.c vmstat.c Log: MFC: Rescale the IOstat bars. Remove unneeded includes. Revision Changes Path 1.9.2.1 +5 -6 src/usr.bin/systat/iostat.c 1.12.2.1 +0 -1 src/usr.bin/systat/swap.c 1.38.2.2 +0 -1 src/usr.bin/systat/vmstat.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 3: 5:51 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 58EEE37BAB5; Sun, 2 Jul 2000 03:05:44 -0700 (PDT) (envelope-from ps@FreeBSD.org) Received: (from ps@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA26098; Sun, 2 Jul 2000 03:05:44 -0700 (PDT) (envelope-from ps@FreeBSD.org) Message-Id: <200007021005.DAA26098@freefall.freebsd.org> From: Paul Saab Date: Sun, 2 Jul 2000 03:05:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/vmstat vmstat.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ps 2000/07/02 03:05:44 PDT Modified files: (Branch: RELENG_4) usr.bin/vmstat vmstat.c Log: MFC: [rev 1.39] Remove unneeded include. Revision Changes Path 1.38.2.1 +1 -2 src/usr.bin/vmstat/vmstat.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 3:12: 8 2000 Delivered-To: cvs-all@freebsd.org Received: from blount.mail.mindspring.net (blount.mail.mindspring.net [207.69.200.226]) by hub.freebsd.org (Postfix) with ESMTP id 94C3237B604; Sun, 2 Jul 2000 03:12:03 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca14-12.ix.netcom.com [205.186.215.12]) by blount.mail.mindspring.net (8.9.3/8.8.5) with ESMTP id GAA24009; Sun, 2 Jul 2000 06:12:00 -0400 (EDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id DAA71634; Sun, 2 Jul 2000 03:11:59 -0700 (PDT) To: Jim Mock Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/irc/irssi Makefile ports/irc/irssi/files md5 References: <200007011925.MAA91267@freefall.freebsd.org> From: asami@FreeBSD.org (Satoshi - Ports Wraith - Asami) Date: 02 Jul 2000 03:11:58 -0700 In-Reply-To: Jim Mock's message of "Sat, 1 Jul 2000 12:25:36 -0700 (PDT)" Message-ID: Lines: 9 X-Mailer: Gnus v5.7/Emacs 20.6 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * From: Jim Mock * Update to version 0.7.92-2. I'm not sure what the author intends to convey with that strange hyphen in the middle, but you can use the string "0.7.92.2" instead of "0.7.92" for PORTVERSION if you think it is more descriptive. Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 3:20:33 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BB23C37BD2C; Sun, 2 Jul 2000 03:20:27 -0700 (PDT) (envelope-from ps@FreeBSD.org) Received: (from ps@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA26922; Sun, 2 Jul 2000 03:20:27 -0700 (PDT) (envelope-from ps@FreeBSD.org) Message-Id: <200007021020.DAA26922@freefall.freebsd.org> From: Paul Saab Date: Sun, 2 Jul 2000 03:20:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/fstat cd9660.c fstat.h msdosfs.c Makefile fstat.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ps 2000/07/02 03:20:27 PDT Modified files: (Branch: RELENG_4) usr.bin/fstat Makefile fstat.c Added files: (Branch: RELENG_4) usr.bin/fstat cd9660.c fstat.h msdosfs.c Log: MFC: Add support for msdos and cd9660 filesystems. Revision Changes Path 1.4.2.1 +1 -0 src/usr.bin/fstat/Makefile 1.21.2.1 +15 -23 src/usr.bin/fstat/fstat.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 3:27:54 2000 Delivered-To: cvs-all@freebsd.org Received: from smtp10.atl.mindspring.net (smtp10.atl.mindspring.net [207.69.200.246]) by hub.freebsd.org (Postfix) with ESMTP id 700D537B58F; Sun, 2 Jul 2000 03:27:49 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca14-12.ix.netcom.com [205.186.215.12]) by smtp10.atl.mindspring.net (8.9.3/8.8.5) with ESMTP id GAA02239; Sun, 2 Jul 2000 06:27:47 -0400 (EDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id DAA71765; Sun, 2 Jul 2000 03:27:45 -0700 (PDT) To: Maxim Sobolev Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/deskutils/gvid - Imported sources References: <200006201244.FAA76798@freefall.freebsd.org> From: asami@FreeBSD.org (Satoshi - Ports Wraith - Asami) Date: 02 Jul 2000 03:27:45 -0700 In-Reply-To: Maxim Sobolev's message of "Tue, 20 Jun 2000 05:44:04 -0700 (PDT)" Message-ID: Lines: 13 X-Mailer: Gnus v5.7/Emacs 20.6 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * Initial import of gvid - a little Gnome applet to quckly change X-server resolution. If you are talking about X's screen resolution, this port probably belongs to x11, not deskutils. === >> cat /usr/ports/deskutils/pkg/COMMENT Things that used to be on the desktop before computers were invented === (Unless X existed before computers were invented....) Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 3:28:41 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 84C3137B604; Sun, 2 Jul 2000 03:28:38 -0700 (PDT) (envelope-from ps@FreeBSD.org) Received: (from ps@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA27328; Sun, 2 Jul 2000 03:28:38 -0700 (PDT) (envelope-from ps@FreeBSD.org) Message-Id: <200007021028.DAA27328@freefall.freebsd.org> From: Paul Saab Date: Sun, 2 Jul 2000 03:28:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/fstat fstat.1 fstat.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ps 2000/07/02 03:28:38 PDT Modified files: (Branch: RELENG_4) usr.bin/fstat fstat.1 fstat.c Log: MFC: Add a new option: -m enables searching for memory-mapped files. Revision Changes Path 1.9.2.1 +6 -2 src/usr.bin/fstat/fstat.1 1.21.2.2 +77 -3 src/usr.bin/fstat/fstat.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 3:34:30 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8654437BAFC; Sun, 2 Jul 2000 03:34:25 -0700 (PDT) (envelope-from dcs@FreeBSD.org) Received: (from dcs@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA27558; Sun, 2 Jul 2000 03:34:25 -0700 (PDT) (envelope-from dcs@FreeBSD.org) Message-Id: <200007021034.DAA27558@freefall.freebsd.org> From: "Daniel C. Sobral" Date: Sun, 2 Jul 2000 03:34:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/regex regex.3 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dcs 2000/07/02 03:34:25 PDT Modified files: lib/libc/regex regex.3 Log: Remove from the notes a bug that it's said to have been fixed. PR: 15561 Submitted by: Martin Kammerhofer Confirmed by: ache Revision Changes Path 1.5 +1 -6 src/lib/libc/regex/regex.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 3:45:37 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2256D37B77D; Sun, 2 Jul 2000 03:45:31 -0700 (PDT) (envelope-from ps@FreeBSD.org) Received: (from ps@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA28419; Sun, 2 Jul 2000 03:45:30 -0700 (PDT) (envelope-from ps@FreeBSD.org) Message-Id: <200007021045.DAA28419@freefall.freebsd.org> From: Paul Saab Date: Sun, 2 Jul 2000 03:45:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/du Makefile du.1 du.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ps 2000/07/02 03:45:30 PDT Modified files: (Branch: RELENG_4) usr.bin/du Makefile du.1 du.c Log: MFC: Makefile [rev 1.5] Fix LDADD and style bugs from DPADD and LDADD. du.1 [rev 1.16] Better use of .Nm and .Ar. du.c [rev 1.19] Use warnx(), -Wall cleaning and remove unused #include. Revision Changes Path 1.4.2.1 +3 -3 src/usr.bin/du/Makefile 1.15.2.1 +6 -6 src/usr.bin/du/du.1 1.17.2.2 +10 -7 src/usr.bin/du/du.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 3:49: 0 2000 Delivered-To: cvs-all@freebsd.org Received: from blount.mail.mindspring.net (blount.mail.mindspring.net [207.69.200.226]) by hub.freebsd.org (Postfix) with ESMTP id 5228E37B604; Sun, 2 Jul 2000 03:48:53 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca14-12.ix.netcom.com [205.186.215.12]) by blount.mail.mindspring.net (8.9.3/8.8.5) with ESMTP id GAA04387; Sun, 2 Jul 2000 06:48:26 -0400 (EDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id DAA71959; Sun, 2 Jul 2000 03:48:22 -0700 (PDT) To: Mark R V Murray Cc: markm@freebsd.org, cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/etc/mtree BSD.local.dist References: <200006290823.KAA30744@rodent.ops.uunet.co.za> From: asami@freebsd.org (Satoshi - Ports Wraith - Asami) Date: 02 Jul 2000 03:48:17 -0700 In-Reply-To: Mark R V Murray's message of "Thu, 29 Jun 2000 10:23:37 +0200" Message-ID: Lines: 48 X-Mailer: Gnus v5.7/Emacs 20.6 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * From: Mark R V Murray * > Speaking of which, are there any directories I can delete now? * > (Mark?) * * Yes - /usr/libdata/perl5//5.005*. Replaced by * /usr/libdata/perl5//5.006, Well, that's not my area. ;) * and /usr/local/lib/perl5//5.005* replaced by * /usr/local/lib/perl5//mach. Can you give me a patch? This is what we have now (after the "mach" addition). === lib perl5 5.006 man man3 .. .. .. site_perl 5.006 alpha-freebsd auto .. .. auto .. i386-freebsd auto .. .. mach .. .. .. .. .. === Since "mach" is under "5.006", I don't see what you mean by that. Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 3:58:15 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CEDDB37BC51; Sun, 2 Jul 2000 03:58:08 -0700 (PDT) (envelope-from dcs@FreeBSD.org) Received: (from dcs@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA29055; Sun, 2 Jul 2000 03:58:08 -0700 (PDT) (envelope-from dcs@FreeBSD.org) Message-Id: <200007021058.DAA29055@freefall.freebsd.org> From: "Daniel C. Sobral" Date: Sun, 2 Jul 2000 03:58:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/regex engine.c regcomp.c regex2.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dcs 2000/07/02 03:58:08 PDT Modified files: lib/libc/regex engine.c regcomp.c regex2.h Log: Enhance the optimization provided by pre-matching. Fix style bugs with previous commits. At the time we search the pattern for the "must" string, we now compute the longest offset from the beginning of the pattern at which the must string might be found. If that offset is found to be infinite (through use of "+" or "*"), we set it to -1 to disable the heuristics applied later. After we are done with pre-matching, we use that offset and the point in the text at which the must string was found to compute the earliest point at which the pattern might be found. Special care should be taken here. The variable "start" is passed to the automata-processing functions fast() and slow() to indicate the point in the text at which they should start working from. The real beginning of the text is passed in a struct match variable m, which is used to check for anchors. That variable, though, is initialized with "start", so we must not adjust "start" before "m" is properly initialized. Simple tests showed a speed increase from 100% to 400%, but they were biased in that regexec() was called for the whole file instead of line by line, and parenthized subexpressions were not searched for. This change adds a single integer to the size of the "guts" structure, and does not change the ABI. Further improvements possible: Since the speed increase observed here is so huge, one intuitive optimization would be to introduce a bias in the function that computes the "must" string so as to prefer a smaller string with a finite offset over a larger one with an infinite offset. Tests have shown this to be a bad idea, though, as the cost of false pre-matches far outweights the benefits of a must offset, even in biased situations. A number of other improvements suggest themselves, though: * identify the cases where the pattern is identical to the must string, and avoid entering fast() and slow() in these cases. * compute the maximum offset from the must string to the end of the pattern, and use that to set the point at which fast() and slow() should give up trying to find a match, and return then return to pre-matching. * return all the way to pre-matching if a "match" was found and later invalidated by back reference processing. Since back references are evil and should be avoided anyway, this is of little use. Revision Changes Path 1.7 +13 -8 src/lib/libc/regex/engine.c 1.16 +165 -6 src/lib/libc/regex/regcomp.c 1.5 +2 -1 src/lib/libc/regex/regex2.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 4:14:46 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BC8DF37B973; Sun, 2 Jul 2000 04:14:42 -0700 (PDT) (envelope-from ps@FreeBSD.org) Received: (from ps@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA33369; Sun, 2 Jul 2000 04:14:42 -0700 (PDT) (envelope-from ps@FreeBSD.org) Message-Id: <200007021114.EAA33369@freefall.freebsd.org> From: Paul Saab Date: Sun, 2 Jul 2000 04:14:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/cmp regular.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ps 2000/07/02 04:14:42 PDT Modified files: (Branch: RELENG_4) usr.bin/cmp regular.c Log: MFC: [rev 1.9] Fix warning I should have caught in the previous commit. [rev 1.10] Make cmp -s work properly if skip values are given. Revision Changes Path 1.7.2.2 +4 -4 src/usr.bin/cmp/regular.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 4:19:34 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 87C5337B58F; Sun, 2 Jul 2000 04:19:30 -0700 (PDT) (envelope-from ps@FreeBSD.org) Received: (from ps@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA33561; Sun, 2 Jul 2000 04:19:30 -0700 (PDT) (envelope-from ps@FreeBSD.org) Message-Id: <200007021119.EAA33561@freefall.freebsd.org> From: Paul Saab Date: Sun, 2 Jul 2000 04:19:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/expand expand.1 expand.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ps 2000/07/02 04:19:30 PDT Modified files: (Branch: RELENG_4) usr.bin/expand expand.1 expand.c Log: MFC: Use errx(), remove unused #include. Correct SYNOPSIS Revision Changes Path 1.3.2.1 +5 -5 src/usr.bin/expand/expand.1 1.5.2.1 +9 -15 src/usr.bin/expand/expand.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 4:23:57 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 37CAC37BBFD; Sun, 2 Jul 2000 04:23:53 -0700 (PDT) (envelope-from ps@FreeBSD.org) Received: (from ps@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA33747; Sun, 2 Jul 2000 04:23:53 -0700 (PDT) (envelope-from ps@FreeBSD.org) Message-Id: <200007021123.EAA33747@freefall.freebsd.org> From: Paul Saab Date: Sun, 2 Jul 2000 04:23:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/ipcs ipcs.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ps 2000/07/02 04:23:53 PDT Modified files: (Branch: RELENG_4) usr.bin/ipcs ipcs.c Log: MFC: [rev 1.13] Check whether we read as many bytes as we expected. Revision Changes Path 1.12.2.2 +2 -2 src/usr.bin/ipcs/ipcs.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 4:24: 2 2000 Delivered-To: cvs-all@freebsd.org Received: from grimreaper.grondar.za (grimreaper.grondar.za [196.7.18.138]) by hub.freebsd.org (Postfix) with ESMTP id EB50337B746; Sun, 2 Jul 2000 04:23:45 -0700 (PDT) (envelope-from mark@grondar.za) Received: from grimreaper.grondar.za (localhost [127.0.0.1]) by grimreaper.grondar.za (8.9.3/8.9.3) with ESMTP id NAA21449; Sun, 2 Jul 2000 13:24:22 +0200 (SAST) (envelope-from mark@grimreaper.grondar.za) Message-Id: <200007021124.NAA21449@grimreaper.grondar.za> To: asami@freebsd.org (Satoshi - Ports Wraith - Asami) Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/etc/mtree BSD.local.dist References: In-Reply-To: ; from asami@freebsd.org (Satoshi - Ports Wraith - Asami) "02 Jul 2000 03:48:17 MST." Date: Sun, 02 Jul 2000 13:24:22 +0200 From: Mark Murray Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Can you give me a patch? This is what we have now (after the "mach" > addition). Whoops! I messed up! What you have is correct. _However_, perl5 is pernickety to a degree, and I am going to have the change the @#$%ing version number string (to 5.6.0) as some things break (like suidperl) in strange ways under fringe circumstances with the current (backward-compatible-attempt) version number. Commit and patch to follow. M > === > lib > perl5 > 5.006 > man > man3 > .. > .. > .. > site_perl > 5.006 > alpha-freebsd > auto > .. > .. > auto > .. > i386-freebsd > auto > .. > .. > mach > .. > .. > .. > .. > .. > === > > Since "mach" is under "5.006", I don't see what you mean by that. > > Satoshi > -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 4:27:54 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A802837BC76; Sun, 2 Jul 2000 04:27:27 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA33894; Sun, 2 Jul 2000 04:27:27 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Message-Id: <200007021127.EAA33894@freefall.freebsd.org> From: Nick Hibma Date: Sun, 2 Jul 2000 04:27:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb hid.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG n_hibma 2000/07/02 04:27:27 PDT Modified files: (Branch: RELENG_4) sys/dev/usb hid.c Log: MFC: maintain the proper old position in the HID decoder. Change Lennart's e-mail address Revision Changes Path 1.11.2.3 +6 -6 src/sys/dev/usb/hid.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 4:34:47 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 107FE37B67C; Sun, 2 Jul 2000 04:34:45 -0700 (PDT) (envelope-from ps@FreeBSD.org) Received: (from ps@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA34229; Sun, 2 Jul 2000 04:34:44 -0700 (PDT) (envelope-from ps@FreeBSD.org) Message-Id: <200007021134.EAA34229@freefall.freebsd.org> From: Paul Saab Date: Sun, 2 Jul 2000 04:34:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ctm/ctm ctm.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ps 2000/07/02 04:34:44 PDT Modified files: (Branch: RELENG_4) usr.sbin/ctm/ctm ctm.h Log: MFC: [rev 1.15] Doubling the size of MAXSIZE. Revision Changes Path 1.14.2.1 +1 -1 src/usr.sbin/ctm/ctm/ctm.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 4:43: 2 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D058937B99A; Sun, 2 Jul 2000 04:42:59 -0700 (PDT) (envelope-from ps@FreeBSD.org) Received: (from ps@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA34645; Sun, 2 Jul 2000 04:42:59 -0700 (PDT) (envelope-from ps@FreeBSD.org) Message-Id: <200007021142.EAA34645@freefall.freebsd.org> From: Paul Saab Date: Sun, 2 Jul 2000 04:42:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/i386/fdisk fdisk.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ps 2000/07/02 04:42:59 PDT Modified files: (Branch: RELENG_4) sbin/i386/fdisk fdisk.c Log: MFC: [rev 1.40] Catch the usage() function up to the command line changes. Add -I and remove -e. Revision Changes Path 1.36.2.2 +1 -1 src/sbin/i386/fdisk/fdisk.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 4:44: 7 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A993937B67C; Sun, 2 Jul 2000 04:44:03 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA34775; Sun, 2 Jul 2000 04:44:03 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Message-Id: <200007021144.EAA34775@freefall.freebsd.org> From: Nick Hibma Date: Sun, 2 Jul 2000 04:44:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb hid.h ohci.c ohcireg.h ohcivar.h ugen.c uhci.c uhcireg.h uhcivar.h uhid.c uhub.c ukbd.c ulpt.c umodem.c ums.c usb.c usb.h usb_mem.h usb_port.h usb_quirks.c usb_quirks.h usb_subr.c usbcdc.h usbdi.c usbdi.h usbdi_util.c ... X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG n_hibma 2000/07/02 04:44:02 PDT Modified files: (Branch: RELENG_4) sys/dev/usb hid.h ohci.c ohcireg.h ohcivar.h ugen.c uhci.c uhcireg.h uhcivar.h uhid.c uhub.c ukbd.c ulpt.c umodem.c ums.c usb.c usb.h usb_mem.h usb_port.h usb_quirks.c usb_quirks.h usb_subr.c usbcdc.h usbdi.c usbdi.h usbdi_util.c usbdi_util.h usbdivar.h usbhid.h Log: MFC: Update Lennart's e-mail address. Revision Changes Path 1.7.2.1 +2 -2 src/sys/dev/usb/hid.h 1.39.2.3 +2 -2 src/sys/dev/usb/ohci.c 1.13.2.1 +2 -2 src/sys/dev/usb/ohcireg.h 1.15.2.2 +2 -2 src/sys/dev/usb/ohcivar.h 1.38.2.2 +2 -2 src/sys/dev/usb/ugen.c 1.40.2.3 +2 -2 src/sys/dev/usb/uhci.c 1.14.2.1 +2 -2 src/sys/dev/usb/uhcireg.h 1.16.2.2 +2 -2 src/sys/dev/usb/uhcivar.h 1.27.2.2 +2 -2 src/sys/dev/usb/uhid.c 1.21.2.2 +2 -2 src/sys/dev/usb/uhub.c 1.24.2.2 +2 -2 src/sys/dev/usb/ukbd.c 1.26.2.3 +2 -2 src/sys/dev/usb/ulpt.c 1.17.2.3 +2 -2 src/sys/dev/usb/umodem.c 1.36.2.2 +2 -2 src/sys/dev/usb/ums.c 1.26.2.2 +2 -2 src/sys/dev/usb/usb.c 1.17.2.3 +2 -2 src/sys/dev/usb/usb.h 1.10.2.1 +2 -2 src/sys/dev/usb/usb_mem.h 1.25.2.3 +2 -2 src/sys/dev/usb/usb_port.h 1.21.2.2 +2 -2 src/sys/dev/usb/usb_quirks.c 1.11.2.1 +2 -2 src/sys/dev/usb/usb_quirks.h 1.23.2.2 +2 -2 src/sys/dev/usb/usb_subr.c 1.7.2.1 +2 -2 src/sys/dev/usb/usbcdc.h 1.34.2.3 +2 -2 src/sys/dev/usb/usbdi.c 1.21.2.1 +2 -2 src/sys/dev/usb/usbdi.h 1.15.2.2 +2 -2 src/sys/dev/usb/usbdi_util.c 1.9.2.1 +2 -2 src/sys/dev/usb/usbdi_util.h 1.14.2.1 +2 -2 src/sys/dev/usb/usbdivar.h 1.7.2.1 +2 -2 src/sys/dev/usb/usbhid.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 4:54:42 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9F4F337B592; Sun, 2 Jul 2000 04:54:39 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA35385; Sun, 2 Jul 2000 04:54:39 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Message-Id: <200007021154.EAA35385@freefall.freebsd.org> From: Nick Hibma Date: Sun, 2 Jul 2000 04:54:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb uhci.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG n_hibma 2000/07/02 04:54:39 PDT Modified files: (Branch: RELENG_4) sys/dev/usb uhci.c Log: MFC: Swapped comments Revision Changes Path 1.40.2.4 +4 -4 src/sys/dev/usb/uhci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 4:58:34 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 52D5C37BBD7; Sun, 2 Jul 2000 04:58:31 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA35592; Sun, 2 Jul 2000 04:58:31 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Message-Id: <200007021158.EAA35592@freefall.freebsd.org> From: Nick Hibma Date: Sun, 2 Jul 2000 04:58:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb ugen.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG n_hibma 2000/07/02 04:58:31 PDT Modified files: (Branch: RELENG_4) sys/dev/usb ugen.c Log: Reset all endpoints on open. Revision Changes Path 1.38.2.3 +18 -5 src/sys/dev/usb/ugen.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 5: 9:21 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4693337B67C; Sun, 2 Jul 2000 05:09:17 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA37227; Sun, 2 Jul 2000 05:09:17 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Message-Id: <200007021209.FAA37227@freefall.freebsd.org> From: Nick Hibma Date: Sun, 2 Jul 2000 05:09:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb hid.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG n_hibma 2000/07/02 05:09:17 PDT Modified files: (Branch: RELENG_4) sys/dev/usb hid.h Log: MFC: Update the NetBSD Id Revision Changes Path 1.7.2.2 +2 -2 src/sys/dev/usb/hid.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 5:14:49 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9515D37BC7A; Sun, 2 Jul 2000 05:14:44 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA37517; Sun, 2 Jul 2000 05:14:44 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Message-Id: <200007021214.FAA37517@freefall.freebsd.org> From: Nick Hibma Date: Sun, 2 Jul 2000 05:14:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb usb.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG n_hibma 2000/07/02 05:14:44 PDT Modified files: (Branch: RELENG_4) sys/dev/usb usb.h Log: MFC: Additional defines. Revision Changes Path 1.17.2.4 +4 -1 src/sys/dev/usb/usb.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 5:16:58 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9CDC937BB76; Sun, 2 Jul 2000 05:16:54 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA37670; Sun, 2 Jul 2000 05:16:54 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Message-Id: <200007021216.FAA37670@freefall.freebsd.org> From: Nick Hibma Date: Sun, 2 Jul 2000 05:16:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb uhid.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG n_hibma 2000/07/02 05:16:54 PDT Modified files: (Branch: RELENG_4) sys/dev/usb uhid.c Log: MFC: Implement SIGIO. Add additional debugging info Revision Changes Path 1.27.2.3 +71 -8 src/sys/dev/usb/uhid.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 5:19:58 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6957937B552; Sun, 2 Jul 2000 05:19:56 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA37870; Sun, 2 Jul 2000 05:19:56 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Message-Id: <200007021219.FAA37870@freefall.freebsd.org> From: Nick Hibma Date: Sun, 2 Jul 2000 05:19:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb usb_quirks.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG n_hibma 2000/07/02 05:19:56 PDT Modified files: (Branch: RELENG_4) sys/dev/usb usb_quirks.c Log: MFC: Additional quirks for Wacom Tablet and MCT hubs Revision Changes Path 1.21.2.3 +6 -2 src/sys/dev/usb/usb_quirks.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 5:21:39 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B3F1D37BB76; Sun, 2 Jul 2000 05:21:34 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA37985; Sun, 2 Jul 2000 05:21:34 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Message-Id: <200007021221.FAA37985@freefall.freebsd.org> From: Nick Hibma Date: Sun, 2 Jul 2000 05:21:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb usb_quirks.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG n_hibma 2000/07/02 05:21:34 PDT Modified files: (Branch: RELENG_4) sys/dev/usb usb_quirks.h Log: MFC: Remove define that is no longer needed Revision Changes Path 1.11.2.2 +2 -4 src/sys/dev/usb/usb_quirks.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 5:23:18 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4CBCC37BC21; Sun, 2 Jul 2000 05:23:14 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA38103; Sun, 2 Jul 2000 05:23:14 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Message-Id: <200007021223.FAA38103@freefall.freebsd.org> From: Nick Hibma Date: Sun, 2 Jul 2000 05:23:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb usb.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG n_hibma 2000/07/02 05:23:14 PDT Modified files: (Branch: RELENG_4) sys/dev/usb usb.c Log: MFC: Hide a DPRINTF behind level 2. Revision Changes Path 1.26.2.3 +2 -2 src/sys/dev/usb/usb.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 5:25:35 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 75E1837BC7A; Sun, 2 Jul 2000 05:25:32 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA38212; Sun, 2 Jul 2000 05:25:32 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Message-Id: <200007021225.FAA38212@freefall.freebsd.org> From: Nick Hibma Date: Sun, 2 Jul 2000 05:25:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb ulpt.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG n_hibma 2000/07/02 05:25:32 PDT Modified files: (Branch: RELENG_4) sys/dev/usb ulpt.c Log: MFC: Add define for OpenBSD. Fix typo. Revision Changes Path 1.26.2.4 +3 -3 src/sys/dev/usb/ulpt.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 5:31:47 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2789837BC63; Sun, 2 Jul 2000 05:31:44 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA38474; Sun, 2 Jul 2000 05:31:43 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Message-Id: <200007021231.FAA38474@freefall.freebsd.org> From: Nick Hibma Date: Sun, 2 Jul 2000 05:31:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb umass.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG n_hibma 2000/07/02 05:31:43 PDT Modified files: (Branch: RELENG_4) sys/dev/usb umass.c Log: MFC: Add define for Zip 250. Add detection code for InSystem USB cable. Make some code less ambiguous. (Y-E Data floppy) We match on the device, not the revision of the device/ Make two printfs distinct so it is easier to spot where the problem occurred. Revision Changes Path 1.11.2.4 +17 -9 src/sys/dev/usb/umass.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 5:35:19 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1163137B67E; Sun, 2 Jul 2000 05:35:16 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA38709; Sun, 2 Jul 2000 05:35:15 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Message-Id: <200007021235.FAA38709@freefall.freebsd.org> From: Nick Hibma Date: Sun, 2 Jul 2000 05:35:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb uhub.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG n_hibma 2000/07/02 05:35:15 PDT Modified files: (Branch: RELENG_4) sys/dev/usb uhub.c Log: MFC: Make the hub driver behave more like Windows does. Some device rely on a specific boot up sequence for them to work right *sigh* Revision Changes Path 1.21.2.3 +78 -87 src/sys/dev/usb/uhub.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 5:42:44 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E3F4637BCA7; Sun, 2 Jul 2000 05:42:41 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA39131; Sun, 2 Jul 2000 05:42:41 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Message-Id: <200007021242.FAA39131@freefall.freebsd.org> From: Nick Hibma Date: Sun, 2 Jul 2000 05:42:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci ohci_pci.c uhci_pci.c src/sys/dev/usb ohcivar.h uhcivar.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG n_hibma 2000/07/02 05:42:41 PDT Modified files: (Branch: RELENG_4) sys/pci ohci_pci.c uhci_pci.c sys/dev/usb ohcivar.h uhcivar.h Log: MFC: Add rudimentary support for detach Be better behaved when initialisation fails, i.e. deallocate resources. Make the message about setting up the BIOS correctly a i386 specific thing. Add the define for the 440MX motherboard (ICH0, UHCI) Save the resources in the softc Revision Changes Path 1.16.2.2 +63 -31 src/sys/pci/ohci_pci.c 1.26.2.2 +78 -32 src/sys/pci/uhci_pci.c 1.15.2.3 +8 -1 src/sys/dev/usb/ohcivar.h 1.16.2.3 +7 -1 src/sys/dev/usb/uhcivar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 6:14: 3 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7BBA437B990; Sun, 2 Jul 2000 06:14:01 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA41687; Sun, 2 Jul 2000 06:14:00 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Message-Id: <200007021314.GAA41687@freefall.freebsd.org> From: Nick Hibma Date: Sun, 2 Jul 2000 06:14:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/misc usb_hid_usages Makefile src/lib/libusb Makefile data.c descr.c libusb.h parse.c usage.c usb.3 usbvar.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG n_hibma 2000/07/02 06:14:00 PDT Modified files: (Branch: RELENG_4) share/misc Makefile Added files: (Branch: RELENG_4) share/misc usb_hid_usages lib/libusb Makefile data.c descr.c libusb.h parse.c usage.c usb.3 usbvar.h Log: MFC: libusb from NetBSD by Lennart Augustsson. (Not updating lib/Makefile is intentional. Will be done later once I've tested things) Revision Changes Path 1.17.2.1 +3 -2 src/share/misc/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 6:37:57 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CCD0137B5E4; Sun, 2 Jul 2000 06:37:53 -0700 (PDT) (envelope-from sanpei@FreeBSD.org) Received: (from sanpei@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA54986; Sun, 2 Jul 2000 06:37:53 -0700 (PDT) (envelope-from sanpei@FreeBSD.org) Message-Id: <200007021337.GAA54986@freefall.freebsd.org> From: MIHIRA Sanpei Yoshiro Date: Sun, 2 Jul 2000 06:37:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/gnu-finger Makefile ports/net/gnu-finger/pkg DESCR PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sanpei 2000/07/02 06:37:53 PDT Modified files: net/gnu-finger Makefile net/gnu-finger/pkg DESCR PLIST Log: change MAINTAINER, my e-mail address (--> sanpei@FreeBSD.org) add @dirrm in pkg/PLIST and remove extra directory. Submitted by: build log in bento.FreeBSD.org. Revision Changes Path 1.12 +2 -2 ports/net/gnu-finger/Makefile 1.3 +1 -1 ports/net/gnu-finger/pkg/DESCR 1.3 +1 -0 ports/net/gnu-finger/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 6:49:49 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6346D37B5E4; Sun, 2 Jul 2000 06:49:44 -0700 (PDT) (envelope-from sanpei@FreeBSD.org) Received: (from sanpei@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA00280; Sun, 2 Jul 2000 06:49:44 -0700 (PDT) (envelope-from sanpei@FreeBSD.org) Message-Id: <200007021349.GAA00280@freefall.freebsd.org> From: MIHIRA Sanpei Yoshiro Date: Sun, 2 Jul 2000 06:49:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/oleo/pkg DESCR PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sanpei 2000/07/02 06:49:44 PDT Modified files: japanese/oleo/pkg DESCR PLIST Log: change my e-mail address in pkg/DESCR add @dirrm in pkg/PLIST and remove extra directory. Submitted by: build log in bento.FreeBSD.org. Revision Changes Path 1.5 +1 -1 ports/japanese/oleo/pkg/DESCR 1.2 +1 -1 ports/japanese/oleo/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 7: 9:39 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7059737BD19; Sun, 2 Jul 2000 07:09:35 -0700 (PDT) (envelope-from sanpei@FreeBSD.org) Received: (from sanpei@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA02994; Sun, 2 Jul 2000 07:09:35 -0700 (PDT) (envelope-from sanpei@FreeBSD.org) Message-Id: <200007021409.HAA02994@freefall.freebsd.org> From: MIHIRA Sanpei Yoshiro Date: Sun, 2 Jul 2000 07:09:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/elvis Makefile ports/japanese/elvis/pkg DESCR ports/mail/xpbiff Makefile ports/mail/xpbiff/pkg DESCR ports/mail/xpbiff-youbin Makefile ports/mail/xpbiff-youbin/pkg DESCR ports/math/ngraph Makefile ports/math/ngraph/pkg PLIST ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sanpei 2000/07/02 07:09:35 PDT Modified files: japanese/elvis Makefile japanese/elvis/pkg DESCR mail/xpbiff Makefile mail/xpbiff/pkg DESCR mail/xpbiff-youbin Makefile mail/xpbiff-youbin/pkg DESCR math/ngraph Makefile math/ngraph/pkg PLIST net/doc Makefile textproc/wdiff Makefile textproc/wdiff/pkg DESCR x11-clocks/swisswatch Makefile x11-clocks/swisswatch/pkg DESCR Log: Change maintainer's mail address. --> sanpei@sanpei.org Revision Changes Path 1.16 +2 -2 ports/japanese/elvis/Makefile 1.3 +1 -1 ports/japanese/elvis/pkg/DESCR 1.9 +2 -2 ports/mail/xpbiff/Makefile 1.2 +1 -1 ports/mail/xpbiff/pkg/DESCR 1.6 +2 -2 ports/mail/xpbiff-youbin/Makefile 1.2 +1 -1 ports/mail/xpbiff-youbin/pkg/DESCR 1.5 +2 -2 ports/math/ngraph/Makefile 1.3 +1 -0 ports/math/ngraph/pkg/PLIST 1.3 +2 -2 ports/net/doc/Makefile 1.6 +2 -2 ports/textproc/wdiff/Makefile 1.2 +1 -1 ports/textproc/wdiff/pkg/DESCR 1.11 +2 -2 ports/x11-clocks/swisswatch/Makefile 1.2 +1 -1 ports/x11-clocks/swisswatch/pkg/DESCR To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 7:14: 8 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DACC337BBD7; Sun, 2 Jul 2000 07:14:04 -0700 (PDT) (envelope-from sanpei@FreeBSD.org) Received: (from sanpei@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA03469; Sun, 2 Jul 2000 07:14:04 -0700 (PDT) (envelope-from sanpei@FreeBSD.org) Message-Id: <200007021414.HAA03469@freefall.freebsd.org> From: MIHIRA Sanpei Yoshiro Date: Sun, 2 Jul 2000 07:14:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/ngraph-fonts Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sanpei 2000/07/02 07:14:04 PDT Modified files: japanese/ngraph-fonts Makefile Log: Change maintainer's mail address. --> sanpei@sanpei.org Revision Changes Path 1.3 +2 -2 ports/japanese/ngraph-fonts/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 7:17:45 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1FC7937B6EE; Sun, 2 Jul 2000 07:17:42 -0700 (PDT) (envelope-from roberto@FreeBSD.org) Received: (from roberto@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA03826; Sun, 2 Jul 2000 07:17:42 -0700 (PDT) (envelope-from roberto@FreeBSD.org) Message-Id: <200007021417.HAA03826@freefall.freebsd.org> From: Ollivier Robert Date: Sun, 2 Jul 2000 07:17:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sound/pci es137x.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG roberto 2000/07/02 07:17:41 PDT Modified files: sys/dev/sound/pci es137x.c Log: This is the patch to make my soundcard, a Creative Ensoniq AudioPCI (an es1371 chip, device id 0x58801274 rev 0x02). Submitted by: Kenneth Wayne Culver Revision Changes Path 1.20 +7 -4 src/sys/dev/sound/pci/es137x.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 7:25:31 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CFFE137BBD7; Sun, 2 Jul 2000 07:25:26 -0700 (PDT) (envelope-from roberto@FreeBSD.org) Received: (from roberto@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA04293; Sun, 2 Jul 2000 07:25:26 -0700 (PDT) (envelope-from roberto@FreeBSD.org) Message-Id: <200007021425.HAA04293@freefall.freebsd.org> From: Ollivier Robert Date: Sun, 2 Jul 2000 07:25:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall menus.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG roberto 2000/07/02 07:25:26 PDT Modified files: release/sysinstall menus.c Log: Add ftp4.fr.freebsd.org (aka altair.worldonline.fr) and ftp5.fr.freebsd.org (aka ns1.bsdfr.org) Strong MFC 4.1 candidate. Revision Changes Path 1.257 +5 -1 src/release/sysinstall/menus.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 7:27:42 2000 Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 542) id 0BF2037BCD7; Sun, 2 Jul 2000 07:27:37 -0700 (PDT) Date: Sun, 2 Jul 2000 07:27:37 -0700 From: "Andrey A. Chernov" To: Satoshi - Ports Wraith - Asami Cc: Mark R V Murray , markm@freebsd.org, cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/etc/mtree BSD.local.dist Message-ID: <20000702072735.A43640@freebsd.org> References: <200006290823.KAA30744@rodent.ops.uunet.co.za> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: ; from asami@freebsd.org on Sun, Jul 02, 2000 at 03:48:17AM -0700 Organization: Biomechanoid Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Jul 02, 2000 at 03:48:17AM -0700, Satoshi - Ports Wraith - Asami wrote: > site_perl > 5.006 > alpha-freebsd > auto > .. > .. > auto > .. > i386-freebsd Previous one should be replaced by "mach" > auto > .. > .. The next one not needed. > mach > .. > .. > .. > .. -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 7:37:37 2000 Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 542) id 3A1CD37BBD7; Sun, 2 Jul 2000 07:37:33 -0700 (PDT) Date: Sun, 2 Jul 2000 07:37:33 -0700 From: "Andrey A. Chernov" To: Satoshi - Ports Wraith - Asami Cc: Mark R V Murray , markm@freebsd.org, cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/etc/mtree BSD.local.dist Message-ID: <20000702073730.A46595@freebsd.org> References: <200006290823.KAA30744@rodent.ops.uunet.co.za> <20000702072735.A43640@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <20000702072735.A43640@freebsd.org>; from ache@freebsd.org on Sun, Jul 02, 2000 at 07:27:37AM -0700 Organization: Biomechanoid Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Jul 02, 2000 at 07:27:37AM -0700, Andrey A. Chernov wrote: > On Sun, Jul 02, 2000 at 03:48:17AM -0700, Satoshi - Ports Wraith - Asami wrote: > > site_perl > > 5.006 > > alpha-freebsd This one should gone too. I.e. final variant will be: site_perl 5.006 mach auto .. .. .. -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 7:46:43 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5CD3437BD28; Sun, 2 Jul 2000 07:46:40 -0700 (PDT) (envelope-from sada@FreeBSD.org) Received: (from sada@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA06041; Sun, 2 Jul 2000 07:46:40 -0700 (PDT) (envelope-from sada@FreeBSD.org) Message-Id: <200007021446.HAA06041@freefall.freebsd.org> From: SADA Kenji Date: Sun, 2 Jul 2000 07:46:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/sylpheed Makefile ports/mail/sylpheed/files md5 ports/mail/sylpheed/pkg COMMENT DESCR X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sada 2000/07/02 07:46:40 PDT Modified files: mail/sylpheed Makefile mail/sylpheed/files md5 mail/sylpheed/pkg COMMENT DESCR Log: Upgrade to Ver.0.3.20 . PR: 19627 Submitted by: Maintainer Revision Changes Path 1.5 +3 -3 ports/mail/sylpheed/Makefile 1.5 +1 -1 ports/mail/sylpheed/files/md5 1.2 +1 -1 ports/mail/sylpheed/pkg/COMMENT 1.2 +2 -2 ports/mail/sylpheed/pkg/DESCR To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 7:53:58 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D897337BC89; Sun, 2 Jul 2000 07:53:52 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA06894; Sun, 2 Jul 2000 07:53:52 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Message-Id: <200007021453.HAA06894@freefall.freebsd.org> From: Nick Hibma Date: Sun, 2 Jul 2000 07:53:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib Makefile X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG n_hibma 2000/07/02 07:53:52 PDT Modified files: (Branch: RELENG_4) lib Makefile Log: Include libusb in the build Revision Changes Path 1.107.2.1 +2 -2 src/lib/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 7:54:25 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2CE2A37BDA1; Sun, 2 Jul 2000 07:54:23 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA06955; Sun, 2 Jul 2000 07:54:23 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Message-Id: <200007021454.HAA06955@freefall.freebsd.org> From: Nick Hibma Date: Sun, 2 Jul 2000 07:54:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG n_hibma 2000/07/02 07:54:23 PDT Modified files: lib Makefile Log: Include libusb in the build Revision Changes Path 1.110 +2 -2 src/lib/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 7:56:34 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4719337BD90; Sun, 2 Jul 2000 07:56:32 -0700 (PDT) (envelope-from cjh@FreeBSD.org) Received: (from cjh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA07139; Sun, 2 Jul 2000 07:56:32 -0700 (PDT) (envelope-from cjh@FreeBSD.org) Message-Id: <200007021456.HAA07139@freefall.freebsd.org> From: CHOI Junho Date: Sun, 2 Jul 2000 07:56:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG cjh 2000/07/02 07:56:32 PDT Modified files: . modules Log: ko-hlatexp --> ports/korean/hlatexp Revision Changes Path 1.1332 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 7:57:29 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B971E37BC89; Sun, 2 Jul 2000 07:57:25 -0700 (PDT) (envelope-from cjh@FreeBSD.org) Received: (from cjh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA07247; Sun, 2 Jul 2000 07:57:25 -0700 (PDT) (envelope-from cjh@FreeBSD.org) Message-Id: <200007021457.HAA07247@freefall.freebsd.org> From: CHOI Junho Date: Sun, 2 Jul 2000 07:57:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/korean/hlatexp - Imported sources X-FreeBSD-CVS-Branch: Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG cjh 2000/07/02 07:57:25 PDT ports/korean/hlatexp - Imported sources Update of /home/ncvs/ports/korean/hlatexp In directory freefall.freebsd.org:/d/home/cjh/ext/hlatexp Log Message: Hangul (Korean) LaTeX2e system. Status: Vendor Tag: CJH Release Tags: v19981120 N ports/korean/hlatexp/Makefile N ports/korean/hlatexp/files/md5 N ports/korean/hlatexp/files/hlatex.in N ports/korean/hlatexp/pkg/COMMENT N ports/korean/hlatexp/pkg/DESCR N ports/korean/hlatexp/pkg/PLIST No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 7:58:18 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7A58037BD28; Sun, 2 Jul 2000 07:58:13 -0700 (PDT) (envelope-from cjh@FreeBSD.org) Received: (from cjh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA07382; Sun, 2 Jul 2000 07:58:13 -0700 (PDT) (envelope-from cjh@FreeBSD.org) Message-Id: <200007021458.HAA07382@freefall.freebsd.org> From: CHOI Junho Date: Sun, 2 Jul 2000 07:58:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG cjh 2000/07/02 07:58:13 PDT Modified files: . modules Log: ko-hlatexp-pkfonts300 --> ports/korean/hlatexp-pkfonts300 Revision Changes Path 1.1333 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 7:59:16 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 59E2437BD04; Sun, 2 Jul 2000 07:59:12 -0700 (PDT) (envelope-from cjh@FreeBSD.org) Received: (from cjh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA07491; Sun, 2 Jul 2000 07:59:12 -0700 (PDT) (envelope-from cjh@FreeBSD.org) Message-Id: <200007021459.HAA07491@freefall.freebsd.org> From: CHOI Junho Date: Sun, 2 Jul 2000 07:59:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/korean/hlatexp-pkfonts300 - Imported sources X-FreeBSD-CVS-Branch: Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG cjh 2000/07/02 07:59:12 PDT ports/korean/hlatexp-pkfonts300 - Imported sources Update of /home/ncvs/ports/korean/hlatexp-pkfonts300 In directory freefall.freebsd.org:/d/home/cjh/ext/hlatexp-pkfonts300 Log Message: Korean pk fonts collection of hLaTeXp(300dpi) This is master port of hlatexp-pkfonts. Status: Vendor Tag: CJH Release Tags: v19981120 N ports/korean/hlatexp-pkfonts300/Makefile N ports/korean/hlatexp-pkfonts300/files/md5 N ports/korean/hlatexp-pkfonts300/files/hlatex.in N ports/korean/hlatexp-pkfonts300/pkg/COMMENT N ports/korean/hlatexp-pkfonts300/pkg/DESCR N ports/korean/hlatexp-pkfonts300/pkg/PLIST No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 8: 0:22 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C40F437BD41; Sun, 2 Jul 2000 08:00:20 -0700 (PDT) (envelope-from cjh@FreeBSD.org) Received: (from cjh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA07808; Sun, 2 Jul 2000 08:00:20 -0700 (PDT) (envelope-from cjh@FreeBSD.org) Message-Id: <200007021500.IAA07808@freefall.freebsd.org> From: CHOI Junho Date: Sun, 2 Jul 2000 08:00:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG cjh 2000/07/02 08:00:20 PDT Modified files: . modules Log: ko-hlatexp-pkfonts600 --> ports/korean/hlatexp-pkfonts600 Revision Changes Path 1.1334 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 8: 1: 3 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3A6AB37BD28; Sun, 2 Jul 2000 08:00:59 -0700 (PDT) (envelope-from cjh@FreeBSD.org) Received: (from cjh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA07843; Sun, 2 Jul 2000 08:00:59 -0700 (PDT) (envelope-from cjh@FreeBSD.org) Message-Id: <200007021500.IAA07843@freefall.freebsd.org> From: CHOI Junho Date: Sun, 2 Jul 2000 08:00:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/korean/hlatexp-pkfonts600 - Imported sources X-FreeBSD-CVS-Branch: Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG cjh 2000/07/02 08:00:59 PDT ports/korean/hlatexp-pkfonts600 - Imported sources Update of /home/ncvs/ports/korean/hlatexp-pkfonts600 In directory freefall.freebsd.org:/d/home/cjh/ext/hlatexp-pkfonts600 Log Message: Korean pk fonts collection of hLaTeXp(600dpi) This is a slave port of korean/hlatexp-pkfonts300. Status: Vendor Tag: CJH Release Tags: v19961224 N ports/korean/hlatexp-pkfonts600/Makefile N ports/korean/hlatexp-pkfonts600/files/md5 N ports/korean/hlatexp-pkfonts600/pkg/COMMENT N ports/korean/hlatexp-pkfonts600/pkg/DESCR N ports/korean/hlatexp-pkfonts600/pkg/PLIST No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 8: 2:11 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D661D37BD28; Sun, 2 Jul 2000 08:02:08 -0700 (PDT) (envelope-from cjh@FreeBSD.org) Received: (from cjh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA08214; Sun, 2 Jul 2000 08:02:08 -0700 (PDT) (envelope-from cjh@FreeBSD.org) Message-Id: <200007021502.IAA08214@freefall.freebsd.org> From: CHOI Junho Date: Sun, 2 Jul 2000 08:02:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG cjh 2000/07/02 08:02:08 PDT Modified files: . modules Log: ko-hlatexp-pkfonts1200 --> ports/korean/hlatexp-pkfonts1200 Revision Changes Path 1.1335 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 8: 2:41 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3730937BD80; Sun, 2 Jul 2000 08:02:37 -0700 (PDT) (envelope-from cjh@FreeBSD.org) Received: (from cjh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA08393; Sun, 2 Jul 2000 08:02:37 -0700 (PDT) (envelope-from cjh@FreeBSD.org) Message-Id: <200007021502.IAA08393@freefall.freebsd.org> From: CHOI Junho Date: Sun, 2 Jul 2000 08:02:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/korean/hlatexp-pkfonts1200 - Imported sources X-FreeBSD-CVS-Branch: Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG cjh 2000/07/02 08:02:37 PDT ports/korean/hlatexp-pkfonts1200 - Imported sources Update of /home/ncvs/ports/korean/hlatexp-pkfonts1200 In directory freefall.freebsd.org:/d/home/cjh/ext/hlatexp-pkfonts1200 Log Message: Korean pk fonts collection of hLaTeXp(1200dpi) This is a slave port of korean/hlatexp-pkfonts300. Status: Vendor Tag: CJH Release Tags: v19961224 N ports/korean/hlatexp-pkfonts1200/Makefile N ports/korean/hlatexp-pkfonts1200/files/md5 N ports/korean/hlatexp-pkfonts1200/pkg/COMMENT N ports/korean/hlatexp-pkfonts1200/pkg/DESCR N ports/korean/hlatexp-pkfonts1200/pkg/PLIST No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 8: 3:14 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A8BF337BF7B; Sun, 2 Jul 2000 08:03:07 -0700 (PDT) (envelope-from cjh@FreeBSD.org) Received: (from cjh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA08585; Sun, 2 Jul 2000 08:03:07 -0700 (PDT) (envelope-from cjh@FreeBSD.org) Message-Id: <200007021503.IAA08585@freefall.freebsd.org> From: CHOI Junho Date: Sun, 2 Jul 2000 08:03:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG cjh 2000/07/02 08:03:07 PDT Modified files: . modules Log: ko-htexp --> ports/korean/htexp Revision Changes Path 1.1336 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 8: 3:31 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B56F237BD65; Sun, 2 Jul 2000 08:03:28 -0700 (PDT) (envelope-from cjh@FreeBSD.org) Received: (from cjh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA08777; Sun, 2 Jul 2000 08:03:28 -0700 (PDT) (envelope-from cjh@FreeBSD.org) Message-Id: <200007021503.IAA08777@freefall.freebsd.org> From: CHOI Junho Date: Sun, 2 Jul 2000 08:03:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/korean/htexp - Imported sources X-FreeBSD-CVS-Branch: Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG cjh 2000/07/02 08:03:28 PDT ports/korean/htexp - Imported sources Update of /home/ncvs/ports/korean/htexp In directory freefall.freebsd.org:/d/home/cjh/ext/htexp Log Message: An implementation of TeX for Hangul. Status: Vendor Tag: CJH Release Tags: v19960212 N ports/korean/htexp/Makefile N ports/korean/htexp/files/md5 N ports/korean/htexp/files/htexpini.in N ports/korean/htexp/pkg/COMMENT N ports/korean/htexp/pkg/DESCR N ports/korean/htexp/pkg/PLIST No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 8: 7:26 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 108A137B85A; Sun, 2 Jul 2000 08:07:23 -0700 (PDT) (envelope-from cjh@FreeBSD.org) Received: (from cjh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA10806; Sun, 2 Jul 2000 08:07:23 -0700 (PDT) (envelope-from cjh@FreeBSD.org) Message-Id: <200007021507.IAA10806@freefall.freebsd.org> From: CHOI Junho Date: Sun, 2 Jul 2000 08:07:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/korean Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG cjh 2000/07/02 08:07:23 PDT Modified files: korean Makefile Log: Add hTeXp family. (hlatexp, hlatexp-pkfonts{300,600,1200}, htexp) Revision Changes Path 1.48 +6 -2 ports/korean/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 8:23:50 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 378FA37B687; Sun, 2 Jul 2000 08:23:47 -0700 (PDT) (envelope-from sada@FreeBSD.org) Received: (from sada@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA12567; Sun, 2 Jul 2000 08:23:47 -0700 (PDT) (envelope-from sada@FreeBSD.org) Message-Id: <200007021523.IAA12567@freefall.freebsd.org> From: SADA Kenji Date: Sun, 2 Jul 2000 08:23:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/vera Makefile ports/misc/vera/files md5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sada 2000/07/02 08:23:47 PDT Modified files: misc/vera Makefile misc/vera/files md5 Log: Upgrade to Ver.1.6. PR: ports/19582 Submitted by: Maintainer Revision Changes Path 1.6 +2 -2 ports/misc/vera/Makefile 1.2 +1 -1 ports/misc/vera/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 8:26:55 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 89FE837BD5C; Sun, 2 Jul 2000 08:26:52 -0700 (PDT) (envelope-from alex@FreeBSD.org) Received: (from alex@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA13178; Sun, 2 Jul 2000 08:26:52 -0700 (PDT) (envelope-from alex@FreeBSD.org) Message-Id: <200007021526.IAA13178@freefall.freebsd.org> From: Alexander Langer Date: Sun, 2 Jul 2000 08:26:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/truncate Makefile ports/sysutils/truncate/files md5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2000/07/02 08:26:52 PDT Modified files: sysutils/truncate Makefile sysutils/truncate/files md5 Log: Update to version 2.0, the version which might join the tree in CURRENT. Removes -m flag for truncate(1). Since the port-distfile is a plain tar -zcf of the propagated tree-version, add WRKSRC, MANDIR and BINDIR hunks to port-Makefile. Revision Changes Path 1.2 +5 -2 ports/sysutils/truncate/Makefile 1.2 +1 -1 ports/sysutils/truncate/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 8:45:10 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C8C4937B606; Sun, 2 Jul 2000 08:45:06 -0700 (PDT) (envelope-from markm@FreeBSD.org) Received: (from markm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA15089; Sun, 2 Jul 2000 08:45:06 -0700 (PDT) (envelope-from markm@FreeBSD.org) Message-Id: <200007021545.IAA15089@freefall.freebsd.org> From: Mark Murray Date: Sun, 2 Jul 2000 08:45:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/perl Makefile.inc src/gnu/usr.bin/perl/libperl config.SH-elf.alpha config.SH-elf.i386 config.SH-threads-elf.alpha config.SH-threads-elf.i386 src/gnu/usr.bin/perl/library Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG markm 2000/07/02 08:45:06 PDT Modified files: gnu/usr.bin/perl Makefile.inc gnu/usr.bin/perl/libperl config.SH-elf.alpha config.SH-elf.i386 config.SH-threads-elf.alpha config.SH-threads-elf.i386 gnu/usr.bin/perl/library Makefile Log: Bunch-o'-tweaks. 1) (Biggest) I tried long-and-hard to keep the version number (5.006) backwards compatible with FreeBSD; I have lost this battle, and must defer to the Perl convention (5.6.0). Victims include suidperl. this means that dirs with a name of 5.006 will be replaced with dirs named 5.6.0 in both /usr/libdata/perl and /usr/local/lib/perl. 2) Errno module is added. 3) Alpha bits extensively tweeked after a Beast-build. Other commits to follow. Revision Changes Path 1.16 +2 -2 src/gnu/usr.bin/perl/Makefile.inc 1.19 +53 -53 src/gnu/usr.bin/perl/libperl/config.SH-elf.alpha 1.17 +23 -23 src/gnu/usr.bin/perl/libperl/config.SH-elf.i386 1.5 +52 -52 src/gnu/usr.bin/perl/libperl/config.SH-threads-elf.alpha 1.4 +23 -23 src/gnu/usr.bin/perl/libperl/config.SH-threads-elf.i386 1.3 +2 -2 src/gnu/usr.bin/perl/library/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 8:55:28 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 44B8737B67E; Sun, 2 Jul 2000 08:55:26 -0700 (PDT) (envelope-from markm@FreeBSD.org) Received: (from markm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA16043; Sun, 2 Jul 2000 08:55:26 -0700 (PDT) (envelope-from markm@FreeBSD.org) Message-Id: <200007021555.IAA16043@freefall.freebsd.org> From: Mark Murray Date: Sun, 2 Jul 2000 08:55:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc Makefile src/etc/mtree BSD.local.dist BSD.usr.dist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG markm 2000/07/02 08:55:26 PDT Modified files: etc Makefile etc/mtree BSD.local.dist BSD.usr.dist Log: Follow-up commit to today's gnu/usr.bin/perl commit; serial number brought inline with Perl standards. Revision Changes Path 1.227 +2 -2 src/etc/Makefile 1.59 +3 -3 src/etc/mtree/BSD.local.dist 1.194 +2 -2 src/etc/mtree/BSD.usr.dist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 8:58:56 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6F29337B606; Sun, 2 Jul 2000 08:58:54 -0700 (PDT) (envelope-from dcs@FreeBSD.org) Received: (from dcs@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA16434; Sun, 2 Jul 2000 08:58:54 -0700 (PDT) (envelope-from dcs@FreeBSD.org) Message-Id: <200007021558.IAA16434@freefall.freebsd.org> From: "Daniel C. Sobral" Date: Sun, 2 Jul 2000 08:58:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/regex regfree.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dcs 2000/07/02 08:58:54 PDT Modified files: lib/libc/regex regfree.c Log: Fix memory leak introduced with regcomp.c rev 1.14. Revision Changes Path 1.2 +6 -0 src/lib/libc/regex/regfree.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 9:10:50 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7134537BDB4; Sun, 2 Jul 2000 09:10:45 -0700 (PDT) (envelope-from markm@FreeBSD.org) Received: (from markm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA18738; Sun, 2 Jul 2000 09:10:45 -0700 (PDT) (envelope-from markm@FreeBSD.org) Message-Id: <200007021610.JAA18738@freefall.freebsd.org> From: Mark Murray Date: Sun, 2 Jul 2000 09:10:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/man/manpath manpath.config X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG markm 2000/07/02 09:10:45 PDT Modified files: gnu/usr.bin/man/manpath manpath.config Log: Perl's version number needs upating. Revision Changes Path 1.17 +2 -2 src/gnu/usr.bin/man/manpath/manpath.config To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 9:15: 6 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 02FCF37BDB4; Sun, 2 Jul 2000 09:15:04 -0700 (PDT) (envelope-from markm@FreeBSD.org) Received: (from markm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA19536; Sun, 2 Jul 2000 09:15:04 -0700 (PDT) (envelope-from markm@FreeBSD.org) Message-Id: <200007021615.JAA19536@freefall.freebsd.org> From: Mark Murray Date: Sun, 2 Jul 2000 09:15:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src Makefile.inc1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG markm 2000/07/02 09:15:03 PDT Modified files: . Makefile.inc1 Log: Perl's version number needs to change. Revision Changes Path 1.153 +2 -2 src/Makefile.inc1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 10:54:16 2000 Delivered-To: cvs-all@freebsd.org Received: from cypherpunks.ai (cypherpunks.ai [209.88.68.47]) by hub.freebsd.org (Postfix) with ESMTP id 653C437B54E; Sun, 2 Jul 2000 10:54:11 -0700 (PDT) (envelope-from jeroen@vangelderen.org) Received: from vangelderen.org (grolsch.ai [209.88.68.214]) by cypherpunks.ai (Postfix) with ESMTP id BF1184C; Sun, 2 Jul 2000 13:54:09 -0400 (AST) Message-ID: <395F81C1.BAA1F5D0@vangelderen.org> Date: Sun, 02 Jul 2000 13:54:09 -0400 From: "Jeroen C. van Gelderen" X-Mailer: Mozilla 4.72 [en] (X11; I; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: obrien@FreeBSD.ORG Cc: Andreas Klemm , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/contrib/isc-dhcp - Imported sources References: <20000628101529.A63423@node1.cluster.srrc.usda.gov> <200006281721.KAA03680@john.baldwin.cx> <20000629002926.A17817@gforce.johnson.home> <20000629231815.A27006@titan.klemm.gtn.com> <20000629234514.B72472@dragon.nuxi.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG David O'Brien wrote: > > On Thu, Jun 29, 2000 at 11:18:15PM +0200, Andreas Klemm wrote: > > On Thu, Jun 29, 2000 at 12:29:26AM -0500, Glenn Johnson wrote: > > > I do not think DHCP fits into the same category as a web server or > > > samba, etc. I do not think you can just throw a blanket over all > > > "servers" and say one is the same as another. > > > > Well, should we pull out the DNS server and use only a DNS client > > (resolver) ? ;-))) > > Maybe. But BSD has traditionally had a DNS server, and that's one reason > it stays. We traditionally had bdevs, spls and no 'struct bio'... -J -- Jeroen C. van Gelderen o _ _ _ jeroen@vangelderen.org _o /\_ _ \\o (_)\__/o (_) _< \_ _>(_) (_)/<_ \_| \ _|/' \/ (_)>(_) (_) (_) (_) (_)' _\o_ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 10:54:37 2000 Delivered-To: cvs-all@freebsd.org Received: from cypherpunks.ai (cypherpunks.ai [209.88.68.47]) by hub.freebsd.org (Postfix) with ESMTP id A5D1537B54E; Sun, 2 Jul 2000 10:54:31 -0700 (PDT) (envelope-from jeroen@vangelderen.org) Received: from vangelderen.org (grolsch.ai [209.88.68.214]) by cypherpunks.ai (Postfix) with ESMTP id BFADA5B; Sun, 2 Jul 2000 13:54:30 -0400 (AST) Message-ID: <395F81D6.6ED64BFF@vangelderen.org> Date: Sun, 02 Jul 2000 13:54:30 -0400 From: "Jeroen C. van Gelderen" X-Mailer: Mozilla 4.72 [en] (X11; I; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: obrien@FreeBSD.ORG Cc: Brian Somers , cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, brian@hak.lan.Awfulhak.org Subject: Re: cvs commit: src/contrib/isc-dhcp - Imported sources References: <200006300840.JAA02311@hak.lan.Awfulhak.org> <20000630101215.F73041@dragon.nuxi.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG David O'Brien wrote: > > On Fri, Jun 30, 2000 at 09:40:35AM +0100, Brian Somers wrote: > > > 1. Everyone uses /bin/csh (show me a box that has never had root login at > > > least once. > > > > Not true - I (and I would guess some others) always change root's shell > > to /bin/sh. > > YES true. You just proved it. You may have used it only once, but you > still used it. It's not true (boot single, change shell) but even if it were it's not an argument to keep csh the default for root. If most people change to sh on the first occasion it ought to be default because the default is supposed to cater for most people. Cheers, Jeroen -- Jeroen C. van Gelderen o _ _ _ jeroen@vangelderen.org _o /\_ _ \\o (_)\__/o (_) _< \_ _>(_) (_)/<_ \_| \ _|/' \/ (_)>(_) (_) (_) (_) (_)' _\o_ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 11: 5: 7 2000 Delivered-To: cvs-all@freebsd.org Received: from grimreaper.grondar.za (grimreaper.grondar.za [196.7.18.138]) by hub.freebsd.org (Postfix) with ESMTP id 606AE37B66A; Sun, 2 Jul 2000 11:04:55 -0700 (PDT) (envelope-from mark@grondar.za) Received: from grimreaper.grondar.za (localhost [127.0.0.1]) by grimreaper.grondar.za (8.9.3/8.9.3) with ESMTP id UAA22876; Sun, 2 Jul 2000 20:05:21 +0200 (SAST) (envelope-from mark@grimreaper.grondar.za) Message-Id: <200007021805.UAA22876@grimreaper.grondar.za> To: "Jeroen C. van Gelderen" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/isc-dhcp - Imported sources References: <395F81C1.BAA1F5D0@vangelderen.org> In-Reply-To: <395F81C1.BAA1F5D0@vangelderen.org> ; from "Jeroen C. van Gelderen" "Sun, 02 Jul 2000 13:54:09 -0400." Date: Sun, 02 Jul 2000 20:05:21 +0200 From: Mark Murray Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > > Well, should we pull out the DNS server and use only a DNS client > > > (resolver) ? ;-))) > > > > Maybe. But BSD has traditionally had a DNS server, and that's one reason > > it stays. > > We traditionally had bdevs, spls and no 'struct bio'... If I consult my O'Reilly BSD4.4 books, it seems that MH, EMACS and Pascal are all a part of BSD as well. That was a quick scan; I'm sure there are more. By that standard, man 9, /dev/random and perl5 are all _not_ BSD. M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 11:20:59 2000 Delivered-To: cvs-all@freebsd.org Received: from cypherpunks.ai (cypherpunks.ai [209.88.68.47]) by hub.freebsd.org (Postfix) with ESMTP id C21F837BE0F; Sun, 2 Jul 2000 11:20:54 -0700 (PDT) (envelope-from jeroen@vangelderen.org) Received: from vangelderen.org (grolsch.ai [209.88.68.214]) by cypherpunks.ai (Postfix) with ESMTP id DA32F4C; Sun, 2 Jul 2000 14:20:53 -0400 (AST) Message-ID: <395F8805.F8725D30@vangelderen.org> Date: Sun, 02 Jul 2000 14:20:53 -0400 From: "Jeroen C. van Gelderen" X-Mailer: Mozilla 4.72 [en] (X11; I; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: Mark Murray Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/isc-dhcp - Imported sources References: <395F81C1.BAA1F5D0@vangelderen.org> <200007021805.UAA22876@grimreaper.grondar.za> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Mark Murray wrote: > > > > > Well, should we pull out the DNS server and use only a DNS client > > > > (resolver) ? ;-))) > > > > > > Maybe. But BSD has traditionally had a DNS server, and that's one reason > > > it stays. > > > > We traditionally had bdevs, spls and no 'struct bio'... > > If I consult my O'Reilly BSD4.4 books, it seems that MH, EMACS and Pascal > are all a part of BSD as well. That was a quick scan; I'm sure there are > more. > > By that standard, man 9, /dev/random and perl5 are all _not_ BSD. Oh, and let's not forget that BSD traditionally didn't run on x86 hardware either ;-p Can we agree to drop the 'traditionally' as a last resort argument to justify inertia? Compatibility, POLA, bloat, creeping featurism, etc. will do fine. -J -- Jeroen C. van Gelderen o _ _ _ jeroen@vangelderen.org _o /\_ _ \\o (_)\__/o (_) _< \_ _>(_) (_)/<_ \_| \ _|/' \/ (_)>(_) (_) (_) (_) (_)' _\o_ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 11:38:47 2000 Delivered-To: cvs-all@freebsd.org Received: from grimreaper.grondar.za (grimreaper.grondar.za [196.7.18.138]) by hub.freebsd.org (Postfix) with ESMTP id A72DC37BCB2; Sun, 2 Jul 2000 11:38:31 -0700 (PDT) (envelope-from mark@grondar.za) Received: from grimreaper.grondar.za (localhost [127.0.0.1]) by grimreaper.grondar.za (8.9.3/8.9.3) with ESMTP id UAA22999; Sun, 2 Jul 2000 20:38:59 +0200 (SAST) (envelope-from mark@grimreaper.grondar.za) Message-Id: <200007021838.UAA22999@grimreaper.grondar.za> To: "Jeroen C. van Gelderen" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/isc-dhcp - Imported sources References: <395F8805.F8725D30@vangelderen.org> In-Reply-To: <395F8805.F8725D30@vangelderen.org> ; from "Jeroen C. van Gelderen" "Sun, 02 Jul 2000 14:20:53 -0400." Date: Sun, 02 Jul 2000 20:38:59 +0200 From: Mark Murray Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > By that standard, man 9, /dev/random and perl5 are all _not_ BSD. > > Oh, and let's not forget that BSD traditionally didn't > run on x86 hardware either ;-p > > Can we agree to drop the 'traditionally' as a last resort > argument to justify inertia? Compatibility, POLA, bloat, > creeping featurism, etc. will do fine. My point, almost exactly. M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 11:39:14 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1AA9F37BE6C; Sun, 2 Jul 2000 11:39:11 -0700 (PDT) (envelope-from joe@FreeBSD.org) Received: (from joe@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA36459; Sun, 2 Jul 2000 11:39:11 -0700 (PDT) (envelope-from joe@FreeBSD.org) Message-Id: <200007021839.LAA36459@freefall.freebsd.org> From: Josef Karthauser Date: Sun, 2 Jul 2000 11:39:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/syscons/keymaps Makefile uk.cp850-ctrl.kbd uk.iso-ctrl.kbd X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG joe 2000/07/02 11:39:11 PDT Modified files: share/syscons/keymaps Makefile uk.cp850-ctrl.kbd uk.iso-ctrl.kbd Log: Add versions of the UK keymaps with the key marked "Caps Lock" acting as a left control key. Many want a control key in the "real" place, but still want the keymap to match the printed keys as much as possible. Inspired by obrien's us.pc-ctrl.kbd keymap, although I've had these in my tree for a long time (since the left control key on my laptop stopped working :) Revision Changes Path 1.47 +2 -2 src/share/syscons/keymaps/Makefile 1.14 +2 -2 src/share/syscons/keymaps/uk.cp850-ctrl.kbd 1.16 +2 -2 src/share/syscons/keymaps/uk.iso-ctrl.kbd To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 11:56:12 2000 Delivered-To: cvs-all@freebsd.org Received: from virtual-voodoo.com (virtual-voodoo.com [204.120.165.254]) by hub.freebsd.org (Postfix) with ESMTP id 9F8E237B89A; Sun, 2 Jul 2000 11:56:06 -0700 (PDT) (envelope-from steve@virtual-voodoo.com) Received: (from steve@localhost) by virtual-voodoo.com (8.11.0.Beta3/8.11.0.Beta3) id e62ItfB27075; Sun, 2 Jul 2000 13:55:41 -0500 (EST) Date: Sun, 2 Jul 2000 13:55:41 -0500 From: Steve Ames To: "Jeroen C. van Gelderen" Cc: Mark Murray , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/contrib/isc-dhcp - Imported sources Message-ID: <20000702135541.A17379@virtual-voodoo.com> References: <395F81C1.BAA1F5D0@vangelderen.org> <200007021805.UAA22876@grimreaper.grondar.za> <395F8805.F8725D30@vangelderen.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <395F8805.F8725D30@vangelderen.org>; from jeroen@vangelderen.org on Sun, Jul 02, 2000 at 02:20:53PM -0400 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Jul 02, 2000 at 02:20:53PM -0400, Jeroen C. van Gelderen wrote: > Can we agree to drop the 'traditionally' as a last resort > argument to justify inertia? Compatibility, POLA, bloat, > creeping featurism, etc. will do fine. I've wondered for a while... what is POLA? -Steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 12: 3:13 2000 Delivered-To: cvs-all@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id 4D68437B57B; Sun, 2 Jul 2000 12:03:09 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id NAA01464; Sun, 2 Jul 2000 13:03:07 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id NAA59753; Sun, 2 Jul 2000 13:02:57 -0600 (MDT) Message-Id: <200007021902.NAA59753@harmony.village.org> To: Steve Ames Subject: Re: cvs commit: src/contrib/isc-dhcp - Imported sources Cc: "Jeroen C. van Gelderen" , Mark Murray , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Sun, 02 Jul 2000 13:55:41 CDT." <20000702135541.A17379@virtual-voodoo.com> References: <20000702135541.A17379@virtual-voodoo.com> <395F81C1.BAA1F5D0@vangelderen.org> <200007021805.UAA22876@grimreaper.grondar.za> <395F8805.F8725D30@vangelderen.org> Date: Sun, 02 Jul 2000 13:02:57 -0600 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <20000702135541.A17379@virtual-voodoo.com> Steve Ames writes: : On Sun, Jul 02, 2000 at 02:20:53PM -0400, Jeroen C. van Gelderen wrote: : > Can we agree to drop the 'traditionally' as a last resort : > argument to justify inertia? Compatibility, POLA, bloat, : > creeping featurism, etc. will do fine. : : I've wondered for a while... what is POLA? Principle of Least Astonishment. Do what most people likely expect. As the expoential growth of the userbase continues, POLA tends to dictate be more like linux, as that's what more and more people expect :-(. That's why I sometimes resort to the "traditional" argument. Which could be read as a compatibility with previous releases :-) Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 12: 5:38 2000 Delivered-To: cvs-all@freebsd.org Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.40.131]) by hub.freebsd.org (Postfix) with ESMTP id 95F6637B57D; Sun, 2 Jul 2000 12:05:32 -0700 (PDT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.9.3/8.9.3) with ESMTP id VAA01017; Sun, 2 Jul 2000 21:05:05 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: Steve Ames Cc: "Jeroen C. van Gelderen" , Mark Murray , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/isc-dhcp - Imported sources In-reply-to: Your message of "Sun, 02 Jul 2000 13:55:41 CDT." <20000702135541.A17379@virtual-voodoo.com> Date: Sun, 02 Jul 2000 21:05:05 +0200 Message-ID: <1015.962564705@critter.freebsd.dk> From: Poul-Henning Kamp Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <20000702135541.A17379@virtual-voodoo.com>, Steve Ames writes: >On Sun, Jul 02, 2000 at 02:20:53PM -0400, Jeroen C. van Gelderen wrote: >> Can we agree to drop the 'traditionally' as a last resort >> argument to justify inertia? Compatibility, POLA, bloat, >> creeping featurism, etc. will do fine. I agree. >I've wondered for a while... what is POLA? Principle of Least Astonishment. Coined by Terry Lambert in 1993 or so. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD coreteam member | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 12:31: 5 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2413537BE48; Sun, 2 Jul 2000 12:31:01 -0700 (PDT) (envelope-from chris@FreeBSD.org) Received: (from chris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA41142; Sun, 2 Jul 2000 12:31:00 -0700 (PDT) (envelope-from chris@FreeBSD.org) Message-Id: <200007021931.MAA41142@freefall.freebsd.org> From: Chris Costello Date: Sun, 2 Jul 2000 12:31:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern sys_socket.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG chris 2000/07/02 12:31:00 PDT Modified files: sys/kern sys_socket.c Log: Report -rw-rw-rw file access modes in soo_stat. Reviewed by: alfred Revision Changes Path 1.30 +3 -2 src/sys/kern/sys_socket.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 12:42:33 2000 Delivered-To: cvs-all@freebsd.org Received: from obie.softweyr.com (obie.softweyr.com [204.68.178.33]) by hub.freebsd.org (Postfix) with ESMTP id 2034C37BE42; Sun, 2 Jul 2000 12:42:21 -0700 (PDT) (envelope-from wes@softweyr.com) Received: from softweyr.com (Foolstrustident!@homer.softweyr.com [204.68.178.39]) by obie.softweyr.com (8.8.8/8.8.8) with ESMTP id NAA02615; Sun, 2 Jul 2000 13:42:04 -0600 (MDT) (envelope-from wes@softweyr.com) Message-ID: <395F9B93.E658486F@softweyr.com> Date: Sun, 02 Jul 2000 13:44:19 -0600 From: Wes Peters Organization: Softweyr LLC X-Mailer: Mozilla 4.7 [en] (X11; U; FreeBSD 4.0-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: Glenn Johnson Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/isc-dhcp - Imported sources References: <20000628101529.A63423@node1.cluster.srrc.usda.gov> <200006281721.KAA03680@john.baldwin.cx> <20000629002926.A17817@gforce.johnson.home> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Glenn Johnson wrote: > > On Wed, Jun 28, 2000 at 10:21:30AM -0700, John Baldwin wrote: > > > On 28-Jun-00 Glenn Johnson wrote: > > > > > On Tue, Jun 27, 2000 at 10:55:03AM -0700, John Baldwin wrote: > > > > > >> On 27-Jun-00 David O'Brien wrote: > > >> > > >> >> I would vote for pulling the server stuff into contrib too. > > >> > > > >> > I'd really rather dike out the client from the isc-dhcp port > > >> > instead. (for those systems that have /sbin/dhclient). > > >> > > >> I prefer this option. Most people don't need a DHCP server. > > > > > > Just my 2 cents here but isn't FreeBSD suppose to be a server OS? So > > > shouldn't a server OS have a DHCP server in the base system? > > > > By that argument we should import the apache web server, samba, or > > something similar into the system. > > I do not think DHCP fits into the same category as a web server or > samba, etc. I do not think you can just throw a blanket over all > "servers" and say one is the same as another. > > > Being a server platform does not mean that you have to ship with lots > > of servers, it means you provide a stable, well-preforming environment > > on which one can run those servers. > > Agreed, but some would say that FreeBSD *does* ship with a lot of > servers: sendmail, bind, sshd, rlogind, rshd, telnetd, ftpd, ntpd, nis, > nfs, uucp, ... Many of the above are needed on all network-connected systems; dhcpd is typically needed only on one server per DHCP "domain". If possible, we should try to install only the server executables that are useful in the general sense. Installing a dhcpd port or package isn't that difficult, is it? -- "Where am I, and what am I doing in this handbasket?" Wes Peters Softweyr LLC wes@softweyr.com http://softweyr.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 14:26:53 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0442A37BDAC; Sun, 2 Jul 2000 14:26:51 -0700 (PDT) (envelope-from groudier@FreeBSD.org) Received: (from groudier@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA51107; Sun, 2 Jul 2000 14:26:50 -0700 (PDT) (envelope-from groudier@FreeBSD.org) Message-Id: <200007022126.OAA51107@freefall.freebsd.org> From: Gerard Roudier Date: Sun, 2 Jul 2000 14:26:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sym README.sym sym_hipd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG groudier 2000/07/02 14:26:50 PDT Modified files: sys/dev/sym README.sym sym_hipd.c Log: - Various comment fixes and additions. - Add 2 explicit (paranoid?) memory barriers in the interrupt code (After the reading of the `flag' and prior to looking at the data, of course. :-) ). - Remove obsolete informations from the README.sym file. This commit actually results in no object difference for IA32, but 2x`mb' added for Alpha. Revision Changes Path 1.3 +21 -242 src/sys/dev/sym/README.sym 1.18 +41 -25 src/sys/dev/sym/sym_hipd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 14:29:58 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 82FA337B6AE; Sun, 2 Jul 2000 14:29:54 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA51338; Sun, 2 Jul 2000 14:29:54 -0700 (PDT) (envelope-from will@FreeBSD.org) Message-Id: <200007022129.OAA51338@freefall.freebsd.org> From: Will Andrews Date: Sun, 2 Jul 2000 14:29:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/ftp/wget Makefile ports/ftp/wget/patches patch-ae patch-af patch-ag patch-ah patch-ai patch-aj patch-ak X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2000/07/02 14:29:54 PDT Modified files: ftp/wget Makefile Added files: ftp/wget/patches patch-ae patch-af patch-ag patch-ah patch-ai patch-aj patch-ak Log: Add patches to allow wget to work with INET6. Obtained from: NetBSD (thanks itojun!) Approved by: obrien Revision Changes Path 1.27 +3 -3 ports/ftp/wget/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 14:31:29 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5C1D437B87F; Sun, 2 Jul 2000 14:31:27 -0700 (PDT) (envelope-from alex@FreeBSD.org) Received: (from alex@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA51500; Sun, 2 Jul 2000 14:31:27 -0700 (PDT) (envelope-from alex@FreeBSD.org) Message-Id: <200007022131.OAA51500@freefall.freebsd.org> From: Alexander Langer Date: Sun, 2 Jul 2000 14:31:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/gen vis.3 unvis.3 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2000/07/02 14:31:27 PDT Modified files: lib/libc/gen vis.3 unvis.3 Log: Document VIS_HTTPSTYLE: VIS_HTTPSTYLE is a new encoding style for use in vis(), strvis() and strvisx() that escapes characters according to RFC 1808 (URI encoding). Since decoding of these require different detection of start-points of escaped characters, VIS_HTTPSTYLE can be given as flag to unvis(). unvis() will then properly decode URIs. A new function appeared, strunvisx(): strunvisx() behaves similar as strunvis(), with one exception: It has an additional flag parameter, which is passed to unvis() to archive the effect I described above. Revision Changes Path 1.10 +9 -2 src/lib/libc/gen/vis.3 1.8 +27 -4 src/lib/libc/gen/unvis.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 14:45:19 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BA1A637B591; Sun, 2 Jul 2000 14:45:16 -0700 (PDT) (envelope-from alex@FreeBSD.org) Received: (from alex@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA52235; Sun, 2 Jul 2000 14:45:16 -0700 (PDT) (envelope-from alex@FreeBSD.org) Message-Id: <200007022145.OAA52235@freefall.freebsd.org> From: Alexander Langer Date: Sun, 2 Jul 2000 14:45:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/gen Makefile.inc X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2000/07/02 14:45:16 PDT Modified files: lib/libc/gen Makefile.inc Log: Add strunvisx.3 MLINK. Revision Changes Path 1.65 +2 -2 src/lib/libc/gen/Makefile.inc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 14:51: 0 2000 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [209.152.133.57]) by hub.freebsd.org (Postfix) with ESMTP id 8DA1337B591; Sun, 2 Jul 2000 14:50:54 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.9.3/8.9.1) id OAA96904; Sun, 2 Jul 2000 14:50:53 -0700 (PDT) (envelope-from obrien) Date: Sun, 2 Jul 2000 14:50:53 -0700 From: "David O'Brien" To: Josef Karthauser , PS@FreeBSD.org Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/syscons/keymaps Makefile uk.cp850-ctrl.kbd uk.iso-ctrl.kbd Message-ID: <20000702145053.F61971@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <200007021839.LAA36459@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <200007021839.LAA36459@freefall.freebsd.org>; from joe@FreeBSD.org on Sun, Jul 02, 2000 at 11:39:11AM -0700 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Jul 02, 2000 at 11:39:11AM -0700, Josef Karthauser wrote: > Log: > Add versions of the UK keymaps with the key marked "Caps Lock" > acting as a left control key. Many want a control key in the "real" > place, but still want the keymap to match the printed keys as much > as possible. I'll merge these in with my other share/syscons/keymaps/ changes in my MFC tree. -- -- David (obrien@FreeBSD.org) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 14:56:56 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3EC1F37BE9B; Sun, 2 Jul 2000 14:56:54 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA52748; Sun, 2 Jul 2000 14:56:54 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <200007022156.OAA52748@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 2 Jul 2000 14:56:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/CaribbeanStud Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/07/02 14:56:54 PDT Modified files: games/CaribbeanStud Makefile Log: Mark as BROKEN: Bad C++ code. Noticed by: bento Revision Changes Path 1.5 +3 -1 ports/games/CaribbeanStud/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 15: 0:46 2000 Delivered-To: cvs-all@freebsd.org Received: from mercury.mich.com (mercury.mich.com [64.79.64.32]) by hub.freebsd.org (Postfix) with ESMTP id 1722137BE1E; Sun, 2 Jul 2000 15:00:42 -0700 (PDT) (envelope-from will@almanac.yi.org) Received: from argon.gryphonsoft.com (pm003-047.dialup.bignet.net [64.79.80.143]) by mercury.mich.com (8.9.3/8.9.3) with ESMTP id SAA23501; Sun, 2 Jul 2000 18:00:24 -0400 Received: by argon.gryphonsoft.com (Postfix, from userid 1000) id 21C1D1987; Sun, 2 Jul 2000 17:58:26 -0400 (EDT) Date: Sun, 2 Jul 2000 17:58:26 -0400 From: Will Andrews To: Kris Kennaway Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/games/CaribbeanStud Makefile Message-ID: <20000702175826.D81060@argon.gryphonsoft.com> References: <200007022156.OAA52748@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <200007022156.OAA52748@freefall.freebsd.org>; from kris@FreeBSD.ORG on Sun, Jul 02, 2000 at 02:56:54PM -0700 X-Operating-System: FreeBSD 5.0-CURRENT i386 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Jul 02, 2000 at 02:56:54PM -0700, Kris Kennaway wrote: > Modified files: > games/CaribbeanStud Makefile > Log: > Mark as BROKEN: Bad C++ code. > > Noticed by: bento It has not built in ages; it should be removed. -- Will Andrews GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 15: 8:40 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BB4E437B73F; Sun, 2 Jul 2000 15:08:38 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA54466; Sun, 2 Jul 2000 15:08:38 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <200007022208.PAA54466@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 2 Jul 2000 15:08:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/TenDRA Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/07/02 15:08:38 PDT Modified files: lang/TenDRA Makefile Log: Broken; does not compile. Revision Changes Path 1.13 +3 -1 ports/lang/TenDRA/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 15:17:17 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6841A37BEB7; Sun, 2 Jul 2000 15:17:13 -0700 (PDT) (envelope-from jmz@FreeBSD.org) Received: (from jmz@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA54985; Sun, 2 Jul 2000 15:17:13 -0700 (PDT) (envelope-from jmz@FreeBSD.org) Message-Id: <200007022217.PAA54985@freefall.freebsd.org> From: Jean-Marc Zucconi Date: Sun, 2 Jul 2000 15:17:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/XFree86-4/patches patch-3 patch-9 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jmz 2000/07/02 15:17:13 PDT Removed files: x11/XFree86-4/patches patch-3 patch-9 Log: Those patches are no more necessar - the build completes without them. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 15:24:14 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C45F137B651; Sun, 2 Jul 2000 15:24:10 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA55607; Sun, 2 Jul 2000 15:24:10 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <200007022224.PAA55607@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 2 Jul 2000 15:24:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/gdtclft Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/07/02 15:24:10 PDT Modified files: graphics/gdtclft Makefile Log: Add missing dependency on freetype port Noticed by: bento Revision Changes Path 1.2 +3 -2 ports/graphics/gdtclft/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 15:26:18 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 349AB37BE0A; Sun, 2 Jul 2000 15:26:16 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA55803; Sun, 2 Jul 2000 15:26:16 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <200007022226.PAA55803@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 2 Jul 2000 15:26:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/libunp/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/07/02 15:26:16 PDT Modified files: net/libunp/pkg PLIST Log: Remove directory on deinstall Noticed by: bento Revision Changes Path 1.2 +1 -0 ports/net/libunp/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 15:29:20 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B156637B6AF; Sun, 2 Jul 2000 15:29:17 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA56116; Sun, 2 Jul 2000 15:29:17 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <200007022229.PAA56116@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 2 Jul 2000 15:29:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java Makefile ports/java/javac_netscape Makefile ports/java/javac_netscape/files Makefile javac md5 ports/java/javac_netscape/pkg COMMENT DESCR PLIST ports/java/javac_netscape/scripts configure X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/07/02 15:29:17 PDT Modified files: java Makefile Removed files: java/javac_netscape Makefile java/javac_netscape/files Makefile javac md5 java/javac_netscape/pkg COMMENT DESCR PLIST java/javac_netscape/scripts configure Log: Port has been broken since 12/96..goodbye :-) Revision Changes Path 1.15 +1 -2 ports/java/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 15:46: 0 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EBF5237B72E; Sun, 2 Jul 2000 15:45:56 -0700 (PDT) (envelope-from jmz@FreeBSD.org) Received: (from jmz@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA57914; Sun, 2 Jul 2000 15:45:56 -0700 (PDT) (envelope-from jmz@FreeBSD.org) Message-Id: <200007022245.PAA57914@freefall.freebsd.org> From: Jean-Marc Zucconi Date: Sun, 2 Jul 2000 15:45:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/dviselect Makefile ports/print/dviselect/files md5 ports/print/dviselect/patches patch-aa patch-ac ports/print/dviselect/scripts configure X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jmz 2000/07/02 15:45:56 PDT Modified files: print/dviselect Makefile print/dviselect/files md5 print/dviselect/patches patch-aa patch-ac print/dviselect/scripts configure Log: Correct a mistake when I modified the port last week. Changes were relative to the wrong distfile (there are 2 or 3 different versions of dviselect, but the differences are essentially cosmetic) Revision Changes Path 1.18 +1 -3 ports/print/dviselect/Makefile 1.3 +1 -1 ports/print/dviselect/files/md5 1.3 +6 -7 ports/print/dviselect/patches/patch-aa 1.3 +3 -3 ports/print/dviselect/patches/patch-ac 1.3 +3 -1 ports/print/dviselect/scripts/configure To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 15:51:37 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5B52D37B72E; Sun, 2 Jul 2000 15:51:35 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA58234; Sun, 2 Jul 2000 15:51:35 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <200007022251.PAA58234@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 2 Jul 2000 15:51:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/news/krn Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/07/02 15:51:35 PDT Modified files: news/krn Makefile Log: Mark broken; port can't find the KDE stuff during configure. Noticed by: bento Revision Changes Path 1.4 +3 -1 ports/news/krn/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 15:58:45 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BD0EE37B72E; Sun, 2 Jul 2000 15:58:40 -0700 (PDT) (envelope-from jmz@FreeBSD.org) Received: (from jmz@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA58803; Sun, 2 Jul 2000 15:58:40 -0700 (PDT) (envelope-from jmz@FreeBSD.org) Message-Id: <200007022258.PAA58803@freefall.freebsd.org> From: Jean-Marc Zucconi Date: Sun, 2 Jul 2000 15:58:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math/lapack/files md5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jmz 2000/07/02 15:58:40 PDT Modified files: math/lapack/files md5 Log: Update checksum for man pages tarball. They have been updated. The previous versions were bogus and had nulls and non printable chars. Revision Changes Path 1.8 +1 -1 ports/math/lapack/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 16: 6:25 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B65AF37B72E; Sun, 2 Jul 2000 16:06:22 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA60621; Sun, 2 Jul 2000 16:06:22 -0700 (PDT) (envelope-from ache@FreeBSD.org) Message-Id: <200007022306.QAA60621@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Sun, 2 Jul 2000 16:06:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/analog Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ache 2000/07/02 16:06:22 PDT Modified files: www/analog Makefile Log: fix name of cfg dist Revision Changes Path 1.29 +2 -2 ports/www/analog/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 16: 6:48 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2051637B72E; Sun, 2 Jul 2000 16:06:43 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA60671; Sun, 2 Jul 2000 16:06:43 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <200007022306.QAA60671@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 2 Jul 2000 16:06:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/apache13-fp/files md5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/07/02 16:06:43 PDT Modified files: www/apache13-fp/files md5 Log: Update the checksum on fp40.bsdi.tar.Z - there were a lot of code changes, but it's not worth worrying about because this is FrontPage and if you install it you have larger security issues to be concerned about. Also remove a checksum for a distfile which is no longer included. Noticed by: bento Revision Changes Path 1.9 +1 -2 ports/www/apache13-fp/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 16:14:42 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CABBD37B72E; Sun, 2 Jul 2000 16:14:40 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA61267; Sun, 2 Jul 2000 16:14:40 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <200007022314.QAA61267@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 2 Jul 2000 16:14:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/news/krn Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/07/02 16:14:40 PDT Modified files: news/krn Makefile Log: Oops, wasn't looking closely enough. The aforementioned breakage was actually in kdesupport11. Revision Changes Path 1.5 +1 -3 ports/news/krn/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 16:20:10 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 327EA37B72E; Sun, 2 Jul 2000 16:20:08 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Received: (from nectar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA61755; Sun, 2 Jul 2000 16:20:08 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Message-Id: <200007022320.QAA61755@freefall.freebsd.org> From: Jacques Vidrine Date: Sun, 2 Jul 2000 16:20:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/dante Makefile ports/net/dante/files md5 ports/net/dante/patches patch-aa patch-ab ports/net/dante/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nectar 2000/07/02 16:20:08 PDT Modified files: net/dante Makefile net/dante/files md5 net/dante/pkg PLIST Removed files: net/dante/patches patch-aa patch-ab Log: Update 1.1.1 -> 1.1.2 PR: ports/19655 Submitted by: Anders Nordby Revision Changes Path 1.5 +2 -3 ports/net/dante/Makefile 1.4 +1 -1 ports/net/dante/files/md5 1.3 +0 -1 ports/net/dante/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 16:36:31 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 450BA37B72E; Sun, 2 Jul 2000 16:36:29 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA63195; Sun, 2 Jul 2000 16:36:29 -0700 (PDT) (envelope-from will@FreeBSD.org) Message-Id: <200007022336.QAA63195@freefall.freebsd.org> From: Will Andrews Date: Sun, 2 Jul 2000 16:36:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/cvs2html Makefile ports/devel/cvs2html/files md5 ports/devel/cvs2html/pkg COMMENT DESCR PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2000/07/02 16:36:28 PDT Modified files: devel Makefile Added files: devel/cvs2html Makefile devel/cvs2html/files md5 devel/cvs2html/pkg COMMENT DESCR PLIST Log: Add cvs2html, a perl script that turns cvs log output into HTML. Revision Changes Path 1.307 +2 -1 ports/devel/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 16:36:57 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 488C137C09D; Sun, 2 Jul 2000 16:36:51 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA63293; Sun, 2 Jul 2000 16:36:51 -0700 (PDT) (envelope-from will@FreeBSD.org) Message-Id: <200007022336.QAA63293@freefall.freebsd.org> From: Will Andrews Date: Sun, 2 Jul 2000 16:36:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2000/07/02 16:36:51 PDT Modified files: . modules Log: cvs2html --> ports/devel/cvs2html Revision Changes Path 1.1337 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 16:49:43 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DDBB837B514; Sun, 2 Jul 2000 16:49:39 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Received: (from jseger@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA64511; Sun, 2 Jul 2000 16:49:39 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Message-Id: <200007022349.QAA64511@freefall.freebsd.org> From: "Justin M. Seger" Date: Sun, 2 Jul 2000 16:49:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/isc-dhcp2 Makefile ports/net/isc-dhcp2/files md5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jseger 2000/07/02 16:49:39 PDT Modified files: net/isc-dhcp2 Makefile net/isc-dhcp2/files md5 Log: Upgrade to isc-dhcp-2.0 patchlevel 2 CHANGES FROM VERSION 2.0 PATCHLEVEL 1 - Fix a case where an unitialized pointer could result from an exceptional case in DHCPRELEASE and cause a core dump. Revision Changes Path 1.35 +3 -3 ports/net/isc-dhcp2/Makefile 1.15 +1 -1 ports/net/isc-dhcp2/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 16:56:48 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B26C137B559; Sun, 2 Jul 2000 16:56:45 -0700 (PDT) (envelope-from chris@FreeBSD.org) Received: (from chris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA65209; Sun, 2 Jul 2000 16:56:45 -0700 (PDT) (envelope-from chris@FreeBSD.org) Message-Id: <200007022356.QAA65209@freefall.freebsd.org> From: Chris Costello Date: Sun, 2 Jul 2000 16:56:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern sys_socket.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG chris 2000/07/02 16:56:45 PDT Modified files: sys/kern sys_socket.c Log: Instead of just blindly setting -rw-rw-rw-: o Set access mode to -r--r--r-- if SS_CANTRCVMORE is set and the receive buffer is empty. o Set access mode to --w--w--w- is SS_CANTSENDMORE is set. Discussed with: alfred Revision Changes Path 1.31 +12 -3 src/sys/kern/sys_socket.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 17: 5:43 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4DF6037B61F; Sun, 2 Jul 2000 17:05:41 -0700 (PDT) (envelope-from chris@FreeBSD.org) Received: (from chris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA67410; Sun, 2 Jul 2000 17:05:41 -0700 (PDT) (envelope-from chris@FreeBSD.org) Message-Id: <200007030005.RAA67410@freefall.freebsd.org> From: Chris Costello Date: Sun, 2 Jul 2000 17:05:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern sys_socket.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG chris 2000/07/02 17:05:41 PDT Modified files: sys/kern sys_socket.c Log: Forced commit: Read permissions are set when the SS_CANTRCVMORE flag is _not_ set and the receive buffer is empty. Write permissions are set when SS_CANTSENDMORE is _not_ set. Revision Changes Path 1.32 +1 -1 src/sys/kern/sys_socket.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 17:34:26 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C49CA37BEFE; Sun, 2 Jul 2000 17:34:20 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA70596; Sun, 2 Jul 2000 17:34:20 -0700 (PDT) (envelope-from will@FreeBSD.org) Message-Id: <200007030034.RAA70596@freefall.freebsd.org> From: Will Andrews Date: Sun, 2 Jul 2000 17:34:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/viewcvs Makefile ports/devel/viewcvs/files md5 ports/devel/viewcvs/patches patch-aa ports/devel/viewcvs/pkg COMMENT DESCR MESSAGE PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2000/07/02 17:34:20 PDT Modified files: devel Makefile Added files: devel/viewcvs Makefile devel/viewcvs/files md5 devel/viewcvs/patches patch-aa devel/viewcvs/pkg COMMENT DESCR MESSAGE PLIST Log: Add ViewCVS, a Python version of Zeller's cvsweb. Cool!! Revision Changes Path 1.308 +2 -1 ports/devel/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 17:34:38 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9511937BEFE; Sun, 2 Jul 2000 17:34:32 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA70651; Sun, 2 Jul 2000 17:34:32 -0700 (PDT) (envelope-from will@FreeBSD.org) Message-Id: <200007030034.RAA70651@freefall.freebsd.org> From: Will Andrews Date: Sun, 2 Jul 2000 17:34:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2000/07/02 17:34:32 PDT Modified files: . modules Log: viewcvs --> ports/devel/viewcvs Revision Changes Path 1.1338 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 17:34:59 2000 Delivered-To: cvs-all@freebsd.org Received: from ns.yogotech.com (ns.yogotech.com [206.127.123.66]) by hub.freebsd.org (Postfix) with ESMTP id 623FF37C240; Sun, 2 Jul 2000 17:34:51 -0700 (PDT) (envelope-from nate@yogotech.com) Received: from nomad.yogotech.com (nomad.yogotech.com [206.127.123.131]) by ns.yogotech.com (8.9.3/8.9.3) with ESMTP id SAA22289; Sun, 2 Jul 2000 18:34:36 -0600 (MDT) (envelope-from nate@nomad.yogotech.com) Received: (from nate@localhost) by nomad.yogotech.com (8.8.8/8.8.8) id SAA02496; Sun, 2 Jul 2000 18:34:32 -0600 (MDT) (envelope-from nate) Date: Sun, 2 Jul 2000 18:34:32 -0600 (MDT) Message-Id: <200007030034.SAA02496@nomad.yogotech.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Wes Peters Cc: Glenn Johnson , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/isc-dhcp - Imported sources In-Reply-To: <395F9B93.E658486F@softweyr.com> References: <20000628101529.A63423@node1.cluster.srrc.usda.gov> <200006281721.KAA03680@john.baldwin.cx> <20000629002926.A17817@gforce.johnson.home> <395F9B93.E658486F@softweyr.com> X-Mailer: VM 6.34 under 19.16 "Lille" XEmacs Lucid Reply-To: nate@yogotech.com (Nate Williams) Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > > Being a server platform does not mean that you have to ship with lots > > > of servers, it means you provide a stable, well-preforming environment > > > on which one can run those servers. > > > > Agreed, but some would say that FreeBSD *does* ship with a lot of > > servers: sendmail, bind, sshd, rlogind, rshd, telnetd, ftpd, ntpd, nis, > > nfs, uucp, ... > > Many of the above are needed on all network-connected systems; dhcpd is > typically needed only on one server per DHCP "domain". I disagree. Bind, ntpd, uucp, and one can stretch the argument to include sendmail if you squint a bit are also very much 'one per domain' servers as well. As an anti-bloatist, I would argue that DHCP isn't appropriate in FreeBSD. As far as that goes, I think uucp should go out the window, as I bet than less than 1% of the user base has a use for it. On the other hand, I install a DHCP server one the 'one' machine in my system that runs the single copy of bind, ntpd, and sendmail, so I wouldn't argue too much if we included it in the base system. :) Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 18:27:28 2000 Delivered-To: cvs-all@freebsd.org Received: from sasami.jurai.net (sasami.jurai.net [63.67.141.99]) by hub.freebsd.org (Postfix) with ESMTP id B0DFF37B5F8; Sun, 2 Jul 2000 18:27:22 -0700 (PDT) (envelope-from scanner@jurai.net) Received: from localhost (scanner@localhost) by sasami.jurai.net (8.9.3/8.8.7) with ESMTP id VAA44564; Sun, 2 Jul 2000 21:27:06 -0400 (EDT) Date: Sun, 2 Jul 2000 21:27:05 -0400 (EDT) From: To: Nate Williams Cc: Wes Peters , Glenn Johnson , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/contrib/isc-dhcp - Imported sources In-Reply-To: <200007030034.SAA02496@nomad.yogotech.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 2 Jul 2000, Nate Williams wrote: > As an anti-bloatist, I would argue that DHCP isn't appropriate in > FreeBSD. As far as that goes, I think uucp should go out the window, as > I bet than less than 1% of the user base has a use for it. If we are going to start debating what should be IN a base OS, I know im not alone when I say that almost every server we have should be ripped out and made an install option. When the user installs it should ask: Do you wish to install an MTA? Y/N? If their answer is yes bring up a menu that has Sendmail, postfix, and qmail listed. Same for telnet|ssh, DHCP, UUCP, All of these servers should not be in the base OS AFAIC. I agree that FreeBSD should be a server PLATFORM. But it doesnt have to automatically install every server under the sun. If I use it only for web servering on a single box, I dont expect to have to go in and flip off sendmail, telnet, etc.. It should come with nothing installed and during install the user should be able to install the bits he or she chooses. I know im not alone in this line of thinking. ============================================================================= -Chris Watson (316) 326-3862 | FreeBSD Consultant, FreeBSD Geek Work: scanner@jurai.net | Open Systems Inc., Wellington, Kansas Home: scanner@deceptively.shady.org | http://open-systems.net ============================================================================= WINDOWS: "Where do you want to go today?" LINUX: "Where do you want to go tommorow?" BSD: "Are you guys coming or what?" ============================================================================= To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 18:28:20 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 541FA37BECD; Sun, 2 Jul 2000 18:28:16 -0700 (PDT) (envelope-from kevlo@FreeBSD.org) Received: (from kevlo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA79332; Sun, 2 Jul 2000 18:28:16 -0700 (PDT) (envelope-from kevlo@FreeBSD.org) Message-Id: <200007030128.SAA79332@freefall.freebsd.org> From: Kevin Lo Date: Sun, 2 Jul 2000 18:28:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/news newsflash.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kevlo 2000/07/02 18:28:16 PDT Modified files: en/news newsflash.sgml Log: Add Tucows BSD PR: 19626 Submitted by: Daniel Harris Revision Changes Path 1.185 +6 -2 www/en/news/newsflash.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 18:39:24 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BE21A37BECD; Sun, 2 Jul 2000 18:39:21 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA80554; Sun, 2 Jul 2000 18:39:21 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <200007030139.SAA80554@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 2 Jul 2000 18:39:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/news/krn Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/07/02 18:39:21 PDT Modified files: news/krn Makefile Log: This port was missing a dependency on kdelibs11 Noticed by: bento Revision Changes Path 1.6 +3 -2 ports/news/krn/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 19:33: 8 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7072D37BF73; Sun, 2 Jul 2000 19:33:03 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA89073; Sun, 2 Jul 2000 19:33:03 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <200007030233.TAA89073@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 2 Jul 2000 19:33:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/net name6.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/07/02 19:33:03 PDT Modified files: lib/libc/net name6.c Log: Fix a nasty bug which would leave the struct hostent incompletely filled out when parsing certain DNS records during a reverse address resolution. Thus when code tries to examine the returned host name, it dereferences a null pointer :-( Problem noticed by: ps Revision Changes Path 1.12 +2 -2 src/lib/libc/net/name6.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 19:51: 8 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5021B37B6B0; Sun, 2 Jul 2000 19:50:59 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA90784; Sun, 2 Jul 2000 19:50:59 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <200007030250.TAA90784@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 2 Jul 2000 19:50:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/biology/ortep3 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/07/02 19:50:59 PDT Modified files: biology/ortep3 Makefile Log: Unbreak by extracting the correct distfile Noticed by: bento Revision Changes Path 1.7 +3 -9 ports/biology/ortep3/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 19:52:37 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7C0D937B6B0; Sun, 2 Jul 2000 19:52:34 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA90962; Sun, 2 Jul 2000 19:52:34 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <200007030252.TAA90962@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 2 Jul 2000 19:52:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/TenDRA Makefile ports/lang/TenDRA/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/07/02 19:52:34 PDT Modified files: lang/TenDRA Makefile lang/TenDRA/pkg PLIST Log: Oops, this is only actually broken (does not compile) on 3.x, so mark it as such. Also remove an additional .orig file on deinstall, which probably shouldn't be there at all, but this port was too big and scary to track down where it came from. Noticed by: bento Revision Changes Path 1.14 +6 -2 ports/lang/TenDRA/Makefile 1.9 +1 -0 ports/lang/TenDRA/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 19:55:35 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D365637B7CF; Sun, 2 Jul 2000 19:55:30 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA91305; Sun, 2 Jul 2000 19:55:30 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <200007030255.TAA91305@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 2 Jul 2000 19:55:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/pptpclient/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/07/02 19:55:30 PDT Modified files: net/pptpclient/pkg PLIST Log: Remove extraneous directory on deinstall Noticed by: bento Revision Changes Path 1.2 +1 -0 ports/net/pptpclient/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 19:55:48 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0A5D637B638; Sun, 2 Jul 2000 19:55:45 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA91355; Sun, 2 Jul 2000 19:55:45 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <200007030255.TAA91355@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 2 Jul 2000 19:55:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/priss/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/07/02 19:55:44 PDT Modified files: net/priss/pkg PLIST Log: Remove extraneous directory on deinstall Noticed by: bento Revision Changes Path 1.2 +1 -0 ports/net/priss/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 19:58:34 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1259D37B638; Sun, 2 Jul 2000 19:58:31 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA91766; Sun, 2 Jul 2000 19:58:31 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <200007030258.TAA91766@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 2 Jul 2000 19:58:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/nut/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/07/02 19:58:30 PDT Modified files: sysutils/nut/pkg PLIST Log: Remove extraneous directories on deinstall Noticed by: bento Revision Changes Path 1.4 +2 -0 ports/sysutils/nut/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 20: 2:44 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6F9CA37B7CF; Sun, 2 Jul 2000 20:02:42 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA92090; Sun, 2 Jul 2000 20:02:42 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <200007030302.UAA92090@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 2 Jul 2000 20:02:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/nut/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/07/02 20:02:42 PDT Modified files: sysutils/nut/pkg PLIST Log: Missed one more directory Revision Changes Path 1.5 +1 -0 ports/sysutils/nut/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 20: 3:54 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B6D7337B638; Sun, 2 Jul 2000 20:03:52 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA92185; Sun, 2 Jul 2000 20:03:52 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <200007030303.UAA92185@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 2 Jul 2000 20:03:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/ngrep/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/07/02 20:03:52 PDT Modified files: net/ngrep/pkg PLIST Log: Remove directory on deinstall Noticed by: bento Revision Changes Path 1.2 +2 -1 ports/net/ngrep/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 20: 9:33 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 45DEA37BCA3; Sun, 2 Jul 2000 20:09:31 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA93883; Sun, 2 Jul 2000 20:09:31 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <200007030309.UAA93883@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 2 Jul 2000 20:09:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/npc/patches patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/07/02 20:09:31 PDT Added files: www/npc/patches patch-aa Log: Respect CC and CFLAGS To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 20:11:54 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6043837BAC7; Sun, 2 Jul 2000 20:11:52 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA94081; Sun, 2 Jul 2000 20:11:52 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <200007030311.UAA94081@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 2 Jul 2000 20:11:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/npc/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/07/02 20:11:52 PDT Modified files: www/npc/pkg PLIST Log: Remove extraneous directories on deinstall Noticed by: bento Revision Changes Path 1.2 +2 -0 ports/www/npc/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 20:13:54 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 96D6637BCA3; Sun, 2 Jul 2000 20:13:48 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA94298; Sun, 2 Jul 2000 20:13:48 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <200007030313.UAA94298@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 2 Jul 2000 20:13:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/ftp/omi/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/07/02 20:13:48 PDT Modified files: ftp/omi/pkg PLIST Log: Remove extraneous directories on deinstall Noticed by: bento Revision Changes Path 1.4 +1 -0 ports/ftp/omi/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 20:14:56 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6633F37BCA3; Sun, 2 Jul 2000 20:14:54 -0700 (PDT) (envelope-from jim@FreeBSD.org) Received: (from jim@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA94387; Sun, 2 Jul 2000 20:14:54 -0700 (PDT) (envelope-from jim@FreeBSD.org) Message-Id: <200007030314.UAA94387@freefall.freebsd.org> From: Jim Mock Date: Sun, 2 Jul 2000 20:14:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/aterm Makefile ports/x11/aterm/files md5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jim 2000/07/02 20:14:54 PDT Modified files: x11/aterm Makefile x11/aterm/files md5 Log: Update to version 0.4.0. Also add WITH_MENUBAR and WITH_NEXTSCROLL hooks for those who prefer to use those features. Revision Changes Path 1.10 +11 -4 ports/x11/aterm/Makefile 1.9 +1 -2 ports/x11/aterm/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 20:19:20 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5304837BF32; Sun, 2 Jul 2000 20:19:17 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA94834; Sun, 2 Jul 2000 20:19:17 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <200007030319.UAA94834@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 2 Jul 2000 20:19:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/nwclient/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/07/02 20:19:17 PDT Modified files: sysutils/nwclient/pkg PLIST Log: Remove extraneous files and directories on deinstall Noticed by: bento Revision Changes Path 1.2 +8 -0 ports/sysutils/nwclient/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 20:30:17 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D155C37BF32; Sun, 2 Jul 2000 20:30:14 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA95867; Sun, 2 Jul 2000 20:30:14 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <200007030330.UAA95867@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 2 Jul 2000 20:30:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math/ngraph/patches patch-aa ports/math/ngraph/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/07/02 20:30:14 PDT Modified files: math/ngraph/patches patch-aa math/ngraph/pkg PLIST Log: Respect CC and CFLAGS, and remove all extraneous directories on deinstall Noticed by: bento Revision Changes Path 1.3 +5 -4 ports/math/ngraph/patches/patch-aa 1.4 +3 -0 ports/math/ngraph/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 20:40:37 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5ED0537BECD; Sun, 2 Jul 2000 20:40:33 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA96811; Sun, 2 Jul 2000 20:40:33 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <200007030340.UAA96811@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 2 Jul 2000 20:40:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/neXtaw/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/07/02 20:40:33 PDT Modified files: x11-toolkits/neXtaw/pkg PLIST Log: Remove extraneous file on deinstall Noticed by: bento Revision Changes Path 1.9 +1 -0 ports/x11-toolkits/neXtaw/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 20:45:41 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C2B0437BF52; Sun, 2 Jul 2000 20:45:37 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA97162; Sun, 2 Jul 2000 20:45:37 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <200007030345.UAA97162@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 2 Jul 2000 20:45:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/muttzilla/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/07/02 20:45:36 PDT Modified files: mail/muttzilla/pkg PLIST Log: Remove extraneous directory on deinstall Noticed by: bento Revision Changes Path 1.2 +2 -1 ports/mail/muttzilla/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 21:11: 8 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E620137BFD2; Sun, 2 Jul 2000 21:11:02 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA01190; Sun, 2 Jul 2000 21:11:02 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <200007030411.VAA01190@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 2 Jul 2000 21:11:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/mopd/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/07/02 21:11:02 PDT Modified files: net/mopd/pkg PLIST Log: Remove extraneous directory on deinstall Noticed by: bento Revision Changes Path 1.3 +2 -1 ports/net/mopd/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 21:26:42 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F1C6437B7FD; Sun, 2 Jul 2000 21:26:39 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA02989; Sun, 2 Jul 2000 21:26:39 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <200007030426.VAA02989@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 2 Jul 2000 21:26:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/most/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/07/02 21:26:39 PDT Modified files: misc/most/pkg PLIST Log: Remove extraneous directory on deinstall Noticed by: bento Revision Changes Path 1.4 +1 -0 ports/misc/most/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 21:30:43 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4F21637B5E6; Sun, 2 Jul 2000 21:30:40 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA03373; Sun, 2 Jul 2000 21:30:40 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <200007030430.VAA03373@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 2 Jul 2000 21:30:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/momspider/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/07/02 21:30:40 PDT Modified files: www/momspider/pkg PLIST Log: Remove extraneous file on deinstall Noticed by: bento Revision Changes Path 1.2 +1 -0 ports/www/momspider/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 21:31:57 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E853137B5E6; Sun, 2 Jul 2000 21:31:53 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA03545; Sun, 2 Jul 2000 21:31:53 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <200007030431.VAA03545@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 2 Jul 2000 21:31:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/mixal/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/07/02 21:31:53 PDT Modified files: lang/mixal/pkg PLIST Log: Remove extraneous directory on deinstall Noticed by: bento Revision Changes Path 1.2 +1 -0 ports/lang/mixal/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 21:43:18 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B800637BF27; Sun, 2 Jul 2000 21:43:14 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA04539; Sun, 2 Jul 2000 21:43:14 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <200007030443.VAA04539@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 2 Jul 2000 21:43:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/net name6.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/07/02 21:43:14 PDT Modified files: lib/libc/net name6.c Log: Previous commit broke the case of chained CNAME entries. Instead handle the bogus case by being stricter about errors. Submitted by: itojun Obtained from: KAME Revision Changes Path 1.13 +19 -7 src/lib/libc/net/name6.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 21:48:34 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 300A537BF27; Sun, 2 Jul 2000 21:48:32 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA05072; Sun, 2 Jul 2000 21:48:31 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <200007030448.VAA05072@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 2 Jul 2000 21:48:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math/octave Makefile ports/math/octave/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/07/02 21:48:31 PDT Modified files: math/octave Makefile math/octave/pkg PLIST Log: Remove extraneous files and directories on deinstall Noticed by: bento Revision Changes Path 1.30 +2 -2 ports/math/octave/Makefile 1.26 +5 -0 ports/math/octave/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 21:48:58 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D6F4337C0FD; Sun, 2 Jul 2000 21:48:53 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA05226; Sun, 2 Jul 2000 21:48:53 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <200007030448.VAA05226@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 2 Jul 2000 21:48:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/ftp/mirror/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/07/02 21:48:53 PDT Modified files: ftp/mirror/pkg PLIST Log: Remove extraneous directory on deinstall Noticed by: bento Revision Changes Path 1.6 +1 -0 ports/ftp/mirror/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 21:52:49 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DA1BB37BF64; Sun, 2 Jul 2000 21:52:46 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA05576; Sun, 2 Jul 2000 21:52:46 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <200007030452.VAA05576@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 2 Jul 2000 21:52:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/mime/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/07/02 21:52:46 PDT Modified files: devel/mime/pkg PLIST Log: Remove extraneous file from PLIST Noticed by: bento Revision Changes Path 1.2 +0 -1 ports/devel/mime/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 21:56: 7 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7F92D37BF27; Sun, 2 Jul 2000 21:56:02 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA05872; Sun, 2 Jul 2000 21:56:02 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <200007030456.VAA05872@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 2 Jul 2000 21:56:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/mp-letter/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/07/02 21:56:02 PDT Modified files: print/mp-letter/pkg PLIST Log: Remove extraneous files on deinstall Noticed by: bento Revision Changes Path 1.5 +4 -2 ports/print/mp-letter/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 21:59:40 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9F60A37BF27; Sun, 2 Jul 2000 21:59:37 -0700 (PDT) (envelope-from green@FreeBSD.org) Received: (from green@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA06173; Sun, 2 Jul 2000 21:59:37 -0700 (PDT) (envelope-from green@FreeBSD.org) Message-Id: <200007030459.VAA06173@freefall.freebsd.org> From: Brian Feldman Date: Sun, 2 Jul 2000 21:59:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/file/Magdir animation X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG green 2000/07/02 21:59:37 PDT Modified files: usr.bin/file/Magdir animation Log: Add the RealMedia file format. Also, add the $FreeBSD$. Revision Changes Path 1.3 +5 -0 src/usr.bin/file/Magdir/animation To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 22: 1:29 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EEEDB37BE69; Sun, 2 Jul 2000 22:01:26 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA06351; Sun, 2 Jul 2000 22:01:26 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <200007030501.WAA06351@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 2 Jul 2000 22:01:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/naim Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/07/02 22:01:26 PDT Modified files: net/naim Makefile Log: Actually do what r1.7 said it did (well, sort of - we let the empty manpage be installed by the port, and then remove it in post-install) Noticed by: bento Revision Changes Path 1.13 +3 -1 ports/net/naim/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 22:17:46 2000 Delivered-To: cvs-all@freebsd.org Received: from mailhost.netbenefit.co.uk (mailhost.netbenefit.co.uk [212.53.64.39]) by hub.freebsd.org (Postfix) with ESMTP id 32ECE37B57D; Sun, 2 Jul 2000 22:17:38 -0700 (PDT) (envelope-from pierre.dampure@alveley.org) Received: from userez78.uk.uudial.com ([62.188.19.149] helo=alveley.org) by mailhost.netbenefit.co.uk with esmtp (NetBenefit 1.5) id 138ybp-0003w7-00 ; Mon, 03 Jul 2000 06:17:30 +0100 Message-ID: <396021CC.9EB8A7F4@alveley.org> Date: Mon, 03 Jul 2000 06:17:00 +0100 From: "Dampure, Pierre Y." X-Mailer: Mozilla 4.73 [en] (X11; U; FreeBSD 5.0-CURRENT i386) X-Accept-Language: en MIME-Version: 1.0 To: Alexander Langer Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, current@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/gen Makefile.inc References: <200007022145.OAA52235@freefall.freebsd.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Alexander Langer wrote: > > alex 2000/07/02 14:45:16 PDT > > Modified files: > lib/libc/gen Makefile.inc > Log: > Add strunvisx.3 MLINK. > > Revision Changes Path > 1.65 +2 -2 src/lib/libc/gen/Makefile.inc > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe cvs-all" in the body of the message This breaks installworld, as the following diff: +MLINKS+=unvis.3 strunvis.3 strunvisx.3 should have been: +MLINKS+=unvis.3 strunvis.3 unvis.3 strunvisx.3 PYD To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 22:21:45 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B363937B5AF; Sun, 2 Jul 2000 22:21:43 -0700 (PDT) (envelope-from green@FreeBSD.org) Received: (from green@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA11865; Sun, 2 Jul 2000 22:21:43 -0700 (PDT) (envelope-from green@FreeBSD.org) Message-Id: <200007030521.WAA11865@freefall.freebsd.org> From: Brian Feldman Date: Sun, 2 Jul 2000 22:21:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/gen Makefile.inc X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG green 2000/07/02 22:21:43 PDT Modified files: lib/libc/gen Makefile.inc Log: Re-pair the MLINKS of unvis.3 with strunvisx.3. This undoubtedly was a world breakage. Revision Changes Path 1.66 +2 -2 src/lib/libc/gen/Makefile.inc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 22:32:12 2000 Delivered-To: cvs-all@freebsd.org Received: from lucifer.bart.nl (lucifer.bart.nl [194.158.168.74]) by hub.freebsd.org (Postfix) with ESMTP id CAEBA37B572; Sun, 2 Jul 2000 22:32:05 -0700 (PDT) (envelope-from asmodai@lucifer.bart.nl) Received: (from asmodai@localhost) by lucifer.bart.nl (8.9.3/8.9.3) id HAA89302; Mon, 3 Jul 2000 07:31:43 +0200 (CEST) (envelope-from asmodai) Date: Mon, 3 Jul 2000 07:31:43 +0200 From: Jeroen Ruigrok van der Werven To: Warner Losh Cc: Steve Ames , "Jeroen C. van Gelderen" , Mark Murray , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/isc-dhcp - Imported sources Message-ID: <20000703073143.A89246@lucifer.bart.nl> References: <20000702135541.A17379@virtual-voodoo.com> <395F81C1.BAA1F5D0@vangelderen.org> <200007021805.UAA22876@grimreaper.grondar.za> <395F8805.F8725D30@vangelderen.org> <20000702135541.A17379@virtual-voodoo.com> <200007021902.NAA59753@harmony.village.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <200007021902.NAA59753@harmony.village.org>; from imp@village.org on Sun, Jul 02, 2000 at 01:02:57PM -0600 Organisation: VIA Net.Works The Netherlands Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -On [20000702 21:04], Warner Losh (imp@village.org) wrote: >Principle of Least Astonishment. Do what most people likely expect. >As the expoential growth of the userbase continues, POLA tends to >dictate be more like linux, as that's what more and more people expect >:-(. That's, IMNSHO, a very, very scary picture you are presenting. Having just spend another few days submitting patches to some Linux coders for an application, I can tell that the level of code practices, history and idea lies so far from each other we would hurt ourselves trying to be more like Linux. Of course, all my opinion(s). -- Jeroen Ruigrok van der Werven Network- and systemadministrator VIA Net.Works The Netherlands BSD: Technical excellence at its best http://www.via-net-works.nl Looking for the Sun that eclipsed behind black feathered wings... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 23:15:17 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BF53E37B6D2; Sun, 2 Jul 2000 23:15:14 -0700 (PDT) (envelope-from ps@FreeBSD.org) Received: (from ps@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA18383; Sun, 2 Jul 2000 23:15:14 -0700 (PDT) (envelope-from ps@FreeBSD.org) Message-Id: <200007030615.XAA18383@freefall.freebsd.org> From: Paul Saab Date: Sun, 2 Jul 2000 23:15:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/fdformat fdformat.1 fdformat.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ps 2000/07/02 23:15:14 PDT Modified files: (Branch: RELENG_4) usr.sbin/fdformat fdformat.1 fdformat.c Log: MFC: Add -y option which doesn't ask for confimation, but still shows progress. Revision Changes Path 1.17.2.1 +5 -1 src/usr.sbin/fdformat/fdformat.1 1.11.2.1 +9 -5 src/usr.sbin/fdformat/fdformat.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 23:22:39 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 241D737BA7C; Sun, 2 Jul 2000 23:22:36 -0700 (PDT) (envelope-from ps@FreeBSD.org) Received: (from ps@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA19232; Sun, 2 Jul 2000 23:22:36 -0700 (PDT) (envelope-from ps@FreeBSD.org) Message-Id: <200007030622.XAA19232@freefall.freebsd.org> From: Paul Saab Date: Sun, 2 Jul 2000 23:22:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/lpr/common_source common.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ps 2000/07/02 23:22:36 PDT Modified files: (Branch: RELENG_4) usr.sbin/lpr/common_source common.c Log: MFC: [rev 1.13] Print files submitted at the same instant in deterministic order. Revision Changes Path 1.12.2.1 +20 -5 src/usr.sbin/lpr/common_source/common.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 23:23:52 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7650E37BF89; Sun, 2 Jul 2000 23:23:49 -0700 (PDT) (envelope-from ps@FreeBSD.org) Received: (from ps@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA19332; Sun, 2 Jul 2000 23:23:49 -0700 (PDT) (envelope-from ps@FreeBSD.org) Message-Id: <200007030623.XAA19332@freefall.freebsd.org> From: Paul Saab Date: Sun, 2 Jul 2000 23:23:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/lpr/lpc lpc.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ps 2000/07/02 23:23:49 PDT Modified files: (Branch: RELENG_4) usr.sbin/lpr/lpc lpc.c Log: MFC: [rev 1.14] Quit on EOF from terminal instead of redisplaying the prompt. Revision Changes Path 1.13.2.1 +1 -1 src/usr.sbin/lpr/lpc/lpc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 23:24:26 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EDCFB37BFB1; Sun, 2 Jul 2000 23:24:23 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA19428; Sun, 2 Jul 2000 23:24:23 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <200007030624.XAA19428@freefall.freebsd.org> From: Peter Wemm Date: Sun, 2 Jul 2000 23:24:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/secure/lib Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG peter 2000/07/02 23:24:23 PDT Modified files: secure/lib Makefile Log: USA_RESIDENT is forced to YES or NO at the start of Makefile.inc1 Use that to be the final arbiter of whether or not to build the librsaintl.so plugin for openssl/openssh. Add a magic WANT_RSAINTL flag to force building even if USA_RESIDENT=YES. Revision Changes Path 1.20 +3 -2 src/secure/lib/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 23:25: 5 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2450937BFBB; Sun, 2 Jul 2000 23:25:03 -0700 (PDT) (envelope-from ps@FreeBSD.org) Received: (from ps@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA19521; Sun, 2 Jul 2000 23:25:03 -0700 (PDT) (envelope-from ps@FreeBSD.org) Message-Id: <200007030625.XAA19521@freefall.freebsd.org> From: Paul Saab Date: Sun, 2 Jul 2000 23:25:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/lpr/lpd lpd.8 lpd.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ps 2000/07/02 23:25:03 PDT Modified files: (Branch: RELENG_4) usr.sbin/lpr/lpd lpd.8 lpd.c Log: MFC: Add -p option to prevent lpd(8) from opening a listening socket. Revision Changes Path 1.14.2.1 +8 -2 src/usr.sbin/lpr/lpd/lpd.8 1.12.2.1 +26 -17 src/usr.sbin/lpr/lpd/lpd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 23:26:14 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A4C6A37BF96; Sun, 2 Jul 2000 23:26:10 -0700 (PDT) (envelope-from ps@FreeBSD.org) Received: (from ps@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA19615; Sun, 2 Jul 2000 23:26:10 -0700 (PDT) (envelope-from ps@FreeBSD.org) Message-Id: <200007030626.XAA19615@freefall.freebsd.org> From: Paul Saab Date: Sun, 2 Jul 2000 23:26:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/lpr/lpr lpr.1 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ps 2000/07/02 23:26:10 PDT Modified files: (Branch: RELENG_4) usr.sbin/lpr/lpr lpr.1 Log: MFC: Fix description of `-i' and `-w' options. Fix spelling of `TeX'. Move historical formats into a separate list, to make thier cruftiness clear. Revision Changes Path 1.11.2.2 +35 -24 src/usr.sbin/lpr/lpr/lpr.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 23:26:32 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 67B7B37BF96; Sun, 2 Jul 2000 23:26:30 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA19673; Sun, 2 Jul 2000 23:26:30 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <200007030626.XAA19673@freefall.freebsd.org> From: Peter Wemm Date: Sun, 2 Jul 2000 23:26:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/secure/lib Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG peter 2000/07/02 23:26:30 PDT Modified files: secure/lib Makefile Log: Argh. Cut/paste transcription error. Fix syntax of previous commit. Revision Changes Path 1.21 +2 -2 src/secure/lib/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 23:30:10 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5473B37BFBB; Sun, 2 Jul 2000 23:30:07 -0700 (PDT) (envelope-from ps@FreeBSD.org) Received: (from ps@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA19996; Sun, 2 Jul 2000 23:30:07 -0700 (PDT) (envelope-from ps@FreeBSD.org) Message-Id: <200007030630.XAA19996@freefall.freebsd.org> From: Paul Saab Date: Sun, 2 Jul 2000 23:30:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/mixer mixer.8 mixer.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ps 2000/07/02 23:30:07 PDT Modified files: (Branch: RELENG_4) usr.sbin/mixer mixer.8 mixer.c Log: MFC: Add -s option for dumping current values of the mixer. Revision Changes Path 1.10.2.1 +9 -1 src/usr.sbin/mixer/mixer.8 1.11.2.1 +16 -6 src/usr.sbin/mixer/mixer.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 23:31:16 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id ADF4C37C006; Sun, 2 Jul 2000 23:31:12 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA20135; Sun, 2 Jul 2000 23:31:12 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <200007030631.XAA20135@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 2 Jul 2000 23:31:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/props/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/07/02 23:31:12 PDT Modified files: x11/props/pkg PLIST Log: Remove extraneous file on deinstall Noticed by: bento Revision Changes Path 1.3 +1 -0 ports/x11/props/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 23:32: 1 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B6A1E37BF9E; Sun, 2 Jul 2000 23:31:56 -0700 (PDT) (envelope-from ps@FreeBSD.org) Received: (from ps@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA20256; Sun, 2 Jul 2000 23:31:56 -0700 (PDT) (envelope-from ps@FreeBSD.org) Message-Id: <200007030631.XAA20256@freefall.freebsd.org> From: Paul Saab Date: Sun, 2 Jul 2000 23:31:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ndp ndp.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ps 2000/07/02 23:31:56 PDT Modified files: (Branch: RELENG_4) usr.sbin/ndp ndp.c Log: MFC: Add prototype to quiet warnings. Revision Changes Path 1.2.2.1 +2 -1 src/usr.sbin/ndp/ndp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 23:41:44 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 82D2F37B57C; Sun, 2 Jul 2000 23:41:40 -0700 (PDT) (envelope-from ps@FreeBSD.org) Received: (from ps@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA21089; Sun, 2 Jul 2000 23:41:40 -0700 (PDT) (envelope-from ps@FreeBSD.org) Message-Id: <200007030641.XAA21089@freefall.freebsd.org> From: Paul Saab Date: Sun, 2 Jul 2000 23:41:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/traceroute traceroute.c src/usr.sbin/traceroute Makefile X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ps 2000/07/02 23:41:40 PDT Modified files: (Branch: RELENG_4) contrib/traceroute traceroute.c usr.sbin/traceroute Makefile Log: MFC: traceroute.c [rev 1.12] Bypass IPsec for traceroute invoked by root. [rev 1.13] Correct FreeBSD id place. Also correct vendor rcsid. Makefile [rev 1.12] Bypass IPsec for traceroute invoked by root. [rev 1.13] Don't compile in IPsec support when NOIPSEC is defined. Revision Changes Path 1.11.2.1 +51 -1 src/contrib/traceroute/traceroute.c 1.11.2.1 +8 -1 src/usr.sbin/traceroute/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 23:58:49 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3FFB837B7DC; Sun, 2 Jul 2000 23:58:45 -0700 (PDT) (envelope-from ps@FreeBSD.org) Received: (from ps@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA23250; Sun, 2 Jul 2000 23:58:45 -0700 (PDT) (envelope-from ps@FreeBSD.org) Message-Id: <200007030658.XAA23250@freefall.freebsd.org> From: Paul Saab Date: Sun, 2 Jul 2000 23:58:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ypserv Makefile.yp X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ps 2000/07/02 23:58:44 PDT Modified files: (Branch: RELENG_4) usr.sbin/ypserv Makefile.yp Log: MFC: Protect against comments in /etc/{passwd,group} Revision Changes Path 1.28.2.2 +7 -5 src/usr.sbin/ypserv/Makefile.yp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 2 23:59:14 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 685F337B881; Sun, 2 Jul 2000 23:59:11 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA23323; Sun, 2 Jul 2000 23:59:11 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <200007030659.XAA23323@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 2 Jul 2000 23:59:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/librsaintl Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/07/02 23:59:11 PDT Modified files: security/librsaintl Makefile Log: Correct stupid typos in my previous commit. Noticed by: peter Revision Changes Path 1.11 +3 -3 ports/security/librsaintl/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 0: 6:43 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C0AE037B7D0; Mon, 3 Jul 2000 00:06:39 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA25357; Mon, 3 Jul 2000 00:06:39 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200007030706.AAA25357@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 3 Jul 2000 00:06:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/fontedit Makefile ports/sysutils/fontedit/files md5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/07/03 00:06:38 PDT Modified files: sysutils/fontedit Makefile sysutils/fontedit/files md5 Log: Update to 1.1. PR: 19651 Submitted by: maintainer Revision Changes Path 1.2 +3 -3 ports/sysutils/fontedit/Makefile 1.2 +1 -1 ports/sysutils/fontedit/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 0:19:27 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F11DC37B7D0; Mon, 3 Jul 2000 00:19:24 -0700 (PDT) (envelope-from ume@FreeBSD.org) Received: (from ume@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA26958; Mon, 3 Jul 2000 00:19:24 -0700 (PDT) (envelope-from ume@FreeBSD.org) Message-Id: <200007030719.AAA26958@freefall.freebsd.org> From: Hajimu UMEMOTO Date: Mon, 3 Jul 2000 00:19:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/gkrellm Makefile ports/sysutils/gkrellm/files md5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ume 2000/07/03 00:19:24 PDT Modified files: sysutils/gkrellm Makefile sysutils/gkrellm/files md5 Log: Update to 0.10.2 Revision Changes Path 1.17 +2 -2 ports/sysutils/gkrellm/Makefile 1.8 +1 -1 ports/sysutils/gkrellm/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 0:32:28 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 925E737B7D0; Mon, 3 Jul 2000 00:32:25 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA28271; Mon, 3 Jul 2000 00:32:25 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200007030732.AAA28271@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 3 Jul 2000 00:32:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/enfle Makefile ports/graphics/enfle/files md5 ports/graphics/enfle/pkg COMMENT DESCR X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/07/03 00:32:25 PDT Modified files: graphics/enfle Makefile graphics/enfle/files md5 graphics/enfle/pkg COMMENT DESCR Log: Update from 20000615 to 20000627. PR: 19620 Submitted by: maintainer Revision Changes Path 1.17 +2 -2 ports/graphics/enfle/Makefile 1.14 +1 -1 ports/graphics/enfle/files/md5 1.2 +1 -1 ports/graphics/enfle/pkg/COMMENT 1.6 +2 -4 ports/graphics/enfle/pkg/DESCR To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 0:42:13 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7C10E37BFF1; Mon, 3 Jul 2000 00:42:06 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA29821; Mon, 3 Jul 2000 00:42:06 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200007030742.AAA29821@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 3 Jul 2000 00:42:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/smapi Makefile ports/devel/smapi/files md5 ports/devel/smapi/patches patch-aa ports/devel/smapi/pkg COMMENT DESCR PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/07/03 00:42:05 PDT Removed files: devel/smapi Makefile devel/smapi/files md5 devel/smapi/patches patch-aa devel/smapi/pkg COMMENT DESCR PLIST Log: Temparary remove port - according to the PW's requiest it will be added to ports/mail instead. The port has no cvs history yet, so repo-copy is unnecessary. Submitted by: asami To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 0:44: 3 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8A20D37BFF1; Mon, 3 Jul 2000 00:43:58 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA29983; Mon, 3 Jul 2000 00:43:58 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200007030743.AAA29983@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 3 Jul 2000 00:43:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/07/03 00:43:58 PDT Modified files: . modules Log: Temporary remove smapi. Revision Changes Path 1.1339 +1 -2 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 0:45: 7 2000 Delivered-To: cvs-all@freebsd.org Received: from axl.ops.uunet.co.za (axl.ops.uunet.co.za [196.31.2.163]) by hub.freebsd.org (Postfix) with ESMTP id AF81D37C013; Mon, 3 Jul 2000 00:44:55 -0700 (PDT) (envelope-from sheldonh@axl.ops.uunet.co.za) Received: from sheldonh (helo=axl.ops.uunet.co.za) by axl.ops.uunet.co.za with local-esmtp (Exim 3.13 #1) id 1390uS-000OqN-00; Mon, 03 Jul 2000 09:44:52 +0200 From: Sheldon Hearn To: Brian Feldman Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/file/Magdir animation In-reply-to: Your message of "Sun, 02 Jul 2000 21:59:37 MST." <200007030459.VAA06173@freefall.freebsd.org> Date: Mon, 03 Jul 2000 09:44:52 +0200 Message-ID: <95502.962610292@axl.ops.uunet.co.za> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 02 Jul 2000 21:59:37 MST, Brian Feldman wrote: > Modified files: > usr.bin/file/Magdir animation > Log: > Add the RealMedia file format. Also, add the $FreeBSD$. You should probably coordinate this with the file(1) maintainer, who was certainly still active last year. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 0:47:48 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6780737BF12; Mon, 3 Jul 2000 00:47:45 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA30449; Mon, 3 Jul 2000 00:47:40 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200007030747.AAA30449@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 3 Jul 2000 00:47:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail Makefile ports/mail/smapi Makefile ports/mail/smapi/files md5 ports/mail/smapi/patches patch-aa ports/mail/smapi/pkg COMMENT DESCR PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/07/03 00:47:40 PDT Modified files: mail Makefile Added files: mail/smapi Makefile mail/smapi/files md5 mail/smapi/patches patch-aa mail/smapi/pkg COMMENT DESCR PLIST Log: New port of smapi - a Squish MSGAPI which can be used to access Squish format message bases. PR: 19373 Submitted by: Sergey Samoyloff Revision Changes Path 1.136 +2 -1 ports/mail/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 0:48:19 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9650537BF12; Mon, 3 Jul 2000 00:48:17 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA30584; Mon, 3 Jul 2000 00:48:17 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200007030748.AAA30584@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 3 Jul 2000 00:48:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/07/03 00:48:17 PDT Modified files: . modules Log: smapi --> ports/mail/smapi Revision Changes Path 1.1340 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 0:49:36 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0926E37B80A; Mon, 3 Jul 2000 00:49:33 -0700 (PDT) (envelope-from roberto@FreeBSD.org) Received: (from roberto@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA30761; Mon, 3 Jul 2000 00:49:32 -0700 (PDT) (envelope-from roberto@FreeBSD.org) Message-Id: <200007030749.AAA30761@freefall.freebsd.org> From: Ollivier Robert Date: Mon, 3 Jul 2000 00:49:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/games/rogue Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG roberto 2000/07/03 00:49:32 PDT Modified files: games/rogue Makefile Log: -lcompat doesn't seem to be needed anymore. MFC candidate (compile fine on 5.0 and 4.0-STABLE). Revision Changes Path 1.5 +2 -2 src/games/rogue/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 1:11:37 2000 Delivered-To: cvs-all@freebsd.org Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by hub.freebsd.org (Postfix) with ESMTP id 964D537B628; Mon, 3 Jul 2000 01:11:08 -0700 (PDT) (envelope-from ru@whale.sunbay.crimea.ua) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.9.3/1.13) id LAA75912; Mon, 3 Jul 2000 11:11:01 +0300 (EEST) Date: Mon, 3 Jul 2000 11:11:01 +0300 From: Ruslan Ermilov To: Kris Kennaway Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/net name6.c Message-ID: <20000703111101.A75726@sunbay.com> References: <200007030233.TAA89073@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <200007030233.TAA89073@freefall.freebsd.org>; from kris@FreeBSD.org on Sun, Jul 02, 2000 at 07:33:03PM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Jul 02, 2000 at 07:33:03PM -0700, Kris Kennaway wrote: > kris 2000/07/02 19:33:03 PDT > > Modified files: > lib/libc/net name6.c > Log: > Fix a nasty bug which would leave the struct hostent incompletely filled out > when parsing certain DNS records during a reverse address resolution. Thus > when code tries to examine the returned host name, it dereferences a null > pointer :-( > > Problem noticed by: ps > > Revision Changes Path > 1.12 +2 -2 src/lib/libc/net/name6.c > Problem first noticed by: PR 19096. Revision 1.13 seems to fix the problem. -- Ruslan Ermilov Oracle Developer/DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 1:20:16 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 310C637B52E; Mon, 3 Jul 2000 01:20:13 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA35260; Mon, 3 Jul 2000 01:20:13 -0700 (PDT) (envelope-from ru@FreeBSD.org) Message-Id: <200007030820.BAA35260@freefall.freebsd.org> From: Ruslan Ermilov Date: Mon, 3 Jul 2000 01:20:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/net name6.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2000/07/03 01:20:12 PDT Modified files: (Branch: RELENG_4) lib/libc/net name6.c Log: MFC: (rev 1.13) fix a null-dereference problem. PR: 19069 Revision Changes Path 1.6.2.4 +18 -6 src/lib/libc/net/name6.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 1:26: 0 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CC41C37BE06; Mon, 3 Jul 2000 01:25:57 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA35948; Mon, 3 Jul 2000 01:25:57 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200007030825.BAA35948@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 3 Jul 2000 01:25:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/xloadimage Makefile ports/x11/xloadimage/patches patch-6 patch-7 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/07/03 01:25:57 PDT Modified files: x11/xloadimage Makefile Added files: x11/xloadimage/patches patch-6 patch-7 Log: Respect CC, CFLAGS and install missed manpage. PR: 19645 Submitted by: Mikhail Teterin Revision Changes Path 1.19 +3 -2 ports/x11/xloadimage/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 1:26:55 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9EFBF37B628; Mon, 3 Jul 2000 01:26:50 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA36116; Mon, 3 Jul 2000 01:26:50 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Message-Id: <200007030826.BAA36116@freefall.freebsd.org> From: Sheldon Hearn Date: Mon, 3 Jul 2000 01:26:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/gen vis.3 unvis.3 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sheldonh 2000/07/03 01:26:50 PDT Modified files: lib/libc/gen vis.3 unvis.3 Log: Add to the SEE ALSO section, a reference to the RFC mentioned in text introduced in the previous commit. Revision Changes Path 1.11 +6 -1 src/lib/libc/gen/vis.3 1.9 +8 -2 src/lib/libc/gen/unvis.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 1:28:35 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 222CC37B628; Mon, 3 Jul 2000 01:28:31 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA36385; Mon, 3 Jul 2000 01:28:31 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Message-Id: <200007030828.BAA36385@freefall.freebsd.org> From: Sheldon Hearn Date: Mon, 3 Jul 2000 01:28:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/gen unvis.3 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sheldonh 2000/07/03 01:28:30 PDT Modified files: lib/libc/gen unvis.3 Log: Fix overlong line and trailing whitespace introduced in rev 1.8. Revision Changes Path 1.10 +3 -2 src/lib/libc/gen/unvis.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 1:29: 3 2000 Delivered-To: cvs-all@freebsd.org Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by hub.freebsd.org (Postfix) with ESMTP id BB82337C035; Mon, 3 Jul 2000 01:28:46 -0700 (PDT) (envelope-from ru@whale.sunbay.crimea.ua) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.9.3/1.13) id LAA76333; Mon, 3 Jul 2000 11:28:42 +0300 (EEST) Date: Mon, 3 Jul 2000 11:28:41 +0300 From: Ruslan Ermilov To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/net name6.c Message-ID: <20000703112841.A76185@sunbay.com> References: <200007030820.BAA35260@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <200007030820.BAA35260@freefall.freebsd.org>; from ru@FreeBSD.org on Mon, Jul 03, 2000 at 01:20:12AM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Jul 03, 2000 at 01:20:12AM -0700, Ruslan Ermilov wrote: > ru 2000/07/03 01:20:12 PDT > > Modified files: (Branch: RELENG_4) > lib/libc/net name6.c > Log: > MFC: (rev 1.13) fix a null-dereference problem. > > PR: 19069 > > Revision Changes Path > 1.6.2.4 +18 -6 src/lib/libc/net/name6.c > Grr, this should have been PR/19096. -- Ruslan Ermilov Oracle Developer/DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 1:29:32 2000 Delivered-To: cvs-all@freebsd.org Received: from dt052n3e.san.rr.com (dt052n3e.san.rr.com [204.210.33.62]) by hub.freebsd.org (Postfix) with ESMTP id 9307637BE8D; Mon, 3 Jul 2000 01:29:24 -0700 (PDT) (envelope-from DougB@gorean.org) Received: from gorean.org (doug@master [10.0.0.2]) by dt052n3e.san.rr.com (8.9.3/8.9.3) with ESMTP id BAA83478; Mon, 3 Jul 2000 01:29:23 -0700 (PDT) (envelope-from DougB@gorean.org) Message-ID: <39604EE3.E31794FE@gorean.org> Date: Mon, 03 Jul 2000 01:29:23 -0700 From: Doug Barton Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.72 [en] (X11; U; FreeBSD 5.0-CURRENT-0702 i386) X-Accept-Language: en MIME-Version: 1.0 To: Brian Feldman Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, pierre.dampure@alveley.org Subject: Re: cvs commit: src/lib/libc/gen Makefile.inc References: <200007030521.WAA11865@freefall.freebsd.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Brian Feldman wrote: > > green 2000/07/02 22:21:43 PDT > > Modified files: > lib/libc/gen Makefile.inc > Log: > Re-pair the MLINKS of unvis.3 with strunvisx.3. This undoubtedly was a > world breakage. Et voila. Thanks guys. Doug -- "Live free or die" - State motto of my ancestral homeland, New Hampshire Do YOU Yahoo!? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 1:31: 5 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 03B5737B895; Mon, 3 Jul 2000 01:31:03 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA36839; Mon, 3 Jul 2000 01:31:02 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Message-Id: <200007030831.BAA36839@freefall.freebsd.org> From: Sheldon Hearn Date: Mon, 3 Jul 2000 01:31:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/gen vis.3 unvis.3 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sheldonh 2000/07/03 01:31:02 PDT Modified files: lib/libc/gen vis.3 unvis.3 Log: Remove trailing whitespace only. Revision Changes Path 1.12 +14 -14 src/lib/libc/gen/vis.3 1.11 +6 -6 src/lib/libc/gen/unvis.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 1:34: 6 2000 Delivered-To: cvs-all@freebsd.org Received: from elvis.mu.org (elvis.mu.org [207.154.226.10]) by hub.freebsd.org (Postfix) with ESMTP id 1EC9537B52E; Mon, 3 Jul 2000 01:34:03 -0700 (PDT) (envelope-from paul@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1000) id 5BD262B204; Mon, 3 Jul 2000 03:33:52 -0500 (CDT) Date: Mon, 3 Jul 2000 01:33:52 -0700 From: Paul Saab To: Ruslan Ermilov Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/net name6.c Message-ID: <20000703013352.A88015@elvis.mu.org> References: <200007030820.BAA35260@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <200007030820.BAA35260@freefall.freebsd.org>; from ru@FreeBSD.org on Mon, Jul 03, 2000 at 01:20:12AM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Ruslan Ermilov (ru@FreeBSD.org) wrote: > ru 2000/07/03 01:20:12 PDT > > Modified files: (Branch: RELENG_4) > lib/libc/net name6.c > Log: > MFC: (rev 1.13) fix a null-dereference problem. > > PR: 19069 > > Revision Changes Path > 1.6.2.4 +18 -6 src/lib/libc/net/name6.c Umm. This isn't exactly a MFC. This change does not match the change made to -current. -- Paul Saab Technical Yahoo paul@mu.org - ps@yahoo-inc.com - ps@freebsd.org Do You .. uhh .. Yahoo!? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 1:38:40 2000 Delivered-To: cvs-all@freebsd.org Received: from axl.ops.uunet.co.za (axl.ops.uunet.co.za [196.31.2.163]) by hub.freebsd.org (Postfix) with ESMTP id 0BA3537B9C3; Mon, 3 Jul 2000 01:38:25 -0700 (PDT) (envelope-from sheldonh@axl.ops.uunet.co.za) Received: from sheldonh (helo=axl.ops.uunet.co.za) by axl.ops.uunet.co.za with local-esmtp (Exim 3.13 #1) id 1391kD-0000Go-00; Mon, 03 Jul 2000 10:38:21 +0200 From: Sheldon Hearn To: cvs-committers@FreeBSD.org Cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/gen vis.3 unvis.3 In-reply-to: Your message of "Mon, 03 Jul 2000 01:31:02 MST." <200007030831.BAA36839@freefall.freebsd.org> Date: Mon, 03 Jul 2000 10:38:21 +0200 Message-ID: <1041.962613501@axl.ops.uunet.co.za> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 03 Jul 2000 01:31:02 MST, Sheldon Hearn wrote: > Modified files: > lib/libc/gen vis.3 unvis.3 > Log: > Remove trailing whitespace only. Revisions 1.11 and 1.12 of vis.3 and revisions 1.9 through 1.11 of unvis.3 were discussed with the last committer to touch the files and should not be seen as "commit-stomping". Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 1:39:20 2000 Delivered-To: cvs-all@freebsd.org Received: from elvis.mu.org (elvis.mu.org [207.154.226.10]) by hub.freebsd.org (Postfix) with ESMTP id DB8A537B91D; Mon, 3 Jul 2000 01:39:16 -0700 (PDT) (envelope-from paul@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1000) id 2BC852B211; Mon, 3 Jul 2000 03:39:16 -0500 (CDT) Date: Mon, 3 Jul 2000 01:39:16 -0700 From: Paul Saab To: Ruslan Ermilov Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/net name6.c Message-ID: <20000703013915.A88158@elvis.mu.org> References: <200007030820.BAA35260@freefall.freebsd.org> <20000703013352.A88015@elvis.mu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <20000703013352.A88015@elvis.mu.org>; from paul@mu.org on Mon, Jul 03, 2000 at 01:33:52AM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Paul Saab (paul@mu.org) wrote: > Umm. This isn't exactly a MFC. This change does not match the change > made to -current. I'm stupid.. I missed the second commit by Kris.. Sorry.. I'll go back into my hole now. -- Paul Saab Technical Yahoo paul@mu.org - ps@yahoo-inc.com - ps@freebsd.org Do You .. uhh .. Yahoo!? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 1:40:46 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B427937B91D; Mon, 3 Jul 2000 01:40:42 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from localhost (kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) with ESMTP id BAA37875; Mon, 3 Jul 2000 01:40:42 -0700 (PDT) (envelope-from kris@FreeBSD.org) X-Authentication-Warning: freefall.freebsd.org: kris owned process doing -bs Date: Mon, 3 Jul 2000 01:40:42 -0700 (PDT) From: Kris Kennaway To: Paul Saab Cc: Ruslan Ermilov , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/net name6.c In-Reply-To: <20000703013915.A88158@elvis.mu.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 3 Jul 2000, Paul Saab wrote: > Paul Saab (paul@mu.org) wrote: > > Umm. This isn't exactly a MFC. This change does not match the change > > made to -current. > > I'm stupid.. I missed the second commit by Kris.. Sorry.. I'll go back > into my hole now. As punishment, you must commit dozens if not hundreds of MFCs. Kris -- In God we Trust -- all others must submit an X.509 certificate. -- Charles Forsythe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 1:45: 4 2000 Delivered-To: cvs-all@freebsd.org Received: from lucifer.bart.nl (lucifer.bart.nl [194.158.168.74]) by hub.freebsd.org (Postfix) with ESMTP id 5EA0437B86A; Mon, 3 Jul 2000 01:44:20 -0700 (PDT) (envelope-from asmodai@lucifer.bart.nl) Received: (from asmodai@localhost) by lucifer.bart.nl (8.9.3/8.9.3) id KAA91191; Mon, 3 Jul 2000 10:44:19 +0200 (CEST) (envelope-from asmodai) Date: Mon, 3 Jul 2000 10:44:19 +0200 From: Jeroen Ruigrok van der Werven To: Kris Kennaway Cc: Paul Saab , Ruslan Ermilov , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/net name6.c Message-ID: <20000703104419.D90532@lucifer.bart.nl> References: <20000703013915.A88158@elvis.mu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: ; from kris@FreeBSD.org on Mon, Jul 03, 2000 at 01:40:42AM -0700 Organisation: VIA Net.Works The Netherlands Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -On [20000703 10:42], Kris Kennaway (kris@FreeBSD.org) wrote: > >As punishment, you must commit dozens if not hundreds of MFCs. So what else is new for him then? =P -- Jeroen Ruigrok van der Werven Network- and systemadministrator VIA Net.Works The Netherlands BSD: Technical excellence at its best http://www.via-net-works.nl Looking for the Sun that eclipsed behind black feathered wings... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 1:49:57 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 41D8837BA38; Mon, 3 Jul 2000 01:49:54 -0700 (PDT) (envelope-from sanpei@FreeBSD.org) Received: (from sanpei@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA39134; Mon, 3 Jul 2000 01:49:54 -0700 (PDT) (envelope-from sanpei@FreeBSD.org) Message-Id: <200007030849.BAA39134@freefall.freebsd.org> From: MIHIRA Sanpei Yoshiro Date: Mon, 3 Jul 2000 01:49:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/gnu-finger Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sanpei 2000/07/03 01:49:54 PDT Modified files: net/gnu-finger Makefile Log: Change maintainer's mail address. --> sanpei@sanpei.org Revision Changes Path 1.13 +2 -2 ports/net/gnu-finger/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 1:54:33 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4170937BF7B; Mon, 3 Jul 2000 01:54:27 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA39660; Mon, 3 Jul 2000 01:54:27 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200007030854.BAA39660@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 3 Jul 2000 01:54:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/ghostscript5 Makefile ports/graphics/png Makefile ports/graphics/png/files md5 ports/graphics/png/pkg DESCR X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/07/03 01:54:27 PDT Modified files: print/ghostscript5 Makefile graphics/png Makefile graphics/png/files md5 graphics/png/pkg DESCR Log: Update libpng to 1.0.7. Also add MASTER_SITE_SOURCEFORGE and appropriate WWW into PLIST while I'm here. Revision Changes Path 1.41 +2 -2 ports/print/ghostscript5/Makefile 1.27 +6 -6 ports/graphics/png/Makefile 1.11 +1 -1 ports/graphics/png/files/md5 1.4 +1 -0 ports/graphics/png/pkg/DESCR To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 2:14:27 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 35C9E37C030; Mon, 3 Jul 2000 02:14:20 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA43151; Mon, 3 Jul 2000 02:14:20 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Message-Id: <200007030914.CAA43151@freefall.freebsd.org> From: Nick Hibma Date: Mon, 3 Jul 2000 02:14:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/usbd usbd.c usbd.conf.5 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG n_hibma 2000/07/03 02:14:20 PDT Modified files: (Branch: RELENG_4) usr.sbin/usbd usbd.c usbd.conf.5 Log: MFC: Add a bug to the usbd.conf man page Make a line of code less ambiguous. Revision Changes Path 1.10.2.2 +7 -2 src/usr.sbin/usbd/usbd.c 1.6.2.1 +4 -1 src/usr.sbin/usbd/usbd.conf.5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 2:21: 7 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D582137B5E7; Mon, 3 Jul 2000 02:21:03 -0700 (PDT) (envelope-from ps@FreeBSD.org) Received: (from ps@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA43993; Mon, 3 Jul 2000 02:21:04 -0700 (PDT) (envelope-from ps@FreeBSD.org) Message-Id: <200007030921.CAA43993@freefall.freebsd.org> From: Paul Saab Date: Mon, 3 Jul 2000 02:21:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ctm/ctm ctm.h X-FreeBSD-CVS-Branch: RELENG_3 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ps 2000/07/03 02:21:04 PDT Modified files: (Branch: RELENG_3) usr.sbin/ctm/ctm ctm.h Log: MFC: [rev 1.15] Doubling the size of MAXSIZE. Revision Changes Path 1.13.2.2 +1 -1 src/usr.sbin/ctm/ctm/ctm.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 2:25:15 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9AE4A37B530; Mon, 3 Jul 2000 02:24:42 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA44309; Mon, 3 Jul 2000 02:24:42 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <200007030924.CAA44309@freefall.freebsd.org> From: Peter Wemm Date: Mon, 3 Jul 2000 02:24:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/ncurses - Imported sources X-FreeBSD-CVS-Branch: Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG peter 2000/07/03 02:24:42 PDT src/contrib/ncurses - Imported sources Update of /home/ncvs/src/contrib/ncurses In directory freefall.freebsd.org:/c/tmp/cvs-serv44121 Log Message: Import the most recent ncurses 5.1 prerelease (20000701). Mostly this is intended to resolve the trace() badness once and for all. Obtained from: ftp://dickey.his.com/ncurses/ Status: Vendor Tag: NCURSES Release Tags: v5_1_20000701 U src/contrib/ncurses/ANNOUNCE U src/contrib/ncurses/INSTALL U src/contrib/ncurses/MANIFEST U src/contrib/ncurses/Makefile.glibc U src/contrib/ncurses/Makefile.in U src/contrib/ncurses/Makefile.os2 U src/contrib/ncurses/NEWS U src/contrib/ncurses/README U src/contrib/ncurses/README.emx U src/contrib/ncurses/README.glibc U src/contrib/ncurses/TO-DO U src/contrib/ncurses/aclocal.m4 U src/contrib/ncurses/announce.html.in U src/contrib/ncurses/config.guess U src/contrib/ncurses/config.sub U src/contrib/ncurses/configure U src/contrib/ncurses/configure.in U src/contrib/ncurses/convert_configure.pl U src/contrib/ncurses/dist.mk U src/contrib/ncurses/install-sh U src/contrib/ncurses/mk-0th.awk U src/contrib/ncurses/mk-1st.awk U src/contrib/ncurses/mk-2nd.awk U src/contrib/ncurses/mkinstalldirs U src/contrib/ncurses/tar-copy.sh N src/contrib/ncurses/doc/html/announce.html N src/contrib/ncurses/doc/html/hackguide.html N src/contrib/ncurses/doc/html/ncurses-intro.html U src/contrib/ncurses/c++/NEWS U src/contrib/ncurses/c++/PROBLEMS U src/contrib/ncurses/c++/README-first U src/contrib/ncurses/c++/cursesapp.cc U src/contrib/ncurses/c++/cursesapp.h U src/contrib/ncurses/c++/cursesf.cc U src/contrib/ncurses/c++/cursesf.h U src/contrib/ncurses/c++/cursesm.cc U src/contrib/ncurses/c++/cursesm.h U src/contrib/ncurses/c++/cursesmain.cc U src/contrib/ncurses/c++/cursesp.cc U src/contrib/ncurses/c++/cursesp.h U src/contrib/ncurses/c++/cursslk.cc U src/contrib/ncurses/c++/cursslk.h U src/contrib/ncurses/c++/edit_cfg.sh U src/contrib/ncurses/c++/headers U src/contrib/ncurses/c++/internal.h U src/contrib/ncurses/c++/modules U src/contrib/ncurses/c++/etip.h.in U src/contrib/ncurses/c++/demo.cc U src/contrib/ncurses/c++/cursesw.cc U src/contrib/ncurses/c++/cursespad.cc U src/contrib/ncurses/c++/cursesw.h U src/contrib/ncurses/c++/Makefile.in U src/contrib/ncurses/form/Makefile.in U src/contrib/ncurses/form/READ.ME U src/contrib/ncurses/form/fld_arg.c U src/contrib/ncurses/form/fld_attr.c U src/contrib/ncurses/form/fld_current.c U src/contrib/ncurses/form/fld_def.c U src/contrib/ncurses/form/fld_dup.c U src/contrib/ncurses/form/fld_ftchoice.c U src/contrib/ncurses/form/fld_ftlink.c U src/contrib/ncurses/form/fld_info.c U src/contrib/ncurses/form/fld_just.c U src/contrib/ncurses/form/fld_link.c U src/contrib/ncurses/form/fld_max.c U src/contrib/ncurses/form/fld_move.c U src/contrib/ncurses/form/fld_newftyp.c U src/contrib/ncurses/form/fld_opts.c U src/contrib/ncurses/form/fld_pad.c U src/contrib/ncurses/form/fld_page.c U src/contrib/ncurses/form/fld_stat.c U src/contrib/ncurses/form/fld_type.c U src/contrib/ncurses/form/fld_user.c U src/contrib/ncurses/form/form.h U src/contrib/ncurses/form/form.priv.h U src/contrib/ncurses/form/frm_data.c U src/contrib/ncurses/form/frm_cursor.c U src/contrib/ncurses/form/frm_def.c U src/contrib/ncurses/form/frm_driver.c U src/contrib/ncurses/form/frm_hook.c U src/contrib/ncurses/form/frm_opts.c U src/contrib/ncurses/form/frm_page.c U src/contrib/ncurses/form/frm_post.c U src/contrib/ncurses/form/frm_req_name.c U src/contrib/ncurses/form/frm_scale.c U src/contrib/ncurses/form/frm_sub.c U src/contrib/ncurses/form/frm_user.c U src/contrib/ncurses/form/frm_win.c U src/contrib/ncurses/form/fty_alnum.c U src/contrib/ncurses/form/fty_alpha.c U src/contrib/ncurses/form/fty_enum.c U src/contrib/ncurses/form/fty_int.c U src/contrib/ncurses/form/fty_ipv4.c U src/contrib/ncurses/form/fty_num.c U src/contrib/ncurses/form/fty_regex.c U src/contrib/ncurses/form/headers U src/contrib/ncurses/form/llib-lform U src/contrib/ncurses/form/modules U src/contrib/ncurses/include/Caps U src/contrib/ncurses/include/MKhashsize.sh U src/contrib/ncurses/include/MKparametrized.sh U src/contrib/ncurses/include/MKterm.h.awk.in U src/contrib/ncurses/include/Makefile.in U src/contrib/ncurses/include/capdefaults.c U src/contrib/ncurses/include/edit_cfg.sh U src/contrib/ncurses/include/headers U src/contrib/ncurses/include/nc_alloc.h U src/contrib/ncurses/include/nc_panel.h U src/contrib/ncurses/include/ncurses_cfg.hin U src/contrib/ncurses/include/term_entry.h U src/contrib/ncurses/include/termcap.h.in U src/contrib/ncurses/include/unctrl.h.in U src/contrib/ncurses/include/tic.h U src/contrib/ncurses/include/curses.h.in U src/contrib/ncurses/man/MKterminfo.sh U src/contrib/ncurses/man/Makefile.in U src/contrib/ncurses/man/captoinfo.1m U src/contrib/ncurses/man/clear.1 U src/contrib/ncurses/man/curs_addch.3x U src/contrib/ncurses/man/curs_addchstr.3x U src/contrib/ncurses/man/curs_addstr.3x U src/contrib/ncurses/man/curs_attr.3x U src/contrib/ncurses/man/curs_beep.3x U src/contrib/ncurses/man/curs_bkgd.3x U src/contrib/ncurses/man/curs_border.3x U src/contrib/ncurses/man/curs_clear.3x U src/contrib/ncurses/man/curs_color.3x U src/contrib/ncurses/man/curs_delch.3x U src/contrib/ncurses/man/curs_deleteln.3x U src/contrib/ncurses/man/curs_getch.3x U src/contrib/ncurses/man/curs_getstr.3x U src/contrib/ncurses/man/curs_getyx.3x U src/contrib/ncurses/man/curs_inch.3x U src/contrib/ncurses/man/curs_inchstr.3x U src/contrib/ncurses/man/curs_inopts.3x U src/contrib/ncurses/man/curs_insch.3x U src/contrib/ncurses/man/curs_insstr.3x U src/contrib/ncurses/man/curs_instr.3x U src/contrib/ncurses/man/curs_kernel.3x U src/contrib/ncurses/man/curs_move.3x U src/contrib/ncurses/man/curs_outopts.3x U src/contrib/ncurses/man/curs_overlay.3x U src/contrib/ncurses/man/curs_pad.3x U src/contrib/ncurses/man/curs_print.3x U src/contrib/ncurses/man/curs_printw.3x U src/contrib/ncurses/man/curs_refresh.3x U src/contrib/ncurses/man/curs_scanw.3x U src/contrib/ncurses/man/curs_scr_dump.3x U src/contrib/ncurses/man/curs_scroll.3x U src/contrib/ncurses/man/curs_slk.3x U src/contrib/ncurses/man/curs_termattrs.3x U src/contrib/ncurses/man/curs_touch.3x U src/contrib/ncurses/man/curs_util.3x U src/contrib/ncurses/man/curs_window.3x U src/contrib/ncurses/man/define_key.3x U src/contrib/ncurses/man/dft_fgbg.3x U src/contrib/ncurses/man/form.3x U src/contrib/ncurses/man/form_cursor.3x U src/contrib/ncurses/man/form_data.3x U src/contrib/ncurses/man/form_driver.3x U src/contrib/ncurses/man/form_field.3x U src/contrib/ncurses/man/form_field_attributes.3x U src/contrib/ncurses/man/form_field_buffer.3x U src/contrib/ncurses/man/form_field_info.3x U src/contrib/ncurses/man/form_field_just.3x U src/contrib/ncurses/man/form_field_new.3x U src/contrib/ncurses/man/form_field_opts.3x U src/contrib/ncurses/man/form_field_userptr.3x U src/contrib/ncurses/man/form_field_validation.3x U src/contrib/ncurses/man/form_fieldtype.3x U src/contrib/ncurses/man/form_hook.3x U src/contrib/ncurses/man/form_new.3x U src/contrib/ncurses/man/form_new_page.3x U src/contrib/ncurses/man/form_opts.3x U src/contrib/ncurses/man/form_page.3x U src/contrib/ncurses/man/form_post.3x U src/contrib/ncurses/man/form_requestname.3x U src/contrib/ncurses/man/form_userptr.3x U src/contrib/ncurses/man/form_win.3x U src/contrib/ncurses/man/infocmp.1m U src/contrib/ncurses/man/keybound.3x U src/contrib/ncurses/man/keyok.3x U src/contrib/ncurses/man/make_sed.sh U src/contrib/ncurses/man/menu.3x U src/contrib/ncurses/man/menu_attribs.3x U src/contrib/ncurses/man/menu_cursor.3x U src/contrib/ncurses/man/menu_driver.3x U src/contrib/ncurses/man/menu_format.3x U src/contrib/ncurses/man/menu_hook.3x U src/contrib/ncurses/man/menu_items.3x U src/contrib/ncurses/man/menu_mark.3x U src/contrib/ncurses/man/menu_new.3x U src/contrib/ncurses/man/menu_opts.3x U src/contrib/ncurses/man/menu_pattern.3x U src/contrib/ncurses/man/menu_post.3x U src/contrib/ncurses/man/menu_requestname.3x U src/contrib/ncurses/man/menu_spacing.3x U src/contrib/ncurses/man/menu_userptr.3x U src/contrib/ncurses/man/menu_win.3x U src/contrib/ncurses/man/panel.3x U src/contrib/ncurses/man/mitem_current.3x U src/contrib/ncurses/man/mitem_name.3x U src/contrib/ncurses/man/mitem_new.3x U src/contrib/ncurses/man/mitem_opts.3x U src/contrib/ncurses/man/mitem_userptr.3x U src/contrib/ncurses/man/mitem_value.3x U src/contrib/ncurses/man/mitem_visible.3x U src/contrib/ncurses/man/resizeterm.3x U src/contrib/ncurses/man/term.5 U src/contrib/ncurses/man/term.7 U src/contrib/ncurses/man/terminfo.head U src/contrib/ncurses/man/terminfo.tail U src/contrib/ncurses/man/tic.1m U src/contrib/ncurses/man/toe.1m U src/contrib/ncurses/man/tput.1 U src/contrib/ncurses/man/tset.1 U src/contrib/ncurses/man/wresize.3x U src/contrib/ncurses/man/curs_termcap.3x U src/contrib/ncurses/man/curs_mouse.3x U src/contrib/ncurses/man/curs_initscr.3x U src/contrib/ncurses/man/man_db.renames U src/contrib/ncurses/man/curs_terminfo.3x U src/contrib/ncurses/man/ncurses.3x N src/contrib/ncurses/man/curs_extend.3x N src/contrib/ncurses/man/infotocap.1m N src/contrib/ncurses/man/manlinks.sed U src/contrib/ncurses/menu/Makefile.in U src/contrib/ncurses/menu/READ.ME U src/contrib/ncurses/menu/eti.h U src/contrib/ncurses/menu/headers U src/contrib/ncurses/menu/llib-lmenu U src/contrib/ncurses/menu/m_attribs.c U src/contrib/ncurses/menu/m_cursor.c U src/contrib/ncurses/menu/m_driver.c U src/contrib/ncurses/menu/m_format.c U src/contrib/ncurses/menu/m_global.c U src/contrib/ncurses/menu/m_hook.c U src/contrib/ncurses/menu/m_item_cur.c U src/contrib/ncurses/menu/m_item_nam.c U src/contrib/ncurses/menu/m_item_new.c U src/contrib/ncurses/menu/m_item_opt.c U src/contrib/ncurses/menu/m_item_top.c U src/contrib/ncurses/menu/m_item_use.c U src/contrib/ncurses/menu/m_item_val.c U src/contrib/ncurses/menu/m_item_vis.c U src/contrib/ncurses/menu/m_items.c U src/contrib/ncurses/menu/m_new.c U src/contrib/ncurses/menu/m_opts.c U src/contrib/ncurses/menu/m_pad.c U src/contrib/ncurses/menu/m_sub.c U src/contrib/ncurses/menu/m_pattern.c U src/contrib/ncurses/menu/m_post.c U src/contrib/ncurses/menu/m_req_name.c U src/contrib/ncurses/menu/m_scale.c U src/contrib/ncurses/menu/m_spacing.c U src/contrib/ncurses/menu/m_userptr.c U src/contrib/ncurses/menu/m_win.c U src/contrib/ncurses/menu/menu.h U src/contrib/ncurses/menu/menu.priv.h U src/contrib/ncurses/menu/mf_common.h U src/contrib/ncurses/menu/modules U src/contrib/ncurses/misc/Makefile.in U src/contrib/ncurses/misc/chkdef.cmd U src/contrib/ncurses/misc/cleantic.cmd U src/contrib/ncurses/misc/cmpdef.cmd U src/contrib/ncurses/misc/emx.src U src/contrib/ncurses/misc/form.def U src/contrib/ncurses/misc/form.ref N src/contrib/ncurses/misc/indent.pro U src/contrib/ncurses/misc/makedef.cmd U src/contrib/ncurses/misc/makellib U src/contrib/ncurses/misc/menu.def U src/contrib/ncurses/misc/menu.ref U src/contrib/ncurses/misc/shlib U src/contrib/ncurses/misc/ncurses.def U src/contrib/ncurses/misc/ncurses.ref U src/contrib/ncurses/misc/panel.def U src/contrib/ncurses/misc/panel.ref U src/contrib/ncurses/misc/run_tic.sh U src/contrib/ncurses/misc/tdlint U src/contrib/ncurses/misc/terminfo.src U src/contrib/ncurses/misc/tabset/std U src/contrib/ncurses/misc/tabset/stdcrt U src/contrib/ncurses/misc/tabset/vt100 U src/contrib/ncurses/misc/tabset/vt300 U src/contrib/ncurses/ncurses/Makefile.in U src/contrib/ncurses/ncurses/README U src/contrib/ncurses/ncurses/SigAction.h U src/contrib/ncurses/ncurses/fifo_defs.h U src/contrib/ncurses/ncurses/modules U src/contrib/ncurses/ncurses/curses.priv.h U src/contrib/ncurses/ncurses/llib-lncurses U src/contrib/ncurses/ncurses/base/MKkeyname.awk U src/contrib/ncurses/ncurses/base/MKlib_gen.sh U src/contrib/ncurses/ncurses/base/MKunctrl.awk U src/contrib/ncurses/ncurses/base/README U src/contrib/ncurses/ncurses/base/define_key.c U src/contrib/ncurses/ncurses/base/keybound.c U src/contrib/ncurses/ncurses/base/keyok.c U src/contrib/ncurses/ncurses/base/lib_addch.c U src/contrib/ncurses/ncurses/base/lib_addstr.c U src/contrib/ncurses/ncurses/base/lib_bkgd.c U src/contrib/ncurses/ncurses/base/lib_box.c U src/contrib/ncurses/ncurses/base/lib_chgat.c U src/contrib/ncurses/ncurses/base/lib_clear.c U src/contrib/ncurses/ncurses/base/lib_clearok.c U src/contrib/ncurses/ncurses/base/lib_clrbot.c U src/contrib/ncurses/ncurses/base/lib_clreol.c U src/contrib/ncurses/ncurses/base/lib_colorset.c U src/contrib/ncurses/ncurses/base/lib_delch.c U src/contrib/ncurses/ncurses/base/lib_delwin.c U src/contrib/ncurses/ncurses/base/lib_dft_fgbg.c U src/contrib/ncurses/ncurses/base/lib_echo.c U src/contrib/ncurses/ncurses/base/lib_erase.c U src/contrib/ncurses/ncurses/base/lib_endwin.c U src/contrib/ncurses/ncurses/base/lib_freeall.c U src/contrib/ncurses/ncurses/base/version.c U src/contrib/ncurses/ncurses/base/lib_getch.c U src/contrib/ncurses/ncurses/base/lib_getstr.c U src/contrib/ncurses/ncurses/base/lib_hline.c U src/contrib/ncurses/ncurses/base/lib_immedok.c U src/contrib/ncurses/ncurses/base/lib_inchstr.c U src/contrib/ncurses/ncurses/base/lib_initscr.c U src/contrib/ncurses/ncurses/base/lib_insch.c U src/contrib/ncurses/ncurses/base/lib_insdel.c U src/contrib/ncurses/ncurses/base/lib_insstr.c U src/contrib/ncurses/ncurses/base/lib_instr.c U src/contrib/ncurses/ncurses/base/lib_isendwin.c U src/contrib/ncurses/ncurses/base/lib_leaveok.c U src/contrib/ncurses/ncurses/base/lib_mouse.c U src/contrib/ncurses/ncurses/base/lib_move.c U src/contrib/ncurses/ncurses/base/lib_mvwin.c U src/contrib/ncurses/ncurses/base/lib_newterm.c U src/contrib/ncurses/ncurses/base/lib_newwin.c U src/contrib/ncurses/ncurses/base/lib_nl.c U src/contrib/ncurses/ncurses/base/lib_overlay.c U src/contrib/ncurses/ncurses/base/lib_pad.c U src/contrib/ncurses/ncurses/base/lib_printw.c U src/contrib/ncurses/ncurses/base/lib_redrawln.c U src/contrib/ncurses/ncurses/base/lib_scanw.c U src/contrib/ncurses/ncurses/base/lib_refresh.c U src/contrib/ncurses/ncurses/base/lib_restart.c U src/contrib/ncurses/ncurses/base/lib_screen.c U src/contrib/ncurses/ncurses/base/lib_scroll.c U src/contrib/ncurses/ncurses/base/lib_scrollok.c U src/contrib/ncurses/ncurses/base/lib_scrreg.c U src/contrib/ncurses/ncurses/base/lib_set_term.c U src/contrib/ncurses/ncurses/base/lib_slk.c U src/contrib/ncurses/ncurses/base/lib_slkatr_set.c U src/contrib/ncurses/ncurses/base/lib_slkatrof.c U src/contrib/ncurses/ncurses/base/lib_slkatron.c U src/contrib/ncurses/ncurses/base/lib_slkatrset.c U src/contrib/ncurses/ncurses/base/lib_slkattr.c U src/contrib/ncurses/ncurses/base/lib_slkclear.c U src/contrib/ncurses/ncurses/base/lib_slkcolor.c U src/contrib/ncurses/ncurses/base/lib_slkinit.c U src/contrib/ncurses/ncurses/base/lib_slklab.c U src/contrib/ncurses/ncurses/base/lib_slkrefr.c U src/contrib/ncurses/ncurses/base/lib_slkset.c U src/contrib/ncurses/ncurses/base/lib_slktouch.c U src/contrib/ncurses/ncurses/base/lib_touch.c U src/contrib/ncurses/ncurses/base/lib_ungetch.c U src/contrib/ncurses/ncurses/base/lib_vline.c U src/contrib/ncurses/ncurses/base/lib_wattroff.c U src/contrib/ncurses/ncurses/base/lib_wattron.c U src/contrib/ncurses/ncurses/base/lib_winch.c U src/contrib/ncurses/ncurses/base/lib_window.c U src/contrib/ncurses/ncurses/base/memmove.c U src/contrib/ncurses/ncurses/base/nc_panel.c U src/contrib/ncurses/ncurses/base/resizeterm.c U src/contrib/ncurses/ncurses/base/sigaction.c U src/contrib/ncurses/ncurses/base/tries.c U src/contrib/ncurses/ncurses/base/vsscanf.c U src/contrib/ncurses/ncurses/base/wresize.c U src/contrib/ncurses/ncurses/base/safe_sprintf.c U src/contrib/ncurses/ncurses/base/lib_color.c U src/contrib/ncurses/ncurses/base/lib_beep.c U src/contrib/ncurses/ncurses/base/lib_flash.c U src/contrib/ncurses/ncurses/tinfo/MKcaptab.awk U src/contrib/ncurses/ncurses/tinfo/MKfallback.sh U src/contrib/ncurses/ncurses/tinfo/MKnames.awk U src/contrib/ncurses/ncurses/tinfo/README U src/contrib/ncurses/ncurses/tinfo/access.c U src/contrib/ncurses/ncurses/tinfo/add_tries.c U src/contrib/ncurses/ncurses/tinfo/alloc_entry.c U src/contrib/ncurses/ncurses/tinfo/alloc_ttype.c U src/contrib/ncurses/ncurses/tinfo/captoinfo.c U src/contrib/ncurses/ncurses/tinfo/comp_error.c U src/contrib/ncurses/ncurses/tinfo/comp_expand.c U src/contrib/ncurses/ncurses/tinfo/comp_hash.c U src/contrib/ncurses/ncurses/tinfo/comp_parse.c C src/contrib/ncurses/ncurses/tinfo/comp_scan.c U src/contrib/ncurses/ncurses/tinfo/doalloc.c U src/contrib/ncurses/ncurses/tinfo/free_ttype.c U src/contrib/ncurses/ncurses/tinfo/getenv_num.c U src/contrib/ncurses/ncurses/tinfo/home_terminfo.c U src/contrib/ncurses/ncurses/tinfo/keys.list U src/contrib/ncurses/ncurses/tinfo/lib_acs.c U src/contrib/ncurses/ncurses/tinfo/lib_baudrate.c U src/contrib/ncurses/ncurses/tinfo/lib_cur_term.c U src/contrib/ncurses/ncurses/tinfo/lib_data.c U src/contrib/ncurses/ncurses/tinfo/lib_has_cap.c U src/contrib/ncurses/ncurses/tinfo/lib_kernel.c U src/contrib/ncurses/ncurses/tinfo/lib_longname.c U src/contrib/ncurses/ncurses/tinfo/lib_print.c C src/contrib/ncurses/ncurses/tinfo/lib_raw.c U src/contrib/ncurses/ncurses/tinfo/lib_setup.c U src/contrib/ncurses/ncurses/tinfo/lib_termname.c U src/contrib/ncurses/ncurses/tinfo/lib_ti.c U src/contrib/ncurses/ncurses/tinfo/lib_tparm.c U src/contrib/ncurses/ncurses/tinfo/lib_tputs.c U src/contrib/ncurses/ncurses/tinfo/name_match.c U src/contrib/ncurses/ncurses/tinfo/parse_entry.c U src/contrib/ncurses/ncurses/tinfo/read_entry.c U src/contrib/ncurses/ncurses/tinfo/read_termcap.c U src/contrib/ncurses/ncurses/tinfo/setbuf.c U src/contrib/ncurses/ncurses/tinfo/write_entry.c C src/contrib/ncurses/ncurses/tinfo/lib_termcap.c U src/contrib/ncurses/ncurses/tinfo/make_keys.c U src/contrib/ncurses/ncurses/tinfo/init_keytry.c U src/contrib/ncurses/ncurses/tinfo/lib_napms.c U src/contrib/ncurses/ncurses/tinfo/lib_ttyflags.c U src/contrib/ncurses/ncurses/tinfo/lib_options.c U src/contrib/ncurses/ncurses/trace/README U src/contrib/ncurses/ncurses/trace/lib_trace.c U src/contrib/ncurses/ncurses/trace/lib_traceatr.c U src/contrib/ncurses/ncurses/trace/lib_tracebits.c U src/contrib/ncurses/ncurses/trace/lib_tracechr.c U src/contrib/ncurses/ncurses/trace/lib_tracedmp.c U src/contrib/ncurses/ncurses/trace/lib_tracemse.c U src/contrib/ncurses/ncurses/trace/trace_buf.c U src/contrib/ncurses/ncurses/trace/trace_tries.c U src/contrib/ncurses/ncurses/trace/trace_xnames.c U src/contrib/ncurses/ncurses/tty/MKexpanded.sh U src/contrib/ncurses/ncurses/tty/hardscroll.c U src/contrib/ncurses/ncurses/tty/hashmap.c U src/contrib/ncurses/ncurses/tty/lib_vidattr.c U src/contrib/ncurses/ncurses/tty/tty_display.h U src/contrib/ncurses/ncurses/tty/tty_input.h U src/contrib/ncurses/ncurses/tty/lib_mvcur.c U src/contrib/ncurses/ncurses/tty/tty_update.c U src/contrib/ncurses/ncurses/tty/lib_twait.c U src/contrib/ncurses/ncurses/tty/lib_tstp.c U src/contrib/ncurses/panel/Makefile.in U src/contrib/ncurses/panel/headers U src/contrib/ncurses/panel/llib-lpanel U src/contrib/ncurses/panel/modules U src/contrib/ncurses/panel/p_delete.c U src/contrib/ncurses/panel/p_hidden.c U src/contrib/ncurses/panel/p_move.c U src/contrib/ncurses/panel/p_new.c U src/contrib/ncurses/panel/p_replace.c U src/contrib/ncurses/panel/p_show.c U src/contrib/ncurses/panel/p_top.c U src/contrib/ncurses/panel/p_update.c U src/contrib/ncurses/panel/p_user.c U src/contrib/ncurses/panel/p_win.c U src/contrib/ncurses/panel/panel.c U src/contrib/ncurses/panel/panel.h U src/contrib/ncurses/panel/p_below.c U src/contrib/ncurses/panel/p_above.c U src/contrib/ncurses/panel/panel.priv.h U src/contrib/ncurses/panel/p_hide.c U src/contrib/ncurses/panel/p_bottom.c U src/contrib/ncurses/progs/MKtermsort.sh U src/contrib/ncurses/progs/Makefile.in U src/contrib/ncurses/progs/capconvert U src/contrib/ncurses/progs/clear.c U src/contrib/ncurses/progs/clear.sh U src/contrib/ncurses/progs/dump_entry.c U src/contrib/ncurses/progs/dump_entry.h U src/contrib/ncurses/progs/infocmp.c U src/contrib/ncurses/progs/modules U src/contrib/ncurses/progs/progs.priv.h U src/contrib/ncurses/progs/toe.c U src/contrib/ncurses/progs/tput.c U src/contrib/ncurses/progs/tset.c U src/contrib/ncurses/progs/tic.c U src/contrib/ncurses/tack/COPYING U src/contrib/ncurses/tack/HISTORY U src/contrib/ncurses/tack/README U src/contrib/ncurses/tack/ansi.c U src/contrib/ncurses/tack/charset.c U src/contrib/ncurses/tack/color.c U src/contrib/ncurses/tack/control.c U src/contrib/ncurses/tack/crum.c U src/contrib/ncurses/tack/edit.c U src/contrib/ncurses/tack/fun.c U src/contrib/ncurses/tack/init.c U src/contrib/ncurses/tack/menu.c U src/contrib/ncurses/tack/modes.c U src/contrib/ncurses/tack/modules U src/contrib/ncurses/tack/output.c U src/contrib/ncurses/tack/pad.c U src/contrib/ncurses/tack/scan.c U src/contrib/ncurses/tack/sync.c U src/contrib/ncurses/tack/tack.1 U src/contrib/ncurses/tack/tack.c U src/contrib/ncurses/tack/tack.h U src/contrib/ncurses/tack/sysdep.c U src/contrib/ncurses/tack/Makefile.in U src/contrib/ncurses/test/README U src/contrib/ncurses/test/blue.c U src/contrib/ncurses/test/bs.6 U src/contrib/ncurses/test/bs.c U src/contrib/ncurses/test/cardfile.c U src/contrib/ncurses/test/cardfile.dat U src/contrib/ncurses/test/ditto.c U src/contrib/ncurses/test/filter.c U src/contrib/ncurses/test/firstlast.c U src/contrib/ncurses/test/gdc.6 U src/contrib/ncurses/test/gdc.c U src/contrib/ncurses/test/hashtest.c U src/contrib/ncurses/test/keynames.c U src/contrib/ncurses/test/knight.c U src/contrib/ncurses/test/ncurses_tst.hin U src/contrib/ncurses/test/newdemo.c U src/contrib/ncurses/test/testaddch.c U src/contrib/ncurses/test/testcurs.c U src/contrib/ncurses/test/testscanw.c U src/contrib/ncurses/test/tracemunch U src/contrib/ncurses/test/view.c U src/contrib/ncurses/test/xmas.c U src/contrib/ncurses/test/configure U src/contrib/ncurses/test/configure.in U src/contrib/ncurses/test/lrtest.c U src/contrib/ncurses/test/firework.c U src/contrib/ncurses/test/test.priv.h U src/contrib/ncurses/test/worm.c U src/contrib/ncurses/test/rain.c U src/contrib/ncurses/test/tclock.c U src/contrib/ncurses/test/modules U src/contrib/ncurses/test/hanoi.c U src/contrib/ncurses/test/ncurses.c U src/contrib/ncurses/test/Makefile.in U src/contrib/ncurses/test/dots.c N src/contrib/ncurses/test/railroad.c 3 conflicts created by this import. Use the following command to help the merge: cvs checkout -jNCURSES:yesterday -jNCURSES src/contrib/ncurses To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 2:30:31 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9512E37B54A; Mon, 3 Jul 2000 02:30:28 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA44664; Mon, 3 Jul 2000 02:30:28 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <200007030930.CAA44664@freefall.freebsd.org> From: Peter Wemm Date: Mon, 3 Jul 2000 02:30:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/ncurses/ncurses/tinfo lib_raw.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG peter 2000/07/03 02:30:28 PDT Modified files: contrib/ncurses/ncurses/tinfo lib_raw.c Log: Merge conflicting vendor changes onto mainline. This essentially reverts this file to the vendor version except for the added $FreeBSD$. (The rev 1.2 IEXTEN change has been implemented more cleanly) Revision Changes Path 1.3 +102 -104 src/contrib/ncurses/ncurses/tinfo/lib_raw.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 2:35: 1 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D40F837B870; Mon, 3 Jul 2000 02:34:57 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA45407; Mon, 3 Jul 2000 02:34:57 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200007030934.CAA45407@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 3 Jul 2000 02:34:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/librep Makefile ports/lang/librep/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/07/03 02:34:57 PDT Modified files: lang/librep Makefile lang/librep/pkg PLIST Log: Add USE_LIBTOOL to prevent *.la files from being installed. Revision Changes Path 1.14 +2 -2 ports/lang/librep/Makefile 1.11 +0 -6 ports/lang/librep/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 2:35:28 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 217C237B72E; Mon, 3 Jul 2000 02:35:26 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA45622; Mon, 3 Jul 2000 02:35:25 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <200007030935.CAA45622@freefall.freebsd.org> From: Peter Wemm Date: Mon, 3 Jul 2000 02:35:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/ncurses/ncurses/tinfo comp_scan.c lib_termcap.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG peter 2000/07/03 02:35:25 PDT Modified files: contrib/ncurses/ncurses/tinfo comp_scan.c lib_termcap.c Log: Merge vendor changes onto mainline Revision Changes Path 1.3 +466 -436 src/contrib/ncurses/ncurses/tinfo/comp_scan.c 1.6 +74 -70 src/contrib/ncurses/ncurses/tinfo/lib_termcap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 2:35:40 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B579C37BF75; Mon, 3 Jul 2000 02:35:32 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA45666; Mon, 3 Jul 2000 02:35:32 -0700 (PDT) (envelope-from phk@FreeBSD.org) Message-Id: <200007030935.CAA45666@freefall.freebsd.org> From: Poul-Henning Kamp Date: Mon, 3 Jul 2000 02:35:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha machdep.c src/sys/ddb db_sysctl.c src/sys/dev/ata ata-all.c src/sys/i386/i386 machdep.c mp_clock.c userconfig.c src/sys/i386/isa clock.c prof_machdep.c src/sys/i386/linux linux_mib.c src/sys/isa sio.c src/sys/kern ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG phk 2000/07/03 02:35:32 PDT Modified files: sys/alpha/alpha machdep.c sys/ddb db_sysctl.c sys/dev/ata ata-all.c sys/i386/i386 machdep.c mp_clock.c userconfig.c sys/i386/isa clock.c prof_machdep.c sys/i386/linux linux_mib.c sys/isa sio.c sys/kern kern_clock.c kern_descrip.c kern_environment.c kern_fork.c kern_mib.c kern_ntptime.c kern_proc.c kern_shutdown.c kern_synch.c kern_sysctl.c kern_tc.c subr_bus.c subr_devstat.c subr_disk.c subr_prof.c tty.c tty_cons.c uipc_usrreq.c vfs_subr.c sys/net bridge.c if_mib.c rtsock.c sys/netinet in_pcb.c raw_ip.c tcp_subr.c tcp_timer.c udp_usrreq.c sys/netinet6 in6_proto.c udp6_usrreq.c sys/netncp ncp_conn.c sys/nwfs nwfs_node.c sys/pc98/i386 machdep.c userconfig.c sys/pc98/pc98 clock.c sio.c sys/sys sysctl.h sys/vm vm_meter.c vm_zone.c Log: Style police catches up with rev 1.26 of src/sys/sys/sysctl.h: Sanitize SYSCTL_HANDLER_ARGS so that simplistic tools can grog our sources: -sysctl_vm_zone SYSCTL_HANDLER_ARGS +sysctl_vm_zone (SYSCTL_HANDLER_ARGS) Revision Changes Path 1.85 +4 -4 src/sys/alpha/alpha/machdep.c 1.2 +2 -2 src/sys/ddb/db_sysctl.c 1.58 +2 -2 src/sys/dev/ata/ata-all.c 1.397 +7 -7 src/sys/i386/i386/machdep.c 1.6 +2 -2 src/sys/i386/i386/mp_clock.c 1.182 +4 -4 src/sys/i386/i386/userconfig.c 1.153 +3 -3 src/sys/i386/isa/clock.c 1.15 +2 -2 src/sys/i386/isa/prof_machdep.c 1.4 +4 -4 src/sys/i386/linux/linux_mib.c 1.302 +2 -2 src/sys/isa/sio.c 1.109 +2 -2 src/sys/kern/kern_clock.c 1.86 +2 -2 src/sys/kern/kern_descrip.c 1.11 +2 -2 src/sys/kern/kern_environment.c 1.78 +2 -2 src/sys/kern/kern_fork.c 1.36 +3 -3 src/sys/kern/kern_mib.c 1.34 +2 -2 src/sys/kern/kern_ntptime.c 1.68 +3 -3 src/sys/kern/kern_proc.c 1.75 +2 -2 src/sys/kern/kern_shutdown.c 1.94 +2 -2 src/sys/kern/kern_synch.c 1.97 +12 -12 src/sys/kern/kern_sysctl.c 1.107 +2 -2 src/sys/kern/kern_tc.c 1.72 +3 -3 src/sys/kern/subr_bus.c 1.25 +2 -2 src/sys/kern/subr_devstat.c 1.27 +2 -2 src/sys/kern/subr_disk.c 1.34 +2 -2 src/sys/kern/subr_prof.c 1.137 +2 -2 src/sys/kern/tty.c 1.82 +2 -2 src/sys/kern/tty_cons.c 1.56 +2 -2 src/sys/kern/uipc_usrreq.c 1.260 +5 -5 src/sys/kern/vfs_subr.c 1.19 +3 -3 src/sys/net/bridge.c 1.9 +2 -2 src/sys/net/if_mib.c 1.45 +2 -2 src/sys/net/rtsock.c 1.64 +2 -2 src/sys/netinet/in_pcb.c 1.65 +2 -2 src/sys/netinet/raw_ip.c 1.76 +4 -4 src/sys/netinet/tcp_subr.c 1.36 +2 -2 src/sys/netinet/tcp_timer.c 1.68 +3 -3 src/sys/netinet/udp_usrreq.c 1.7 +2 -2 src/sys/netinet6/in6_proto.c 1.10 +2 -2 src/sys/netinet6/udp6_usrreq.c 1.7 +3 -3 src/sys/netncp/ncp_conn.c 1.7 +3 -3 src/sys/nwfs/nwfs_node.c 1.165 +7 -7 src/sys/pc98/i386/machdep.c 1.112 +4 -4 src/sys/pc98/i386/userconfig.c 1.85 +3 -3 src/sys/pc98/pc98/clock.c 1.130 +2 -2 src/sys/pc98/pc98/sio.c 1.84 +9 -9 src/sys/sys/sysctl.h 1.37 +2 -2 src/sys/vm/vm_meter.c 1.33 +3 -3 src/sys/vm/vm_zone.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 2:38:48 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 46A8737B870; Mon, 3 Jul 2000 02:38:47 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA45977; Mon, 3 Jul 2000 02:38:47 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <200007030938.CAA45977@freefall.freebsd.org> From: Peter Wemm Date: Mon, 3 Jul 2000 02:38:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/ncurses/ncurses/tinfo lib_termcap.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG peter 2000/07/03 02:38:47 PDT Modified files: contrib/ncurses/ncurses/tinfo lib_termcap.c Log: Fix a merge glitch - put our FREEBSD_NATIVE hack back in the original place. The author saw fit to reindent the code which messed this up. Revision Changes Path 1.7 +9 -8 src/contrib/ncurses/ncurses/tinfo/lib_termcap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 2:40:56 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 542DE37B530; Mon, 3 Jul 2000 02:40:54 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA46226; Mon, 3 Jul 2000 02:40:54 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <200007030940.CAA46226@freefall.freebsd.org> From: Peter Wemm Date: Mon, 3 Jul 2000 02:40:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libncurses Makefile ncurses_cfg.h termcap.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG peter 2000/07/03 02:40:53 PDT Modified files: lib/libncurses Makefile ncurses_cfg.h termcap.c Log: Get this to compile in the 5.1-20000701-prerelease environment. Revision Changes Path 1.40 +2 -2 src/lib/libncurses/Makefile 1.2 +15 -3 src/lib/libncurses/ncurses_cfg.h 1.3 +2 -2 src/lib/libncurses/termcap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 2:47:52 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4F24437B919; Mon, 3 Jul 2000 02:47:48 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA47134; Mon, 3 Jul 2000 02:47:47 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <200007030947.CAA47134@freefall.freebsd.org> From: Peter Wemm Date: Mon, 3 Jul 2000 02:47:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libncurses Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG peter 2000/07/03 02:47:47 PDT Modified files: lib/libncurses Makefile Log: Add new man pages Revision Changes Path 1.41 +4 -2 src/lib/libncurses/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 3:19:44 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B9DB437BB94; Mon, 3 Jul 2000 03:19:40 -0700 (PDT) (envelope-from dirk@FreeBSD.org) Received: (from dirk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA52483; Mon, 3 Jul 2000 03:19:40 -0700 (PDT) (envelope-from dirk@FreeBSD.org) Message-Id: <200007031019.DAA52483@freefall.freebsd.org> From: Dirk Froemberg Date: Mon, 3 Jul 2000 03:19:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/mod_php4 Makefile ports/www/mod_php4/files md5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dirk 2000/07/03 03:19:40 PDT Modified files: www/mod_php4 Makefile www/mod_php4/files md5 Log: Upgrade to 4.0.1pl2. Submitted by: Palle Girgensohn Revision Changes Path 1.118 +7 -3 ports/www/mod_php4/Makefile 1.86 +1 -0 ports/www/mod_php4/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 3:23:57 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 40E2B37C048; Mon, 3 Jul 2000 03:23:54 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA52938; Mon, 3 Jul 2000 03:23:54 -0700 (PDT) (envelope-from brian@FreeBSD.org) Message-Id: <200007031023.DAA52938@freefall.freebsd.org> From: Brian Somers Date: Mon, 3 Jul 2000 03:23:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp bundle.c ether.c exec.c lcp.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG brian 2000/07/03 03:23:54 PDT Modified files: (Branch: RELENG_4) usr.sbin/ppp bundle.c ether.c exec.c lcp.c Log: MFC: Correct printf-style format error Load ng_ether if posssible Make MP & sync ``!program'' links work Don't override the peers MRRU with our local MTU setting Revision Changes Path 1.84.2.5 +4 -3 src/usr.sbin/ppp/bundle.c 1.9.2.2 +9 -3 src/usr.sbin/ppp/ether.c 1.18.2.3 +2 -2 src/usr.sbin/ppp/exec.c 1.81.2.2 +5 -6 src/usr.sbin/ppp/lcp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 3:55:41 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 64D6537B5A4; Mon, 3 Jul 2000 03:55:38 -0700 (PDT) (envelope-from dirk@FreeBSD.org) Received: (from dirk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA61171; Mon, 3 Jul 2000 03:55:38 -0700 (PDT) (envelope-from dirk@FreeBSD.org) Message-Id: <200007031055.DAA61171@freefall.freebsd.org> From: Dirk Froemberg Date: Mon, 3 Jul 2000 03:55:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/mod_php3/pkg PLIST ports/www/mod_php4/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dirk 2000/07/03 03:55:38 PDT Modified files: www/mod_php3/pkg PLIST www/mod_php4/pkg PLIST Log: Remove extra directory. Noticed by: bento Revision Changes Path 1.28 +1 -0 ports/www/mod_php3/pkg/PLIST 1.29 +1 -0 ports/www/mod_php4/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 3:58: 8 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0B41537B5A1; Mon, 3 Jul 2000 03:58:03 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA61975; Mon, 3 Jul 2000 03:58:02 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200007031058.DAA61975@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 3 Jul 2000 03:58:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/librep Makefile ports/lang/librep/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/07/03 03:58:02 PDT Modified files: lang/librep Makefile lang/librep/pkg PLIST Log: Revert previous commit (USE_LIBTOOL) - it breaks sawfish. Revision Changes Path 1.15 +2 -2 ports/lang/librep/Makefile 1.12 +6 -0 ports/lang/librep/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 4: 2:59 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F3F8F37B63D; Mon, 3 Jul 2000 04:02:54 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA65832; Mon, 3 Jul 2000 04:02:54 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200007031102.EAA65832@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 3 Jul 2000 04:02:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/rep-gtk Makefile ports/x11-toolkits/rep-gtk/files md5 ports/x11-toolkits/rep-gtk/patches patch-af ports/x11-toolkits/rep-gtk/pkg PLIST PLIST.nognome X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/07/03 04:02:52 PDT Modified files: x11-toolkits/rep-gtk Makefile x11-toolkits/rep-gtk/files md5 x11-toolkits/rep-gtk/pkg PLIST Removed files: x11-toolkits/rep-gtk/patches patch-af x11-toolkits/rep-gtk/pkg PLIST.nognome Log: Update to 0.12. Also merge PLIST and PLIST.nognome into one PLIST. Revision Changes Path 1.14 +6 -8 ports/x11-toolkits/rep-gtk/Makefile 1.7 +1 -1 ports/x11-toolkits/rep-gtk/files/md5 1.6 +10 -10 ports/x11-toolkits/rep-gtk/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 4:43:51 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F418D37BC46; Mon, 3 Jul 2000 04:43:48 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA80581; Mon, 3 Jul 2000 04:43:48 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Message-Id: <200007031143.EAA80581@freefall.freebsd.org> From: Sheldon Hearn Date: Mon, 3 Jul 2000 04:43:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/mountd exports.5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sheldonh 2000/07/03 04:43:48 PDT Modified files: sbin/mountd exports.5 Log: Explicitly state that mountd can be made to re-read the exports file, even though this may seem obvious to some folks. Requested by: obrien Revision Changes Path 1.11 +20 -1 src/sbin/mountd/exports.5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 4:44:40 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D697A37BC46; Mon, 3 Jul 2000 04:44:37 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA80919; Mon, 3 Jul 2000 04:44:38 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200007031144.EAA80919@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 3 Jul 2000 04:44:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/sawfish Makefile ports/x11-wm/sawfish/files md5 ports/x11-wm/sawfish/patches patch-ac ports/x11-wm/sawfish/pkg PLIST PLIST.nognome X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/07/03 04:44:37 PDT Modified files: x11-wm/sawfish Makefile x11-wm/sawfish/files md5 x11-wm/sawfish/patches patch-ac x11-wm/sawfish/pkg PLIST Removed files: x11-wm/sawfish/pkg PLIST.nognome Log: Update to 0.29. Revision Changes Path 1.21 +4 -6 ports/x11-wm/sawfish/Makefile 1.14 +1 -1 ports/x11-wm/sawfish/files/md5 1.3 +22 -4 ports/x11-wm/sawfish/patches/patch-ac 1.16 +99 -37 ports/x11-wm/sawfish/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 5: 1:10 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8079837BE3D; Mon, 3 Jul 2000 05:01:06 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA86423; Mon, 3 Jul 2000 05:01:06 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Message-Id: <200007031201.FAA86423@freefall.freebsd.org> From: Sheldon Hearn Date: Mon, 3 Jul 2000 05:01:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/comcontrol comcontrol.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sheldonh 2000/07/03 05:01:06 PDT Modified files: sbin/comcontrol comcontrol.8 Log: What the commit log for rev 1.16 neglected to mention was that the delta touched the Name Description (Nd). It introduced a grammar error and did not fix the extraneous punctuation (Nd lines are not terminated with a period). Revision Changes Path 1.19 +2 -2 src/sbin/comcontrol/comcontrol.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 5:13:20 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 422CB37B521; Mon, 3 Jul 2000 05:13:16 -0700 (PDT) (envelope-from davidn@FreeBSD.org) Received: (from davidn@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA91513; Mon, 3 Jul 2000 05:13:16 -0700 (PDT) (envelope-from davidn@FreeBSD.org) Message-Id: <200007031213.FAA91513@freefall.freebsd.org> From: David Nugent Date: Mon, 3 Jul 2000 05:13:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pw pw_user.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG davidn 2000/07/03 05:13:11 PDT Modified files: usr.sbin/pw pw_user.c Log: Fix breakage introduced by bypassing update for additional 'mod' functionality when nothing had actually changed; -d changes would not set the 'something had changed flag'. Actually test for a change in homedir. PR: bin/19649 Revision Changes Path 1.39 +2 -1 src/usr.sbin/pw/pw_user.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 5:22:36 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B16E737B517; Mon, 3 Jul 2000 05:22:31 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA94398; Mon, 3 Jul 2000 05:22:31 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Message-Id: <200007031222.FAA94398@freefall.freebsd.org> From: Sheldon Hearn Date: Mon, 3 Jul 2000 05:22:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/net getnameinfo.3 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sheldonh 2000/07/03 05:22:31 PDT Modified files: (Branch: RELENG_4) lib/libc/net getnameinfo.3 Log: MFC rev 1.4: Remove extraneous commas and fix run-on mark-up. Revision Changes Path 1.2.2.2 +7 -7 src/lib/libc/net/getnameinfo.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 5:25:47 2000 Delivered-To: cvs-all@freebsd.org Received: from florence.pavilion.net (florence.pavilion.net [212.74.0.25]) by hub.freebsd.org (Postfix) with ESMTP id 5D59A37B56D; Mon, 3 Jul 2000 05:24:03 -0700 (PDT) (envelope-from joe@pavilion.net) Received: from genius.systems.pavilion.net (genesis.tao.org.uk [194.242.131.254]) by florence.pavilion.net (8.9.3/8.8.8) with ESMTP id NAA94538; Mon, 3 Jul 2000 13:23:43 +0100 (BST) (envelope-from joe@pavilion.net) Received: by genius.systems.pavilion.net (Postfix, from userid 100) id 22459126AB; Mon, 3 Jul 2000 13:25:14 +0100 (BST) Date: Mon, 3 Jul 2000 13:25:14 +0100 From: Josef Karthauser To: "David O'Brien" Cc: Josef Karthauser , PS@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/syscons/keymaps Makefile uk.cp850-ctrl.kbd uk.iso-ctrl.kbd Message-ID: <20000703132514.C29903@pavilion.net> References: <200007021839.LAA36459@freefall.freebsd.org> <20000702145053.F61971@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <20000702145053.F61971@dragon.nuxi.com>; from obrien@FreeBSD.org on Sun, Jul 02, 2000 at 02:50:53PM -0700 X-NCC-RegID: uk.pavilion Organisation: Pavilion Internet plc, Lees House, 21-23 Dyke Road, Brighton, England Phone: +44-845-333-5000 Fax: +44-845-333-5001 Mobile: +44-403-596893 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Jul 02, 2000 at 02:50:53PM -0700, David O'Brien wrote: > On Sun, Jul 02, 2000 at 11:39:11AM -0700, Josef Karthauser wrote: > > Log: > > Add versions of the UK keymaps with the key marked "Caps Lock" > > acting as a left control key. Many want a control key in the "real" > > place, but still want the keymap to match the printed keys as much > > as possible. > > I'll merge these in with my other share/syscons/keymaps/ changes in my > MFC tree. Brilliant, thanks. Joe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 5:30: 6 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 137D437B632; Mon, 3 Jul 2000 05:30:02 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA96454; Mon, 3 Jul 2000 05:30:02 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200007031230.FAA96454@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 3 Jul 2000 05:30:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/yamt Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/07/03 05:30:01 PDT Modified files: audio/yamt Makefile Log: Add RUN_DEPENDS on gnomecontrolcenter to properly remove share/gnome directory. PR: 19666 Submitted by: Dmitry S. Sivachenko Revision Changes Path 1.7 +2 -1 ports/audio/yamt/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 5:33:56 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5E7BF37B632; Mon, 3 Jul 2000 05:33:50 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA98047; Mon, 3 Jul 2000 05:33:50 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200007031233.FAA98047@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 3 Jul 2000 05:33:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/flwm Makefile ports/x11-wm/flwm/pkg DESCR X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/07/03 05:33:50 PDT Modified files: x11-wm/flwm Makefile x11-wm/flwm/pkg DESCR Log: Yet another project moved to Sourceforge. PR: 19667 Submitted by: maintainer Revision Changes Path 1.9 +3 -2 ports/x11-wm/flwm/Makefile 1.3 +1 -1 ports/x11-wm/flwm/pkg/DESCR To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 5:34:33 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7D8A437B566; Mon, 3 Jul 2000 05:34:27 -0700 (PDT) (envelope-from asmodai@FreeBSD.org) Received: (from asmodai@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA98309; Mon, 3 Jul 2000 05:34:27 -0700 (PDT) (envelope-from asmodai@FreeBSD.org) Message-Id: <200007031234.FAA98309@freefall.freebsd.org> From: Jeroen Ruigrok van der Werven Date: Mon, 3 Jul 2000 05:34:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man5 rc.conf.5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asmodai 2000/07/03 05:34:27 PDT Modified files: share/man/man5 rc.conf.5 Log: Fix up typo. Add description of sshd_program variable. Submitted by: Ashley Penney , Adrian Chadd Revision Changes Path 1.75 +19 -2 src/share/man/man5/rc.conf.5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 5:47:31 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AB49B37C075; Mon, 3 Jul 2000 05:47:25 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA02633; Mon, 3 Jul 2000 05:47:25 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200007031247.FAA02633@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 3 Jul 2000 05:47:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/micq Makefile ports/net/micq/files md5 ports/net/micq/patches patch-aa ports/net/micq/pkg DESCR X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/07/03 05:47:24 PDT Modified files: net/micq Makefile net/micq/files md5 net/micq/patches patch-aa net/micq/pkg DESCR Log: Update to 0.4.6. PR: 19658 Submitted by: maintainer Revision Changes Path 1.13 +3 -6 ports/net/micq/Makefile 1.11 +1 -1 ports/net/micq/files/md5 1.8 +11 -13 ports/net/micq/patches/patch-aa 1.2 +1 -3 ports/net/micq/pkg/DESCR To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 5:56: 4 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C21B337B9B9; Mon, 3 Jul 2000 05:56:01 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA05323; Mon, 3 Jul 2000 05:56:00 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Message-Id: <200007031256.FAA05323@freefall.freebsd.org> From: Sheldon Hearn Date: Mon, 3 Jul 2000 05:56:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man5 rc.conf.5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sheldonh 2000/07/03 05:56:00 PDT Modified files: share/man/man5 rc.conf.5 Log: Clear the obsolete argument to the Os macro. Clear extraneous arguments to Nm. Use Pa to mark up paths. Use a single tagged list in the FILES section. Revision Changes Path 1.76 +19 -17 src/share/man/man5/rc.conf.5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 6: 3:19 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0D68C37BF75; Mon, 3 Jul 2000 06:03:16 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA07964; Mon, 3 Jul 2000 06:03:15 -0700 (PDT) (envelope-from ache@FreeBSD.org) Message-Id: <200007031303.GAA07964@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Mon, 3 Jul 2000 06:03:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/locale tolower.3 toupper.3 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ache 2000/07/03 06:03:15 PDT Modified files: lib/libc/locale tolower.3 toupper.3 Log: Describe agrument range correctly, according to multibyte(3) Remove unneded comment Revision Changes Path 1.9 +11 -12 src/lib/libc/locale/tolower.3 1.8 +12 -13 src/lib/libc/locale/toupper.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 6: 6:36 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C121437BEE2; Mon, 3 Jul 2000 06:06:32 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA10432; Mon, 3 Jul 2000 06:06:32 -0700 (PDT) (envelope-from phk@FreeBSD.org) Message-Id: <200007031306.GAA10432@freefall.freebsd.org> From: Poul-Henning Kamp Date: Mon, 3 Jul 2000 06:06:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys bus.h bus_private.h src/sys/kern subr_bus.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG phk 2000/07/03 06:06:32 PDT Modified files: sys/sys bus.h bus_private.h sys/kern subr_bus.c Log: Add device_set_softc() which does the obvious. Not objected to by: dfr Revision Changes Path 1.36 +2 -1 src/sys/sys/bus.h 1.16 +2 -1 src/sys/sys/bus_private.h 1.73 +22 -8 src/sys/kern/subr_bus.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 6: 9: 0 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6132B37BE88; Mon, 3 Jul 2000 06:08:57 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA11312; Mon, 3 Jul 2000 06:08:57 -0700 (PDT) (envelope-from phk@FreeBSD.org) Message-Id: <200007031308.GAA11312@freefall.freebsd.org> From: Poul-Henning Kamp Date: Mon, 3 Jul 2000 06:08:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_mn.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG phk 2000/07/03 06:08:57 PDT Modified files: sys/pci if_mn.c Log: Account for packets we clean out when we disconnect. Revision Changes Path 1.18 +4 -2 src/sys/pci/if_mn.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 6:14:27 2000 Delivered-To: cvs-all@freebsd.org Received: from nothing-going-on.demon.co.uk (nothing-going-on.demon.co.uk [193.237.89.66]) by hub.freebsd.org (Postfix) with ESMTP id C884537BC85; Mon, 3 Jul 2000 06:14:02 -0700 (PDT) (envelope-from nik@nothing-going-on.demon.co.uk) Received: (from nik@localhost) by nothing-going-on.demon.co.uk (8.9.3/8.9.3) id RAA66990; Fri, 30 Jun 2000 17:31:50 +0100 (BST) (envelope-from nik) Date: Fri, 30 Jun 2000 17:31:48 +0100 From: Nik Clayton To: Maxim Sobolev Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/devel Makefile ports/devel/smapi Makefile ports/devel/smapi/files md5 ports/devel/smapi/patches patch-aa ports/devel/smapi/pkg COMMENT DESCR PLIST Message-ID: <20000630173148.A66552@catkin.nothing-going-on.org> References: <200006301515.IAA86184@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <200006301515.IAA86184@freefall.freebsd.org>; from sobomax@FreeBSD.org on Fri, Jun 30, 2000 at 08:15:44AM -0700 Organization: FreeBSD Project Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Jun 30, 2000 at 08:15:44AM -0700, Maxim Sobolev wrote: > New port of smapi - a Squish MSGAPI which can be used to access Squish > format message bases (I donno what it is anyway ;). Wasn't Squish an old Fidonet message base format? N (2:252/21.8 -- argh, I need to recycle those neurons for something useful) -- Internet connection, $19.95 a month. Computer, $799.95. Modem, $149.95. Telephone line, $24.95 a month. Software, free. USENET transmission, hundreds if not thousands of dollars. Thinking before posting, priceless. Somethings in life you can't buy. For everything else, there's MasterCard. -- Graham Reed, in the Scary Devil Monastery To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 6:24:29 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 804D437C0A3; Mon, 3 Jul 2000 06:24:25 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA15423; Mon, 3 Jul 2000 06:24:25 -0700 (PDT) (envelope-from phk@FreeBSD.org) Message-Id: <200007031324.GAA15423@freefall.freebsd.org> From: Poul-Henning Kamp Date: Mon, 3 Jul 2000 06:24:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/conf NOTES X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG phk 2000/07/03 06:24:25 PDT Modified files: sys/i386/conf NOTES Log: Include SOFTUPDATES in NOTES/LINT by default. Revision Changes Path 1.791 +2 -6 src/sys/i386/conf/NOTES To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 6:27: 1 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 68A9737BC85; Mon, 3 Jul 2000 06:26:55 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA16344; Mon, 3 Jul 2000 06:26:55 -0700 (PDT) (envelope-from phk@FreeBSD.org) Message-Id: <200007031326.GAA16344@freefall.freebsd.org> From: Poul-Henning Kamp Date: Mon, 3 Jul 2000 06:26:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_subr.c vfs_syscalls.c src/sys/ufs/ffs ffs_softdep_stub.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG phk 2000/07/03 06:26:55 PDT Modified files: sys/kern vfs_subr.c vfs_syscalls.c sys/ufs/ffs ffs_softdep_stub.c Log: Make the two calls from kern/* into softupdates #ifdef SOFTUPDATES, that is way cleaner than using the softupdates_stub stunt, which should be killed when convenient. Discussed with: mckusick Revision Changes Path 1.261 +4 -1 src/sys/kern/vfs_subr.c 1.157 +4 -1 src/sys/kern/vfs_syscalls.c 1.12 +1 -16 src/sys/ufs/ffs/ffs_softdep_stub.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 6:28:12 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AEAD537C0C5; Mon, 3 Jul 2000 06:28:05 -0700 (PDT) (envelope-from sada@FreeBSD.org) Received: (from sada@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA16767; Mon, 3 Jul 2000 06:28:05 -0700 (PDT) (envelope-from sada@FreeBSD.org) Message-Id: <200007031328.GAA16767@freefall.freebsd.org> From: SADA Kenji Date: Mon, 3 Jul 2000 06:28:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/latex2html Makefile ports/japanese/latex2html/files answer-gif answer-png TEST2.TMP local.pm ports/japanese/latex2html/pkg COMMENT DESCR PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sada 2000/07/03 06:28:05 PDT Modified files: japanese/latex2html Makefile japanese/latex2html/pkg COMMENT DESCR PLIST Added files: japanese/latex2html/files answer-gif answer-png Removed files: japanese/latex2html/files TEST2.TMP local.pm Log: 1. Justify files/* . 2. To be used 'install-test', the original install script which is included in the archive. PR: ports/19173 Submitted by: Maintainer Revision Changes Path 1.8 +7 -16 ports/japanese/latex2html/Makefile 1.3 +1 -1 ports/japanese/latex2html/pkg/COMMENT 1.3 +1 -1 ports/japanese/latex2html/pkg/DESCR 1.3 +8 -1 ports/japanese/latex2html/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 6:29:10 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9A7FF37BC85; Mon, 3 Jul 2000 06:29:04 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA17166; Mon, 3 Jul 2000 06:29:04 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Message-Id: <200007031329.GAA17166@freefall.freebsd.org> From: Sheldon Hearn Date: Mon, 3 Jul 2000 06:29:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/comcontrol comcontrol.8 comcontrol.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sheldonh 2000/07/03 06:29:04 PDT Modified files: sbin/comcontrol comcontrol.8 comcontrol.c Log: Remove the use of a dash in the usage, since this isn't in keeping with other utilities which offer similar functionality. This change was discussed with ache, who brought in the ability to use a dash to represent stdin in comcontrol. Revision Changes Path 1.20 +2 -2 src/sbin/comcontrol/comcontrol.8 1.11 +2 -2 src/sbin/comcontrol/comcontrol.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 6:34:22 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0F1C137B5B7; Mon, 3 Jul 2000 06:34:19 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA18999; Mon, 3 Jul 2000 06:34:18 -0700 (PDT) (envelope-from phk@FreeBSD.org) Message-Id: <200007031334.GAA18999@freefall.freebsd.org> From: Poul-Henning Kamp Date: Mon, 3 Jul 2000 06:34:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netgraph ng_base.c ng_message.h src/usr.sbin/ngctl Makefile main.c ngctl.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG phk 2000/07/03 06:34:18 PDT Modified files: sys/netgraph ng_base.c ng_message.h usr.sbin/ngctl Makefile main.c ngctl.h Log: Experiemntal ascii based device configuration mechanism. This may or may not survive, decision will be made well before 5.0-R Revision Changes Path 1.21 +9 -1 src/sys/netgraph/ng_base.c 1.7 +2 -1 src/sys/netgraph/ng_message.h 1.5 +2 -2 src/usr.sbin/ngctl/Makefile 1.6 +2 -1 src/usr.sbin/ngctl/main.c 1.8 +2 -1 src/usr.sbin/ngctl/ngctl.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 6:40:21 2000 Delivered-To: cvs-all@freebsd.org Received: from anchor-post-34.mail.demon.net (anchor-post-34.mail.demon.net [194.217.242.92]) by hub.freebsd.org (Postfix) with ESMTP id 131B537B5B7; Mon, 3 Jul 2000 06:40:10 -0700 (PDT) (envelope-from n_hibma@qubesoft.com) Received: from calcaphon.demon.co.uk ([193.237.19.5] helo=bluebottle.qubesoft.com) by anchor-post-34.mail.demon.net with esmtp (Exim 2.12 #1) id 1396S5-0003yj-0Y; Mon, 3 Jul 2000 14:40:01 +0100 Received: from henny.webweaving.org (henny.qubesoft.com [192.168.1.5]) by bluebottle.qubesoft.com (8.9.3/8.9.1) with ESMTP id OAA46116; Mon, 3 Jul 2000 14:39:36 +0100 (BST) (envelope-from n_hibma@qubesoft.com) Received: from localhost (localhost [127.0.0.1]) by henny.webweaving.org (8.9.3/8.9.3) with ESMTP id OAA20695; Mon, 3 Jul 2000 14:22:43 +0100 (BST) (envelope-from n_hibma@qubesoft.com) Date: Mon, 3 Jul 2000 14:22:43 +0100 (BST) From: Nick Hibma X-Sender: n_hibma@localhost Reply-To: Nick Hibma To: Poul-Henning Kamp Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys bus.h bus_private.h src/sys/kern subr_bus.c In-Reply-To: <200007031306.GAA10432@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I object to it. This is going to bite us, with people allocating the softc when it is not necessary, duplicating code and fragmenting memory fragmenting. I don't see why you can't do with a reference to the correct softc in your device softc instead of this hack. Apart from that, where is the manpage for it? We have an alomst complete set at the moment and I would like to keep it that way. Please make sure you mention that this method should only be called in rare cases where the softc allocated by the newbus system would not do for some obscure reason. Nick > phk 2000/07/03 06:06:32 PDT > > Modified files: > sys/sys bus.h bus_private.h > sys/kern subr_bus.c > Log: > Add device_set_softc() which does the obvious. > > Not objected to by: dfr > > Revision Changes Path > 1.36 +2 -1 src/sys/sys/bus.h > 1.16 +2 -1 src/sys/sys/bus_private.h > 1.73 +22 -8 src/sys/kern/subr_bus.c > > > -- n_hibma@webweaving.org n_hibma@freebsd.org USB project http://www.etla.net/~n_hibma/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 6:45: 7 2000 Delivered-To: cvs-all@freebsd.org Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.40.131]) by hub.freebsd.org (Postfix) with ESMTP id 7217C37B680; Mon, 3 Jul 2000 06:44:50 -0700 (PDT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.9.3/8.9.3) with ESMTP id PAA06141; Mon, 3 Jul 2000 15:44:36 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: Nick Hibma Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys bus.h bus_private.h src/sys/kern subr_bus.c In-reply-to: Your message of "Mon, 03 Jul 2000 14:22:43 BST." Date: Mon, 03 Jul 2000 15:44:36 +0200 Message-ID: <6139.962631876@critter.freebsd.dk> From: Poul-Henning Kamp Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message , Nick Hibma wri tes: >I object to it. Then don't use it. It has legitimate uses. In fact: I object to newbus allocating the softc for exactly the reason this one is needed: There may be a 1:N or N:1 correspondence between softc's and newbus devices. In this case I have two newbus devices for one softc. (Well, actually I have two newbus devices for five softc's, but lets not get into that) >Apart from that, where is the manpage for it? On my TODO list. >Please make >sure you mention that this method should only be called in rare cases >where the softc allocated by the newbus system would not do for some >obscure reason. I disagree, as you can see above. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD coreteam member | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 6:48:50 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D1F1A37B5B7; Mon, 3 Jul 2000 06:48:46 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA71290; Mon, 3 Jul 2000 06:48:46 -0700 (PDT) (envelope-from phk@FreeBSD.org) Message-Id: <200007031348.GAA71290@freefall.freebsd.org> From: Poul-Henning Kamp Date: Mon, 3 Jul 2000 06:48:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys conf.h src/sys/miscfs/specfs spec_vnops.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG phk 2000/07/03 06:48:45 PDT Modified files: sys/sys conf.h sys/miscfs/specfs spec_vnops.c Log: Pull the rug under block mode devices. they return ENXIO on open(2) now. Revision Changes Path 1.114 +1 -2 src/sys/sys/conf.h 1.140 +4 -4 src/sys/miscfs/specfs/spec_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 7: 8:19 2000 Delivered-To: cvs-all@freebsd.org Received: from finch-post-11.mail.demon.net (finch-post-11.mail.demon.net [194.217.242.39]) by hub.freebsd.org (Postfix) with ESMTP id E36CF37B5B7; Mon, 3 Jul 2000 07:08:06 -0700 (PDT) (envelope-from n_hibma@qubesoft.com) Received: from calcaphon.demon.co.uk ([193.237.19.5] helo=bluebottle.qubesoft.com) by finch-post-11.mail.demon.net with esmtp (Exim 2.12 #1) id 1396t6-000BF9-0B; Mon, 3 Jul 2000 14:07:53 +0000 Received: from henny.webweaving.org (henny.qubesoft.com [192.168.1.5]) by bluebottle.qubesoft.com (8.9.3/8.9.1) with ESMTP id PAA47301; Mon, 3 Jul 2000 15:07:44 +0100 (BST) (envelope-from n_hibma@qubesoft.com) Received: from localhost (localhost [127.0.0.1]) by henny.webweaving.org (8.9.3/8.9.3) with ESMTP id PAA20853; Mon, 3 Jul 2000 15:02:03 +0100 (BST) (envelope-from n_hibma@qubesoft.com) Date: Mon, 3 Jul 2000 15:02:03 +0100 (BST) From: Nick Hibma X-Sender: n_hibma@localhost Reply-To: Nick Hibma To: Poul-Henning Kamp Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys bus.h bus_private.h src/sys/kern subr_bus.c In-Reply-To: <6139.962631876@critter.freebsd.dk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > In fact: I object to newbus allocating the softc for exactly the > reason this one is needed: There may be a 1:N or N:1 correspondence > between softc's and newbus devices. In this case I have two > newbus devices for one softc. (Well, actually I have two newbus > devices for five softc's, but lets not get into that) As you have noticed yourself the problem is not having the same softc but the fact that you can't claim all the appropriate newbus devices in one go. Setting the softc of the individual devices to point at the central struct basically links several unrelated devices together in an obscure way. You will have to start doing reference counting on the central struct. Your 1:N or N:1 relationship to _a_ struct (which you conveniently call the softc) can be expressed by a reference in the original softc to the central struct, the super-softc struct if you will. It is logically much clearer to have a set of drivers claiming the individual devices and a second stage that contains the actual code including the super-softc, be that a separate newbus device or something else. Bottom line: the conceptual design of your driver doesn't fit newbus. Nick -- n_hibma@webweaving.org n_hibma@freebsd.org USB project http://www.etla.net/~n_hibma/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 7:24:16 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9F4DA37B822; Mon, 3 Jul 2000 07:24:12 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA92411; Mon, 3 Jul 2000 07:24:12 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200007031424.HAA92411@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 3 Jul 2000 07:24:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/starlogo Makefile ports/lang/starlogo/files md5 ports/lang/starlogo/patches patch-aa ports/lang/starlogo/pkg DESCR PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/07/03 07:24:11 PDT Modified files: lang/starlogo Makefile lang/starlogo/files md5 lang/starlogo/patches patch-aa lang/starlogo/pkg DESCR PLIST Log: Update to 1.1. Fix MASTER_SITES, WWW and make it using javavmwrapper. Revision Changes Path 1.4 +11 -18 ports/lang/starlogo/Makefile 1.2 +1 -1 ports/lang/starlogo/files/md5 1.2 +9 -8 ports/lang/starlogo/patches/patch-aa 1.2 +1 -1 ports/lang/starlogo/pkg/DESCR 1.2 +562 -15 ports/lang/starlogo/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 7:28:10 2000 Delivered-To: cvs-all@freebsd.org Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.40.131]) by hub.freebsd.org (Postfix) with ESMTP id C9F7337B8F2; Mon, 3 Jul 2000 07:28:02 -0700 (PDT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.9.3/8.9.3) with ESMTP id QAA06435; Mon, 3 Jul 2000 16:27:59 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: Nick Hibma Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys bus.h bus_private.h src/sys/kern subr_bus.c In-reply-to: Your message of "Mon, 03 Jul 2000 15:02:03 BST." Date: Mon, 03 Jul 2000 16:27:59 +0200 Message-ID: <6433.962634479@critter.freebsd.dk> From: Poul-Henning Kamp Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message , Nick Hibma wri tes: >> In fact: I object to newbus allocating the softc for exactly the >> reason this one is needed: There may be a 1:N or N:1 correspondence >> between softc's and newbus devices. In this case I have two >> newbus devices for one softc. (Well, actually I have two newbus >> devices for five softc's, but lets not get into that) > >As you have noticed yourself the problem is not having the same softc >but the fact that you can't claim all the appropriate newbus devices in >one go. No, there are other problems than that. If I decide to implement a "persistent device" model for a removeable device, for instance to be able to do fall-over from one hardware device to another, then it doesn't work that the softc is tied to the newbus instance, since the drivers "logical" instance survives the hardware going away. Example: Hot-plug. My cPCI card fails, I pull it and plug another one in, I will very likely not want to loose my softc in that case. The "1-newbus-instance : 1-device-instance" assumption is a grave mistake, and we shall not lock our selves down in a dogmatic postulate about how the world is according to our perception, rather we need to be flexible enough to handle all the weird shit (TM) out there. >Bottom line: the conceptual design of your driver doesn't fit newbus. Bottom line: newbus has a simplistic view of hardware which unfortunately doesn't adequatly describe several pieces of attractive hardware and features currently on the market. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD coreteam member | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 7:50:36 2000 Delivered-To: cvs-all@freebsd.org Received: from anchor-post-30.mail.demon.net (anchor-post-30.mail.demon.net [194.217.242.88]) by hub.freebsd.org (Postfix) with ESMTP id E36D537BA07; Mon, 3 Jul 2000 07:50:23 -0700 (PDT) (envelope-from n_hibma@qubesoft.com) Received: from calcaphon.demon.co.uk ([193.237.19.5] helo=bluebottle.qubesoft.com) by anchor-post-30.mail.demon.net with esmtp (Exim 2.12 #1) id 1397YD-000EjG-0U; Mon, 3 Jul 2000 15:50:21 +0100 Received: from henny.webweaving.org (henny.qubesoft.com [192.168.1.5]) by bluebottle.qubesoft.com (8.9.3/8.9.1) with ESMTP id PAA48652; Mon, 3 Jul 2000 15:50:19 +0100 (BST) (envelope-from n_hibma@qubesoft.com) Received: from localhost (localhost [127.0.0.1]) by henny.webweaving.org (8.9.3/8.9.3) with ESMTP id PAA20940; Mon, 3 Jul 2000 15:42:06 +0100 (BST) (envelope-from n_hibma@qubesoft.com) Date: Mon, 3 Jul 2000 15:42:06 +0100 (BST) From: Nick Hibma X-Sender: n_hibma@localhost Reply-To: Nick Hibma To: Poul-Henning Kamp Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys bus.h bus_private.h src/sys/kern subr_bus.c In-Reply-To: <6433.962634479@critter.freebsd.dk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Bottom line: newbus has a simplistic view of hardware which > unfortunately doesn't adequatly describe several pieces of attractive > hardware and features currently on the market. You are confusing the physical hardware layout with the logical device layout you want to show up with. newbus only handles the physical layout (well). Tying the logical device tightly together with the physical deviceS is a mistake and _will_ make surviving a physical device removal much harder. Apart from that you haven't mentioned a reason why resetting the softc for both functions is a better idea than having a separate softc for the logical device. Each function surely has some private data (for example resources allocated to it). Why would you want to stuff that in some shared softc. Nick -- n_hibma@webweaving.org n_hibma@freebsd.org USB project http://www.etla.net/~n_hibma/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 7:54:39 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0D04037C06D; Mon, 3 Jul 2000 07:54:37 -0700 (PDT) (envelope-from sada@FreeBSD.org) Received: (from sada@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA96212; Mon, 3 Jul 2000 07:54:37 -0700 (PDT) (envelope-from sada@FreeBSD.org) Message-Id: <200007031454.HAA96212@freefall.freebsd.org> From: SADA Kenji Date: Mon, 3 Jul 2000 07:54:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/ng Makefile ports/japanese/ng/files md5 ports/japanese/ng/patches patch-ab patch-aa ports/japanese/ng/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sada 2000/07/03 07:54:37 PDT Modified files: japanese/ng Makefile japanese/ng/files md5 japanese/ng/patches patch-aa japanese/ng/pkg PLIST Added files: japanese/ng/patches patch-ab Log: Upgrade to 1.4.beta5. PR: ports/19214 Submitted by: Maintainer Revision Changes Path 1.5 +13 -7 ports/japanese/ng/Makefile 1.2 +1 -1 ports/japanese/ng/files/md5 1.3 +11 -294 ports/japanese/ng/patches/patch-aa 1.2 +5 -0 ports/japanese/ng/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 8: 3:38 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 51DA137B953; Mon, 3 Jul 2000 08:03:35 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA97410; Mon, 3 Jul 2000 08:03:35 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200007031503.IAA97410@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 3 Jul 2000 08:03:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/starlogo/patches patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/07/03 08:03:35 PDT Modified files: lang/starlogo/patches patch-aa Log: Add "-noasyncgc" option to Java Virtual Machine to avoid random hangs. Revision Changes Path 1.3 +1 -1 ports/lang/starlogo/patches/patch-aa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 8: 8:58 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 63B9537B664; Mon, 3 Jul 2000 08:08:55 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA99241; Mon, 3 Jul 2000 08:08:55 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200007031508.IAA99241@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 3 Jul 2000 08:08:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math/gnuplot/pkg DESCR X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/07/03 08:08:55 PDT Modified files: math/gnuplot/pkg DESCR Log: Add a WWW. Revision Changes Path 1.2 +2 -0 ports/math/gnuplot/pkg/DESCR To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 8:16: 3 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 64F8D37B55D; Mon, 3 Jul 2000 08:15:59 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA00414; Mon, 3 Jul 2000 08:15:59 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200007031515.IAA00414@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 3 Jul 2000 08:15:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/py-distutils Makefile ports/misc/py-distutils/files md5 ports/misc/py-distutils/pkg DESCR PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/07/03 08:15:58 PDT Modified files: misc/py-distutils Makefile misc/py-distutils/files md5 misc/py-distutils/pkg DESCR PLIST Log: Update to 0.9. Add a WWW while I'm here. Revision Changes Path 1.4 +2 -2 ports/misc/py-distutils/Makefile 1.3 +1 -1 ports/misc/py-distutils/files/md5 1.2 +2 -0 ports/misc/py-distutils/pkg/DESCR 1.3 +50 -28 ports/misc/py-distutils/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 9: 5:15 2000 Delivered-To: cvs-all@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id 8BCD937B900; Mon, 3 Jul 2000 09:05:09 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id KAA05854; Mon, 3 Jul 2000 10:05:08 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id KAA23352; Mon, 3 Jul 2000 10:04:55 -0600 (MDT) Message-Id: <200007031604.KAA23352@harmony.village.org> To: Poul-Henning Kamp Subject: Re: cvs commit: src/sys/sys bus.h bus_private.h src/sys/kern subr_bus.c Cc: Nick Hibma , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Mon, 03 Jul 2000 16:27:59 +0200." <6433.962634479@critter.freebsd.dk> References: <6433.962634479@critter.freebsd.dk> Date: Mon, 03 Jul 2000 10:04:55 -0600 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <6433.962634479@critter.freebsd.dk> Poul-Henning Kamp writes: : Example: Hot-plug. My cPCI card fails, I pull it and plug another one : in, I will very likely not want to loose my softc in that case. With pccard right now you'd lose it. The device is gone. Sure it might be replaced by another identical copy of the device in the future, but for now the device is gone. : The "1-newbus-instance : 1-device-instance" assumption is a grave : mistake, and we shall not lock our selves down in a dogmatic : postulate about how the world is according to our perception, rather : we need to be flexible enough to handle all the weird shit (TM) : out there. I agree with this. It is making things difficult to migrate old device drivers that we have here that don't do that, or have extra device instances (meta devices) that force all device instances to have a mapping function to get back to the newbus instance. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 9:13:52 2000 Delivered-To: cvs-all@freebsd.org Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.40.131]) by hub.freebsd.org (Postfix) with ESMTP id D649337B930; Mon, 3 Jul 2000 09:13:45 -0700 (PDT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.9.3/8.9.3) with ESMTP id SAA06942; Mon, 3 Jul 2000 18:13:41 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: Nick Hibma Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys bus.h bus_private.h src/sys/kern subr_bus.c In-reply-to: Your message of "Mon, 03 Jul 2000 15:42:06 BST." Date: Mon, 03 Jul 2000 18:13:41 +0200 Message-ID: <6940.962640821@critter.freebsd.dk> From: Poul-Henning Kamp Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message , Nick Hibma wri tes: >Apart from that you haven't mentioned a reason why resetting the softc >for both functions is a better idea than having a separate softc for >the logical device. Each function surely has some private data (for >example resources allocated to it). Why would you want to stuff that in >some shared softc. You are not seriously arguing for having a "newbus-softc" which contains only a single pointer to the 'real' softc, are you ? -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD coreteam member | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 9:27: 0 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 26A6E37B58C; Mon, 3 Jul 2000 09:26:57 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA08649; Mon, 3 Jul 2000 09:26:56 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200007031626.JAA08649@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 3 Jul 2000 09:26:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math Makefile ports/math/py-gnuplot Makefile ports/math/py-gnuplot/files md5 ports/math/py-gnuplot/pkg COMMENT DESCR PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/07/03 09:26:56 PDT Modified files: math Makefile Added files: math/py-gnuplot Makefile math/py-gnuplot/files md5 math/py-gnuplot/pkg COMMENT DESCR PLIST Log: New port of py-gnuplot - a python interface to the popular gnuplot data plotting package. Revision Changes Path 1.76 +2 -1 ports/math/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 9:29:43 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E827037B58C; Mon, 3 Jul 2000 09:29:40 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA09004; Mon, 3 Jul 2000 09:29:40 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200007031629.JAA09004@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 3 Jul 2000 09:29:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/07/03 09:29:40 PDT Modified files: . modules Log: py-gnuplot --> ports/math/py-gnuplot Revision Changes Path 1.1341 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 9:35: 5 2000 Delivered-To: cvs-all@freebsd.org Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by hub.freebsd.org (Postfix) with ESMTP id 0F66837B992; Mon, 3 Jul 2000 09:34:59 -0700 (PDT) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.9.3/8.9.3) id MAA17071; Mon, 3 Jul 2000 12:34:53 -0400 (EDT) (envelope-from wollman) Date: Mon, 3 Jul 2000 12:34:53 -0400 (EDT) From: Garrett Wollman Message-Id: <200007031634.MAA17071@khavrinen.lcs.mit.edu> To: Warner Losh Cc: Poul-Henning Kamp , Nick Hibma , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys bus.h bus_private.h src/sys/kern subr_bus.c In-Reply-To: <200007031604.KAA23352@harmony.village.org> References: <6433.962634479@critter.freebsd.dk> <200007031604.KAA23352@harmony.village.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG < said: > With pccard right now you'd lose it. The device is gone. Sure it > might be replaced by another identical copy of the device in the > future, but for now the device is gone. I think this is a bug in pccard (or rather, in the way removable devices are currently implemented in newbus). If I reinsert the same (or a functionally identical) device, I should be able to expect it to start off from where it was before. In other words, devices which are removed need to be accounted for as ``still attached but not physically present'' rather than simply ``gone''. -GAWollman -- Garrett A. Wollman | O Siem / We are all family / O Siem / We're all the same wollman@lcs.mit.edu | O Siem / The fires of freedom Opinions not those of| Dance in the burning flame MIT, LCS, CRS, or NSA| - Susan Aglukark and Chad Irschick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 9:37:12 2000 Delivered-To: cvs-all@freebsd.org Received: from mercury.mich.com (mercury.mich.com [64.79.64.32]) by hub.freebsd.org (Postfix) with ESMTP id 234E237B992; Mon, 3 Jul 2000 09:37:06 -0700 (PDT) (envelope-from will@almanac.yi.org) Received: from argon.gryphonsoft.com (pm007-041.dialup.bignet.net [64.79.81.73]) by mercury.mich.com (8.9.3/8.9.3) with ESMTP id MAA20618; Mon, 3 Jul 2000 12:36:43 -0400 Received: by argon.gryphonsoft.com (Postfix, from userid 1000) id 5EA76199B; Mon, 3 Jul 2000 12:34:44 -0400 (EDT) Date: Mon, 3 Jul 2000 12:34:44 -0400 From: Will Andrews To: Peter Wemm Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/contrib/ncurses - Imported sources Message-ID: <20000703123444.A92998@argon.gryphonsoft.com> References: <200007030924.CAA44309@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <200007030924.CAA44309@freefall.freebsd.org>; from peter@FreeBSD.ORG on Mon, Jul 03, 2000 at 02:24:42AM -0700 X-Operating-System: FreeBSD 5.0-CURRENT i386 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Jul 03, 2000 at 02:24:42AM -0700, Peter Wemm wrote: > src/contrib/ncurses - Imported sources > Update of /home/ncvs/src/contrib/ncurses > In directory freefall.freebsd.org:/c/tmp/cvs-serv44121 > > Log Message: > Import the most recent ncurses 5.1 prerelease (20000701). > Mostly this is intended to resolve the trace() badness once and for all. Please MFC to RELENG_4 before 4.1 so we can take care of this issue there too. *beg* Thanks. =) -- Will Andrews GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 9:39:54 2000 Delivered-To: cvs-all@freebsd.org Received: from finch-post-12.mail.demon.net (finch-post-12.mail.demon.net [194.217.242.41]) by hub.freebsd.org (Postfix) with ESMTP id C993237B9C8; Mon, 3 Jul 2000 09:39:47 -0700 (PDT) (envelope-from n_hibma@qubesoft.com) Received: from calcaphon.demon.co.uk ([193.237.19.5] helo=bluebottle.qubesoft.com) by finch-post-12.mail.demon.net with esmtp (Exim 2.12 #1) id 1399G5-0006sw-0C; Mon, 3 Jul 2000 16:39:46 +0000 Received: from henny.webweaving.org (henny.qubesoft.com [192.168.1.5]) by bluebottle.qubesoft.com (8.9.3/8.9.1) with ESMTP id RAA51680; Mon, 3 Jul 2000 17:39:43 +0100 (BST) (envelope-from n_hibma@qubesoft.com) Received: from localhost (localhost [127.0.0.1]) by henny.webweaving.org (8.9.3/8.9.3) with ESMTP id RAA21250; Mon, 3 Jul 2000 17:34:07 +0100 (BST) (envelope-from n_hibma@qubesoft.com) Date: Mon, 3 Jul 2000 17:34:07 +0100 (BST) From: Nick Hibma X-Sender: n_hibma@localhost Reply-To: Nick Hibma To: Poul-Henning Kamp Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys bus.h bus_private.h src/sys/kern subr_bus.c In-Reply-To: <6940.962640821@critter.freebsd.dk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > >Apart from that you haven't mentioned a reason why resetting the softc > >for both functions is a better idea than having a separate softc for > >the logical device. Each function surely has some private data (for > >example resources allocated to it). Why would you want to stuff that in > >some shared softc. > > You are not seriously arguing for having a "newbus-softc" which contains > only a single pointer to the 'real' softc, are you ? If such a small softc is the consequence of a proper conceptual design of the driver, then that is fine with me. It simply expresses the fact that the function is part of a bigger entity. Nick P.S.: Please stop cutting up my e-mail in silly ways, distorting the argument. -- n_hibma@webweaving.org n_hibma@freebsd.org USB project http://www.etla.net/~n_hibma/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 9:40:50 2000 Delivered-To: cvs-all@freebsd.org Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.40.131]) by hub.freebsd.org (Postfix) with ESMTP id 457F337B992; Mon, 3 Jul 2000 09:40:39 -0700 (PDT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.9.3/8.9.3) with ESMTP id SAA07098; Mon, 3 Jul 2000 18:40:23 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: Garrett Wollman Cc: Warner Losh , Nick Hibma , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys bus.h bus_private.h src/sys/kern subr_bus.c In-reply-to: Your message of "Mon, 03 Jul 2000 12:34:53 EDT." <200007031634.MAA17071@khavrinen.lcs.mit.edu> Date: Mon, 03 Jul 2000 18:40:23 +0200 Message-ID: <7096.962642423@critter.freebsd.dk> From: Poul-Henning Kamp Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <200007031634.MAA17071@khavrinen.lcs.mit.edu>, Garrett Wollman write s: >< said: > >> With pccard right now you'd lose it. The device is gone. Sure it >> might be replaced by another identical copy of the device in the >> future, but for now the device is gone. > >I think this is a bug in pccard (or rather, in the way removable >devices are currently implemented in newbus). If I reinsert the same >(or a functionally identical) device, I should be able to expect it to >start off from where it was before. > >In other words, devices which are removed need to be accounted for as >``still attached but not physically present'' rather than simply >``gone''. It's a hard call, and I'm not sure it is the best idea to decide this on a global basis: ie, the model we use for ethernets and disks may be radically different. In a way I like the way Windows did this, by having a set of configurations, ie: undocked, docked, undocked + pccard etc etc In fact the best idea may be to make this a per device variable: "if your hardware disappears, stay around" or "if your hardware disappears, go away" -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD coreteam member | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 9:44:42 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 591D937B9C8; Mon, 3 Jul 2000 09:44:36 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA10540; Mon, 3 Jul 2000 09:44:36 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200007031644.JAA10540@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 3 Jul 2000 09:44:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases Makefile ports/databases/mysql-navigator Makefile ports/databases/mysql-navigator/files md5 ports/databases/mysql-navigator/patches patch-aa ports/databases/mysql-navigator/pkg COMMENT DESCR PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/07/03 09:44:36 PDT Modified files: databases Makefile Added files: databases/mysql-navigator Makefile databases/mysql-navigator/files md5 databases/mysql-navigator/patches patch-aa databases/mysql-navigator/pkg COMMENT DESCR PLIST Log: New port of mysql-navigator - a MySQL database server administration package for Gnome desktop. Revision Changes Path 1.66 +2 -1 ports/databases/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 9:44:56 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C643D37B9C8; Mon, 3 Jul 2000 09:44:52 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA10602; Mon, 3 Jul 2000 09:44:52 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200007031644.JAA10602@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 3 Jul 2000 09:44:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/07/03 09:44:52 PDT Modified files: . modules Log: mysql-navigator --> ports/databases/mysql-navigator Revision Changes Path 1.1342 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 9:45:35 2000 Delivered-To: cvs-all@freebsd.org Received: from home.bsdclub.org (home.bsdclub.org [202.227.26.94]) by hub.freebsd.org (Postfix) with ESMTP id 043CE37B9CB; Mon, 3 Jul 2000 09:45:31 -0700 (PDT) (envelope-from sada@bsdclub.org) Received: (from sada@localhost) by home.bsdclub.org (8.9.3/3.7W) id BAA06308; Tue, 4 Jul 2000 01:45:24 +0900 (JST) Date: Tue, 4 Jul 2000 01:45:24 +0900 (JST) Message-Id: <200007031645.BAA06308@home.bsdclub.org> To: sanpei@FreeBSD.org Cc: cvs-all@FreeBSD.org, sada@bsdclub.org Subject: Re: cvs commit: ports/net/gnu-finger Makefile In-Reply-To: Your message of "Mon, 3 Jul 2000 01:49:54 -0700 (PDT)". <200007030849.BAA39134@freefall.freebsd.org> From: SADA Kenji Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Mailer: mnews [version 1.22] 1999-12/19(Sun) Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In article <200007030849.BAA39134@freefall.freebsd.org> sanpei@FreeBSD.org writes: >> sanpei 2000/07/03 01:49:54 PDT >> >> Modified files: >> net/gnu-finger Makefile >> Log: >> Change maintainer's mail address. >> --> sanpei@sanpei.org 'sanpei@FreeBSD.org' would be good because it cleary indicates that maintainer is a committer. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 9:46: 7 2000 Delivered-To: cvs-all@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id 759D537B9C8; Mon, 3 Jul 2000 09:45:57 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id KAA06038; Mon, 3 Jul 2000 10:45:55 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id KAA23666; Mon, 3 Jul 2000 10:45:42 -0600 (MDT) Message-Id: <200007031645.KAA23666@harmony.village.org> To: Garrett Wollman Subject: Re: cvs commit: src/sys/sys bus.h bus_private.h src/sys/kern subr_bus.c Cc: Poul-Henning Kamp , Nick Hibma , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Mon, 03 Jul 2000 12:34:53 EDT." <200007031634.MAA17071@khavrinen.lcs.mit.edu> References: <200007031634.MAA17071@khavrinen.lcs.mit.edu> <6433.962634479@critter.freebsd.dk> <200007031604.KAA23352@harmony.village.org> Date: Mon, 03 Jul 2000 10:45:42 -0600 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <200007031634.MAA17071@khavrinen.lcs.mit.edu> Garrett Wollman writes: : I think this is a bug in pccard (or rather, in the way removable : devices are currently implemented in newbus). If I reinsert the same : (or a functionally identical) device, I should be able to expect it to : start off from where it was before. : : In other words, devices which are removed need to be accounted for as : ``still attached but not physically present'' rather than simply : ``gone''. I don't think this is a bug. The card is now gone. There's no easy way to tell if you inserted the same card or a different card from the pccard layer. If you insert a different card, even one of the same model and make, it should behave as if it was a new card in the system. Why? Because it has a different NIC address at the very least. Since the NIC is different, you'll get a different DHCP address, or you'd have to wait for ARP entries to time out. If it is the same, it does no harm to recreate and reconfigure the interface. Then you get into all the fun problems when someone tries to access the device that isn't there. What do you do with packets for it? What do you do with disk blocks? What about mounted file systems? It gets real ugly in a huge hurry. Where it gets really ugly is flash cards. What if I take out one flash card and insert another, identical flash card that has different file systems on it (flash cards don't have serial numbers)? Or worse yet, suspend, swap out the card with another one, and resume. If you had mounted file systems on the original flash card, you certainly don't want them flushing onto the new flash card. Bad things would happen due to this inconsistancy. When the card is detached, it is gone. There's no concept of "this logical device is still there, but not attached to a physical device" in the newbus system. I'm not sure that adding this concept would help more than it would hurt. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 9:50:54 2000 Delivered-To: cvs-all@freebsd.org Received: from anchor-post-30.mail.demon.net (anchor-post-30.mail.demon.net [194.217.242.88]) by hub.freebsd.org (Postfix) with ESMTP id 1D64F37B9DC; Mon, 3 Jul 2000 09:50:48 -0700 (PDT) (envelope-from n_hibma@qubesoft.com) Received: from calcaphon.demon.co.uk ([193.237.19.5] helo=bluebottle.qubesoft.com) by anchor-post-30.mail.demon.net with esmtp (Exim 2.12 #1) id 1399Qi-0004jT-0U; Mon, 3 Jul 2000 17:50:45 +0100 Received: from henny.webweaving.org (henny.qubesoft.com [192.168.1.5]) by bluebottle.qubesoft.com (8.9.3/8.9.1) with ESMTP id RAA51978; Mon, 3 Jul 2000 17:50:42 +0100 (BST) (envelope-from n_hibma@qubesoft.com) Received: from localhost (localhost [127.0.0.1]) by henny.webweaving.org (8.9.3/8.9.3) with ESMTP id RAA21347; Mon, 3 Jul 2000 17:45:54 +0100 (BST) (envelope-from n_hibma@qubesoft.com) Date: Mon, 3 Jul 2000 17:45:54 +0100 (BST) From: Nick Hibma X-Sender: n_hibma@localhost Reply-To: Nick Hibma To: Warner Losh Cc: Poul-Henning Kamp , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys bus.h bus_private.h src/sys/kern subr_bus.c In-Reply-To: <200007031604.KAA23352@harmony.village.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > : The "1-newbus-instance : 1-device-instance" assumption is a grave > : mistake, and we shall not lock our selves down in a dogmatic > : postulate about how the world is according to our perception, rather > : we need to be flexible enough to handle all the weird shit (TM) > : out there. > > I agree with this. It is making things difficult to migrate old > device drivers that we have here that don't do that, or have extra > device instances (meta devices) that force all device instances to > have a mapping function to get back to the newbus instance. If someone can come up with a proper solution for the N:1 and 1:N relation problem, I guess that that would help the use of newbus in CAM as well (eventhough the pathing in CAM would not be solved yet). Rewriting the softc is just a silly hack however to which a proper solution exists. Nick P.S.: USB devices have similar problems with interfaces being used by different devices (1:N). The solution is to create an intermediate device that claims all the interfaces on the function and to which the other ones attach and request interfaces from. I bet that the (N:1) case will show up or has shown up at some stage. USB developers are silly enough to dream up such a thing. -- n_hibma@webweaving.org n_hibma@freebsd.org USB project http://www.etla.net/~n_hibma/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 9:52:13 2000 Delivered-To: cvs-all@freebsd.org Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.40.131]) by hub.freebsd.org (Postfix) with ESMTP id E3B2237B9C8; Mon, 3 Jul 2000 09:52:08 -0700 (PDT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.9.3/8.9.3) with ESMTP id SAA07215; Mon, 3 Jul 2000 18:52:00 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: Warner Losh Cc: Garrett Wollman , Nick Hibma , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys bus.h bus_private.h src/sys/kern subr_bus.c In-reply-to: Your message of "Mon, 03 Jul 2000 10:45:42 MDT." <200007031645.KAA23666@harmony.village.org> Date: Mon, 03 Jul 2000 18:52:00 +0200 Message-ID: <7213.962643120@critter.freebsd.dk> From: Poul-Henning Kamp Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <200007031645.KAA23666@harmony.village.org>, Warner Losh writes: >In message <200007031634.MAA17071@khavrinen.lcs.mit.edu> Garrett Wollman writes: >: I think this is a bug in pccard (or rather, in the way removable >: devices are currently implemented in newbus). If I reinsert the same >: (or a functionally identical) device, I should be able to expect it to >: start off from where it was before. >: >: In other words, devices which are removed need to be accounted for as >: ``still attached but not physically present'' rather than simply >: ``gone''. > >I don't think this is a bug. it probably is the correct behaviour for pccard and cardbus to go away and stay away until replugged. It is probably the wrong behaviour for practically any other bus based technology (cPCI etc). I have *no* idea which category USB lands in. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD coreteam member | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 9:52:47 2000 Delivered-To: cvs-all@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id C59EA37B98C; Mon, 3 Jul 2000 09:52:40 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id KAA06084; Mon, 3 Jul 2000 10:52:39 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id KAA23743; Mon, 3 Jul 2000 10:52:26 -0600 (MDT) Message-Id: <200007031652.KAA23743@harmony.village.org> To: Poul-Henning Kamp Subject: Re: cvs commit: src/sys/sys bus.h bus_private.h src/sys/kern subr_bus.c Cc: Garrett Wollman , Nick Hibma , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Mon, 03 Jul 2000 18:40:23 +0200." <7096.962642423@critter.freebsd.dk> References: <7096.962642423@critter.freebsd.dk> Date: Mon, 03 Jul 2000 10:52:26 -0600 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <7096.962642423@critter.freebsd.dk> Poul-Henning Kamp writes: : It's a hard call, and I'm not sure it is the best idea to decide this : on a global basis: ie, the model we use for ethernets and disks may : be radically different. : : In a way I like the way Windows did this, by having a set of : configurations, ie: undocked, docked, undocked + pccard etc etc : : In fact the best idea may be to make this a per device variable: : : "if your hardware disappears, stay around" : or : "if your hardware disappears, go away" When would you want it to stay around? What would you do with access while the hardware was gone? How do you know if the same card was inserted, or one that is the same enough? How do you know if the hardware is even connected to the same thing it was when it was plugged in before? What do you do in these situations? If I unplug a network card, you'd think it was fairly simple to just shove it back it and be where you were before. However, the NIC may have changed (if I have two identical cards), which means that IPv6 stuff needs to do special things. You have to go through a configuration process again to ensure that things are working right. What advantage is gained by having the logical device stick around in the interrum? If I plug a flash card in, then how do the answers changed? With a flash card or any kind of disk controller, I want the answer to be "it goes away always". With a modem, there's no use having the device there if I can't open and interact with it. At the very least the device should return ENXIO on opens to the device. There's no state information that would survive the removal and insertion in the hardware, nor is there configuration information in the softc that wouldn't be easy to reconfigure on reinsertion. It is an ugly problem that I'm not sure buys you much. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 9:57:35 2000 Delivered-To: cvs-all@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id F331437B8EC; Mon, 3 Jul 2000 09:57:28 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id KAA06100; Mon, 3 Jul 2000 10:57:27 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id KAA23779; Mon, 3 Jul 2000 10:57:15 -0600 (MDT) Message-Id: <200007031657.KAA23779@harmony.village.org> To: Poul-Henning Kamp Subject: Re: cvs commit: src/sys/sys bus.h bus_private.h src/sys/kern subr_bus.c Cc: Garrett Wollman , Nick Hibma , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Mon, 03 Jul 2000 18:52:00 +0200." <7213.962643120@critter.freebsd.dk> References: <7213.962643120@critter.freebsd.dk> Date: Mon, 03 Jul 2000 10:57:15 -0600 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <7213.962643120@critter.freebsd.dk> Poul-Henning Kamp writes: : it probably is the correct behaviour for pccard and cardbus to go away : and stay away until replugged. : : It is probably the wrong behaviour for practically any other bus based : technology (cPCI etc). Why is that? When the hardware fails, it is turned off. New hardware is inserted. That new hardware needs to be completely reinitialized from scratch. Some drivers use the softc to tell them where in the initialization process they are. It would be hard to write a driver that could survive the physical removal of the hardware. I'm just not sure what that would gain you. I can see extentions to the newbus framework to support these concepts. It wouldn't be too hard to do this, but I'm not at all sure what it would buy you and the problems appear to be legion. : I have *no* idea which category USB lands in. I'd think it was the same as pccard. You insert, you remove, it is there, it is gone. I don't know if USB devices have unique serial numbers or not. That would be about the only way you could know if the device that came and went was the same one as before. Even then for removable disks this can get extremely tricky (ditto the CF card reader/writers, since the CF cards don't seem to have serial numbers). Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 9:58: 8 2000 Delivered-To: cvs-all@freebsd.org Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.40.131]) by hub.freebsd.org (Postfix) with ESMTP id D189F37BA14; Mon, 3 Jul 2000 09:57:56 -0700 (PDT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.9.3/8.9.3) with ESMTP id SAA07270; Mon, 3 Jul 2000 18:57:46 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: Nick Hibma Cc: Warner Losh , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys bus.h bus_private.h src/sys/kern subr_bus.c In-reply-to: Your message of "Mon, 03 Jul 2000 17:45:54 BST." Date: Mon, 03 Jul 2000 18:57:46 +0200 Message-ID: <7268.962643466@critter.freebsd.dk> From: Poul-Henning Kamp Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message , Nick Hibma wri tes: >If someone can come up with a proper solution for the N:1 and 1:N >relation problem, I guess that that would help the use of newbus in CAM >as well (eventhough the pathing in CAM would not be solved yet). > >Rewriting the softc is just a silly hack however to which a proper >solution exists. I disagree. My belief is that all newbus should do is to store a void * of the drivers chosing. In particular it shall not allocate storage for a softc. The contents of the softc is entirely the drivers, newbus has no business inside the softc, consequently it should not allocate it. From that point of view, my driver does the right thing. But best of all: With the function added, newbus can now support both models. This nicely represents the FreeBSD way: "We provide tools, not politics". And on that note, this particular thread is dead from my end. The other thread on which device semantics we choose for removeable devices is *far* more interesting. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD coreteam member | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 10: 0:58 2000 Delivered-To: cvs-all@freebsd.org Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.40.131]) by hub.freebsd.org (Postfix) with ESMTP id 2E3BE37B8EC; Mon, 3 Jul 2000 10:00:53 -0700 (PDT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.9.3/8.9.3) with ESMTP id TAA07313; Mon, 3 Jul 2000 19:00:42 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: Warner Losh Cc: Garrett Wollman , Nick Hibma , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys bus.h bus_private.h src/sys/kern subr_bus.c In-reply-to: Your message of "Mon, 03 Jul 2000 10:52:26 MDT." <200007031652.KAA23743@harmony.village.org> Date: Mon, 03 Jul 2000 19:00:42 +0200 Message-ID: <7311.962643642@critter.freebsd.dk> From: Poul-Henning Kamp Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <200007031652.KAA23743@harmony.village.org>, Warner Losh writes: >In message <7096.962642423@critter.freebsd.dk> Poul-Henning Kamp writes: >: It's a hard call, and I'm not sure it is the best idea to decide this >: on a global basis: ie, the model we use for ethernets and disks may >: be radically different. >: >: In a way I like the way Windows did this, by having a set of >: configurations, ie: undocked, docked, undocked + pccard etc etc >: >: In fact the best idea may be to make this a per device variable: >: >: "if your hardware disappears, stay around" >: or >: "if your hardware disappears, go away" > >When would you want it to stay around? When I try to replace a failed card with fresh hardware, and don't want to loose config for my SDH over Sonet cards 60+ HDLC streams ? (Just an example, I don't have hardware for it) > What would you do with access >while the hardware was gone? The same as for a hardware failure: EIO etc. >How do you know if the same card was >inserted, or one that is the same enough? For PCcard: I probably wouldn't (see other email), for cPCI I could tell by slot number. >How do you know if the >hardware is even connected to the same thing it was when it was >plugged in before? What do you do in these situations? In true FreeBSD style, I would like to be able to tell (per above) when I know, or that I don't know :-) -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD coreteam member | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 10: 8:49 2000 Delivered-To: cvs-all@freebsd.org Received: from tele-post-20.mail.demon.net (tele-post-20.mail.demon.net [194.217.242.20]) by hub.freebsd.org (Postfix) with ESMTP id C876437B9F0; Mon, 3 Jul 2000 10:08:39 -0700 (PDT) (envelope-from n_hibma@qubesoft.com) Received: from calcaphon.demon.co.uk ([193.237.19.5] helo=bluebottle.qubesoft.com) by tele-post-20.mail.demon.net with esmtp (Exim 2.12 #2) id 1399hy-000Fq1-0K; Mon, 3 Jul 2000 17:08:36 +0000 Received: from henny.webweaving.org (henny.qubesoft.com [192.168.1.5]) by bluebottle.qubesoft.com (8.9.3/8.9.1) with ESMTP id SAA52428; Mon, 3 Jul 2000 18:07:27 +0100 (BST) (envelope-from n_hibma@qubesoft.com) Received: from localhost (localhost [127.0.0.1]) by henny.webweaving.org (8.9.3/8.9.3) with ESMTP id SAA21441; Mon, 3 Jul 2000 18:03:05 +0100 (BST) (envelope-from n_hibma@qubesoft.com) Date: Mon, 3 Jul 2000 18:03:05 +0100 (BST) From: Nick Hibma X-Sender: n_hibma@localhost Reply-To: Nick Hibma To: Garrett Wollman Cc: Warner Losh , Poul-Henning Kamp , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys bus.h bus_private.h src/sys/kern subr_bus.c In-Reply-To: <200007031634.MAA17071@khavrinen.lcs.mit.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > I think this is a bug in pccard (or rather, in the way removable > devices are currently implemented in newbus). If I reinsert the same > (or a functionally identical) device, I should be able to expect it to > start off from where it was before. Currently most of this can be done through automatic mounting of the device, DHCP, starting of moused, etc. Nick -- n_hibma@webweaving.org n_hibma@freebsd.org USB project http://www.etla.net/~n_hibma/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 10: 8:49 2000 Delivered-To: cvs-all@freebsd.org Received: from finch-post-10.mail.demon.net (finch-post-10.mail.demon.net [194.217.242.38]) by hub.freebsd.org (Postfix) with ESMTP id D380C37B8EC; Mon, 3 Jul 2000 10:08:36 -0700 (PDT) (envelope-from n_hibma@qubesoft.com) Received: from calcaphon.demon.co.uk ([193.237.19.5] helo=bluebottle.qubesoft.com) by finch-post-10.mail.demon.net with esmtp (Exim 2.12 #1) id 1399hw-000CfU-0A; Mon, 3 Jul 2000 17:08:33 +0000 Received: from henny.webweaving.org (henny.qubesoft.com [192.168.1.5]) by bluebottle.qubesoft.com (8.9.3/8.9.1) with ESMTP id SAA52426; Mon, 3 Jul 2000 18:07:27 +0100 (BST) (envelope-from n_hibma@qubesoft.com) Received: from localhost (localhost [127.0.0.1]) by henny.webweaving.org (8.9.3/8.9.3) with ESMTP id SAA21439; Mon, 3 Jul 2000 18:01:09 +0100 (BST) (envelope-from n_hibma@qubesoft.com) Date: Mon, 3 Jul 2000 18:01:09 +0100 (BST) From: Nick Hibma X-Sender: n_hibma@localhost Reply-To: Nick Hibma To: Garrett Wollman Cc: Warner Losh , Poul-Henning Kamp , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys bus.h bus_private.h src/sys/kern subr_bus.c In-Reply-To: <200007031634.MAA17071@khavrinen.lcs.mit.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > In other words, devices which are removed need to be accounted for as > ``still attached but not physically present'' rather than simply > ``gone''. Could you give an example of when this would be good behaviour, because I can only see big problems when trying to implement this. In general when you willfully remove a device you want it to act like it has disappeared. For example the route over a USB ethernet dongle should be gone so you don't have to wait for timeouts on transfers, and get network down instead. In the case of an accidental remove of a zip drive, it might make sense to have the device appear at the same spot where you removed it. E.g. if the drive was mounted at that point in time. It however opens a whole can of worms: How do I reliably detect that a device is the same that went away before? What about the medium in it? The Linux USB boys discussed this at least two times and decided that it was not feasible. Allthough the USB devices can contain a serial number, it is not mandatory unfortunately. What if the user plugs the device into a different slot or port? Is it still the same? Nick -- n_hibma@webweaving.org n_hibma@freebsd.org USB project http://www.etla.net/~n_hibma/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 10:29:52 2000 Delivered-To: cvs-all@freebsd.org Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.40.131]) by hub.freebsd.org (Postfix) with ESMTP id 1974937BA14; Mon, 3 Jul 2000 10:29:47 -0700 (PDT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.9.3/8.9.3) with ESMTP id TAA07423; Mon, 3 Jul 2000 19:29:39 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: Nick Hibma Cc: Garrett Wollman , Warner Losh , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/sys bus.h bus_private.h src/sys/kern subr_bus.c In-reply-to: Your message of "Mon, 03 Jul 2000 18:01:09 BST." Date: Mon, 03 Jul 2000 19:29:39 +0200 Message-ID: <7421.962645379@critter.freebsd.dk> From: Poul-Henning Kamp Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message , Nick Hibma wri tes: >> In other words, devices which are removed need to be accounted for as >> ``still attached but not physically present'' rather than simply >> ``gone''. > >Could you give an example of when this would be good behaviour, because >I can only see big problems when trying to implement this. > > >In general when you willfully remove a device you want it to act like it >has disappeared. ... unless you are replacing faulty hardware with working hardware. Hot-Plug is a *real* hot item in serious operational environments. (There are smarter ways, but they don't seem to know that :-) -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD coreteam member | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 10:32:21 2000 Delivered-To: cvs-all@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id B5B9E37BC8C; Mon, 3 Jul 2000 10:32:13 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id LAA06260; Mon, 3 Jul 2000 11:32:11 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id LAA24086; Mon, 3 Jul 2000 11:31:59 -0600 (MDT) Message-Id: <200007031731.LAA24086@harmony.village.org> To: Poul-Henning Kamp Subject: Re: cvs commit: src/sys/sys bus.h bus_private.h src/sys/kern subr_bus.c Cc: Nick Hibma , Garrett Wollman , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG In-reply-to: Your message of "Mon, 03 Jul 2000 19:29:39 +0200." <7421.962645379@critter.freebsd.dk> References: <7421.962645379@critter.freebsd.dk> Date: Mon, 03 Jul 2000 11:31:58 -0600 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <7421.962645379@critter.freebsd.dk> Poul-Henning Kamp writes: : Hot-Plug is a *real* hot item in serious operational environments. : (There are smarter ways, but they don't seem to know that :-) Yes. Hotplug is serious. Just how it is implemented is in question here. Do you have the model where the kernel tries to keep this information persistant, or to you force a userland program to deal. And if you do, then what do you do in the interrum between when the device disappears and it is back and configured... Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 10:33:20 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0641F37BC8C; Mon, 3 Jul 2000 10:33:15 -0700 (PDT) (envelope-from jmz@FreeBSD.org) Received: (from jmz@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA17045; Mon, 3 Jul 2000 10:33:14 -0700 (PDT) (envelope-from jmz@FreeBSD.org) Message-Id: <200007031733.KAA17045@freefall.freebsd.org> From: Jean-Marc Zucconi Date: Mon, 3 Jul 2000 10:33:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/XFree86-4 Makefile ports/x11/XFree86-4/files md5 ports/x11/XFree86-4/patches patch-d patch-e patch-i patch-j patch-k ports/x11/XFree86-4/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jmz 2000/07/03 10:33:14 PDT Modified files: x11/XFree86-4 Makefile x11/XFree86-4/files md5 x11/XFree86-4/patches patch-d x11/XFree86-4/pkg PLIST Removed files: x11/XFree86-4/patches patch-e patch-i patch-j patch-k Log: Upgrade to version 4.01 Revision Changes Path 1.84 +9 -9 ports/x11/XFree86-4/Makefile 1.25 +2 -2 ports/x11/XFree86-4/files/md5 1.4 +0 -11 ports/x11/XFree86-4/patches/patch-d 1.31 +1255 -3 ports/x11/XFree86-4/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 10:38:26 2000 Delivered-To: cvs-all@freebsd.org Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.40.131]) by hub.freebsd.org (Postfix) with ESMTP id A918937BA8A; Mon, 3 Jul 2000 10:37:56 -0700 (PDT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.9.3/8.9.3) with ESMTP id TAA07510; Mon, 3 Jul 2000 19:37:26 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: Warner Losh Cc: Nick Hibma , Garrett Wollman , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys bus.h bus_private.h src/sys/kern subr_bus.c In-reply-to: Your message of "Mon, 03 Jul 2000 11:31:58 MDT." <200007031731.LAA24086@harmony.village.org> Date: Mon, 03 Jul 2000 19:37:26 +0200 Message-ID: <7508.962645846@critter.freebsd.dk> From: Poul-Henning Kamp Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <200007031731.LAA24086@harmony.village.org>, Warner Losh writes: >In message <7421.962645379@critter.freebsd.dk> Poul-Henning Kamp writes: >: Hot-Plug is a *real* hot item in serious operational environments. >: (There are smarter ways, but they don't seem to know that :-) > >Yes. Hotplug is serious. Just how it is implemented is in question >here. Do you have the model where the kernel tries to keep this >information persistant, or to you force a userland program to deal. >And if you do, then what do you do in the interrum between when the >device disappears and it is back and configured... Maybe we should vector around arch@ for some opinions on this ? -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD coreteam member | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 10:38:57 2000 Delivered-To: cvs-all@freebsd.org Received: from finch-post-12.mail.demon.net (finch-post-12.mail.demon.net [194.217.242.41]) by hub.freebsd.org (Postfix) with ESMTP id 5C2A137C17A; Mon, 3 Jul 2000 10:38:52 -0700 (PDT) (envelope-from n_hibma@qubesoft.com) Received: from calcaphon.demon.co.uk ([193.237.19.5] helo=bluebottle.qubesoft.com) by finch-post-12.mail.demon.net with esmtp (Exim 2.12 #1) id 139ABF-000Agx-0C; Mon, 3 Jul 2000 17:38:50 +0000 Received: from henny.webweaving.org (henny.qubesoft.com [192.168.1.5]) by bluebottle.qubesoft.com (8.9.3/8.9.1) with ESMTP id SAA53255; Mon, 3 Jul 2000 18:38:35 +0100 (BST) (envelope-from n_hibma@qubesoft.com) Received: from localhost (localhost [127.0.0.1]) by henny.webweaving.org (8.9.3/8.9.3) with ESMTP id SAA21524; Mon, 3 Jul 2000 18:10:54 +0100 (BST) (envelope-from n_hibma@qubesoft.com) Date: Mon, 3 Jul 2000 18:10:54 +0100 (BST) From: Nick Hibma X-Sender: n_hibma@localhost Reply-To: Nick Hibma To: Poul-Henning Kamp Cc: Warner Losh , Garrett Wollman , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/sys bus.h bus_private.h src/sys/kern subr_bus.c In-Reply-To: <7213.962643120@critter.freebsd.dk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > it probably is the correct behaviour for pccard and cardbus to go away > and stay away until replugged. > > It is probably the wrong behaviour for practically any other bus based > technology (cPCI etc). > > I have *no* idea which category USB lands in. Devices loose all state when disconnected and should be treated as uninitialised when coming back. Even host to host cables tend to treat loss of connection as fatal, allthough at least one of them remains powered if one of the connections is present, for reasons unknown ti me. Nick -- n_hibma@webweaving.org n_hibma@freebsd.org USB project http://www.etla.net/~n_hibma/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 10:39:28 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8DFBB37BA8A; Mon, 3 Jul 2000 10:39:25 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA17610; Mon, 3 Jul 2000 10:39:24 -0700 (PDT) (envelope-from phk@FreeBSD.org) Message-Id: <200007031739.KAA17610@freefall.freebsd.org> From: Poul-Henning Kamp Date: Mon, 3 Jul 2000 10:39:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ngctl config.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG phk 2000/07/03 10:39:24 PDT Added files: usr.sbin/ngctl config.c Log: Yellow hat this way: forgot cvs add. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 11: 9:43 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8239037B9BD; Mon, 3 Jul 2000 11:09:40 -0700 (PDT) (envelope-from joe@FreeBSD.org) Received: (from joe@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA23062; Mon, 3 Jul 2000 11:09:40 -0700 (PDT) (envelope-from joe@FreeBSD.org) Message-Id: <200007031809.LAA23062@freefall.freebsd.org> From: Josef Karthauser Date: Mon, 3 Jul 2000 11:09:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include unistd.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG joe 2000/07/03 11:09:40 PDT Modified files: (Branch: RELENG_4) include unistd.h Log: MFC: revision 1.36. Add fflagstostr and strtofflags prototypes. Revision Changes Path 1.35.2.1 +3 -1 src/include/unistd.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 11:19: 0 2000 Delivered-To: cvs-all@freebsd.org Received: from anchor-post-34.mail.demon.net (anchor-post-34.mail.demon.net [194.217.242.92]) by hub.freebsd.org (Postfix) with ESMTP id BEAB937B5E2; Mon, 3 Jul 2000 11:18:53 -0700 (PDT) (envelope-from n_hibma@qubesoft.com) Received: from calcaphon.demon.co.uk ([193.237.19.5] helo=bluebottle.qubesoft.com) by anchor-post-34.mail.demon.net with esmtp (Exim 2.12 #1) id 139Anz-00054r-0Y; Mon, 3 Jul 2000 19:18:51 +0100 Received: from henny.webweaving.org (henny.qubesoft.com [192.168.1.5]) by bluebottle.qubesoft.com (8.9.3/8.9.1) with ESMTP id TAA54087; Mon, 3 Jul 2000 19:18:21 +0100 (BST) (envelope-from n_hibma@qubesoft.com) Received: from localhost (localhost [127.0.0.1]) by henny.webweaving.org (8.9.3/8.9.3) with ESMTP id TAA21648; Mon, 3 Jul 2000 19:13:01 +0100 (BST) (envelope-from n_hibma@qubesoft.com) Date: Mon, 3 Jul 2000 19:13:01 +0100 (BST) From: Nick Hibma X-Sender: n_hibma@localhost Reply-To: Nick Hibma To: Poul-Henning Kamp Cc: Warner Losh , Garrett Wollman , cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/sys bus.h bus_private.h src/sys/kern subr_bus.c In-Reply-To: <7508.962645846@critter.freebsd.dk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > >Yes. Hotplug is serious. Just how it is implemented is in question > >here. Do you have the model where the kernel tries to keep this > >information persistant, or to you force a userland program to deal. > >And if you do, then what do you do in the interrum between when the > >device disappears and it is back and configured... > > Maybe we should vector around arch@ for some opinions on this ? Possibly adding a good example or two for both cases in the initial message to avoid noise from people that are not familiar with requirements for high-availability? Nick -- n_hibma@webweaving.org n_hibma@freebsd.org USB project http://www.etla.net/~n_hibma/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 11:40:49 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5608437BBD2; Mon, 3 Jul 2000 11:40:46 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA27809; Mon, 3 Jul 2000 11:40:46 -0700 (PDT) (envelope-from phk@FreeBSD.org) Message-Id: <200007031840.LAA27809@freefall.freebsd.org> From: Poul-Henning Kamp Date: Mon, 3 Jul 2000 11:40:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT access X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG phk 2000/07/03 11:40:46 PDT Modified files: . access Log: Welcome to a new committer: Adrian Chadd. Mentor: rwatson. Revision Changes Path 1.161 +2 -1 CVSROOT/access To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 11:41: 5 2000 Delivered-To: cvs-all@freebsd.org Received: from anchor-post-33.mail.demon.net (anchor-post-33.mail.demon.net [194.217.242.91]) by hub.freebsd.org (Postfix) with ESMTP id BF2B837BBD2; Mon, 3 Jul 2000 11:40:54 -0700 (PDT) (envelope-from n_hibma@qubesoft.com) Received: from calcaphon.demon.co.uk ([193.237.19.5] helo=bluebottle.qubesoft.com) by anchor-post-33.mail.demon.net with esmtp (Exim 2.12 #1) id 139B9I-0003xZ-0X; Mon, 3 Jul 2000 19:40:52 +0100 Received: from henny.webweaving.org (henny.qubesoft.com [192.168.1.5]) by bluebottle.qubesoft.com (8.9.3/8.9.1) with ESMTP id TAA54631; Mon, 3 Jul 2000 19:40:51 +0100 (BST) (envelope-from n_hibma@qubesoft.com) Received: from localhost (localhost [127.0.0.1]) by henny.webweaving.org (8.9.3/8.9.3) with ESMTP id TAA21756; Mon, 3 Jul 2000 19:36:42 +0100 (BST) (envelope-from n_hibma@qubesoft.com) Date: Mon, 3 Jul 2000 19:36:42 +0100 (BST) From: Nick Hibma X-Sender: n_hibma@localhost Reply-To: Nick Hibma To: Poul-Henning Kamp Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys bus.h bus_private.h src/sys/kern subr_bus.c In-Reply-To: <7268.962643466@critter.freebsd.dk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I take offence to this message. The arrogance displayed in the last paragraph is astonishing. Second, I require that the manpage for device_set_softc contains a sentence that indicates that the softc needs only be set in cases where the softc provided by newbus does not give the driver the required flexiblity (*). Nick (*) Arguments: Memory fragmentation early in the boot process, duplication of code, and the chance of softc lying around after the driver has been unloaded because of not deallocating the softc (broken driver). On Mon, 3 Jul 2000, Poul-Henning Kamp wrote: > In message , Nick Hibma wri > tes: > > >If someone can come up with a proper solution for the N:1 and 1:N > >relation problem, I guess that that would help the use of newbus in CAM > >as well (eventhough the pathing in CAM would not be solved yet). > > > >Rewriting the softc is just a silly hack however to which a proper > >solution exists. > > I disagree. > > My belief is that all newbus should do is to store a void * of the > drivers chosing. In particular it shall not allocate storage for > a softc. The contents of the softc is entirely the drivers, newbus > has no business inside the softc, consequently it should not allocate > it. > > >From that point of view, my driver does the right thing. > > But best of all: With the function added, newbus can now support > both models. > > This nicely represents the FreeBSD way: "We provide tools, not > politics". > > And on that note, this particular thread is dead from my end. The > other thread on which device semantics we choose for removeable > devices is *far* more interesting. > > -- > Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 > phk@FreeBSD.ORG | TCP/IP since RFC 956 > FreeBSD coreteam member | BSD since 4.3-tahoe > Never attribute to malice what can adequately be explained by incompetence. > -- n_hibma@webweaving.org n_hibma@freebsd.org USB project http://www.etla.net/~n_hibma/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 11:44:17 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 92BF037C25E; Mon, 3 Jul 2000 11:44:10 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA28131; Mon, 3 Jul 2000 11:44:10 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007031844.LAA28131@freefall.freebsd.org> From: "David E. O'Brien" Date: Mon, 3 Jul 2000 11:44:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/isc-dhcp - Imported sources X-FreeBSD-CVS-Branch: Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/03 11:44:10 PDT src/contrib/isc-dhcp - Imported sources Update of /home/ncvs/src/contrib/isc-dhcp In directory freefall.freebsd.org:/c/tmp/cvs-serv28055 Log Message: Import Patchlevel 2 of the ISC 2.0 dhcp client. Status: Vendor Tag: ISC Release Tags: isc_dhcp_2_0_pl2 U src/contrib/isc-dhcp/CHANGES U src/contrib/isc-dhcp/Makefile.conf U src/contrib/isc-dhcp/Makefile.dist U src/contrib/isc-dhcp/README U src/contrib/isc-dhcp/RELNOTES U src/contrib/isc-dhcp/configure U src/contrib/isc-dhcp/client/Makefile.dist U src/contrib/isc-dhcp/client/clparse.c U src/contrib/isc-dhcp/client/dhclient-script.8 U src/contrib/isc-dhcp/client/dhclient.8 U src/contrib/isc-dhcp/client/dhclient.c U src/contrib/isc-dhcp/client/dhclient.conf U src/contrib/isc-dhcp/client/dhclient.conf.5 U src/contrib/isc-dhcp/client/dhclient.leases.5 U src/contrib/isc-dhcp/client/scripts/freebsd U src/contrib/isc-dhcp/common/Makefile.dist U src/contrib/isc-dhcp/common/alloc.c U src/contrib/isc-dhcp/common/bpf.c U src/contrib/isc-dhcp/common/conflex.c U src/contrib/isc-dhcp/common/convert.c U src/contrib/isc-dhcp/common/dhcp-options.5 U src/contrib/isc-dhcp/common/dispatch.c U src/contrib/isc-dhcp/common/errwarn.c U src/contrib/isc-dhcp/common/ethernet.c U src/contrib/isc-dhcp/common/hash.c U src/contrib/isc-dhcp/common/icmp.c U src/contrib/isc-dhcp/common/inet.c U src/contrib/isc-dhcp/common/inet_addr.c U src/contrib/isc-dhcp/common/lpf.c U src/contrib/isc-dhcp/common/memory.c U src/contrib/isc-dhcp/common/nit.c U src/contrib/isc-dhcp/common/options.c U src/contrib/isc-dhcp/common/packet.c U src/contrib/isc-dhcp/common/parse.c U src/contrib/isc-dhcp/common/print.c U src/contrib/isc-dhcp/common/raw.c U src/contrib/isc-dhcp/common/socket.c U src/contrib/isc-dhcp/common/tables.c U src/contrib/isc-dhcp/common/tr.c U src/contrib/isc-dhcp/common/tree.c U src/contrib/isc-dhcp/common/upf.c U src/contrib/isc-dhcp/includes/cdefs.h U src/contrib/isc-dhcp/includes/dhcp.h U src/contrib/isc-dhcp/includes/dhcpd.h U src/contrib/isc-dhcp/includes/dhctoken.h U src/contrib/isc-dhcp/includes/hash.h U src/contrib/isc-dhcp/includes/inet.h U src/contrib/isc-dhcp/includes/osdep.h U src/contrib/isc-dhcp/includes/site.h U src/contrib/isc-dhcp/includes/sysconf.h U src/contrib/isc-dhcp/includes/tree.h U src/contrib/isc-dhcp/includes/version.h U src/contrib/isc-dhcp/includes/cf/freebsd.h U src/contrib/isc-dhcp/includes/arpa/nameser.h U src/contrib/isc-dhcp/includes/netinet/if_ether.h U src/contrib/isc-dhcp/includes/netinet/ip.h U src/contrib/isc-dhcp/includes/netinet/ip_icmp.h U src/contrib/isc-dhcp/includes/netinet/udp.h No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 11:53:53 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9720337BED7; Mon, 3 Jul 2000 11:53:48 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA29141; Mon, 3 Jul 2000 11:53:48 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007031853.LAA29141@freefall.freebsd.org> From: "David E. O'Brien" Date: Mon, 3 Jul 2000 11:53:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/isc-dhcp README RELNOTES src/contrib/isc-dhcp/includes version.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/03 11:53:48 PDT Modified files: (Branch: RELENG_4) contrib/isc-dhcp README RELNOTES contrib/isc-dhcp/includes version.h Log: MFC: patchlevel 2 changes Revision Changes Path 1.1.1.6.2.2 +4 -4 src/contrib/isc-dhcp/README 1.1.1.6.2.2 +7 -2 src/contrib/isc-dhcp/RELNOTES 1.1.1.1.4.2 +1 -1 src/contrib/isc-dhcp/includes/version.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 11:54: 8 2000 Delivered-To: cvs-all@freebsd.org Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.40.131]) by hub.freebsd.org (Postfix) with ESMTP id 38CE037C5AE; Mon, 3 Jul 2000 11:53:55 -0700 (PDT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.9.3/8.9.3) with ESMTP id UAA07960; Mon, 3 Jul 2000 20:53:51 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: Nick Hibma Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys bus.h bus_private.h src/sys/kern subr_bus.c In-reply-to: Your message of "Mon, 03 Jul 2000 19:36:42 BST." Date: Mon, 03 Jul 2000 20:53:51 +0200 Message-ID: <7958.962650431@critter.freebsd.dk> From: Poul-Henning Kamp Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message , Nick Hibma wri tes: > >I take offence to this message. The arrogance displayed in the last >paragraph is astonishing. > >Second, I require that the manpage for device_set_softc contains a >sentence that indicates that the softc needs only be set in cases where >the softc provided by newbus does not give the driver the required >flexiblity (*). You're wasting your breath. You can require all you want, you can take all the offence you want: "it ain't gonna make no difference". FreeBSD delivers tools, not policy. This includes the policy on softc use in device drivers you seem to advocate. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD coreteam member | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 12:17:29 2000 Delivered-To: cvs-all@freebsd.org Received: from server.baldwin.cx (server.geekhouse.net [64.81.6.52]) by hub.freebsd.org (Postfix) with ESMTP id B874A37B694; Mon, 3 Jul 2000 12:17:21 -0700 (PDT) (envelope-from john@baldwin.cx) Received: from john.baldwin.cx (root@john.baldwin.cx [192.168.1.18]) by server.baldwin.cx (8.9.3/8.9.3) with ESMTP id MAA29225; Mon, 3 Jul 2000 12:17:17 -0700 (PDT) (envelope-from john@baldwin.cx) Received: (from john@localhost) by john.baldwin.cx (8.9.3/8.9.3) id MAA36724; Mon, 3 Jul 2000 12:18:19 -0700 (PDT) (envelope-from john) Message-Id: <200007031918.MAA36724@john.baldwin.cx> X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <7958.962650431@critter.freebsd.dk> Date: Mon, 03 Jul 2000 12:18:19 -0700 (PDT) From: John Baldwin To: Poul-Henning Kamp Subject: Re: cvs commit: src/sys/sys bus.h bus_private.h src/sys/kern sub Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, Nick Hibma Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 03-Jul-00 Poul-Henning Kamp wrote: > In message , Nick Hibma wri > tes: >> >>I take offence to this message. The arrogance displayed in the last >>paragraph is astonishing. >> >>Second, I require that the manpage for device_set_softc contains a >>sentence that indicates that the softc needs only be set in cases where >>the softc provided by newbus does not give the driver the required >>flexiblity (*). > > You're wasting your breath. You can require all you want, you can > take all the offence you want: "it ain't gonna make no difference". > > FreeBSD delivers tools, not policy. This includes the policy on > softc use in device drivers you seem to advocate. And that's why we have both new-bus and new-config in the system, right? We are capable of setting some policy. How about having the new struct bio? That's policy now, isn't it? It's not just policy if someone else does it and tools if you do it. -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.cslab.vt.edu/~jobaldwi/pgpkey.asc "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 12:32:14 2000 Delivered-To: cvs-all@freebsd.org Received: from lucifer.bart.nl (lucifer.bart.nl [194.158.168.74]) by hub.freebsd.org (Postfix) with ESMTP id C5F7237BB6F; Mon, 3 Jul 2000 12:32:06 -0700 (PDT) (envelope-from asmodai@lucifer.bart.nl) Received: (from asmodai@localhost) by lucifer.bart.nl (8.9.3/8.9.3) id VAA99301; Mon, 3 Jul 2000 21:32:05 +0200 (CEST) (envelope-from asmodai) Date: Mon, 3 Jul 2000 21:32:05 +0200 From: Jeroen Ruigrok van der Werven To: Poul-Henning Kamp Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: CVSROOT access Message-ID: <20000703213205.B99080@lucifer.bart.nl> References: <200007031840.LAA27809@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <200007031840.LAA27809@freefall.freebsd.org>; from phk@FreeBSD.org on Mon, Jul 03, 2000 at 11:40:46AM -0700 Organisation: VIA Net.Works The Netherlands Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -On [20000703 20:48], Poul-Henning Kamp (phk@FreeBSD.org) wrote: > Log: > Welcome to a new committer: Adrian Chadd. And adrian will be focusing on what exactly? Also, don't forget to add yourself to the handbook, the newsflash, etc etc, yadda yadda. You know the drill. And otherwise I'll drive up to where you live. =) Welcome aboard. Oh btw people, I believe Adrian has this weird thing for VFS. -- Jeroen Ruigrok van der Werven Network- and systemadministrator VIA Net.Works The Netherlands BSD: Technical excellence at its best http://www.via-net-works.nl Looking for the Sun that eclipsed behind black feathered wings... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 12:40:46 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9156237BEFC; Mon, 3 Jul 2000 12:40:43 -0700 (PDT) (envelope-from jmz@FreeBSD.org) Received: (from jmz@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA34876; Mon, 3 Jul 2000 12:40:43 -0700 (PDT) (envelope-from jmz@FreeBSD.org) Message-Id: <200007031940.MAA34876@freefall.freebsd.org> From: Jean-Marc Zucconi Date: Mon, 3 Jul 2000 12:40:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/XFree86-4 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jmz 2000/07/03 12:40:43 PDT Modified files: x11/XFree86-4 Makefile Log: The source directory in MASTER_SITES is 4.0.1 (not 4.01) Set also the port version to 4.0.1 Revision Changes Path 1.85 +7 -7 ports/x11/XFree86-4/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 12:43: 8 2000 Delivered-To: cvs-all@freebsd.org Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.40.131]) by hub.freebsd.org (Postfix) with ESMTP id ABD8537BDB6; Mon, 3 Jul 2000 12:42:52 -0700 (PDT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.9.3/8.9.3) with ESMTP id VAA08364; Mon, 3 Jul 2000 21:42:50 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: John Baldwin Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, Nick Hibma Subject: Re: cvs commit: src/sys/sys bus.h bus_private.h src/sys/kern sub In-reply-to: Your message of "Mon, 03 Jul 2000 12:18:19 PDT." <200007031918.MAA36724@john.baldwin.cx> Date: Mon, 03 Jul 2000 21:42:49 +0200 Message-ID: <8362.962653369@critter.freebsd.dk> From: Poul-Henning Kamp Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <200007031918.MAA36724@john.baldwin.cx>, John Baldwin writes: >> FreeBSD delivers tools, not policy. This includes the policy on >> softc use in device drivers you seem to advocate. > >And that's why we have both new-bus and new-config in the system, >right? With regards to new-bus and new-config, I'm the wrong person to ask, I didn't get much involved in that one. My perception from what I read and remember, was that new-config was config warmed over with a gratin sauce, but still suffering from all the ailments of config, and without any of the flexibility we desire in FreeBSD. So in that sensel: adopting new-config would have set a stricter "policy" than new-bus does. But policy vs tools, doesn't really apply to that case I think, that was more a case of two competing implementations. >We are capable of setting some policy. I still don't see an example really. The only time I would say that we set policy is when we say things like "BSD always had /bin/csh as roots shell, and that's they way it's gonna stay!" For a question like which shell for root, that is IMO a valid answer, since the only other sensible way to decide it would be a coin toss, and I'd rather let POLA reign: FreeBSD 1.0 and forward have all had /bin/csh as roots shell and before that a lot of BSD and 386BSD releases has as well, and there is no overwhelming reason to change, only personal preferences. >How about having >the new struct bio? That's policy now, isn't it? It's not just >policy if someone else does it and tools if you do it. If struct bio implements a policy then that policy is no different from what struct buf implemented. All I did was to split struct buf in two separate structures. >It's not just >policy if someone else does it and tools if you do it. Are we getting a bit annoyed here ? :-) No, it's policy when you limit peoples otherwise valid uses of something. If we removed telnetd or ftpd from the tree because People Really Should Not Be Using It, as has been proposed several times, that would be policy. In this particular case, Nick hasn't really given any other reason than "because I say so", and that is pure policy (at best). When he starts to argue with memory fragmentation at boot (if we're that tight we're toast anyway), broken drivers (right, we should design our system to cater specially for broken drivers ?) he reminds me of the note scribbled in the margin of the manuscript to a priests sermon: "Weak argument, raise voice" :-) I think Nick and I agree that it is a shortcoming in new-bus that it can not handle this particular (but not that uncommon) device architecture better, but until somebody enhances new-bus to do that, I have the freedom to chose the best possible workaround. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD coreteam member | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 12:44:12 2000 Delivered-To: cvs-all@freebsd.org Received: from fw.wintelcom.net (ns1.wintelcom.net [209.1.153.20]) by hub.freebsd.org (Postfix) with ESMTP id BDA9437B97D; Mon, 3 Jul 2000 12:44:04 -0700 (PDT) (envelope-from bright@fw.wintelcom.net) Received: (from bright@localhost) by fw.wintelcom.net (8.10.0/8.10.0) id e63Ji4f29023; Mon, 3 Jul 2000 12:44:04 -0700 (PDT) Date: Mon, 3 Jul 2000 12:44:04 -0700 From: Alfred Perlstein To: Jean-Marc Zucconi Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/x11/XFree86-4 Makefile Message-ID: <20000703124404.X25571@fw.wintelcom.net> References: <200007031940.MAA34876@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <200007031940.MAA34876@freefall.freebsd.org>; from jmz@FreeBSD.org on Mon, Jul 03, 2000 at 12:40:43PM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * Jean-Marc Zucconi [000703 12:41] wrote: > jmz 2000/07/03 12:40:43 PDT > > Modified files: > x11/XFree86-4 Makefile > Log: > The source directory in MASTER_SITES is 4.0.1 (not 4.01) > Set also the port version to 4.0.1 > > Revision Changes Path > 1.85 +7 -7 ports/x11/XFree86-4/Makefile Have they fixed the security issues mentioned in the install banner? -- -Alfred Perlstein - [bright@wintelcom.net|alfred@freebsd.org] "I have the heart of a child; I keep it in a jar on my desk." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 12:50:17 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8B57137B551; Mon, 3 Jul 2000 12:50:11 -0700 (PDT) (envelope-from jmz@FreeBSD.org) Received: (from jmz@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA36235; Mon, 3 Jul 2000 12:50:12 -0700 (PDT) (envelope-from jmz@FreeBSD.org) Message-Id: <200007031950.MAA36235@freefall.freebsd.org> From: Jean-Marc Zucconi Date: Mon, 3 Jul 2000 12:50:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/XFree86-4/pkg PLIST ports/x11/XFree86-4/scripts configure X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jmz 2000/07/03 12:50:11 PDT Modified files: x11/XFree86-4/pkg PLIST Log: Add the cyrix driver. Revision Changes Path 1.32 +3 -0 ports/x11/XFree86-4/pkg/PLIST Modified files: x11/XFree86-4/scripts configure Log: Add the cyrix driver. Dont ask for enabling PAM. XFree86-4 does not support PAM. Revision Changes Path 1.61 +9 -7 ports/x11/XFree86-4/scripts/configure To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 12:54:50 2000 Delivered-To: cvs-all@freebsd.org Received: from server.baldwin.cx (server.geekhouse.net [64.81.6.52]) by hub.freebsd.org (Postfix) with ESMTP id DCD1D37B551; Mon, 3 Jul 2000 12:54:38 -0700 (PDT) (envelope-from john@baldwin.cx) Received: from john.baldwin.cx (root@john.baldwin.cx [192.168.1.18]) by server.baldwin.cx (8.9.3/8.9.3) with ESMTP id MAA29418; Mon, 3 Jul 2000 12:54:38 -0700 (PDT) (envelope-from john@baldwin.cx) Received: (from john@localhost) by john.baldwin.cx (8.9.3/8.9.3) id MAA36801; Mon, 3 Jul 2000 12:55:40 -0700 (PDT) (envelope-from john) Message-Id: <200007031955.MAA36801@john.baldwin.cx> X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20000703213205.B99080@lucifer.bart.nl> Date: Mon, 03 Jul 2000 12:55:39 -0700 (PDT) From: John Baldwin To: Jeroen Ruigrok van der Werven Subject: Re: cvs commit: CVSROOT access Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, Poul-Henning Kamp Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 03-Jul-00 Jeroen Ruigrok van der Werven wrote: > -On [20000703 20:48], Poul-Henning Kamp (phk@FreeBSD.org) wrote: >> Log: >> Welcome to a new committer: Adrian Chadd. > > Oh btw people, I believe Adrian has this weird thing for VFS. Oh, goody! Just what we need. -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.cslab.vt.edu/~jobaldwi/pgpkey.asc "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 12:58:44 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0BE0737BB6F; Mon, 3 Jul 2000 12:58:41 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA37476; Mon, 3 Jul 2000 12:58:41 -0700 (PDT) (envelope-from will@FreeBSD.org) Message-Id: <200007031958.MAA37476@freefall.freebsd.org> From: Will Andrews Date: Mon, 3 Jul 2000 12:58:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/Tools/scripts addport X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2000/07/03 12:58:41 PDT Modified files: Tools/scripts addport Log: Allow existing CVS_RSH environment var to take precedent. Submitted by: sobomax Revision Changes Path 1.3 +5 -3 ports/Tools/scripts/addport To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 12:59:46 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CAEF537BB6F; Mon, 3 Jul 2000 12:59:43 -0700 (PDT) (envelope-from jmz@FreeBSD.org) Received: (from jmz@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA37678; Mon, 3 Jul 2000 12:59:44 -0700 (PDT) (envelope-from jmz@FreeBSD.org) Date: Mon, 3 Jul 2000 12:59:44 -0700 (PDT) Message-Id: <200007031959.MAA37678@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: jmz set sender to jmz@FreeBSD.org using -f From: Jean-Marc Zucconi To: Alfred Perlstein Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/x11/XFree86-4 Makefile In-Reply-To: <20000703124404.X25571@fw.wintelcom.net> References: <200007031940.MAA34876@freefall.freebsd.org> <20000703124404.X25571@fw.wintelcom.net> X-Mailer: VM 6.75 under Emacs 20.7.1 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >>>>> Alfred Perlstein writes: > Have they fixed the security issues mentioned in the install > banner? They have fixed the _known_ holes but the server is still setuid root so the possibility of undiscovered security bugs remains. Jean-Marc -- Jean-Marc Zucconi PGP Key: finger jmz@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 12:59:56 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CF55B37BDB6; Mon, 3 Jul 2000 12:59:46 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA37720; Mon, 3 Jul 2000 12:59:47 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <200007031959.MAA37720@freefall.freebsd.org> From: Matt Jacob Date: Mon, 3 Jul 2000 12:59:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha clock_if.m dec_3000_300.c dec_3000_500.c elf_machdep.c exception.s gensetdefs.c ieee_float.h locore.s procfs_machdep.c prom_disp.s setdef1.c timerreg.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2000/07/03 12:59:47 PDT Modified files: (Branch: RELENG_4) sys/alpha/alpha clock_if.m dec_3000_300.c dec_3000_500.c elf_machdep.c exception.s gensetdefs.c ieee_float.h locore.s procfs_machdep.c prom_disp.s setdef1.c timerreg.h Log: MFC: Fix CVS/RCS headers. Revision Changes Path 1.4.2.1 +1 -1 src/sys/alpha/alpha/clock_if.m 1.2.2.1 +1 -1 src/sys/alpha/alpha/dec_3000_300.c 1.2.2.1 +1 -1 src/sys/alpha/alpha/dec_3000_500.c 1.7.2.1 +1 -1 src/sys/alpha/alpha/elf_machdep.c 1.3.2.1 +1 -1 src/sys/alpha/alpha/exception.s 1.3.2.1 +1 -1 src/sys/alpha/alpha/gensetdefs.c 1.2.2.1 +1 -1 src/sys/alpha/alpha/ieee_float.h 1.9.2.1 +1 -1 src/sys/alpha/alpha/locore.s 1.4.2.1 +1 -1 src/sys/alpha/alpha/procfs_machdep.c 1.2.2.1 +1 -1 src/sys/alpha/alpha/prom_disp.s 1.2.2.1 +1 -1 src/sys/alpha/alpha/setdef1.c 1.2.2.1 +1 -1 src/sys/alpha/alpha/timerreg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 13: 4:23 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F001337BEFC; Mon, 3 Jul 2000 13:04:17 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA38385; Mon, 3 Jul 2000 13:04:18 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <200007032004.NAA38385@freefall.freebsd.org> From: Matt Jacob Date: Mon, 3 Jul 2000 13:04:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha clock.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2000/07/03 13:04:18 PDT Modified files: (Branch: RELENG_4) sys/alpha/alpha clock.c Log: MFC(1.15): Avoid dividing by zero when beeping with a zero pitch. This was bad. Revision Changes Path 1.13.2.1 +4 -2 src/sys/alpha/alpha/clock.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 13: 8: 7 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B01BD37BFFD; Mon, 3 Jul 2000 13:08:01 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA40040; Mon, 3 Jul 2000 13:08:01 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <200007032008.NAA40040@freefall.freebsd.org> From: Matt Jacob Date: Mon, 3 Jul 2000 13:08:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/tlsb gbusvar.h kftxxvar.h mcclock_tlsb.c zsreg.h zsvar.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2000/07/03 13:08:01 PDT Modified files: (Branch: RELENG_4) sys/alpha/tlsb gbusvar.h kftxxvar.h mcclock_tlsb.c zsreg.h zsvar.h Log: MFC: fix CVS/RCS headers. Revision Changes Path 1.4.2.1 +1 -1 src/sys/alpha/tlsb/gbusvar.h 1.4.2.1 +1 -1 src/sys/alpha/tlsb/kftxxvar.h 1.6.2.1 +1 -1 src/sys/alpha/tlsb/mcclock_tlsb.c 1.3.2.1 +1 -1 src/sys/alpha/tlsb/zsreg.h 1.2.2.1 +1 -1 src/sys/alpha/tlsb/zsvar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 13:28: 3 2000 Delivered-To: cvs-all@freebsd.org Received: from ywing.creative.net.au (ywing.creative.net.au [203.56.168.34]) by hub.freebsd.org (Postfix) with ESMTP id CDD9037B587; Mon, 3 Jul 2000 13:27:49 -0700 (PDT) (envelope-from adrian@ywing.creative.net.au) Received: (from adrian@localhost) by ywing.creative.net.au (8.9.3/8.9.3) id WAA69680; Mon, 3 Jul 2000 22:34:42 +0200 (CEST) (envelope-from adrian) Date: Mon, 3 Jul 2000 22:34:42 +0200 From: Adrian Chadd To: Jeroen Ruigrok van der Werven Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: CVSROOT access Message-ID: <20000703223442.D68833@ywing.creative.net.au> References: <200007031840.LAA27809@freefall.freebsd.org> <20000703213205.B99080@lucifer.bart.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <20000703213205.B99080@lucifer.bart.nl>; from jruigrok@via-net-works.nl on Mon, Jul 03, 2000 at 09:32:05PM +0200 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Jul 03, 2000, Jeroen Ruigrok van der Werven wrote: > -On [20000703 20:48], Poul-Henning Kamp (phk@FreeBSD.org) wrote: > > Log: > > Welcome to a new committer: Adrian Chadd. > > And adrian will be focusing on what exactly? > > Also, don't forget to add yourself to the handbook, the newsflash, etc > etc, yadda yadda. You know the drill. > > And otherwise I'll drive up to where you live. =) > > Welcome aboard. > > Oh btw people, I believe Adrian has this weird thing for VFS. Paitence .. I'm trying to enjoy a good curry. "Know the drill" ? Its not like I've been a committer before. :-) Adrian -- Adrian Chadd Build a man a fire, and he's warm for the rest of the evening. Set a man on fire and he's warm for the rest of his life. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 13:31:54 2000 Delivered-To: cvs-all@freebsd.org Received: from peace.mahoroba.org (peace.calm.imasy.or.jp [202.227.26.34]) by hub.freebsd.org (Postfix) with ESMTP id DCF7B37B63E; Mon, 3 Jul 2000 13:31:44 -0700 (PDT) (envelope-from ume@mahoroba.org) Received: from localhost (IDENT:ZJdzoTiWkqptJYkfnmIUcVQVP5fxbjiuGUzN7bv8dgWKVFLsoPRjIlJpvv2zLLbW@localhost [::1]) (authenticated) by peace.mahoroba.org (8.10.2/3.7W-peace) with ESMTP id e63KVH475766; Tue, 4 Jul 2000 05:31:17 +0900 (JST) (envelope-from ume@mahoroba.org) Date: Tue, 04 Jul 2000 05:31:14 +0900 (JST) Message-Id: <20000704.053114.74682883.ume@mahoroba.org> To: sobomax@FreeBSD.org Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/print/ghostscript5 Makefile ports/graphics/png Makefile ports/graphics/png/files md5 ports/graphics/png/pkg DESCR From: Hajimu UMEMOTO In-Reply-To: <200007030854.BAA39660@freefall.freebsd.org> References: <200007030854.BAA39660@freefall.freebsd.org> X-Mailer: xcite1.20> Mew version 1.95b38 on Emacs 20.6 / Mule 4.0 =?iso-2022-jp?B?KBskQjJWMWMbKEIp?= X-PGP-Public-Key: http://www.imasy.org/~ume/publickey.asc X-PGP-Fingerprint: 6B 0C 53 FC 5D D0 37 91 05 D0 B3 EF 36 9B 6A BC X-URL: http://www.imasy.org/~ume/ X-OS: FreeBSD 5.0-CURRENT Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >>>>> On Mon, 3 Jul 2000 01:54:27 -0700 (PDT) >>>>> Maxim Sobolev said: sobomax> sobomax 2000/07/03 01:54:27 PDT sobomax> Modified files: sobomax> print/ghostscript5 Makefile sobomax> graphics/png Makefile sobomax> graphics/png/files md5 sobomax> graphics/png/pkg DESCR sobomax> Log: sobomax> Update libpng to 1.0.7. Also add MASTER_SITE_SOURCEFORGE and appropriate WWW sobomax> into PLIST while I'm here. Umm, new libpng breaks my existing GNOME/sawfish environment. libpng 1.0.7 seems to have incompatibility with 1.0.6. Shlib version of libpng.so should be bumped. libpng error: Application must be recompiled; version 1.0.6 was incompatible -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan ume@mahoroba.org ume@bisd.hitachi.co.jp ume@FreeBSD.org http://www.imasy.org/~ume/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 13:52: 6 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6AE5237BA30; Mon, 3 Jul 2000 13:52:01 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA45331; Mon, 3 Jul 2000 13:52:01 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <200007032052.NAA45331@freefall.freebsd.org> From: Peter Wemm Date: Mon, 3 Jul 2000 13:52:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/defaults make.conf X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG peter 2000/07/03 13:52:01 PDT Modified files: etc/defaults make.conf Log: Delete the RSAREF=YES example from make.conf - it is not used at all. Add knobs for the optional crypto parts with some notes. Revision Changes Path 1.112 +17 -5 src/etc/defaults/make.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 13:52:34 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6819237B930; Mon, 3 Jul 2000 13:52:28 -0700 (PDT) (envelope-from cg@FreeBSD.org) Received: (from cg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA45483; Mon, 3 Jul 2000 13:52:28 -0700 (PDT) (envelope-from cg@FreeBSD.org) Message-Id: <200007032052.NAA45483@freefall.freebsd.org> From: Cameron Grant Date: Mon, 3 Jul 2000 13:52:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sound/pci aureal.c csa.c csapcm.c ds1.c emu10k1.c es137x.c neomagic.c t4dwave.c src/sys/dev/sound/pcm sound.c sound.h src/sys/dev/sound/isa ad1816.c es1888.c ess.c gusc.c mss.c sb.c sbc.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG cg 2000/07/03 13:52:28 PDT Modified files: sys/dev/sound/pci aureal.c csa.c csapcm.c ds1.c emu10k1.c es137x.c neomagic.c t4dwave.c sys/dev/sound/pcm sound.c sound.h sys/dev/sound/isa ad1816.c es1888.c ess.c gusc.c mss.c sb.c sbc.c Log: add module metadata. this is a hack, sound drivers will eventually present a bus to which pcm, mixer, etc will attach. Revision Changes Path 1.12 +4 -2 src/sys/dev/sound/pci/aureal.c 1.10 +7 -4 src/sys/dev/sound/pci/csa.c 1.12 +5 -2 src/sys/dev/sound/pci/csapcm.c 1.8 +4 -2 src/sys/dev/sound/pci/ds1.c 1.12 +4 -2 src/sys/dev/sound/pci/emu10k1.c 1.21 +4 -2 src/sys/dev/sound/pci/es137x.c 1.13 +4 -2 src/sys/dev/sound/pci/neomagic.c 1.14 +4 -2 src/sys/dev/sound/pci/t4dwave.c 1.25 +3 -1 src/sys/dev/sound/pcm/sound.c 1.14 +7 -1 src/sys/dev/sound/pcm/sound.h 1.10 +6 -2 src/sys/dev/sound/isa/ad1816.c 1.7 +6 -2 src/sys/dev/sound/isa/es1888.c 1.7 +5 -5 src/sys/dev/sound/isa/ess.c 1.6 +6 -2 src/sys/dev/sound/isa/gusc.c 1.53 +13 -4 src/sys/dev/sound/isa/mss.c 1.55 +5 -2 src/sys/dev/sound/isa/sb.c 1.24 +7 -5 src/sys/dev/sound/isa/sbc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 14: 0:50 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 76C1F37C0F8; Mon, 3 Jul 2000 14:00:44 -0700 (PDT) (envelope-from cg@FreeBSD.org) Received: (from cg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA46159; Mon, 3 Jul 2000 14:00:44 -0700 (PDT) (envelope-from cg@FreeBSD.org) Message-Id: <200007032100.OAA46159@freefall.freebsd.org> From: Cameron Grant Date: Mon, 3 Jul 2000 14:00:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sound driver.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG cg 2000/07/03 14:00:44 PDT Added files: sys/dev/sound driver.c Log: do-nothing module that depends on all sound drivers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 14:14: 3 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 52D7A37C0F8; Mon, 3 Jul 2000 14:14:00 -0700 (PDT) (envelope-from wilko@FreeBSD.org) Received: (from wilko@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA48693; Mon, 3 Jul 2000 14:14:00 -0700 (PDT) (envelope-from wilko@FreeBSD.org) Message-Id: <200007032114.OAA48693@freefall.freebsd.org> From: Wilko Bulte Date: Mon, 3 Jul 2000 14:14:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/texts/alpha HARDWARE.TXT X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG wilko 2000/07/03 14:14:00 PDT Modified files: release/texts/alpha HARDWARE.TXT Log: - remove lines - add note on single CPU use on SMP boxes - add note on kld for isp f/w - corrected some typos Revision Changes Path 1.46 +8 -5 src/release/texts/alpha/HARDWARE.TXT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 14:27:57 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4F4B737C0F8; Mon, 3 Jul 2000 14:27:55 -0700 (PDT) (envelope-from adrian@FreeBSD.org) Received: (from adrian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA49871; Mon, 3 Jul 2000 14:27:54 -0700 (PDT) (envelope-from adrian@FreeBSD.org) Message-Id: <200007032127.OAA49871@freefall.freebsd.org> From: Adrian Chadd Date: Mon, 3 Jul 2000 14:27:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/books/handbook authors.ent doc/en_US.ISO_8859-1/books/handbook/contrib chapter.sgml doc/en_US.ISO_8859-1/books/handbook/staff chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG adrian 2000/07/03 14:27:51 PDT Modified files: en_US.ISO_8859-1/books/handbook authors.ent en_US.ISO_8859-1/books/handbook/contrib chapter.sgml en_US.ISO_8859-1/books/handbook/staff chapter.sgml Log: Removing myself from the Contributors section, and adding myself to the Committers section. Revision Changes Path 1.96 +3 -1 doc/en_US.ISO_8859-1/books/handbook/authors.ent 1.240 +1 -5 doc/en_US.ISO_8859-1/books/handbook/contrib/chapter.sgml 1.133 +5 -1 doc/en_US.ISO_8859-1/books/handbook/staff/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 14:36: 8 2000 Delivered-To: cvs-all@freebsd.org Received: from lucifer.bart.nl (lucifer.bart.nl [194.158.168.74]) by hub.freebsd.org (Postfix) with ESMTP id 7FD3337B619; Mon, 3 Jul 2000 14:36:02 -0700 (PDT) (envelope-from asmodai@lucifer.bart.nl) Received: (from asmodai@localhost) by lucifer.bart.nl (8.9.3/8.9.3) id XAA00785; Mon, 3 Jul 2000 23:36:00 +0200 (CEST) (envelope-from asmodai) Date: Mon, 3 Jul 2000 23:36:00 +0200 From: Jeroen Ruigrok van der Werven To: Adrian Chadd Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/en_US.ISO_8859-1/books/handbook authors.ent doc/en_US.ISO_8859-1/books/handbook/contrib chapter.sgml doc/en_US.ISO_8859-1/books/handbook/staff chapter.sgml Message-ID: <20000703233600.B655@lucifer.bart.nl> References: <200007032127.OAA49871@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <200007032127.OAA49871@freefall.freebsd.org>; from adrian@FreeBSD.org on Mon, Jul 03, 2000 at 02:27:52PM -0700 Organisation: VIA Net.Works The Netherlands Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -On [20000703 23:30], Adrian Chadd (adrian@FreeBSD.org) wrote: > Log: > Removing myself from the Contributors section, and adding myself > to the Committers section. Reviewed by: asmodai Just in case somebody wondered. =) -- Jeroen Ruigrok van der Werven Network- and systemadministrator VIA Net.Works The Netherlands BSD: Technical excellence at its best http://www.via-net-works.nl Communication makes great work possible... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 14:38: 6 2000 Delivered-To: cvs-all@freebsd.org Received: from ywing.creative.net.au (ywing.creative.net.au [203.56.168.34]) by hub.freebsd.org (Postfix) with ESMTP id 1B39637C23F; Mon, 3 Jul 2000 14:38:01 -0700 (PDT) (envelope-from adrian@ywing.creative.net.au) Received: (from adrian@localhost) by ywing.creative.net.au (8.9.3/8.9.3) id XAA70053; Mon, 3 Jul 2000 23:44:54 +0200 (CEST) (envelope-from adrian) Date: Mon, 3 Jul 2000 23:44:54 +0200 From: Adrian Chadd To: Jeroen Ruigrok van der Werven Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: doc/en_US.ISO_8859-1/books/handbook authors.ent doc/en_US.ISO_8859-1/books/handbook/contrib chapter.sgml doc/en_US.ISO_8859-1/books/handbook/staff chapter.sgml Message-ID: <20000703234454.F68833@ywing.creative.net.au> References: <200007032127.OAA49871@freefall.freebsd.org> <20000703233600.B655@lucifer.bart.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <20000703233600.B655@lucifer.bart.nl>; from jruigrok@via-net-works.nl on Mon, Jul 03, 2000 at 11:36:00PM +0200 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Jul 03, 2000, Jeroen Ruigrok van der Werven wrote: > -On [20000703 23:30], Adrian Chadd (adrian@FreeBSD.org) wrote: > > Log: > > Removing myself from the Contributors section, and adding myself > > to the Committers section. > > Reviewed by: asmodai > > Just in case somebody wondered. =) Oh, yeah .. :) Oopsie. Adrian -- Adrian Chadd Build a man a fire, and he's warm for the rest of the evening. Set a man on fire and he's warm for the rest of his life. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 14:40:57 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F159837C273; Mon, 3 Jul 2000 14:40:52 -0700 (PDT) (envelope-from adrian@FreeBSD.org) Received: (from adrian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA50819; Mon, 3 Jul 2000 14:40:51 -0700 (PDT) (envelope-from adrian@FreeBSD.org) Message-Id: <200007032140.OAA50819@freefall.freebsd.org> From: Adrian Chadd Date: Mon, 3 Jul 2000 14:40:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/news newsflash.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG adrian 2000/07/03 14:40:51 PDT Modified files: en/news newsflash.sgml Log: Reviewed by: asmodai Adding a new month to the newsflash, and put in an announcement that I'm a new committer. Again, thanks asmodai! Revision Changes Path 1.186 +8 -2 www/en/news/newsflash.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 14:56: 7 2000 Delivered-To: cvs-all@freebsd.org Received: from dustdevil.waterspout.com (fourier.physics.purdue.edu [128.210.146.43]) by hub.freebsd.org (Postfix) with ESMTP id 121D537B64B; Mon, 3 Jul 2000 14:55:57 -0700 (PDT) (envelope-from csg@dustdevil.waterspout.com) Received: (from csg@localhost) by dustdevil.waterspout.com (8.9.3/8.9.3) id RAA11232; Mon, 3 Jul 2000 17:03:12 -0500 (EST) (envelope-from csg) Date: Mon, 3 Jul 2000 17:03:12 -0500 From: "C. Stephen Gunn" To: Julian Elischer Cc: Archie Cobbs , Warner Losh , "Andrey A. Chernov" , Archie Cobbs , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/net if.c if_ethersubr.c if_var.h Message-ID: <20000703170312.A11218@waterspout.com> References: <200007012328.QAA06644@bubba.whistle.com> <395F0CE0.41C67EA6@elischer.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <395F0CE0.41C67EA6@elischer.org>; from julian@elischer.org on Sun, Jul 02, 2000 at 02:52:04AM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Jul 02, 2000 at 02:52:04AM -0700, Julian Elischer wrote: > Ethernet drivers should call the ether_* routines > which are in their direct parent class. Those, in turn, should call > the if_* functions if needed. > > At least that's the way I see it. I agree completely. Ethernet/Interface are way to inter-mingled for my liking. Especially on one-shot operations like device insertion/removal. - Steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 15:17:16 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9D41937B64B; Mon, 3 Jul 2000 15:17:13 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA55097; Mon, 3 Jul 2000 15:17:13 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <200007032217.PAA55097@freefall.freebsd.org> From: Kris Kennaway Date: Mon, 3 Jul 2000 15:17:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mbone/rat/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/07/03 15:17:13 PDT Modified files: mbone/rat/pkg PLIST Log: Remove extraneous directories on deinstall Noticed by: bento Revision Changes Path 1.3 +2 -0 ports/mbone/rat/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 15:31:13 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A72A137B5FC; Mon, 3 Jul 2000 15:31:09 -0700 (PDT) (envelope-from roger@FreeBSD.org) Received: (from roger@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA56399; Mon, 3 Jul 2000 15:31:09 -0700 (PDT) (envelope-from roger@FreeBSD.org) Message-Id: <200007032231.PAA56399@freefall.freebsd.org> From: Roger Hardiman Date: Mon, 3 Jul 2000 15:31:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/picobsd/mfs_tree/etc rc X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG roger 2000/07/03 15:31:09 PDT Modified files: release/picobsd/mfs_tree/etc rc Log: remove rc and login.conf files prior to extraction of the new rc and login.conf files from the /etc directory on the floppy. This prevents the overwrite yes/no prompt from occuring in gzip. (some PicoBSD disks use gzip and some use minigzip, so the gzip -f flag (force) is not an option. minigzip has a different meaning for the -f flag.} Revision Changes Path 1.2 +5 -3 src/release/picobsd/mfs_tree/etc/rc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 15:33:44 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 00DF137B8F4; Mon, 3 Jul 2000 15:33:38 -0700 (PDT) (envelope-from roger@FreeBSD.org) Received: (from roger@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA56594; Mon, 3 Jul 2000 15:33:37 -0700 (PDT) (envelope-from roger@FreeBSD.org) Message-Id: <200007032233.PAA56594@freefall.freebsd.org> From: Roger Hardiman Date: Mon, 3 Jul 2000 15:33:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/picobsd/mfs_tree/etc rc X-FreeBSD-CVS-Branch: RELENG_3 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG roger 2000/07/03 15:33:37 PDT Modified files: (Branch: RELENG_3) release/picobsd/mfs_tree/etc rc Log: MFC. remove old rc and login.conf files prior to the gzip -d (extract) to prevent overwrite yes/no warning messages Revision Changes Path 1.1.2.5 +5 -3 src/release/picobsd/mfs_tree/etc/rc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 15:33:56 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D916F37B639; Mon, 3 Jul 2000 15:33:50 -0700 (PDT) (envelope-from jdp@FreeBSD.org) Received: (from jdp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA56632; Mon, 3 Jul 2000 15:33:50 -0700 (PDT) (envelope-from jdp@FreeBSD.org) Message-Id: <200007032233.PAA56632@freefall.freebsd.org> From: John Polstra Date: Mon, 3 Jul 2000 15:33:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: distrib/cvsup/sup/cvs-crypto list.cvs distrib/cvsup/sup/src-crypto list.cvs distrib/cvsup/sup/src-crypto-rsa list.cvs releases X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jdp 2000/07/03 15:33:50 PDT Modified files: cvsup/sup/cvs-crypto list.cvs cvsup/sup/src-crypto list.cvs Removed files: cvsup/sup/src-crypto-rsa list.cvs releases Log: Put "src/crypto/openssl/crypto/rsa/rsa_eay.c" back into the src-crypto and cvs-crypto collections. Delete the src-crypto-rsa collection. We are allowed to distribute this file the same as the other crypto files. The only restriction the patent imposes is on the _use_ of the file. Approved by: peter, markm Revision Changes Path 1.10 +0 -1 distrib/cvsup/sup/cvs-crypto/list.cvs 1.4 +0 -1 distrib/cvsup/sup/src-crypto/list.cvs To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 15:38:24 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6236637B639; Mon, 3 Jul 2000 15:38:20 -0700 (PDT) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA57130; Mon, 3 Jul 2000 15:38:20 -0700 (PDT) (envelope-from billf@FreeBSD.org) Message-Id: <200007032238.PAA57130@freefall.freebsd.org> From: Bill Fumerola Date: Mon, 3 Jul 2000 15:38:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/games/fortune/strfile strfile.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG billf 2000/07/03 15:38:19 PDT Modified files: games/fortune/strfile strfile.c Log: "Fix" warnings. Revision Changes Path 1.16 +15 -8 src/games/fortune/strfile/strfile.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 15:47:33 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D0ABD37B50C; Mon, 3 Jul 2000 15:47:22 -0700 (PDT) (envelope-from ps@FreeBSD.org) Received: (from ps@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA58452; Mon, 3 Jul 2000 15:47:22 -0700 (PDT) (envelope-from ps@FreeBSD.org) Message-Id: <200007032247.PAA58452@freefall.freebsd.org> From: Paul Saab Date: Mon, 3 Jul 2000 15:47:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/bind CHANGES INSTALL README SUPPORT Version src/contrib/bind/bin/dig dig.c src/contrib/bind/bin/host host.c src/contrib/bind/bin/irpd Makefile irpd.c src/contrib/bind/bin/named Makefile db_defs.h db_dump.c db_func.h ... X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ps 2000/07/03 15:47:22 PDT Modified files: (Branch: RELENG_4) contrib/bind CHANGES INSTALL README SUPPORT Version contrib/bind/bin/dig dig.c contrib/bind/bin/host host.c contrib/bind/bin/irpd Makefile irpd.c contrib/bind/bin/named Makefile db_defs.h db_dump.c db_func.h db_glob.h db_glue.c db_ixfr.c db_load.c db_lookup.c db_save.c db_sec.c db_tsig.c db_update.c named.h ns_config.c ns_ctl.c ns_defs.h ns_forw.c ns_func.h ns_glob.h ns_glue.c ns_init.c ns_ixfr.c ns_lexer.c ns_lexer.h ns_main.c ns_maint.c ns_ncache.c ns_notify.c ns_parser.y ns_parseutil.c ns_parseutil.h ns_req.c ns_resp.c ns_signal.c ns_sort.c ns_stats.c ns_udp.c ns_update.c ns_xfr.c pathtemplate.h contrib/bind/bin/named-xfer named-xfer.c contrib/bind/bin/ndc ndc.c contrib/bind/bin/nslookup commands.l list.c main.c nslookup.help contrib/bind/bin/nsupdate nsupdate.c contrib/bind/doc/man ndc.8 contrib/bind/include resolv.h contrib/bind/include/arpa nameser.h contrib/bind/include/isc logging.h contrib/bind/lib Makefile contrib/bind/lib/dst Makefile dst_api.c contrib/bind/lib/inet Makefile contrib/bind/lib/irs Makefile dns.c dns_ho.c dns_sv.c gethostent.c getnameinfo.c getpwent.c hesiod.c irp.c lcl.c nis.c util.c contrib/bind/lib/isc Makefile ctl_p.c ctl_srvr.c ev_connects.c ev_waits.c eventlib.c eventlib_p.h logging.c logging.mdoc logging_p.h contrib/bind/lib/nameser Makefile ns_name.c ns_print.c ns_verify.c contrib/bind/lib/resolv Makefile res_debug.c res_debug.h res_findzonecut.c res_init.c res_query.c res_send.c contrib/bind/port systype contrib/bind/port/freebsd/include port_after.h port_before.h Log: MFC: bind 8.2.3-T5B Revision Changes Path 1.1.1.7.2.1 +280 -0 src/contrib/bind/CHANGES 1.1.1.7.2.1 +10 -2 src/contrib/bind/INSTALL 1.1.1.7.2.1 +5 -5 src/contrib/bind/README 1.1.1.1.4.1 +9 -10 src/contrib/bind/SUPPORT 1.1.1.3.2.1 +1 -1 src/contrib/bind/Version 1.1.1.2.2.1 +46 -24 src/contrib/bind/bin/dig/dig.c 1.1.1.2.2.1 +3 -3 src/contrib/bind/bin/host/host.c 1.1.1.1.4.1 +2 -2 src/contrib/bind/bin/irpd/Makefile 1.1.1.1.4.1 +15 -8 src/contrib/bind/bin/irpd/irpd.c 1.3.2.1 +4 -4 src/contrib/bind/bin/named/Makefile 1.1.1.2.2.1 +6 -2 src/contrib/bind/bin/named/db_defs.h 1.1.1.2.2.1 +18 -4 src/contrib/bind/bin/named/db_dump.c 1.1.1.2.2.1 +4 -4 src/contrib/bind/bin/named/db_func.h 1.1.1.2.2.1 +3 -2 src/contrib/bind/bin/named/db_glob.h 1.1.1.2.2.1 +2 -2 src/contrib/bind/bin/named/db_glue.c 1.1.1.1.4.1 +141 -77 src/contrib/bind/bin/named/db_ixfr.c 1.1.1.2.2.1 +22 -8 src/contrib/bind/bin/named/db_load.c 1.1.1.2.2.1 +14 -4 src/contrib/bind/bin/named/db_lookup.c 1.1.1.2.2.1 +2 -2 src/contrib/bind/bin/named/db_save.c 1.1.1.1.4.1 +2 -2 src/contrib/bind/bin/named/db_sec.c 1.1.1.1.4.1 +2 -2 src/contrib/bind/bin/named/db_tsig.c 1.1.1.2.2.1 +4 -8 src/contrib/bind/bin/named/db_update.c 1.1.1.2.2.1 +2 -3 src/contrib/bind/bin/named/named.h 1.1.1.3.2.1 +102 -36 src/contrib/bind/bin/named/ns_config.c 1.1.1.1.4.1 +79 -8 src/contrib/bind/bin/named/ns_ctl.c 1.1.1.3.2.1 +36 -13 src/contrib/bind/bin/named/ns_defs.h 1.1.1.2.2.1 +52 -49 src/contrib/bind/bin/named/ns_forw.c 1.1.1.2.2.1 +10 -5 src/contrib/bind/bin/named/ns_func.h 1.1.1.3.2.1 +7 -7 src/contrib/bind/bin/named/ns_glob.h 1.1.1.2.2.1 +25 -12 src/contrib/bind/bin/named/ns_glue.c 1.1.1.2.2.1 +18 -3 src/contrib/bind/bin/named/ns_init.c 1.1.1.1.4.1 +212 -163 src/contrib/bind/bin/named/ns_ixfr.c 1.1.1.2.2.1 +2 -2 src/contrib/bind/bin/named/ns_lexer.c 1.1.1.2.2.1 +1 -1 src/contrib/bind/bin/named/ns_lexer.h 1.1.1.3.2.1 +46 -24 src/contrib/bind/bin/named/ns_main.c 1.1.1.3.2.1 +213 -22 src/contrib/bind/bin/named/ns_maint.c 1.1.1.2.2.1 +2 -2 src/contrib/bind/bin/named/ns_ncache.c 1.1.1.1.4.1 +54 -9 src/contrib/bind/bin/named/ns_notify.c 1.1.1.2.2.1 +6 -4 src/contrib/bind/bin/named/ns_parser.y 1.1.1.2.2.1 +1 -1 src/contrib/bind/bin/named/ns_parseutil.c 1.1.1.2.2.1 +1 -1 src/contrib/bind/bin/named/ns_parseutil.h 1.1.1.2.2.1 +100 -54 src/contrib/bind/bin/named/ns_req.c 1.1.1.2.2.1 +80 -52 src/contrib/bind/bin/named/ns_resp.c 1.1.1.1.4.1 +2 -2 src/contrib/bind/bin/named/ns_signal.c 1.1.1.1.4.1 +2 -2 src/contrib/bind/bin/named/ns_sort.c 1.1.1.2.2.1 +9 -3 src/contrib/bind/bin/named/ns_stats.c 1.1.1.2.2.1 +2 -2 src/contrib/bind/bin/named/ns_udp.c 1.1.1.3.2.1 +77 -62 src/contrib/bind/bin/named/ns_update.c 1.1.1.2.2.1 +74 -46 src/contrib/bind/bin/named/ns_xfr.c 1.1.1.2.2.1 +6 -2 src/contrib/bind/bin/named/pathtemplate.h 1.3.2.1 +432 -182 src/contrib/bind/bin/named-xfer/named-xfer.c 1.1.1.1.4.1 +18 -7 src/contrib/bind/bin/ndc/ndc.c 1.4.2.1 +2 -6 src/contrib/bind/bin/nslookup/commands.l 1.1.1.2.2.1 +7 -58 src/contrib/bind/bin/nslookup/list.c 1.3.2.1 +3 -3 src/contrib/bind/bin/nslookup/main.c 1.1.1.1.6.1 +1 -2 src/contrib/bind/bin/nslookup/nslookup.help 1.1.1.2.2.1 +5 -3 src/contrib/bind/bin/nsupdate/nsupdate.c 1.1.1.2.2.2 +1 -1 src/contrib/bind/doc/man/ndc.8 1.1.1.6.2.1 +13 -3 src/contrib/bind/include/resolv.h 1.1.1.4.2.1 +4 -1 src/contrib/bind/include/arpa/nameser.h 1.1.1.2.2.1 +4 -0 src/contrib/bind/include/isc/logging.h 1.1.1.2.2.1 +1 -1 src/contrib/bind/lib/Makefile 1.1.1.1.4.1 +10 -9 src/contrib/bind/lib/dst/Makefile 1.1.1.1.4.1 +2 -2 src/contrib/bind/lib/dst/dst_api.c 1.1.1.2.2.1 +8 -7 src/contrib/bind/lib/inet/Makefile 1.1.1.2.2.1 +8 -7 src/contrib/bind/lib/irs/Makefile 1.1.1.2.2.1 +2 -2 src/contrib/bind/lib/irs/dns.c 1.1.1.2.2.1 +16 -5 src/contrib/bind/lib/irs/dns_ho.c 1.1.1.2.2.1 +11 -10 src/contrib/bind/lib/irs/dns_sv.c 1.1.1.2.2.1 +58 -27 src/contrib/bind/lib/irs/gethostent.c 1.1.1.1.4.1 +2 -7 src/contrib/bind/lib/irs/getnameinfo.c 1.1.1.2.2.1 +2 -2 src/contrib/bind/lib/irs/getpwent.c 1.1.1.2.2.1 +2 -1 src/contrib/bind/lib/irs/hesiod.c 1.1.1.1.4.1 +9 -2 src/contrib/bind/lib/irs/irp.c 1.1.1.2.2.1 +2 -2 src/contrib/bind/lib/irs/lcl.c 1.1.1.2.2.1 +2 -2 src/contrib/bind/lib/irs/nis.c 1.1.1.2.2.1 +4 -4 src/contrib/bind/lib/irs/util.c 1.1.1.2.2.1 +8 -7 src/contrib/bind/lib/isc/Makefile 1.1.1.1.4.1 +5 -1 src/contrib/bind/lib/isc/ctl_p.c 1.1.1.1.4.1 +10 -3 src/contrib/bind/lib/isc/ctl_srvr.c 1.1.1.2.2.1 +24 -12 src/contrib/bind/lib/isc/ev_connects.c 1.1.1.2.2.1 +3 -1 src/contrib/bind/lib/isc/ev_waits.c 1.1.1.2.2.1 +3 -2 src/contrib/bind/lib/isc/eventlib.c 1.1.1.2.2.1 +17 -3 src/contrib/bind/lib/isc/eventlib_p.h 1.1.1.2.2.1 +16 -2 src/contrib/bind/lib/isc/logging.c 1.1.1.2.2.1 +10 -2 src/contrib/bind/lib/isc/logging.mdoc 1.1.1.2.2.1 +2 -0 src/contrib/bind/lib/isc/logging_p.h 1.1.1.2.2.1 +8 -7 src/contrib/bind/lib/nameser/Makefile 1.1.1.2.2.1 +59 -29 src/contrib/bind/lib/nameser/ns_name.c 1.1.1.2.2.1 +15 -12 src/contrib/bind/lib/nameser/ns_print.c 1.1.1.1.4.1 +14 -6 src/contrib/bind/lib/nameser/ns_verify.c 1.1.1.2.2.1 +8 -7 src/contrib/bind/lib/resolv/Makefile 1.1.1.2.2.1 +27 -5 src/contrib/bind/lib/resolv/res_debug.c 1.1.1.1.4.1 +2 -2 src/contrib/bind/lib/resolv/res_debug.h 1.1.1.1.4.1 +8 -3 src/contrib/bind/lib/resolv/res_findzonecut.c 1.1.1.2.2.1 +28 -7 src/contrib/bind/lib/resolv/res_init.c 1.1.1.2.2.1 +22 -11 src/contrib/bind/lib/resolv/res_query.c 1.1.1.2.2.1 +467 -498 src/contrib/bind/lib/resolv/res_send.c 1.1.1.2.2.1 +1 -1 src/contrib/bind/port/systype 1.6.2.1 +1 -2 src/contrib/bind/port/freebsd/include/port_after.h 1.1.1.2.2.1 +89 -0 src/contrib/bind/port/freebsd/include/port_before.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 15:53:34 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0CF9437B50C; Mon, 3 Jul 2000 15:53:32 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA59019; Mon, 3 Jul 2000 15:53:32 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <200007032253.PAA59019@freefall.freebsd.org> From: Peter Wemm Date: Mon, 3 Jul 2000 15:53:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/secure/lib Makefile X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG peter 2000/07/03 15:53:31 PDT Modified files: (Branch: RELENG_4) secure/lib Makefile Log: MFC: deal with rsa_eay.c using USA_RESIDENT to set a safe default. Revision Changes Path 1.19.2.1 +3 -2 src/secure/lib/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 15:58: 0 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E271B37BA9C; Mon, 3 Jul 2000 15:57:56 -0700 (PDT) (envelope-from jdp@FreeBSD.org) Received: (from jdp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA59437; Mon, 3 Jul 2000 15:57:56 -0700 (PDT) (envelope-from jdp@FreeBSD.org) Message-Id: <200007032257.PAA59437@freefall.freebsd.org> From: John Polstra Date: Mon, 3 Jul 2000 15:57:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/cvsup-mirror/files supfile supfile.crypto ports/net/cvsup-mirror/scripts configure X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jdp 2000/07/03 15:57:55 PDT Modified files: net/cvsup-mirror/files supfile supfile.crypto net/cvsup-mirror/scripts configure Log: Remove src-crypto-rsa. It doesn't exist any more. Revision Changes Path 1.4 +0 -1 ports/net/cvsup-mirror/files/supfile 1.3 +0 -1 ports/net/cvsup-mirror/files/supfile.crypto 1.7 +0 -2 ports/net/cvsup-mirror/scripts/configure To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 16:20: 2 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3D21B37B597; Mon, 3 Jul 2000 16:19:59 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA62633; Mon, 3 Jul 2000 16:19:59 -0700 (PDT) (envelope-from will@FreeBSD.org) Message-Id: <200007032319.QAA62633@freefall.freebsd.org> From: Will Andrews Date: Mon, 3 Jul 2000 16:19:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/irc/ezbounce Makefile ports/irc/ezbounce/files md5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2000/07/03 16:19:59 PDT Modified files: irc/ezbounce Makefile irc/ezbounce/files md5 Log: Update to 0.99.7. Revision Changes Path 1.14 +2 -2 ports/irc/ezbounce/Makefile 1.8 +1 -1 ports/irc/ezbounce/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 16:31: 4 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0D3A837B73C; Mon, 3 Jul 2000 16:31:02 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Received: (from jseger@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA63727; Mon, 3 Jul 2000 16:31:01 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Message-Id: <200007032331.QAA63727@freefall.freebsd.org> From: "Justin M. Seger" Date: Mon, 3 Jul 2000 16:31:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/gmake Makefile ports/devel/gmake/files md5 ports/devel/gmake/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jseger 2000/07/03 16:31:01 PDT Modified files: devel/gmake Makefile devel/gmake/files md5 devel/gmake/pkg PLIST Log: Upgrade to gmake-3.79.1 Revision Changes Path 1.31 +3 -3 ports/devel/gmake/Makefile 1.9 +1 -1 ports/devel/gmake/files/md5 1.10 +2 -0 ports/devel/gmake/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 16:46:40 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 35FD937BA9D; Mon, 3 Jul 2000 16:46:38 -0700 (PDT) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA66238; Mon, 3 Jul 2000 16:46:38 -0700 (PDT) (envelope-from nik@FreeBSD.org) Message-Id: <200007032346.QAA66238@freefall.freebsd.org> From: Nik Clayton Date: Mon, 3 Jul 2000 16:46:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/conspectus/stable/2000/06 05.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nik 2000/07/03 16:46:32 PDT Modified files: en/conspectus/stable/2000/06 05.sgml Log: Add the &base; entity definition. Revision Changes Path 1.2 +2 -1 www/en/conspectus/stable/2000/06/05.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 16:49:32 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 426A737BA9D; Mon, 3 Jul 2000 16:49:30 -0700 (PDT) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA66490; Mon, 3 Jul 2000 16:49:30 -0700 (PDT) (envelope-from nik@FreeBSD.org) Message-Id: <200007032349.QAA66490@freefall.freebsd.org> From: Nik Clayton Date: Mon, 3 Jul 2000 16:49:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/conspectus/stable/2000/06 12.sgml Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nik 2000/07/03 16:49:30 PDT Modified files: en/conspectus/stable/2000/06 Makefile Added files: en/conspectus/stable/2000/06 12.sgml Log: Add the conspectus for w/e 12th June Revision Changes Path 1.2 +2 -1 www/en/conspectus/stable/2000/06/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 16:52:49 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 627D237C1AE; Mon, 3 Jul 2000 16:52:46 -0700 (PDT) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA66875; Mon, 3 Jul 2000 16:52:46 -0700 (PDT) (envelope-from nik@FreeBSD.org) Message-Id: <200007032352.QAA66875@freefall.freebsd.org> From: Nik Clayton Date: Mon, 3 Jul 2000 16:52:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/conspectus/stable/2000 index.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nik 2000/07/03 16:52:46 PDT Modified files: en/conspectus/stable/2000 index.sgml Log: Add ToC for w/e 12th June Revision Changes Path 1.3 +121 -1 www/en/conspectus/stable/2000/index.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 16:54:16 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1BBD437BA9D; Mon, 3 Jul 2000 16:54:14 -0700 (PDT) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA67049; Mon, 3 Jul 2000 16:54:14 -0700 (PDT) (envelope-from nik@FreeBSD.org) Message-Id: <200007032354.QAA67049@freefall.freebsd.org> From: Nik Clayton Date: Mon, 3 Jul 2000 16:54:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/conspectus index.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nik 2000/07/03 16:54:13 PDT Modified files: en/conspectus index.sgml Log: Link to w/e 12th June. Revision Changes Path 1.3 +2 -2 www/en/conspectus/index.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 17: 2:54 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 79F7537C07A; Mon, 3 Jul 2000 17:02:50 -0700 (PDT) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA68017; Mon, 3 Jul 2000 17:02:50 -0700 (PDT) (envelope-from billf@FreeBSD.org) Message-Id: <200007040002.RAA68017@freefall.freebsd.org> From: Bill Fumerola Date: Mon, 3 Jul 2000 17:02:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/vigor Makefile ports/editors/vigor/files md5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG billf 2000/07/03 17:02:49 PDT Modified files: editors/vigor Makefile editors/vigor/files md5 Log: Upgrade to 0.016 Revision Changes Path 1.5 +2 -2 ports/editors/vigor/Makefile 1.3 +1 -1 ports/editors/vigor/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 17:18:47 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C5F9B37BF72; Mon, 3 Jul 2000 17:18:43 -0700 (PDT) (envelope-from mckusick@FreeBSD.org) Received: (from mckusick@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA70713; Mon, 3 Jul 2000 17:18:43 -0700 (PDT) (envelope-from mckusick@FreeBSD.org) Message-Id: <200007040018.RAA70713@freefall.freebsd.org> From: Kirk McKusick Date: Mon, 3 Jul 2000 17:18:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern Make.tags.inc src/sys/i386 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mckusick 2000/07/03 17:18:43 PDT Modified files: sys/kern Make.tags.inc sys/i386 Makefile Log: Update tags directive to reflect the new location of soft updates and the reorganization of the eisa directory. Revision Changes Path 1.7 +2 -4 src/sys/kern/Make.tags.inc 1.9 +3 -3 src/sys/i386/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 17:51:38 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 36B7637B7EC; Mon, 3 Jul 2000 17:51:36 -0700 (PDT) (envelope-from ps@FreeBSD.org) Received: (from ps@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA73939; Mon, 3 Jul 2000 17:51:36 -0700 (PDT) (envelope-from ps@FreeBSD.org) Message-Id: <200007040051.RAA73939@freefall.freebsd.org> From: Paul Saab Date: Mon, 3 Jul 2000 17:51:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/ee Makefile X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ps 2000/07/03 17:51:35 PDT Modified files: (Branch: RELENG_4) usr.bin/ee Makefile Log: MFC: Add links to "edit" to ease tech support's job. Revision Changes Path 1.11.6.1 +4 -2 src/usr.bin/ee/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 18: 1:20 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5646437B903; Mon, 3 Jul 2000 18:01:18 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA74857; Mon, 3 Jul 2000 18:01:18 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <200007040101.SAA74857@freefall.freebsd.org> From: Matt Jacob Date: Mon, 3 Jul 2000 18:01:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci isp_pci.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2000/07/03 18:01:18 PDT Modified files: sys/pci isp_pci.c Log: Change startup locking. Use new isp_handle_index function for indexing off of handles to get dma maps. Revision Changes Path 1.47 +17 -21 src/sys/pci/isp_pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 18: 2:28 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D2C0337B73C; Mon, 3 Jul 2000 18:02:23 -0700 (PDT) (envelope-from ps@FreeBSD.org) Received: (from ps@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA74982; Mon, 3 Jul 2000 18:02:23 -0700 (PDT) (envelope-from ps@FreeBSD.org) Message-Id: <200007040102.SAA74982@freefall.freebsd.org> From: Paul Saab Date: Mon, 3 Jul 2000 18:02:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/printf printf.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ps 2000/07/03 18:02:23 PDT Modified files: (Branch: RELENG_4) usr.bin/printf printf.c Log: MFC: Remove redundat extern declaration. Add $FreeBSD$ Revision Changes Path 1.12.6.1 +2 -1 src/usr.bin/printf/printf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 18: 2:44 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1AC1737B73C; Mon, 3 Jul 2000 18:02:38 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA75020; Mon, 3 Jul 2000 18:02:38 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <200007040102.SAA75020@freefall.freebsd.org> From: Matt Jacob Date: Mon, 3 Jul 2000 18:02:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/isp isp.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2000/07/03 18:02:38 PDT Modified files: sys/dev/isp isp.c Log: Change delay loop in new isp_mboxcmd to the use of the new MBOX_WAIT_COMPLETE macro. Change notification of completion of a mailbox command in isp_intr to MBOX_NOTIFY_COMPLETE macro. Revision Changes Path 1.46 +3 -8 src/sys/dev/isp/isp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 18: 4:38 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9C60537B73C; Mon, 3 Jul 2000 18:04:35 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA75283; Mon, 3 Jul 2000 18:04:35 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <200007040104.SAA75283@freefall.freebsd.org> From: Matt Jacob Date: Mon, 3 Jul 2000 18:04:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/isp isp_freebsd.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2000/07/03 18:04:35 PDT Modified files: sys/dev/isp isp_freebsd.h Log: Add in isp_lock/isp_unlock inlines. Add in an islocked/intsok flag to isp_osinfo substructure (all in prep for SMP). Define MBOX_WAIT_COMPLETE and MBOX_NOTIFY_COMPLETE macros so that we can now (temp) use tsleep to wait for mailbox completion. Requires us to guess whether we're servicing an interrupt or not- will use intr_nesting_level. Add local strncat function. Revision Changes Path 1.32 +83 -10 src/sys/dev/isp/isp_freebsd.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 18: 5: 1 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E25E337B73C; Mon, 3 Jul 2000 18:04:55 -0700 (PDT) (envelope-from ps@FreeBSD.org) Received: (from ps@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA75323; Mon, 3 Jul 2000 18:04:55 -0700 (PDT) (envelope-from ps@FreeBSD.org) Message-Id: <200007040104.SAA75323@freefall.freebsd.org> From: Paul Saab Date: Mon, 3 Jul 2000 18:04:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/telnet Makefile X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ps 2000/07/03 18:04:55 PDT Modified files: (Branch: RELENG_4) usr.bin/telnet Makefile Log: MFC: Fix misspelling of DPADD as DPADDA and some misformattings. Revision Changes Path 1.14.2.1 +2 -3 src/usr.bin/telnet/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 18: 5:48 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E65BF37B73C; Mon, 3 Jul 2000 18:05:43 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA76603; Mon, 3 Jul 2000 18:05:43 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <200007040105.SAA76603@freefall.freebsd.org> From: Matt Jacob Date: Mon, 3 Jul 2000 18:05:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/isp isp_freebsd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2000/07/03 18:05:43 PDT Modified files: sys/dev/isp isp_freebsd.c Log: Add in config_hook for catching when interrupts are safe- this allows us to not the ints are ok and also to (re)ENABLE isp interrupts. Remove all splcam()/splx() invocates and replace them with ISP_LOCK/ISP_UNLOCK macros. Revision Changes Path 1.40 +92 -73 src/sys/dev/isp/isp_freebsd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 18: 6:29 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2DF8537B903; Mon, 3 Jul 2000 18:06:24 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA76694; Mon, 3 Jul 2000 18:06:24 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <200007040106.SAA76694@freefall.freebsd.org> From: Matt Jacob Date: Mon, 3 Jul 2000 18:06:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/isp isp_inline.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2000/07/03 18:06:24 PDT Modified files: sys/dev/isp isp_inline.h Log: Fix completely stupid and idiotiuc sprintfs in isp_inline.h with with the STRNCAT function. Revision Changes Path 1.8 +20 -37 src/sys/dev/isp/isp_inline.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 18: 6:50 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8B48737B903; Mon, 3 Jul 2000 18:06:43 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA76743; Mon, 3 Jul 2000 18:06:43 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <200007040106.SAA76743@freefall.freebsd.org> From: Matt Jacob Date: Mon, 3 Jul 2000 18:06:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/isp ispvar.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2000/07/03 18:06:43 PDT Modified files: sys/dev/isp ispvar.h Log: Remove obsolete isp_dogactive tag. Revision Changes Path 1.30 +2 -2 src/sys/dev/isp/ispvar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 18:13:39 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 45C1F37B73C; Mon, 3 Jul 2000 18:13:37 -0700 (PDT) (envelope-from ps@FreeBSD.org) Received: (from ps@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA77268; Mon, 3 Jul 2000 18:13:37 -0700 (PDT) (envelope-from ps@FreeBSD.org) Message-Id: <200007040113.SAA77268@freefall.freebsd.org> From: Paul Saab Date: Mon, 3 Jul 2000 18:13:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/rmdir rmdir.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ps 2000/07/03 18:13:37 PDT Modified files: (Branch: RELENG_4) bin/rmdir rmdir.c Log: MFC: [rev 1.10] Fix rmdir -p a/b/c/. Revision Changes Path 1.9.2.1 +4 -0 src/bin/rmdir/rmdir.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 18:18:14 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9566A37B554; Mon, 3 Jul 2000 18:18:09 -0700 (PDT) (envelope-from ps@FreeBSD.org) Received: (from ps@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA77591; Mon, 3 Jul 2000 18:18:09 -0700 (PDT) (envelope-from ps@FreeBSD.org) Message-Id: <200007040118.SAA77591@freefall.freebsd.org> From: Paul Saab Date: Mon, 3 Jul 2000 18:18:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/savecore savecore.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ps 2000/07/03 18:18:09 PDT Modified files: (Branch: RELENG_4) sbin/savecore savecore.c Log: MFC: [rev 1.30] Fix style bugs in rev.1.28. Revision Changes Path 1.28.2.3 +3 -2 src/sbin/savecore/savecore.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 18:31: 1 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8574637C284; Mon, 3 Jul 2000 18:30:56 -0700 (PDT) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA79086; Mon, 3 Jul 2000 18:30:56 -0700 (PDT) (envelope-from billf@FreeBSD.org) Message-Id: <200007040130.SAA79086@freefall.freebsd.org> From: Bill Fumerola Date: Mon, 3 Jul 2000 18:30:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/irc/bitchx Makefile ports/irc/bitchx/files md5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG billf 2000/07/03 18:30:56 PDT Modified files: irc/bitchx Makefile irc/bitchx/files md5 Log: panasync must have been absent in CSE101 when they taught you not to pass userdefined variables straight into functions that look for varargs.. Revision Changes Path 1.17 +5 -1 ports/irc/bitchx/Makefile 1.7 +1 -0 ports/irc/bitchx/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 18:33:12 2000 Delivered-To: cvs-all@freebsd.org Received: from jade.chc-chimes.com (jade.chc-chimes.com [216.28.46.6]) by hub.freebsd.org (Postfix) with ESMTP id B4B9737BC6C; Mon, 3 Jul 2000 18:33:03 -0700 (PDT) (envelope-from billf@jade.chc-chimes.com) Received: by jade.chc-chimes.com (Postfix, from userid 1001) id 0B0981C6C; Mon, 3 Jul 2000 21:33:03 -0400 (EDT) Date: Mon, 3 Jul 2000 21:33:03 -0400 From: Bill Fumerola To: ports@freebsd.org Subject: Re: cvs commit: ports/irc/bitchx Makefile ports/irc/bitchx/files md5 Message-ID: <20000703213302.A4034@jade.chc-chimes.com> References: <200007040130.SAA79086@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <200007040130.SAA79086@freefall.freebsd.org>; from billf@FreeBSD.org on Mon, Jul 03, 2000 at 06:30:56PM -0700 X-Operating-System: FreeBSD 3.3-STABLE i386 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG [ redirected to ports@, stolen from committers/cvs-all ] On Mon, Jul 03, 2000 at 06:30:56PM -0700, Bill Fumerola wrote: > billf 2000/07/03 18:30:56 PDT > > Modified files: > irc/bitchx Makefile > irc/bitchx/files md5 > Log: > panasync must have been absent in CSE101 when they taught you not to > pass userdefined variables straight into functions that look for varargs.. > > Revision Changes Path > 1.17 +5 -1 ports/irc/bitchx/Makefile > 1.7 +1 -0 ports/irc/bitchx/files/md5 Remote users can crash your IRC session with this bug, all users of BitchX are encouraged to upgrade. -- Bill Fumerola - Network Architect / Computer Horizons Corp - CHIMES e-mail: billf@chimesnet.com / billf@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 18:33:44 2000 Delivered-To: cvs-all@freebsd.org Received: from relay.butya.kz (butya-gw.butya.kz [212.154.129.94]) by hub.freebsd.org (Postfix) with ESMTP id AE98637C16A; Mon, 3 Jul 2000 18:33:37 -0700 (PDT) (envelope-from bp@butya.kz) Received: from bp (helo=localhost) by relay.butya.kz with local-esmtp (Exim 3.13 #1) id 139HaX-0005wI-00; Tue, 04 Jul 2000 08:33:25 +0700 Date: Tue, 4 Jul 2000 08:33:25 +0700 (ALMST) From: Boris Popov To: Jeroen Ruigrok van der Werven Cc: Poul-Henning Kamp , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: CVSROOT access In-Reply-To: <20000703213205.B99080@lucifer.bart.nl> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 3 Jul 2000, Jeroen Ruigrok van der Werven wrote: > -On [20000703 20:48], Poul-Henning Kamp (phk@FreeBSD.org) wrote: > > Log: > > Welcome to a new committer: Adrian Chadd. > > Oh btw people, I believe Adrian has this weird thing for VFS. VFS want new blood and now got it :). As far as I know Adrian also have his InodeFS which significantly improves perfomance of Squid cache. Welcome Adrian! -- Boris Popov http://www.butya.kz/~bp/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 18:35:16 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EB29C37C1B6; Mon, 3 Jul 2000 18:35:10 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA79486; Mon, 3 Jul 2000 18:35:10 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <200007040135.SAA79486@freefall.freebsd.org> From: Matt Jacob Date: Mon, 3 Jul 2000 18:35:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci pci.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2000/07/03 18:35:10 PDT Modified files: (Branch: RELENG_4) sys/pci pci.c Log: MFC(1.148): Update 'hose' (actually, MCPCIA instance #) for Alpha Rawhide systems. Revision Changes Path 1.141.2.2 +5 -1 src/sys/pci/pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 18:36:25 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2FA3D37C1B6; Mon, 3 Jul 2000 18:36:20 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA79534; Mon, 3 Jul 2000 18:36:20 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <200007040136.SAA79534@freefall.freebsd.org> From: Matt Jacob Date: Mon, 3 Jul 2000 18:36:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha api_up1000.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2000/07/03 18:36:20 PDT Added files: (Branch: RELENG_4) sys/alpha/alpha api_up1000.c Log: MFC:Add support for the Alpha Processor, Inc. UP1000 system. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 18:38:33 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2D4C937C132; Mon, 3 Jul 2000 18:38:29 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA79708; Mon, 3 Jul 2000 18:38:29 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <200007040138.SAA79708@freefall.freebsd.org> From: Matt Jacob Date: Mon, 3 Jul 2000 18:38:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha dec_2100_a500.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2000/07/03 18:38:29 PDT Added files: (Branch: RELENG_4) sys/alpha/alpha dec_2100_a500.c Log: MFC: "Add AlphaServer 2000 (demi-sable), 2100 (sable), and 2100A (lynx) support. Only PCI and on-board ISA peripherials are supported at this time. This support has been only lightly tested due to a lack of response to my call for testers on the freebsd-alpha mailing list. It works quite well on the one AS2100 on which it has been tested, but it may not work on an AS2100A and should therefore be regarded as experimental." While this may be considered experimental, this should and is being moved back to the stable branch so there is at least something to work with before the tree stumps start being dynamited as part of the SMP rototillage. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 18:38:56 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1437537BC6C; Mon, 3 Jul 2000 18:38:52 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA79776; Mon, 3 Jul 2000 18:38:52 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <200007040138.SAA79776@freefall.freebsd.org> From: Matt Jacob Date: Mon, 3 Jul 2000 18:38:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha dec_kn300.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2000/07/03 18:38:52 PDT Added files: (Branch: RELENG_4) sys/alpha/alpha dec_kn300.c Log: MFC: Rawhide (4100) support. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 18:39:29 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8E3D237C20A; Mon, 3 Jul 2000 18:39:25 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA79861; Mon, 3 Jul 2000 18:39:25 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <200007040139.SAA79861@freefall.freebsd.org> From: Matt Jacob Date: Mon, 3 Jul 2000 18:39:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/mcbus mcbus.c mcbusreg.h mcbusvar.h mcmem.c mcpcia.c mcpciareg.h mcpciavar.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2000/07/03 18:39:25 PDT Added files: (Branch: RELENG_4) sys/alpha/mcbus mcbus.c mcbusreg.h mcbusvar.h mcmem.c mcpcia.c mcpciareg.h mcpciavar.h Log: MFC: Rawhide (4100) support- MCBUS is the primary IO bus To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 18:40:24 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AD7A837C1B9; Mon, 3 Jul 2000 18:40:18 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA79969; Mon, 3 Jul 2000 18:40:18 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <200007040140.SAA79969@freefall.freebsd.org> From: Matt Jacob Date: Mon, 3 Jul 2000 18:40:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/pci irongate.c irongate_pci.c irongatereg.h irongatevar.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2000/07/03 18:40:18 PDT Added files: (Branch: RELENG_4) sys/alpha/pci irongate.c irongate_pci.c irongatereg.h irongatevar.h Log: MFC: Add support for the Alpha Processor, Inc. UP1000 system. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 18:41:31 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 115DB37C1B6; Mon, 3 Jul 2000 18:41:26 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA80072; Mon, 3 Jul 2000 18:41:26 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <200007040141.SAA80072@freefall.freebsd.org> From: Matt Jacob Date: Mon, 3 Jul 2000 18:41:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/pci mcpcia_pci.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2000/07/03 18:41:25 PDT Added files: (Branch: RELENG_4) sys/alpha/pci mcpcia_pci.c Log: MFC: Rawhide (4100) support- MCPCIA is the PCI bus interface To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 18:42:28 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 078BC37C1B9; Mon, 3 Jul 2000 18:42:23 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA80149; Mon, 3 Jul 2000 18:42:23 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <200007040142.SAA80149@freefall.freebsd.org> From: Matt Jacob Date: Mon, 3 Jul 2000 18:42:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/pci t2.c t2_pci.c t2reg.h t2var.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2000/07/03 18:42:22 PDT Added files: (Branch: RELENG_4) sys/alpha/pci t2.c t2_pci.c t2reg.h t2var.h Log: MFC: "Add AlphaServer 2000 (demi-sable), 2100 (sable), and 2100A (lynx) support. Only PCI and on-board ISA peripherials are supported at this time. This support has been only lightly tested due to a lack of response to my call for testers on the freebsd-alpha mailing list. It works quite well on the one AS2100 on which it has been tested, but it may not work on an AS2100A and should therefore be regarded as experimental." While this may be considered experimental, this should and is being moved back to the stable branch so there is at least something to work with before the tree stumps start being dynamited as part of the SMP rototillage. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 18:43:34 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C1CFC37C1DB; Mon, 3 Jul 2000 18:43:31 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA80264; Mon, 3 Jul 2000 18:43:31 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <200007040143.SAA80264@freefall.freebsd.org> From: Matt Jacob Date: Mon, 3 Jul 2000 18:43:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha cpuconf.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2000/07/03 18:43:31 PDT Modified files: (Branch: RELENG_4) sys/alpha/alpha cpuconf.c Log: MFC: Add support for Rawhide, Sable, DemiSable, Lynx and UP1000 systems. Pull back api_cpuinit as part of the latter. Revision Changes Path 1.6.2.1 +50 -4 src/sys/alpha/alpha/cpuconf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 18:44:15 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1D65037C1B6; Mon, 3 Jul 2000 18:44:10 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA80378; Mon, 3 Jul 2000 18:44:10 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <200007040144.SAA80378@freefall.freebsd.org> From: Matt Jacob Date: Mon, 3 Jul 2000 18:44:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha pmap.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2000/07/03 18:44:10 PDT Modified files: (Branch: RELENG_4) sys/alpha/alpha pmap.c Log: MFC: Rawhide (4100) support- need to keep a console as we configure... Revision Changes Path 1.35.2.2 +1 -1 src/sys/alpha/alpha/pmap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 18:44:29 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D1DB137C4AD; Mon, 3 Jul 2000 18:44:23 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA80415; Mon, 3 Jul 2000 18:44:23 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <200007040144.SAA80415@freefall.freebsd.org> From: Matt Jacob Date: Mon, 3 Jul 2000 18:44:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha setdef0.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2000/07/03 18:44:23 PDT Modified files: (Branch: RELENG_4) sys/alpha/alpha setdef0.c Log: MFC: fix CVS/RCS header. Revision Changes Path 1.2.2.1 +1 -1 src/sys/alpha/alpha/setdef0.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 18:45:32 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A795B37C20A; Mon, 3 Jul 2000 18:45:29 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA80566; Mon, 3 Jul 2000 18:45:29 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <200007040145.SAA80566@freefall.freebsd.org> From: Matt Jacob Date: Mon, 3 Jul 2000 18:45:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha vm_machdep.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2000/07/03 18:45:29 PDT Modified files: (Branch: RELENG_4) sys/alpha/alpha vm_machdep.c Log: MFC: Support bounce buffers for ISA DMA on the alpha. This is required for the irongate chipset (used in the UP1000) which does not support scatter/gather DMA. We'll still use scatter gather if the core logic chipset supports it. Revision Changes Path 1.28.2.2 +0 -2 src/sys/alpha/alpha/vm_machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 18:46:14 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1373837C257; Mon, 3 Jul 2000 18:46:12 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA80625; Mon, 3 Jul 2000 18:46:12 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <200007040146.SAA80625@freefall.freebsd.org> From: Matt Jacob Date: Mon, 3 Jul 2000 18:46:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha busdma_machdep.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2000/07/03 18:46:12 PDT Modified files: (Branch: RELENG_4) sys/alpha/alpha busdma_machdep.c Log: MFC: Support bounce buffers for ISA DMA on the alpha. This is required for the irongate chipset (used in the UP1000) which does not support scatter/gather DMA. We'll still use scatter gather if the core logic chipset supports it. Revision Changes Path 1.7.2.1 +9 -7 src/sys/alpha/alpha/busdma_machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 18:48:38 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C62C537B9FF; Mon, 3 Jul 2000 18:48:34 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA80873; Mon, 3 Jul 2000 18:48:34 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <200007040148.SAA80873@freefall.freebsd.org> From: Matt Jacob Date: Mon, 3 Jul 2000 18:48:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha machdep.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2000/07/03 18:48:34 PDT Modified files: (Branch: RELENG_4) sys/alpha/alpha machdep.c Log: MFC: (1.82) Add support for the Alpha Processor, Inc. UP1000 system. (1.81) Do an explicit getenv on boot_verbose. Now that we have a real FICL boot loader for alpha (Yay!) we still need to explicitly look for boot_verbose- I assume because the boothowto flags aren't passed to us at boot like x86. (1.80) Some white-box (NT) systems have SRM which reports a systype that's the negative of their blue-box (UNIX/OVMS) counterpart. This was causing us to panic early in the boot process because we weren't expecting a negative index into the cpuinit[] array. (1.79) Fix DELAY function to use the RPCC cycle counter register. Revision Changes Path 1.68.2.5 +61 -12 src/sys/alpha/alpha/machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 18:49:37 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0DE5437B603; Mon, 3 Jul 2000 18:49:35 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA81034; Mon, 3 Jul 2000 18:49:35 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <200007040149.SAA81034@freefall.freebsd.org> From: Matt Jacob Date: Mon, 3 Jul 2000 18:49:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/include cpuconf.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2000/07/03 18:49:34 PDT Modified files: (Branch: RELENG_4) sys/alpha/include cpuconf.h Log: MFC: Add support for the Alpha Processor, Inc. UP1000 system. Revision Changes Path 1.5.2.1 +7 -0 src/sys/alpha/include/cpuconf.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 18:50:26 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6657C37B603; Mon, 3 Jul 2000 18:50:24 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA81167; Mon, 3 Jul 2000 18:50:24 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <200007040150.SAA81167@freefall.freebsd.org> From: Matt Jacob Date: Mon, 3 Jul 2000 18:50:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/include cpufunc.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2000/07/03 18:50:24 PDT Modified files: (Branch: RELENG_4) sys/alpha/include cpufunc.h Log: MFC(1.7): (infrastructure for) ppc driver on alpha Revision Changes Path 1.6.2.1 +14 -0 src/sys/alpha/include/cpufunc.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 18:50:50 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 54B4537C1DB; Mon, 3 Jul 2000 18:50:45 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA81243; Mon, 3 Jul 2000 18:50:45 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <200007040150.SAA81243@freefall.freebsd.org> From: Matt Jacob Date: Mon, 3 Jul 2000 18:50:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/include md_var.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2000/07/03 18:50:45 PDT Modified files: (Branch: RELENG_4) sys/alpha/include md_var.h Log: MFC: Add support for the Alpha Processor, Inc. UP1000 system. Revision Changes Path 1.9.2.2 +1 -0 src/sys/alpha/include/md_var.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 18:51: 9 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2CCDA37C1DB; Mon, 3 Jul 2000 18:51:05 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA81323; Mon, 3 Jul 2000 18:51:05 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <200007040151.SAA81323@freefall.freebsd.org> From: Matt Jacob Date: Mon, 3 Jul 2000 18:51:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/include rpb.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2000/07/03 18:51:05 PDT Modified files: (Branch: RELENG_4) sys/alpha/include rpb.h Log: MFC: Add support for the Alpha Processor, Inc. UP1000 system. Revision Changes Path 1.6.2.1 +7 -0 src/sys/alpha/include/rpb.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 18:54:21 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DCE3137C1EA; Mon, 3 Jul 2000 18:54:16 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA81843; Mon, 3 Jul 2000 18:54:16 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <200007040154.SAA81843@freefall.freebsd.org> From: Matt Jacob Date: Mon, 3 Jul 2000 18:54:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/isa isa.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2000/07/03 18:54:16 PDT Modified files: (Branch: RELENG_4) sys/alpha/isa isa.c Log: MFC:Allow platform specific isa interrupt setup & teardown routines in preparation for sable/lynx support Revision Changes Path 1.19.2.2 +11 -1 src/sys/alpha/isa/isa.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 18:55:25 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1897F37C206; Mon, 3 Jul 2000 18:55:20 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA82057; Mon, 3 Jul 2000 18:55:20 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <200007040155.SAA82057@freefall.freebsd.org> From: Matt Jacob Date: Mon, 3 Jul 2000 18:55:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/isa isa_dma.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2000/07/03 18:55:20 PDT Modified files: (Branch: RELENG_4) sys/alpha/isa isa_dma.c Log: MFC (1.4, 1.5): Support bounce buffers for ISA DMA on the alpha. This is required for the irongate chipset (used in the UP1000) which does not support scatter/gather DMA. We'll still use scatter gather if the core logic chipset supports it. Revision Changes Path 1.2.2.1 +28 -4 src/sys/alpha/isa/isa_dma.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 18:55:58 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F1C1737C20A; Mon, 3 Jul 2000 18:55:55 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA82169; Mon, 3 Jul 2000 18:55:55 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <200007040155.SAA82169@freefall.freebsd.org> From: Matt Jacob Date: Mon, 3 Jul 2000 18:55:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/isa mcclock_isa.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2000/07/03 18:55:55 PDT Modified files: (Branch: RELENG_4) sys/alpha/isa mcclock_isa.c Log: MFC(1.8): Use bus_space_handle_t instead of bus_space_tag_t to hold the result from rman_get_bushandle(). Revision Changes Path 1.7.2.1 +2 -2 src/sys/alpha/isa/mcclock_isa.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 18:57:11 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EBE8337C1DB; Mon, 3 Jul 2000 18:57:05 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA82424; Mon, 3 Jul 2000 18:57:05 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <200007040157.SAA82424@freefall.freebsd.org> From: Matt Jacob Date: Mon, 3 Jul 2000 18:57:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/pci apecsvar.h ciareg.h ciavar.h lcavar.h pcibus.h tsunamireg.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2000/07/03 18:57:05 PDT Modified files: (Branch: RELENG_4) sys/alpha/pci apecsvar.h ciareg.h ciavar.h lcavar.h pcibus.h tsunamireg.h Log: MFC: fix CVS/RCS headers Revision Changes Path 1.2.2.1 +1 -1 src/sys/alpha/pci/apecsvar.h 1.2.2.1 +1 -1 src/sys/alpha/pci/ciareg.h 1.2.2.1 +1 -1 src/sys/alpha/pci/ciavar.h 1.2.2.1 +1 -1 src/sys/alpha/pci/lcavar.h 1.3.2.1 +1 -1 src/sys/alpha/pci/pcibus.h 1.3.2.1 +1 -1 src/sys/alpha/pci/tsunamireg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 18:57:40 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E329F37C1DB; Mon, 3 Jul 2000 18:57:37 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA82527; Mon, 3 Jul 2000 18:57:37 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <200007040157.SAA82527@freefall.freebsd.org> From: Matt Jacob Date: Mon, 3 Jul 2000 18:57:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/pci pcibus.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2000/07/03 18:57:37 PDT Modified files: (Branch: RELENG_4) sys/alpha/pci pcibus.c Log: MFC (1.23): Sometimes there isn't an ISA bus configured. Revision Changes Path 1.20.2.3 +4 -0 src/sys/alpha/pci/pcibus.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 18:59:47 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5CDAC37C1DB; Mon, 3 Jul 2000 18:59:45 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA82890; Mon, 3 Jul 2000 18:59:45 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <200007040159.SAA82890@freefall.freebsd.org> From: Matt Jacob Date: Mon, 3 Jul 2000 18:59:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/cam/scsi scsi_sa.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2000/07/03 18:59:45 PDT Modified files: (Branch: RELENG_4) sys/cam/scsi scsi_sa.c Log: MFC (1.52): Add a SA_QUIRK_NO_MODESEL type and use it for the OnStream real SCSI device (not the broken one). This one is still broken in that it can't be set to the same fixed block size it reports [ unflattering comments about this company elided ]. If we're unable to set buffered mode on, complain, but drive on. It's not a fatal error to not be in buffered mode. MF (1.46): Per Justin's request- remove his name from Copyright. Revision Changes Path 1.45.2.2 +7 -23 src/sys/cam/scsi/scsi_sa.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 19: 2:56 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9ACFD37BA77; Mon, 3 Jul 2000 19:02:53 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA83553; Mon, 3 Jul 2000 19:02:53 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <200007040202.TAA83553@freefall.freebsd.org> From: Matt Jacob Date: Mon, 3 Jul 2000 19:02:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files.alpha options.alpha X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2000/07/03 19:02:53 PDT Modified files: (Branch: RELENG_4) sys/conf files.alpha options.alpha Log: MFC: support for Rawhide (4100), sable, demisable && lynx, and UP1000 systems. Revision Changes Path 1.43.2.4 +12 -1 src/sys/conf/files.alpha 1.19.2.1 +3 -0 src/sys/conf/options.alpha To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 19: 4:28 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D08CB37C294; Mon, 3 Jul 2000 19:04:24 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA83866; Mon, 3 Jul 2000 19:04:24 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <200007040204.TAA83866@freefall.freebsd.org> From: Matt Jacob Date: Mon, 3 Jul 2000 19:04:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ispfw asm_12160.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2000/07/03 19:04:24 PDT Modified files: sys/dev/ispfw asm_12160.h Log: roll new 12160.h firmware in place Revision Changes Path 1.2 +2337 -3929src/sys/dev/ispfw/asm_12160.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 19: 4:51 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 09FEA37C294; Mon, 3 Jul 2000 19:04:49 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA83958; Mon, 3 Jul 2000 19:04:48 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <200007040204.TAA83958@freefall.freebsd.org> From: Matt Jacob Date: Mon, 3 Jul 2000 19:04:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ispfw asm_2100.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2000/07/03 19:04:48 PDT Modified files: sys/dev/ispfw asm_2100.h Log: roll new Qlogic 2100 firmware in place Revision Changes Path 1.2 +4557 -3953src/sys/dev/ispfw/asm_2100.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 19: 5:20 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 25D2E37C683; Mon, 3 Jul 2000 19:05:14 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA84350; Mon, 3 Jul 2000 19:05:14 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <200007040205.TAA84350@freefall.freebsd.org> From: Matt Jacob Date: Mon, 3 Jul 2000 19:05:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ispfw asm_2200.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2000/07/03 19:05:14 PDT Modified files: sys/dev/ispfw asm_2200.h Log: roll new Qlogic 2200 firmware in place Revision Changes Path 1.2 +5182 -4474src/sys/dev/ispfw/asm_2200.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 19: 6: 4 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AF06537C246; Mon, 3 Jul 2000 19:06:00 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA85403; Mon, 3 Jul 2000 19:06:00 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <200007040206.TAA85403@freefall.freebsd.org> From: Matt Jacob Date: Mon, 3 Jul 2000 19:06:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ispfw ispfw.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2000/07/03 19:06:00 PDT Modified files: sys/dev/ispfw ispfw.c Log: A side effect of new 12160 f/w- there is only one set whether target mode enabled or not now (like the FC cards). Revision Changes Path 1.2 +2 -5 src/sys/dev/ispfw/ispfw.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 19: 7:59 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5299537BA77; Mon, 3 Jul 2000 19:07:53 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA85804; Mon, 3 Jul 2000 19:07:53 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <200007040207.TAA85804@freefall.freebsd.org> From: Matt Jacob Date: Mon, 3 Jul 2000 19:07:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ispfw asm_1040.h asm_1080.h asm_12160.h asm_2100.h asm_2200.h ispfw.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2000/07/03 19:07:53 PDT Added files: (Branch: RELENG_4) sys/dev/ispfw asm_1040.h asm_1080.h asm_12160.h asm_2100.h asm_2200.h ispfw.c Log: MFC: Pull in the latest firmware and add the ispfw module to this branch. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 19: 8:42 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id ECBDC37C1DB; Mon, 3 Jul 2000 19:08:38 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA85970; Mon, 3 Jul 2000 19:08:38 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <200007040208.TAA85970@freefall.freebsd.org> From: Matt Jacob Date: Mon, 3 Jul 2000 19:08:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/isp asm_pci.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2000/07/03 19:08:38 PDT Removed files: (Branch: RELENG_4) sys/dev/isp asm_pci.h Log: MFC: Remove asm_pci.h from this branch- we now have the ispfw module. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 19:11: 9 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0D83537C26C; Mon, 3 Jul 2000 19:11:05 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA86432; Mon, 3 Jul 2000 19:11:05 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <200007040211.TAA86432@freefall.freebsd.org> From: Matt Jacob Date: Mon, 3 Jul 2000 19:11:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules/ispfw Makefile src/sys/modules Makefile X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2000/07/03 19:11:04 PDT Modified files: (Branch: RELENG_4) sys/modules Makefile Added files: (Branch: RELENG_4) sys/modules/ispfw Makefile Log: MFC: add ispfw module. Revision Changes Path 1.110.2.8 +1 -1 src/sys/modules/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 19:12:16 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1F01D37BAAF; Mon, 3 Jul 2000 19:12:14 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA86633; Mon, 3 Jul 2000 19:12:14 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <200007040212.TAA86633@freefall.freebsd.org> From: Matt Jacob Date: Mon, 3 Jul 2000 19:12:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules/wx Makefile src/sys/modules Makefile X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2000/07/03 19:12:14 PDT Modified files: (Branch: RELENG_4) sys/modules Makefile Added files: (Branch: RELENG_4) sys/modules/wx Makefile Log: MFC: add wx module Revision Changes Path 1.110.2.9 +2 -2 src/sys/modules/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 19:16:25 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0476237C2E0; Mon, 3 Jul 2000 19:16:21 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA87376; Mon, 3 Jul 2000 19:16:20 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <200007040216.TAA87376@freefall.freebsd.org> From: Matt Jacob Date: Mon, 3 Jul 2000 19:16:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2000/07/03 19:16:20 PDT Modified files: (Branch: RELENG_4) sys/conf files Log: MFC: Add ispfw as an optional 'device' (for static linking) Revision Changes Path 1.340.2.9 +1 -0 src/sys/conf/files To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 19:17:43 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 549F837C167; Mon, 3 Jul 2000 19:17:42 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA87565; Mon, 3 Jul 2000 19:17:42 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <200007040217.TAA87565@freefall.freebsd.org> From: Matt Jacob Date: Mon, 3 Jul 2000 19:17:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf options X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2000/07/03 19:17:42 PDT Modified files: (Branch: RELENG_4) sys/conf options Log: MFC: Remove all but one (ISP_TARGET_MODE) option for isp. Revision Changes Path 1.191.2.7 +0 -16 src/sys/conf/options To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 19:20:33 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3D0FD37C150; Mon, 3 Jul 2000 19:20:31 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA88050; Mon, 3 Jul 2000 19:20:31 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <200007040220.TAA88050@freefall.freebsd.org> From: Matt Jacob Date: Mon, 3 Jul 2000 19:20:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci isp_pci.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2000/07/03 19:20:31 PDT Modified files: (Branch: RELENG_4) sys/pci isp_pci.c Log: MFC (1.47): Change startup locking. Use new isp_handle_index function for indexing off of handles to get dma maps. MFC (1.46): Clean up firmware load issues and remove darn near all config options. Force alphas to prefer mem mapping as the default. Basically, we have a pointer to a function which we can call which will return us a pointer to firmware for the card we have. We call this function (if it's non-NULL) with the address of our mdvec f/w pointer. The way this works is that if ispfw (as a module or a static) is loaded, it initializes the pointer in isp_pci, so we can call into to it to fetch a pointer to a f/w set. If ispfw is MOD_UNLOADed, it's retained a pointer to our mdvec f/w pointers, which then get zeroed out so we don't have any references to data that's now gone from kernel memory. Removing the f/w saves ~360KBytes. Alas, there is no autounload mechanism that works for is here. Revision Changes Path 1.45.2.1 +58 -115 src/sys/pci/isp_pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 19:23:16 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 359F237C150; Mon, 3 Jul 2000 19:23:13 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA88446; Mon, 3 Jul 2000 19:23:13 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <200007040223.TAA88446@freefall.freebsd.org> From: Matt Jacob Date: Mon, 3 Jul 2000 19:23:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/isp isp.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2000/07/03 19:23:13 PDT Modified files: (Branch: RELENG_4) sys/dev/isp isp.c Log: MFC (revisions 1.42 - 1.46) - I'm not going to replicate all of the comments- particularily for 1.45. Revision Changes Path 1.41.2.2 +441 -493 src/sys/dev/isp/isp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 19:25:17 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DF7A437C150; Mon, 3 Jul 2000 19:25:14 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA88774; Mon, 3 Jul 2000 19:25:14 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <200007040225.TAA88774@freefall.freebsd.org> From: Matt Jacob Date: Mon, 3 Jul 2000 19:25:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/isp isp_freebsd.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2000/07/03 19:25:14 PDT Modified files: (Branch: RELENG_4) sys/dev/isp isp_freebsd.c Log: MFC (1.35, 1.36, 1.37, 1.38, 1.39, 1.40): (yes, these should be a better set of comments- basically synchronization of changes to watchdog timeouts). Revision Changes Path 1.32.2.2 +215 -139 src/sys/dev/isp/isp_freebsd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 19:26:38 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 18DA437C2B8; Mon, 3 Jul 2000 19:26:35 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA88925; Mon, 3 Jul 2000 19:26:35 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <200007040226.TAA88925@freefall.freebsd.org> From: Matt Jacob Date: Mon, 3 Jul 2000 19:26:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/isp isp_freebsd.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2000/07/03 19:26:35 PDT Modified files: (Branch: RELENG_4) sys/dev/isp isp_freebsd.h Log: MFC: Roll platform minor number. Force definition of SCSI_ISP_FABRIC (we always support fabric now). Remove SCCLUN definition (we always support SCCLUN now, if we load the f/w). Add typedef definition of an external firmware fetch function. Clean up private storage so that we can use the spriv_field0 to store a bitmask of whether we've set a value into ccb->ccb_h.status, whether we're in the watchdog routine for this command now, whether we've set a grace period for this command and whether this command is actually done. See comments of rev 1.45 of isp.c for more complete information. Add in isp_lock/isp_unlock inlines. Add in an islocked/intsok flag to isp_osinfo substructure (all in prep for SMP). Define MBOX_WAIT_COMPLETE and MBOX_NOTIFY_COMPLETE macros so that we can now (temp) use tsleep to wait for mailbox completion. Requires us to guess whether we're servicing an interrupt or not- will use intr_nesting_level. Add local strncat function. Revision Changes Path 1.26.2.2 +107 -28 src/sys/dev/isp/isp_freebsd.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 19:27:52 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8866637C150; Mon, 3 Jul 2000 19:27:47 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA89142; Mon, 3 Jul 2000 19:27:47 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <200007040227.TAA89142@freefall.freebsd.org> From: Matt Jacob Date: Mon, 3 Jul 2000 19:27:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/isp isp_inline.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2000/07/03 19:27:47 PDT Modified files: (Branch: RELENG_4) sys/dev/isp isp_inline.h Log: MFC: Fix completely stupid and idiotiuc sprintfs in isp_inline.h with with the STRNCAT function. Add an isp_handle_index function- this is prepatory to loading more into the handle (i.e., generation number), so we will now need a function that will take a handle and return a flat index [ 0 .. maxhandles-1 ] for auxillary routines that need an index to get at buddy store values (like dma maps or xflist pointers). Revision Changes Path 1.6.2.1 +33 -39 src/sys/dev/isp/isp_inline.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 19:27:54 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5182537C2B8; Mon, 3 Jul 2000 19:27:49 -0700 (PDT) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA89175; Mon, 3 Jul 2000 19:27:49 -0700 (PDT) (envelope-from billf@FreeBSD.org) Message-Id: <200007040227.TAA89175@freefall.freebsd.org> From: Bill Fumerola Date: Mon, 3 Jul 2000 19:27:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/games/wump wump.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG billf 2000/07/03 19:27:49 PDT Modified files: games/wump wump.c Log: ${BDEFLAGS} Revision Changes Path 1.14 +20 -20 src/games/wump/wump.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 19:28:30 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D591937C150; Mon, 3 Jul 2000 19:28:28 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA89320; Mon, 3 Jul 2000 19:28:28 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <200007040228.TAA89320@freefall.freebsd.org> From: Matt Jacob Date: Mon, 3 Jul 2000 19:28:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/isp isp_target.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2000/07/03 19:28:28 PDT Modified files: (Branch: RELENG_4) sys/dev/isp isp_target.c Log: MFC: Remove all ISP2100_SCCLUN define based code and replace it with runtime comparisons against the tag isp_maxluns- if > 16, we're SCCLUN based. On initial regular SCSI startup, disable auto-disconnect. Revision Changes Path 1.5.4.2 +27 -27 src/sys/dev/isp/isp_target.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 19:29: 0 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4AEC337C150; Mon, 3 Jul 2000 19:28:55 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA89407; Mon, 3 Jul 2000 19:28:55 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <200007040228.TAA89407@freefall.freebsd.org> From: Matt Jacob Date: Mon, 3 Jul 2000 19:28:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/isp isp_target.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2000/07/03 19:28:55 PDT Modified files: (Branch: RELENG_4) sys/dev/isp isp_target.h Log: MFC: add "disable autodisconnect" flags Revision Changes Path 1.3.4.2 +1 -0 src/sys/dev/isp/isp_target.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 19:29:26 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9DA2D37C150; Mon, 3 Jul 2000 19:29:24 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA89504; Mon, 3 Jul 2000 19:29:24 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <200007040229.TAA89504@freefall.freebsd.org> From: Matt Jacob Date: Mon, 3 Jul 2000 19:29:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/isp ispmbox.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2000/07/03 19:29:24 PDT Modified files: (Branch: RELENG_4) sys/dev/isp ispmbox.h Log: MFC: add MBOX_GET_RESOURCE_COUNT command Revision Changes Path 1.20.2.2 +1 -0 src/sys/dev/isp/ispmbox.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 19:30:13 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4532737C628; Mon, 3 Jul 2000 19:30:10 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA89622; Mon, 3 Jul 2000 19:30:10 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <200007040230.TAA89622@freefall.freebsd.org> From: Matt Jacob Date: Mon, 3 Jul 2000 19:30:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/isp ispreg.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2000/07/03 19:30:10 PDT Modified files: (Branch: RELENG_4) sys/dev/isp ispreg.h Log: MFC: Add mailbox bitmask macros (numbers of available mailbox registers based upon Qlogic chip type). Define maximum mailboxes. Add INT_PENDING_MASK macro. Change mailbox offset macro name. cleanup i_int_X vs. uint_X definitions The storage for WWN from NVRAM is actually the PORT WWN, not the NODE WWN. Revision Changes Path 1.13.2.2 +25 -17 src/sys/dev/isp/ispreg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 19:31:23 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8E04937C346; Mon, 3 Jul 2000 19:31:19 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA89771; Mon, 3 Jul 2000 19:31:19 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <200007040231.TAA89771@freefall.freebsd.org> From: Matt Jacob Date: Mon, 3 Jul 2000 19:31:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/isp ispvar.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2000/07/03 19:31:19 PDT Modified files: (Branch: RELENG_4) sys/dev/isp ispvar.h Log: MFC: Remove obsolete isp_dogactive tag. Add 8 bits of volatile mailbox busy mask- this will be the bitmask of output mailbox values we want to get back out of the chip once a mailbox command is done. Add storage for the maximum number of output mailbox registers to the softc. Set ISP_MAX_LUNS to be off of new isp_maxluns tag in softc. Change our 'fabdev' tag to 'loggedin'. Increase size (and add defines for) topology storage. Roll minor version numbers. Revision Changes Path 1.25.2.2 +9 -14 src/sys/dev/isp/ispvar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 19:33:51 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E5B4637C353; Mon, 3 Jul 2000 19:33:47 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA90050; Mon, 3 Jul 2000 19:33:47 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <200007040233.TAA90050@freefall.freebsd.org> From: Matt Jacob Date: Mon, 3 Jul 2000 19:33:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/conf GENERIC X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2000/07/03 19:33:47 PDT Modified files: (Branch: RELENG_4) sys/alpha/conf GENERIC Log: MFC: Add UP1000 to GENERIC. Add AlphaServer 2000 (demi-sable), 2100 (sable), and 2100A (lynx) support. Only PCI and on-board ISA peripherials are supported at this time. Add option for Rawhide (AlphaServer 4100 systems). Revision Changes Path 1.71.2.3 +4 -1 src/sys/alpha/conf/GENERIC To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 19:34:52 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C181137C538; Mon, 3 Jul 2000 19:34:49 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA90174; Mon, 3 Jul 2000 19:34:49 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <200007040234.TAA90174@freefall.freebsd.org> From: Matt Jacob Date: Mon, 3 Jul 2000 19:34:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ispfw MAINTAINER X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2000/07/03 19:34:49 PDT Added files: (Branch: RELENG_4) sys/dev/ispfw MAINTAINER Log: MFC: oops- MFC that I am the maintainer... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 19:37:44 2000 Delivered-To: cvs-all@freebsd.org Received: from gndrsh.dnsmgr.net (GndRsh.dnsmgr.net [198.145.92.4]) by hub.freebsd.org (Postfix) with ESMTP id EC7D837C48B; Mon, 3 Jul 2000 19:37:38 -0700 (PDT) (envelope-from freebsd@gndrsh.dnsmgr.net) Received: (from freebsd@localhost) by gndrsh.dnsmgr.net (8.9.3/8.9.3) id TAA14760; Mon, 3 Jul 2000 19:37:38 -0700 (PDT) (envelope-from freebsd) From: "Rodney W. Grimes" Message-Id: <200007040237.TAA14760@gndrsh.dnsmgr.net> Subject: Re: cvs commit: ports/net/cvsup-mirror/files supfile supfile.crypto ports/net/cvsup-mirror/scripts configure In-Reply-To: <200007032257.PAA59437@freefall.freebsd.org> from John Polstra at "Jul 3, 2000 03:57:56 pm" To: jdp@FreeBSD.org (John Polstra) Date: Mon, 3 Jul 2000 19:37:37 -0700 (PDT) Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > jdp 2000/07/03 15:57:55 PDT > > Modified files: > net/cvsup-mirror/files supfile supfile.crypto > net/cvsup-mirror/scripts configure > Log: > Remove src-crypto-rsa. It doesn't exist any more. > > Revision Changes Path > 1.4 +0 -1 ports/net/cvsup-mirror/files/supfile > 1.3 +0 -1 ports/net/cvsup-mirror/files/supfile.crypto > 1.7 +0 -2 ports/net/cvsup-mirror/scripts/configure Do those of us running the cvsup*.freebsd.org mirrors need to do anything special here? As in I just rebuilt cvsup4 on a new disk 2 nights ago and was going to be rolling it into place tonight during the maintenance window. -- Rod Grimes - KD7CAX @ CN85sl - (RWG25) rgrimes@gndrsh.dnsmgr.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 19:38: 4 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 072D937C37C; Mon, 3 Jul 2000 19:38:01 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA90620; Mon, 3 Jul 2000 19:38:01 -0700 (PDT) (envelope-from will@FreeBSD.org) Message-Id: <200007040238.TAA90620@freefall.freebsd.org> From: Will Andrews Date: Mon, 3 Jul 2000 19:38:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math Makefile ports/math/concorde Makefile ports/math/concorde/files md5 ports/math/concorde/pkg COMMENT DESCR PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2000/07/03 19:38:00 PDT Modified files: math Makefile Added files: math/concorde Makefile math/concorde/files md5 math/concorde/pkg COMMENT DESCR PLIST Log: Add concorde, a combinatorial optimization library. PR: 19685 Submitted by: David A. Bader Revision Changes Path 1.77 +2 -1 ports/math/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 19:38:14 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A844037C502; Mon, 3 Jul 2000 19:38:11 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA90718; Mon, 3 Jul 2000 19:38:11 -0700 (PDT) (envelope-from will@FreeBSD.org) Message-Id: <200007040238.TAA90718@freefall.freebsd.org> From: Will Andrews Date: Mon, 3 Jul 2000 19:38:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2000/07/03 19:38:11 PDT Modified files: . modules Log: concorde --> ports/math/concorde Revision Changes Path 1.1343 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 19:44:40 2000 Delivered-To: cvs-all@freebsd.org Received: from wall.polstra.com (rtrwan160.accessone.com [206.213.115.74]) by hub.freebsd.org (Postfix) with ESMTP id 3B48837C284; Mon, 3 Jul 2000 19:44:33 -0700 (PDT) (envelope-from jdp@polstra.com) Received: from vashon.polstra.com (vashon.polstra.com [206.213.73.13]) by wall.polstra.com (8.9.3/8.9.3) with ESMTP id TAA23642; Mon, 3 Jul 2000 19:44:20 -0700 (PDT) (envelope-from jdp@polstra.com) Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200007040237.TAA14760@gndrsh.dnsmgr.net> Date: Mon, 03 Jul 2000 19:44:19 -0700 (PDT) Organization: Polstra & Co., Inc. From: John Polstra To: "Rodney W. Grimes" Subject: Re: cvs commit: ports/net/cvsup-mirror/files supfile supfile.cry Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Rodney W. Grimes wrote: >> jdp 2000/07/03 15:57:55 PDT >> >> Modified files: >> net/cvsup-mirror/files supfile supfile.crypto >> net/cvsup-mirror/scripts configure >> Log: >> Remove src-crypto-rsa. It doesn't exist any more. [...] > Do those of us running the cvsup*.freebsd.org mirrors need to > do anything special here? No, you don't need to do anything special about this. The only thing you might want to do (at your convenience) would be to remove the src-crypto-rsa collection from your supfile if you added it before. But that's not urgent. It's not a fatal error if a collection is missing. The offending collection will simply be skipped during your updates. John -- John Polstra jdp@polstra.com John D. Polstra & Co., Inc. Seattle, Washington USA "Disappointment is a good sign of basic intelligence." -- Chögyam Trungpa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 19:45: 1 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 01B5F37C150; Mon, 3 Jul 2000 19:44:58 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA91886; Mon, 3 Jul 2000 19:44:58 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Message-Id: <200007040244.TAA91886@freefall.freebsd.org> From: Jun Kuriyama Date: Mon, 3 Jul 2000 19:44:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/gnupg-rsa Makefile ports/security/gnupg-rsa/pkg COMMENT X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kuriyama 2000/07/03 19:44:57 PDT Modified files: security/gnupg-rsa Makefile security/gnupg-rsa/pkg COMMENT Log: Fix workaround for USA_RESIDENT=YES condition. Submitted by: dirk.meyer@dinoex.sub.org (maintainer) PR: ports/19608 Revision Changes Path 1.3 +17 -9 ports/security/gnupg-rsa/Makefile 1.2 +1 -1 ports/security/gnupg-rsa/pkg/COMMENT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 20:10: 6 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2C3A237C1B9; Mon, 3 Jul 2000 20:10:03 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA97348; Mon, 3 Jul 2000 20:10:03 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Message-Id: <200007040310.UAA97348@freefall.freebsd.org> From: Jun Kuriyama Date: Mon, 3 Jul 2000 20:10:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/palm/pilrc Makefile ports/palm/pilrc/files md5 ports/palm/pilrc/patches patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kuriyama 2000/07/03 20:10:03 PDT Modified files: palm/pilrc Makefile palm/pilrc/files md5 Removed files: palm/pilrc/patches patch-aa Log: Update to 2.5c. Revision Changes Path 1.5 +8 -6 ports/palm/pilrc/Makefile 1.2 +1 -1 ports/palm/pilrc/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 20:23:34 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BA3AC37C353; Mon, 3 Jul 2000 20:23:29 -0700 (PDT) (envelope-from mckusick@FreeBSD.org) Received: (from mckusick@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA98918; Mon, 3 Jul 2000 20:23:29 -0700 (PDT) (envelope-from mckusick@FreeBSD.org) Message-Id: <200007040323.UAA98918@freefall.freebsd.org> From: Kirk McKusick Date: Mon, 3 Jul 2000 20:23:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_subr.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mckusick 2000/07/03 20:23:29 PDT Modified files: sys/kern vfs_subr.c Log: If a buffer flush fails when trying to reclaim a vnode, it is too late to save the vnode, so just toss any remaining unwritten buffers rather than leaving them lying around to make trouble in the future. Revision Changes Path 1.262 +11 -5 src/sys/kern/vfs_subr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 20:34:15 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2BB6737B5E7; Mon, 3 Jul 2000 20:34:12 -0700 (PDT) (envelope-from mckusick@FreeBSD.org) Received: (from mckusick@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA00954; Mon, 3 Jul 2000 20:34:12 -0700 (PDT) (envelope-from mckusick@FreeBSD.org) Message-Id: <200007040334.UAA00954@freefall.freebsd.org> From: Kirk McKusick Date: Mon, 3 Jul 2000 20:34:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ccd ccd.c src/sys/dev/vn vn.c src/sys/kern kern_acct.c kern_ktrace.c kern_linker.c kern_sig.c link_aout.c link_elf.c vfs_syscalls.c vfs_vnops.c src/sys/sys vnode.h src/sys/ufs/ufs ufs_extattr.c ufs_quota.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mckusick 2000/07/03 20:34:11 PDT Modified files: sys/dev/ccd ccd.c sys/dev/vn vn.c sys/kern kern_acct.c kern_ktrace.c kern_linker.c kern_sig.c link_aout.c link_elf.c vfs_syscalls.c vfs_vnops.c sys/sys vnode.h sys/ufs/ufs ufs_extattr.c ufs_quota.c Log: Move the truncation code out of vn_open and into the open system call after the acquisition of any advisory locks. This fix corrects a case in which a process tries to open a file with a non-blocking exclusive lock. Even if it fails to get the lock it would still truncate the file even though its open failed. With this change, the truncation is done only after the lock is successfully acquired. Obtained from: BSD/OS Revision Changes Path 1.81 +4 -3 src/sys/dev/ccd/ccd.c 1.115 +3 -3 src/sys/dev/vn/vn.c 1.26 +4 -3 src/sys/kern/kern_acct.c 1.38 +4 -3 src/sys/kern/kern_ktrace.c 1.48 +4 -3 src/sys/kern/kern_linker.c 1.81 +4 -3 src/sys/kern/kern_sig.c 1.30 +4 -3 src/sys/kern/link_aout.c 1.29 +4 -3 src/sys/kern/link_elf.c 1.158 +24 -14 src/sys/kern/vfs_syscalls.c 1.97 +14 -25 src/sys/kern/vfs_vnops.c 1.117 +2 -2 src/sys/sys/vnode.h 1.7 +4 -3 src/sys/ufs/ufs/ufs_extattr.c 1.33 +4 -3 src/sys/ufs/ufs/ufs_quota.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 20:55:43 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2537C37BD08; Mon, 3 Jul 2000 20:55:40 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA04320; Mon, 3 Jul 2000 20:55:40 -0700 (PDT) (envelope-from will@FreeBSD.org) Message-Id: <200007040355.UAA04320@freefall.freebsd.org> From: Will Andrews Date: Mon, 3 Jul 2000 20:55:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/ftp Makefile ports/ftp/hsftp Makefile ports/ftp/hsftp/files md5 ports/ftp/hsftp/pkg COMMENT DESCR PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2000/07/03 20:55:40 PDT Modified files: ftp Makefile Added files: ftp/hsftp Makefile ftp/hsftp/files md5 ftp/hsftp/pkg COMMENT DESCR PLIST Log: Add hsftp, a ftp emulator that provides the look-and-feel of an FTP session but uses ssh to transport commands and data. Neat! Revision Changes Path 1.9 +2 -1 ports/ftp/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 20:55:53 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 689B237C0C4; Mon, 3 Jul 2000 20:55:50 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA04369; Mon, 3 Jul 2000 20:55:50 -0700 (PDT) (envelope-from will@FreeBSD.org) Message-Id: <200007040355.UAA04369@freefall.freebsd.org> From: Will Andrews Date: Mon, 3 Jul 2000 20:55:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2000/07/03 20:55:50 PDT Modified files: . modules Log: hsftp --> ports/ftp/hsftp Revision Changes Path 1.1344 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 20:58:53 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 45CE637BAEF; Mon, 3 Jul 2000 20:58:48 -0700 (PDT) (envelope-from ps@FreeBSD.org) Received: (from ps@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA04852; Mon, 3 Jul 2000 20:58:48 -0700 (PDT) (envelope-from ps@FreeBSD.org) Message-Id: <200007040358.UAA04852@freefall.freebsd.org> From: Paul Saab Date: Mon, 3 Jul 2000 20:58:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libkvm kvm_getswapinfo.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ps 2000/07/03 20:58:48 PDT Modified files: (Branch: RELENG_4) lib/libkvm kvm_getswapinfo.c Log: MFC: [rev 1.12] Remove unneeded #include. Revision Changes Path 1.10.2.2 +0 -1 src/lib/libkvm/kvm_getswapinfo.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 21:25:17 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 86E0437BA79; Mon, 3 Jul 2000 21:25:13 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA10415; Mon, 3 Jul 2000 21:25:13 -0700 (PDT) (envelope-from will@FreeBSD.org) Message-Id: <200007040425.VAA10415@freefall.freebsd.org> From: Will Andrews Date: Mon, 3 Jul 2000 21:25:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/ftp Makefile ports/ftp/ftpq Makefile ports/ftp/ftpq/files md5 ports/ftp/ftpq/patches patch-aa ports/ftp/ftpq/pkg COMMENT DESCR PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2000/07/03 21:25:13 PDT Modified files: ftp Makefile Added files: ftp/ftpq Makefile ftp/ftpq/files md5 ftp/ftpq/patches patch-aa ftp/ftpq/pkg COMMENT DESCR PLIST Log: Add ftpq, a ftp upload queue manager. Revision Changes Path 1.10 +2 -1 ports/ftp/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 21:25:28 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 88CC037BAF3; Mon, 3 Jul 2000 21:25:22 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA10467; Mon, 3 Jul 2000 21:25:22 -0700 (PDT) (envelope-from will@FreeBSD.org) Message-Id: <200007040425.VAA10467@freefall.freebsd.org> From: Will Andrews Date: Mon, 3 Jul 2000 21:25:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2000/07/03 21:25:22 PDT Modified files: . modules Log: ftpq --> ports/ftp/ftpq Revision Changes Path 1.1345 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 21:32:45 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 084CE37BA98; Mon, 3 Jul 2000 21:32:40 -0700 (PDT) (envelope-from mckusick@FreeBSD.org) Received: (from mckusick@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA11436; Mon, 3 Jul 2000 21:32:40 -0700 (PDT) (envelope-from mckusick@FreeBSD.org) Message-Id: <200007040432.VAA11436@freefall.freebsd.org> From: Kirk McKusick Date: Mon, 3 Jul 2000 21:32:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_subr.c src/sys/sys vnode.h src/sys/vm vm_page.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mckusick 2000/07/03 21:32:40 PDT Modified files: sys/kern vfs_subr.c sys/sys vnode.h sys/vm vm_page.c Log: Simplify and rationalise the management of the vnode free list (preparing the code to add snapshots). Revision Changes Path 1.263 +31 -75 src/sys/kern/vfs_subr.c 1.118 +4 -6 src/sys/sys/vnode.h 1.153 +3 -7 src/sys/vm/vm_page.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 21:40:36 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C74AA37BA98; Mon, 3 Jul 2000 21:40:33 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA12702; Mon, 3 Jul 2000 21:40:33 -0700 (PDT) (envelope-from will@FreeBSD.org) Message-Id: <200007040440.VAA12702@freefall.freebsd.org> From: Will Andrews Date: Mon, 3 Jul 2000 21:40:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/gifsicle Makefile ports/graphics/gifsicle/files md5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2000/07/03 21:40:33 PDT Modified files: graphics/gifsicle Makefile graphics/gifsicle/files md5 Log: Update to 1.20. Revision Changes Path 1.10 +2 -2 ports/graphics/gifsicle/Makefile 1.5 +1 -1 ports/graphics/gifsicle/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 21:56: 1 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B8E0137B8C3; Mon, 3 Jul 2000 21:55:53 -0700 (PDT) (envelope-from mckusick@FreeBSD.org) Received: (from mckusick@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA14764; Mon, 3 Jul 2000 21:55:53 -0700 (PDT) (envelope-from mckusick@FreeBSD.org) Message-Id: <200007040455.VAA14764@freefall.freebsd.org> From: Kirk McKusick Date: Mon, 3 Jul 2000 21:55:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ufs/ffs fs.h src/sys/sys mount.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mckusick 2000/07/03 21:55:53 PDT Modified files: sys/ufs/ffs fs.h sys/sys mount.h Log: Get userland visible flags added for snapshots to give a few days advance preparation for them to get migrated into place so that subsequent changes in utilities will not fail to compile for lack of up-to-date header files in /usr/include. Revision Changes Path 1.16 +27 -2 src/sys/ufs/ffs/fs.h 1.94 +14 -5 src/sys/sys/mount.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 21:58:43 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D5CA537B549; Mon, 3 Jul 2000 21:58:38 -0700 (PDT) (envelope-from mckusick@FreeBSD.org) Received: (from mckusick@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA15294; Mon, 3 Jul 2000 21:58:38 -0700 (PDT) (envelope-from mckusick@FreeBSD.org) Message-Id: <200007040458.VAA15294@freefall.freebsd.org> From: Kirk McKusick Date: Mon, 3 Jul 2000 21:58:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys stat.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mckusick 2000/07/03 21:58:38 PDT Modified files: sys/sys stat.h Log: Get userland visible flags added for snapshots to give a few days advance preparation for them to get migrated into place so that subsequent changes in utilities will not fail to compile for lack of up-to-date header files in /usr/include. Revision Changes Path 1.21 +2 -1 src/sys/sys/stat.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 22: 6:29 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 66EDE37BADE; Mon, 3 Jul 2000 22:06:25 -0700 (PDT) (envelope-from jdp@FreeBSD.org) Received: (from jdp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA18038; Mon, 3 Jul 2000 22:06:25 -0700 (PDT) (envelope-from jdp@FreeBSD.org) Message-Id: <200007040506.WAA18038@freefall.freebsd.org> From: John Polstra Date: Mon, 3 Jul 2000 22:06:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/books/handbook/mirrors chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jdp 2000/07/03 22:06:25 PDT Modified files: en_US.ISO_8859-1/books/handbook/mirrors chapter.sgml Log: Add cvsup2.kr.FreeBSD.org. Revision Changes Path 1.73 +6 -2 doc/en_US.ISO_8859-1/books/handbook/mirrors/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 22: 6:36 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 880D637C49E; Mon, 3 Jul 2000 22:06:30 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA18068; Mon, 3 Jul 2000 22:06:30 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <200007040506.WAA18068@freefall.freebsd.org> From: Kris Kennaway Date: Mon, 3 Jul 2000 22:06:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/news/inn-stable Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/07/03 22:06:30 PDT Modified files: news/inn-stable Makefile Log: Don't install rnews setgid uucp by default - the INN maintainers don't recommend this binary run with privileges because it is not secure. Anyone who needs the ability to fetch news via UUCP can rebuild the port with WITH_UUCP_SECURITY_HOLE defined. Revision Changes Path 1.54 +5 -2 ports/news/inn-stable/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 22: 9:50 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 88B5837BAE0; Mon, 3 Jul 2000 22:09:46 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA19086; Mon, 3 Jul 2000 22:09:42 -0700 (PDT) (envelope-from will@FreeBSD.org) Message-Id: <200007040509.WAA19086@freefall.freebsd.org> From: Will Andrews Date: Mon, 3 Jul 2000 22:09:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics Makefile ports/graphics/ecg2png Makefile ports/graphics/ecg2png/files md5 ports/graphics/ecg2png/patches patch-aa patch-ab patch-ac ports/graphics/ecg2png/pkg COMMENT DESCR PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2000/07/03 22:09:42 PDT Modified files: graphics Makefile Added files: graphics/ecg2png Makefile graphics/ecg2png/files md5 graphics/ecg2png/patches patch-aa patch-ab patch-ac graphics/ecg2png/pkg COMMENT DESCR PLIST Log: Add ecg2png, a electrocardiogram-to-PNG converter. This has got to be the weirdest image conversion program I've ever seen. =) Revision Changes Path 1.204 +2 -1 ports/graphics/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 22:10: 4 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8D06937BAE0; Mon, 3 Jul 2000 22:09:57 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA19141; Mon, 3 Jul 2000 22:09:57 -0700 (PDT) (envelope-from will@FreeBSD.org) Message-Id: <200007040509.WAA19141@freefall.freebsd.org> From: Will Andrews Date: Mon, 3 Jul 2000 22:09:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2000/07/03 22:09:57 PDT Modified files: . modules Log: ecg2png --> ports/graphics/ecg2png Revision Changes Path 1.1346 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 22:11:28 2000 Delivered-To: cvs-all@freebsd.org Received: from localhost (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 326B437BAE0; Mon, 3 Jul 2000 22:11:13 -0700 (PDT) (envelope-from green@FreeBSD.org) Date: Tue, 4 Jul 2000 01:11:09 -0400 (EDT) From: Brian Fundakowski Feldman X-Sender: green@green.dyndns.org To: Sheldon Hearn Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/file/Magdir animation In-Reply-To: <95502.962610292@axl.ops.uunet.co.za> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 3 Jul 2000, Sheldon Hearn wrote: > > > On Sun, 02 Jul 2000 21:59:37 MST, Brian Feldman wrote: > > > Modified files: > > usr.bin/file/Magdir animation > > Log: > > Add the RealMedia file format. Also, add the $FreeBSD$. > > You should probably coordinate this with the file(1) maintainer, who was > certainly still active last year. I looked for a MAINTAINER line in the Makefile so I could do that, but there was none :-( It would be nice if people would claim advisory MAINTAINERship (as opposed to nothing at all, or dictatorial MAINTAINERship) more. I was not going to find some heuristic to determine who has been most active in the file(1) code in the past N months; if it hasn't been touched recently, it's not necessarily easy to find out who has been touching it in less recent history. If it were a controversial kind of change, possibly like adding a new file, I would have taken the much longer time required to research that. I'm certain, though, that I put the entry in the right place since it follows the historical direction of MPEG stuff being put in "animation", despite it being a format which can have video and/or audio like RealMedia files. > Ciao, > Sheldon. -- Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! / green@FreeBSD.org `------------------------------' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 22:26:16 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B9BD437BB0D; Mon, 3 Jul 2000 22:26:13 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA21381; Mon, 3 Jul 2000 22:26:13 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007040526.WAA21381@freefall.freebsd.org> From: "David E. O'Brien" Date: Mon, 3 Jul 2000 22:26:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin Makefile X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/03 22:26:13 PDT Modified files: (Branch: RELENG_4) usr.bin Makefile Log: MFC: remove Global. It now lives in /usr/ports/ Revision Changes Path 1.144.2.2 +1 -2 src/usr.bin/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 22:28:28 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 54B7637BB0D; Mon, 3 Jul 2000 22:28:24 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA21833; Mon, 3 Jul 2000 22:28:24 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007040528.WAA21833@freefall.freebsd.org> From: "David E. O'Brien" Date: Mon, 3 Jul 2000 22:28:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/syscons/keymaps bg.bds.ctrlcaps.kbd bg.phonetic.ctrlcaps.kbd uk.cp850-ctrl.kbd uk.iso-ctrl.kbd us.pc-ctrl.kbd Makefile X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/03 22:28:24 PDT Modified files: (Branch: RELENG_4) share/syscons/keymaps Makefile Added files: (Branch: RELENG_4) share/syscons/keymaps bg.bds.ctrlcaps.kbd bg.phonetic.ctrlcaps.kbd uk.cp850-ctrl.kbd uk.iso-ctrl.kbd us.pc-ctrl.kbd Log: MFC: add all the various new keymaps. Revision Changes Path 1.44.2.1 +5 -3 src/share/syscons/keymaps/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 22:29:34 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1127637BB0D; Mon, 3 Jul 2000 22:29:29 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA22176; Mon, 3 Jul 2000 22:29:28 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007040529.WAA22176@freefall.freebsd.org> From: "David E. O'Brien" Date: Mon, 3 Jul 2000 22:29:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/csh config.h tc.defs.c Makefile alloc.c char.c char.h const.c csh.1 csh.c csh.h dir.c dir.h dol.c err.c exec.c exp.c extern.h file.c func.c glob.c hist.c init.c lex.c misc.c parse.c pathnames.h proc.c proc.h sem.c set.c str.c time.c ... X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/03 22:29:28 PDT Modified files: (Branch: RELENG_4) bin/csh Makefile Added files: (Branch: RELENG_4) bin/csh config.h tc.defs.c bin/csh/nls Makefile Makefile.inc bin/csh/nls/finnish Makefile bin/csh/nls/french Makefile bin/csh/nls/german Makefile bin/csh/nls/greek Makefile bin/csh/nls/italian Makefile bin/csh/nls/ja Makefile bin/csh/nls/spanish Makefile Removed files: (Branch: RELENG_4) bin/csh alloc.c char.c char.h const.c csh.1 csh.c csh.h dir.c dir.h dol.c err.c exec.c exp.c extern.h file.c func.c glob.c hist.c init.c lex.c misc.c parse.c pathnames.h proc.c proc.h sem.c set.c str.c time.c Log: MFC: upgrade csh to tcsh. Revision Changes Path 1.11.2.1 +49 -15 src/bin/csh/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 22:30:48 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3F1D437BB0D; Mon, 3 Jul 2000 22:30:45 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from localhost (kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) with ESMTP id WAA22346; Mon, 3 Jul 2000 22:30:44 -0700 (PDT) (envelope-from kris@FreeBSD.org) X-Authentication-Warning: freefall.freebsd.org: kris owned process doing -bs Date: Mon, 3 Jul 2000 22:30:44 -0700 (PDT) From: Kris Kennaway To: Brian Fundakowski Feldman Cc: Sheldon Hearn , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/file/Magdir animation In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 4 Jul 2000, Brian Fundakowski Feldman wrote: > > You should probably coordinate this with the file(1) maintainer, who was > > certainly still active last year. If a maintainer does indeed exist, perhaps they could update the file code to the latest vendor release (and contribify it in the process). OTOH, I have patches here which almost work and do just that. Who is this maintainer anyway? Kris -- In God we Trust -- all others must submit an X.509 certificate. -- Charles Forsythe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 22:32:54 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0C2DA37BC70; Mon, 3 Jul 2000 22:32:52 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA22597; Mon, 3 Jul 2000 22:32:51 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007040532.WAA22597@freefall.freebsd.org> From: "David E. O'Brien" Date: Mon, 3 Jul 2000 22:32:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/cc Makefile X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/03 22:32:51 PDT Modified files: (Branch: RELENG_4) gnu/usr.bin/cc Makefile Log: MFC: Improve build granularity by introducing NO_CPP and NO_CXX. Revision Changes Path 1.21.2.1 +10 -2 src/gnu/usr.bin/cc/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 22:34:56 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B985937BC70; Mon, 3 Jul 2000 22:34:52 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA22866; Mon, 3 Jul 2000 22:34:52 -0700 (PDT) (envelope-from will@FreeBSD.org) Message-Id: <200007040534.WAA22866@freefall.freebsd.org> From: Will Andrews Date: Mon, 3 Jul 2000 22:34:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/astro/xplanet Makefile ports/astro/xplanet/files md5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2000/07/03 22:34:52 PDT Modified files: astro/xplanet Makefile astro/xplanet/files md5 Log: Update to 0.70. There should be no more coredumps in this version. Special thanks to: billf (for the -lm tidbit) Revision Changes Path 1.10 +11 -5 ports/astro/xplanet/Makefile 1.5 +1 -1 ports/astro/xplanet/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 22:35: 4 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DD35837BF9A; Mon, 3 Jul 2000 22:34:54 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA22925; Mon, 3 Jul 2000 22:34:54 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007040534.WAA22925@freefall.freebsd.org> From: "David E. O'Brien" Date: Mon, 3 Jul 2000 22:34:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/cc Makefile.inc src/gnu/usr.bin/cc/cc Makefile src/gnu/usr.bin/cc/c++ Makefile src/gnu/usr.bin/cc/cpp Makefile X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/03 22:34:54 PDT Modified files: (Branch: RELENG_4) gnu/usr.bin/cc Makefile.inc gnu/usr.bin/cc/cc Makefile gnu/usr.bin/cc/c++ Makefile gnu/usr.bin/cc/cpp Makefile Log: MFC: Move some cflag contents down to where they are acutally used. Revision Changes Path 1.49.2.1 +2 -4 src/gnu/usr.bin/cc/Makefile.inc 1.20.2.1 +4 -1 src/gnu/usr.bin/cc/cc/Makefile 1.16.2.1 +4 -1 src/gnu/usr.bin/cc/c++/Makefile 1.18.2.1 +4 -1 src/gnu/usr.bin/cc/cpp/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 22:36:30 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B8C4537BC70; Mon, 3 Jul 2000 22:36:24 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA23252; Mon, 3 Jul 2000 22:36:24 -0700 (PDT) (envelope-from will@FreeBSD.org) Message-Id: <200007040536.WAA23252@freefall.freebsd.org> From: Will Andrews Date: Mon, 3 Jul 2000 22:36:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics Makefile ports/graphics/kdc2tiff Makefile ports/graphics/kdc2tiff/files md5 ports/graphics/kdc2tiff/pkg COMMENT DESCR PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2000/07/03 22:36:24 PDT Modified files: graphics Makefile Added files: graphics/kdc2tiff Makefile graphics/kdc2tiff/files md5 graphics/kdc2tiff/pkg COMMENT DESCR PLIST Log: Add kdc2tiff, a Kodak DC120 .kdc image to TIFF/JPEG converter. This appears quite useful for owners of said digital cameras! Special thanks to: billf (for -lm tidbit) Revision Changes Path 1.205 +2 -1 ports/graphics/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 22:36:36 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8DCC137BC70; Mon, 3 Jul 2000 22:36:33 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA23310; Mon, 3 Jul 2000 22:36:33 -0700 (PDT) (envelope-from will@FreeBSD.org) Message-Id: <200007040536.WAA23310@freefall.freebsd.org> From: Will Andrews Date: Mon, 3 Jul 2000 22:36:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2000/07/03 22:36:33 PDT Modified files: . modules Log: kdc2tiff --> ports/graphics/kdc2tiff Revision Changes Path 1.1347 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 22:37:23 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 128D437C056; Mon, 3 Jul 2000 22:37:18 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA23444; Mon, 3 Jul 2000 22:37:18 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007040537.WAA23444@freefall.freebsd.org> From: "David E. O'Brien" Date: Mon, 3 Jul 2000 22:37:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/cc/f77 Makefile X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/03 22:37:17 PDT Modified files: (Branch: RELENG_4) gnu/usr.bin/cc/f77 Makefile Log: MFC: rev 1.13 [Move some cflag contents to where they are acutally used] rev 1.14 [clean f77.1] Revision Changes Path 1.12.2.1 +8 -3 src/gnu/usr.bin/cc/f77/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 22:39:53 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 67A7F37C056; Mon, 3 Jul 2000 22:39:50 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA23769; Mon, 3 Jul 2000 22:39:50 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007040539.WAA23769@freefall.freebsd.org> From: "David E. O'Brien" Date: Mon, 3 Jul 2000 22:39:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/cc/f771 Makefile X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/03 22:39:50 PDT Modified files: (Branch: RELENG_4) gnu/usr.bin/cc/f771 Makefile Log: MFC: rev 1.6 [make the build-tools objects weirder named] Revision Changes Path 1.5.2.1 +5 -5 src/gnu/usr.bin/cc/f771/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 22:41:53 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 315F237C253; Mon, 3 Jul 2000 22:41:40 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA24029; Mon, 3 Jul 2000 22:41:40 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007040541.WAA24029@freefall.freebsd.org> From: "David E. O'Brien" Date: Mon, 3 Jul 2000 22:41:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/cc/cc_int Makefile src/gnu/usr.bin/cc/cc1 Makefile src/gnu/usr.bin/cc/cc1obj Makefile X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/03 22:41:40 PDT Modified files: (Branch: RELENG_4) gnu/usr.bin/cc/cc_int Makefile gnu/usr.bin/cc/cc1 Makefile gnu/usr.bin/cc/cc1obj Makefile Log: MFC: move c-decl out of libcc_int.a as it is not used across all C-like backends and its symbols conflicts with several cc1plus sources. Revision Changes Path 1.25.2.1 +2 -2 src/gnu/usr.bin/cc/cc_int/Makefile 1.18.2.1 +3 -2 src/gnu/usr.bin/cc/cc1/Makefile 1.11.2.1 +2 -2 src/gnu/usr.bin/cc/cc1obj/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 22:42:50 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 810B837C316; Mon, 3 Jul 2000 22:42:47 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA24210; Mon, 3 Jul 2000 22:42:47 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007040542.WAA24210@freefall.freebsd.org> From: "David E. O'Brien" Date: Mon, 3 Jul 2000 22:42:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/cc/cc_tools Makefile X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/03 22:42:47 PDT Modified files: (Branch: RELENG_4) gnu/usr.bin/cc/cc_tools Makefile Log: MFC: rev 1.49 [don't include svr4.h as it is not needed by the FreeBSD config cleanup] Revision Changes Path 1.48.2.1 +1 -2 src/gnu/usr.bin/cc/cc_tools/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 22:51: 9 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0951237C112; Mon, 3 Jul 2000 22:51:06 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA25611; Mon, 3 Jul 2000 22:51:05 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007040551.WAA25611@freefall.freebsd.org> From: "David E. O'Brien" Date: Mon, 3 Jul 2000 22:51:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/gcc/config freebsd.h src/contrib/gcc/config/alpha freebsd.h src/contrib/gcc/config/i386 freebsd.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/03 22:51:05 PDT Modified files: (Branch: RELENG_4) contrib/gcc/config freebsd.h contrib/gcc/config/alpha freebsd.h contrib/gcc/config/i386 freebsd.h Log: MFC: Clean up the FreeBSD configuration files -- better seperation of MI & MD bits, and don't use svr4.h. Revision Changes Path 1.25.2.1 +540 -22 src/contrib/gcc/config/freebsd.h 1.9.2.1 +108 -442 src/contrib/gcc/config/alpha/freebsd.h 1.34.2.1 +493 -385 src/contrib/gcc/config/i386/freebsd.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 22:52:29 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5110337B509; Mon, 3 Jul 2000 22:52:25 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA25982; Mon, 3 Jul 2000 22:52:25 -0700 (PDT) (envelope-from will@FreeBSD.org) Message-Id: <200007040552.WAA25982@freefall.freebsd.org> From: Will Andrews Date: Mon, 3 Jul 2000 22:52:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics Makefile ports/graphics/pngcheck Makefile ports/graphics/pngcheck/files md5 ports/graphics/pngcheck/patches patch-aa ports/graphics/pngcheck/pkg COMMENT DESCR PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2000/07/03 22:52:25 PDT Modified files: graphics Makefile Added files: graphics/pngcheck Makefile graphics/pngcheck/files md5 graphics/pngcheck/patches patch-aa graphics/pngcheck/pkg COMMENT DESCR PLIST Log: Add pngcheck, a PNG image integrity checker. Revision Changes Path 1.206 +2 -1 ports/graphics/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 22:52:38 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5C9B437B509; Mon, 3 Jul 2000 22:52:35 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA26031; Mon, 3 Jul 2000 22:52:35 -0700 (PDT) (envelope-from will@FreeBSD.org) Message-Id: <200007040552.WAA26031@freefall.freebsd.org> From: Will Andrews Date: Mon, 3 Jul 2000 22:52:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2000/07/03 22:52:35 PDT Modified files: . modules Log: pngcheck --> ports/graphics/pngcheck Revision Changes Path 1.1348 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 22:55:26 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B29D737B9D3; Mon, 3 Jul 2000 22:55:23 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA26535; Mon, 3 Jul 2000 22:55:23 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007040555.WAA26535@freefall.freebsd.org> From: "David E. O'Brien" Date: Mon, 3 Jul 2000 22:55:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/gcc toplev.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/03 22:55:23 PDT Modified files: (Branch: RELENG_4) contrib/gcc toplev.c Log: MFC: rev 1.7 [Yell about -O2 on the Alpha. Forceably downgrade -O2+ if "FORCE_OPTIMIZATION_DOWNGRADE" is defined when GCC is built.] Revision Changes Path 1.6.2.1 +14 -1 src/contrib/gcc/toplev.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 23: 1:59 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6D70437BA18; Mon, 3 Jul 2000 23:01:53 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA27206; Mon, 3 Jul 2000 23:01:53 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007040601.XAA27206@freefall.freebsd.org> From: "David E. O'Brien" Date: Mon, 3 Jul 2000 23:01:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/gcc ChangeLog c-typeck.c function.c invoke.texi unroll.c src/contrib/gcc/config elfos.h linux.h src/contrib/gcc/config/alpha linux-elf.h src/contrib/gcc/config/sparc linux.h src/contrib/gcc/cp ChangeLog call.c class.c cp-tree.h ... X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/03 23:01:52 PDT Modified files: (Branch: RELENG_4) contrib/gcc ChangeLog c-typeck.c function.c invoke.texi unroll.c contrib/gcc/config elfos.h linux.h contrib/gcc/config/alpha linux-elf.h contrib/gcc/config/sparc linux.h contrib/gcc/cp ChangeLog call.c class.c cp-tree.h decl.c decl2.c exception.cc gxxint.texi init.c method.c pt.c rtti.c search.c contrib/libstdc++ ChangeLog Makefile.in Added files: (Branch: RELENG_4) contrib/libstdc++ sstream Log: MFC: get all offical GCC bug fixes from 2.95.2-release to 26-May-2000. Revision Changes Path 1.1.1.8.2.2 +57 -0 src/contrib/gcc/ChangeLog 1.1.1.5.2.1 +3 -4 src/contrib/gcc/c-typeck.c 1.6.2.1 +56 -5 src/contrib/gcc/function.c 1.6.2.1 +17 -3 src/contrib/gcc/invoke.texi 1.1.1.4.2.1 +7 -3 src/contrib/gcc/unroll.c 1.1.1.1.2.1 +3 -2 src/contrib/gcc/config/elfos.h 1.1.1.2.4.1 +1 -1 src/contrib/gcc/config/linux.h 1.1.1.2.2.1 +1 -1 src/contrib/gcc/config/alpha/linux-elf.h 1.1.1.2.2.1 +1 -1 src/contrib/gcc/config/sparc/linux.h 1.1.1.7.2.1 +114 -0 src/contrib/gcc/cp/ChangeLog 1.1.1.3.2.1 +48 -3 src/contrib/gcc/cp/call.c 1.1.1.3.2.1 +353 -1 src/contrib/gcc/cp/class.c 1.1.1.4.2.1 +61 -11 src/contrib/gcc/cp/cp-tree.h 1.4.2.1 +369 -250 src/contrib/gcc/cp/decl.c 1.1.1.6.2.1 +85 -10 src/contrib/gcc/cp/decl2.c 1.1.1.2.2.1 +2 -2 src/contrib/gcc/cp/exception.cc 1.4.2.1 +231 -4 src/contrib/gcc/cp/gxxint.texi 1.1.1.3.2.1 +206 -28 src/contrib/gcc/cp/init.c 1.1.1.3.2.1 +216 -5 src/contrib/gcc/cp/method.c 1.1.1.4.2.1 +37 -1 src/contrib/gcc/cp/pt.c 1.1.1.2.2.1 +23 -2 src/contrib/gcc/cp/rtti.c 1.1.1.3.2.1 +120 -0 src/contrib/gcc/cp/search.c 1.1.1.5.2.2 +5 -0 src/contrib/libstdc++/ChangeLog 1.1.1.2.2.1 +2 -1 src/contrib/libstdc++/Makefile.in To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 23:12:27 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BDAC637B9B6; Mon, 3 Jul 2000 23:12:25 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA29416; Mon, 3 Jul 2000 23:12:25 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007040612.XAA29416@freefall.freebsd.org> From: "David E. O'Brien" Date: Mon, 3 Jul 2000 23:12:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_random.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/03 23:12:25 PDT Modified files: (Branch: RELENG_4) sys/kern kern_random.c Log: MFC: rev 1.37 [sort the sys includes] Revision Changes Path 1.36.2.2 +4 -4 src/sys/kern/Attic/kern_random.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 23:43:31 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D1DD137BD6E; Mon, 3 Jul 2000 23:43:26 -0700 (PDT) (envelope-from green@FreeBSD.org) Received: (from green@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA32297; Mon, 3 Jul 2000 23:43:26 -0700 (PDT) (envelope-from green@FreeBSD.org) Message-Id: <200007040643.XAA32297@freefall.freebsd.org> From: Brian Feldman Date: Mon, 3 Jul 2000 23:43:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/crypto/openssh sshd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG green 2000/07/03 23:43:26 PDT Modified files: crypto/openssh sshd.c Log: Allow restarting on SIGHUP when the full path was not given as argv[0]. We do have /proc/curproc/file :) Revision Changes Path 1.13 +2 -1 src/crypto/openssh/sshd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 3 23:47: 8 2000 Delivered-To: cvs-all@freebsd.org Received: from internat.freebsd.org (internat.freebsd.org [146.64.8.4]) by hub.freebsd.org (Postfix) with ESMTP id C9FB337BFE8; Mon, 3 Jul 2000 23:46:21 -0700 (PDT) (envelope-from green@internat.freebsd.org) Received: (from green@localhost) by internat.freebsd.org (8.9.3/8.9.3) id IAA67137; Tue, 4 Jul 2000 08:46:11 +0200 (SAST) (envelope-from green) Message-Id: <200007040646.IAA67137@internat.freebsd.org> From: Brian Feldman Date: Tue, 4 Jul 2000 08:46:10 +0200 (SAST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/crypto/openssh sshd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG green 2000/07/04 08:46:10 SAST FreeBSD International Crypto Repository Modified files: crypto/openssh sshd.c Log: MFF: Allow restarting on SIGHUP when the full path was not given as argv[0]. We do have /proc/curproc/file :) Revision Changes Path 1.13 +2 -1 src/crypto/openssh/sshd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 0: 0:12 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BAD4937C2C0; Tue, 4 Jul 2000 00:00:09 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA34359; Tue, 4 Jul 2000 00:00:09 -0700 (PDT) (envelope-from will@FreeBSD.org) Message-Id: <200007040700.AAA34359@freefall.freebsd.org> From: Will Andrews Date: Tue, 4 Jul 2000 00:00:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics Makefile ports/graphics/tiff2png Makefile ports/graphics/tiff2png/files md5 ports/graphics/tiff2png/patches patch-aa ports/graphics/tiff2png/pkg COMMENT DESCR PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2000/07/04 00:00:08 PDT Modified files: graphics Makefile Added files: graphics/tiff2png Makefile graphics/tiff2png/files md5 graphics/tiff2png/patches patch-aa graphics/tiff2png/pkg COMMENT DESCR PLIST Log: Add tiff2png, a TIFF-to-PNG image converter. Revision Changes Path 1.207 +2 -1 ports/graphics/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 0: 0:21 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 83CA737C43D; Tue, 4 Jul 2000 00:00:19 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA34401; Tue, 4 Jul 2000 00:00:19 -0700 (PDT) (envelope-from will@FreeBSD.org) Message-Id: <200007040700.AAA34401@freefall.freebsd.org> From: Will Andrews Date: Tue, 4 Jul 2000 00:00:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2000/07/04 00:00:19 PDT Modified files: . modules Log: tiff2png --> ports/graphics/tiff2png Revision Changes Path 1.1349 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 0:13:45 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A7D7637C19C; Tue, 4 Jul 2000 00:13:36 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA38111; Tue, 4 Jul 2000 00:13:36 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200007040713.AAA38111@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 4 Jul 2000 00:13:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/AbiWord Makefile ports/graphics/EZWGL Makefile ports/graphics/ImageMagick Makefile ports/x11-wm/afterstep-stable Makefile ports/misc/alevt Makefile ports/www/arena Makefile ports/x11/aterm Makefile ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/07/04 00:13:36 PDT Modified files: editors/AbiWord Makefile graphics/EZWGL Makefile graphics/ImageMagick Makefile x11-wm/afterstep-stable Makefile misc/alevt Makefile www/arena Makefile x11/aterm Makefile www/chimera2 Makefile graphics/dc20ctrl Makefile x11/dgs Makefile graphics/enfle Makefile x11-toolkits/fox Makefile graphics/gd Makefile print/ghostscript5 Makefile print/ghostscript55 Makefile print/ghostscript6 Makefile graphics/gif2png Makefile graphics/gimp1 Makefile games/gltron Makefile math/gnuplot Makefile math/gnuplot+ Makefile math/grace Makefile games/gracer Makefile graphics/gtksee Makefile print/hp2xx Makefile graphics/imlib Makefile print/jadetex Makefile x11-toolkits/jx Makefile java/kaffe Makefile x11/kdebase11-i18n Makefile x11/kdelibs11 Makefile x11/kdelibs11-i18n Makefile x11/kdelibs2 Makefile devel/kdevelop-i18n Makefile news/knews Makefile graphics/libimg Makefile graphics/libwmf Makefile misc/magicpoint Makefile www/Mosaic Makefile graphics/netpbm Makefile graphics/png Makefile graphics/png/patches patch-aa graphics/png/pkg PLIST graphics/png2html Makefile graphics/pnmtopng Makefile graphics/povray Makefile graphics/povray31 Makefile x11-toolkits/qt21 Makefile devel/swarm Makefile print/teTeX Makefile audio/timidity++ Makefile misc/videotext Makefile x11-wm/windowmaker Makefile x11-wm/windowmaker-i18n Makefile x11-wm/wmakerconf Makefile graphics/xaos Makefile editors/xemacs Makefile editors/xemacs20 Makefile editors/xemacs21 Makefile graphics/xli Makefile x11-toolkits/xmhtml Makefile graphics/xpaint Makefile graphics/xsane Makefile astro/xtide Makefile graphics/xv Makefile Log: Bump png shared library version. Submitted by: Hajimu UMEMOTO Revision Changes Path 1.13 +2 -2 ports/editors/AbiWord/Makefile 1.26 +2 -2 ports/graphics/EZWGL/Makefile 1.87 +2 -2 ports/graphics/ImageMagick/Makefile 1.39 +2 -2 ports/x11-wm/afterstep-stable/Makefile 1.8 +2 -2 ports/misc/alevt/Makefile 1.21 +2 -2 ports/www/arena/Makefile 1.11 +2 -2 ports/x11/aterm/Makefile 1.25 +2 -2 ports/www/chimera2/Makefile 1.9 +2 -2 ports/graphics/dc20ctrl/Makefile 1.20 +2 -2 ports/x11/dgs/Makefile 1.18 +2 -2 ports/graphics/enfle/Makefile 1.8 +2 -2 ports/x11-toolkits/fox/Makefile 1.27 +2 -2 ports/graphics/gd/Makefile 1.42 +2 -2 ports/print/ghostscript5/Makefile 1.43 +2 -2 ports/print/ghostscript55/Makefile 1.49 +2 -2 ports/print/ghostscript6/Makefile 1.9 +2 -2 ports/graphics/gif2png/Makefile 1.77 +2 -2 ports/graphics/gimp1/Makefile 1.13 +2 -2 ports/games/gltron/Makefile 1.33 +2 -2 ports/math/gnuplot/Makefile 1.13 +2 -2 ports/math/gnuplot+/Makefile 1.12 +2 -2 ports/math/grace/Makefile 1.9 +2 -2 ports/games/gracer/Makefile 1.21 +2 -2 ports/graphics/gtksee/Makefile 1.7 +2 -2 ports/print/hp2xx/Makefile 1.68 +2 -2 ports/graphics/imlib/Makefile 1.12 +2 -2 ports/print/jadetex/Makefile 1.5 +2 -2 ports/x11-toolkits/jx/Makefile 1.51 +2 -2 ports/java/kaffe/Makefile 1.66 +2 -2 ports/x11/kdebase11-i18n/Makefile 1.47 +2 -2 ports/x11/kdelibs11/Makefile 1.53 +2 -2 ports/x11/kdelibs11-i18n/Makefile 1.52 +2 -2 ports/x11/kdelibs2/Makefile 1.11 +2 -2 ports/devel/kdevelop-i18n/Makefile 1.32 +2 -2 ports/news/knews/Makefile 1.9 +2 -2 ports/graphics/libimg/Makefile 1.15 +2 -2 ports/graphics/libwmf/Makefile 1.20 +2 -2 ports/misc/magicpoint/Makefile 1.26 +2 -2 ports/www/Mosaic/Makefile 1.36 +2 -2 ports/graphics/netpbm/Makefile 1.28 +6 -2 ports/graphics/png/Makefile 1.15 +3 -3 ports/graphics/png/patches/patch-aa 1.19 +1 -1 ports/graphics/png/pkg/PLIST 1.6 +2 -2 ports/graphics/png2html/Makefile 1.15 +2 -2 ports/graphics/pnmtopng/Makefile 1.22 +2 -2 ports/graphics/povray/Makefile 1.10 +2 -2 ports/graphics/povray31/Makefile 1.53 +2 -2 ports/x11-toolkits/qt21/Makefile 1.12 +2 -2 ports/devel/swarm/Makefile 1.42 +2 -2 ports/print/teTeX/Makefile 1.25 +2 -2 ports/audio/timidity++/Makefile 1.10 +2 -2 ports/misc/videotext/Makefile 1.72 +2 -2 ports/x11-wm/windowmaker/Makefile 1.76 +2 -2 ports/x11-wm/windowmaker-i18n/Makefile 1.18 +2 -2 ports/x11-wm/wmakerconf/Makefile 1.14 +2 -2 ports/graphics/xaos/Makefile 1.55 +2 -2 ports/editors/xemacs/Makefile 1.37 +2 -2 ports/editors/xemacs20/Makefile 1.47 +2 -2 ports/editors/xemacs21/Makefile 1.18 +2 -2 ports/graphics/xli/Makefile 1.9 +2 -2 ports/x11-toolkits/xmhtml/Makefile 1.39 +2 -2 ports/graphics/xpaint/Makefile 1.17 +2 -2 ports/graphics/xsane/Makefile 1.15 +2 -2 ports/astro/xtide/Makefile 1.42 +2 -2 ports/graphics/xv/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 0:21:10 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3E4A937B54F; Tue, 4 Jul 2000 00:21:07 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA39383; Tue, 4 Jul 2000 00:21:07 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200007040721.AAA39383@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 4 Jul 2000 00:21:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/tiff2png Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/07/04 00:21:07 PDT Modified files: graphics/tiff2png Makefile Log: png shlib version has been bumped. Revision Changes Path 1.2 +2 -2 ports/graphics/tiff2png/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 0:22: 5 2000 Delivered-To: cvs-all@freebsd.org Received: from ywing.creative.net.au (ywing.creative.net.au [203.56.168.34]) by hub.freebsd.org (Postfix) with ESMTP id 151E537B54F; Tue, 4 Jul 2000 00:22:00 -0700 (PDT) (envelope-from adrian@ywing.creative.net.au) Received: (from adrian@localhost) by ywing.creative.net.au (8.9.3/8.9.3) id JAA72069; Tue, 4 Jul 2000 09:28:30 +0200 (CEST) (envelope-from adrian) Date: Tue, 4 Jul 2000 09:28:30 +0200 From: Adrian Chadd To: Boris Popov Cc: Jeroen Ruigrok van der Werven , Poul-Henning Kamp , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: CVSROOT access Message-ID: <20000704092830.I68833@ywing.creative.net.au> References: <20000703213205.B99080@lucifer.bart.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: ; from bp@butya.kz on Tue, Jul 04, 2000 at 08:33:25AM +0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Jul 04, 2000, Boris Popov wrote: > On Mon, 3 Jul 2000, Jeroen Ruigrok van der Werven wrote: > > > -On [20000703 20:48], Poul-Henning Kamp (phk@FreeBSD.org) wrote: > > > Log: > > > Welcome to a new committer: Adrian Chadd. > > > > Oh btw people, I believe Adrian has this weird thing for VFS. > > VFS want new blood and now got it :). As far as I know Adrian also > have his InodeFS which significantly improves perfomance of Squid cache. > > Welcome Adrian! err, uhm.. new blood? Adrian -- Adrian Chadd Build a man a fire, and he's warm for the rest of the evening. Set a man on fire and he's warm for the rest of his life. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 0:22:29 2000 Delivered-To: cvs-all@freebsd.org Received: from localhost (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 862AC37B54F; Tue, 4 Jul 2000 00:22:24 -0700 (PDT) (envelope-from green@FreeBSD.org) Date: Tue, 4 Jul 2000 03:22:22 -0400 (EDT) From: Brian Fundakowski Feldman X-Sender: green@green.dyndns.org To: Poul-Henning Kamp Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: CVSROOT access In-Reply-To: <200007031840.LAA27809@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 3 Jul 2000, Poul-Henning Kamp wrote: > phk 2000/07/03 11:40:46 PDT > > Modified files: > . access > Log: > Welcome to a new committer: Adrian Chadd. > Mentor: rwatson. Welcome to the madhouse, Adrian! I look forward to your work being part of FreeBSD. I'm glad to see all of the new committers coming on board; welcome, all! -- Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! / green@FreeBSD.org `------------------------------' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 0:31:58 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7A60537BAF9; Tue, 4 Jul 2000 00:31:53 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from localhost (kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) with ESMTP id AAA40978; Tue, 4 Jul 2000 00:31:53 -0700 (PDT) (envelope-from kris@FreeBSD.org) X-Authentication-Warning: freefall.freebsd.org: kris owned process doing -bs Date: Tue, 4 Jul 2000 00:31:53 -0700 (PDT) From: Kris Kennaway To: Adrian Chadd Cc: Boris Popov , Jeroen Ruigrok van der Werven , Poul-Henning Kamp , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: CVSROOT access In-Reply-To: <20000704092830.I68833@ywing.creative.net.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 4 Jul 2000, Adrian Chadd wrote: > On Tue, Jul 04, 2000, Boris Popov wrote: > > On Mon, 3 Jul 2000, Jeroen Ruigrok van der Werven wrote: > > > > > -On [20000703 20:48], Poul-Henning Kamp (phk@FreeBSD.org) wrote: > > > > Log: > > > > Welcome to a new committer: Adrian Chadd. > > > > > > Oh btw people, I believe Adrian has this weird thing for VFS. > > > > VFS want new blood and now got it :). As far as I know Adrian also > > have his InodeFS which significantly improves perfomance of Squid cache. > > > > Welcome Adrian! > > err, uhm.. new blood? I think he meant "fresh blood"..as in a pagan sacrifice. Kris -- In God we Trust -- all others must submit an X.509 certificate. -- Charles Forsythe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 0:34:48 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 535C537C1AE; Tue, 4 Jul 2000 00:34:44 -0700 (PDT) (envelope-from green@FreeBSD.org) Received: (from green@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA41379; Tue, 4 Jul 2000 00:34:44 -0700 (PDT) (envelope-from green@FreeBSD.org) Message-Id: <200007040734.AAA41379@freefall.freebsd.org> From: Brian Feldman Date: Tue, 4 Jul 2000 00:34:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/licq Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG green 2000/07/04 00:34:43 PDT Modified files: net/licq Makefile Log: Don't dictate policy: let the "UIN spoofing" option exist. This functionality has existed and been available by default for many versions before the present version, as well. PR: ports/19446 Submitted by: Alex Keahan Revision Changes Path 1.18 +3 -2 ports/net/licq/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 0:35: 8 2000 Delivered-To: cvs-all@freebsd.org Received: from Awfulhak.org (tun.AwfulHak.org [194.242.139.173]) by hub.freebsd.org (Postfix) with ESMTP id 1EDB837C460; Tue, 4 Jul 2000 00:34:50 -0700 (PDT) (envelope-from brian@Awfulhak.org) Received: from hak.lan.Awfulhak.org (root@hak.lan.awfulhak.org [172.16.0.12]) by Awfulhak.org (8.9.3/8.9.3) with ESMTP id IAA38373; Tue, 4 Jul 2000 08:34:52 +0100 (BST) (envelope-from brian@Awfulhak.org) Received: from hak.lan.Awfulhak.org (localhost [127.0.0.1]) by hak.lan.Awfulhak.org (8.9.3/8.9.3) with ESMTP id VAA00434; Mon, 3 Jul 2000 21:46:40 +0100 (BST) (envelope-from brian@Awfulhak.org) Message-Id: <200007032046.VAA00434@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.1.1 10/15/1999 To: Poul-Henning Kamp Cc: Nick Hibma , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, brian@hak.lan.Awfulhak.org Subject: Re: cvs commit: src/sys/sys bus.h bus_private.h src/sys/kern subr_bus.c In-Reply-To: Message from Poul-Henning Kamp of "Mon, 03 Jul 2000 20:53:51 +0200." <7958.962650431@critter.freebsd.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 03 Jul 2000 21:46:40 +0100 From: Brian Somers Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > In message , Nick Hibma wri > tes: > > > >I take offence to this message. The arrogance displayed in the last > >paragraph is astonishing. > > > >Second, I require that the manpage for device_set_softc contains a > >sentence that indicates that the softc needs only be set in cases where > >the softc provided by newbus does not give the driver the required > >flexiblity (*). > > You're wasting your breath. You can require all you want, you can > take all the offence you want: "it ain't gonna make no difference". > > FreeBSD delivers tools, not policy. This includes the policy on > softc use in device drivers you seem to advocate. Message-id: <19990831232606.5501315475@hub.freebsd.org> Subject: Committer rules: FINAL DRAFT Date: Tue, 31 Aug 1999 16:26:06 -0700 (PDT) (Wed 00:26 BST) From: jkh@FreeBSD.ORG (Jordan K. Hubbard) > The Rules: > > 1. Respect other committers. [.....] May I suggest that you (phk) commit the man page asap and that you (Nick) add the required clause ? > -- > Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 > phk@FreeBSD.ORG | TCP/IP since RFC 956 > FreeBSD coreteam member | BSD since 4.3-tahoe > Never attribute to malice what can adequately be explained by incompetence. -- Brian Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 0:36: 0 2000 Delivered-To: cvs-all@freebsd.org Received: from blizzard.sabbo.net (blizzard.sabbo.net [193.193.218.18]) by hub.freebsd.org (Postfix) with ESMTP id 2C48237C1AE; Tue, 4 Jul 2000 00:35:44 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from vic.sabbo.net (root@vic.sabbo.net [193.193.218.106]) by blizzard.sabbo.net (8.9.1/8.9.3) with ESMTP id KAA14961; Tue, 4 Jul 2000 10:33:59 +0300 (EEST) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vic.sabbo.net (8.9.3/8.9.3) with ESMTP id KAA84834; Tue, 4 Jul 2000 10:36:08 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <396193E4.60F13675@FreeBSD.org> Date: Tue, 04 Jul 2000 10:36:04 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.73 [en] (WinNT; I) X-Accept-Language: uk,ru,en MIME-Version: 1.0 To: Hajimu UMEMOTO Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/print/ghostscript5 Makefileports/graphics/png Makefile ports/graphics/png/files md5ports/graphics/png/pkg DESCR References: <200007030854.BAA39660@freefall.freebsd.org> <20000704.053114.74682883.ume@mahoroba.org> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hajimu UMEMOTO wrote: > >>>>> On Mon, 3 Jul 2000 01:54:27 -0700 (PDT) > >>>>> Maxim Sobolev said: > > sobomax> sobomax 2000/07/03 01:54:27 PDT > > sobomax> Modified files: > sobomax> print/ghostscript5 Makefile > sobomax> graphics/png Makefile > sobomax> graphics/png/files md5 > sobomax> graphics/png/pkg DESCR > sobomax> Log: > sobomax> Update libpng to 1.0.7. Also add MASTER_SITE_SOURCEFORGE and appropriate WWW > sobomax> into PLIST while I'm here. > > Umm, new libpng breaks my existing GNOME/sawfish environment. libpng > 1.0.7 seems to have incompatibility with 1.0.6. Shlib version of > libpng.so should be bumped. > > libpng error: Application must be recompiled; version 1.0.6 was incompatible Done. Thanks for repording. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 0:36: 1 2000 Delivered-To: cvs-all@freebsd.org Received: from ywing.creative.net.au (ywing.creative.net.au [203.56.168.34]) by hub.freebsd.org (Postfix) with ESMTP id 9E5D737BAF9; Tue, 4 Jul 2000 00:35:51 -0700 (PDT) (envelope-from adrian@ywing.creative.net.au) Received: (from adrian@localhost) by ywing.creative.net.au (8.9.3/8.9.3) id JAA72158; Tue, 4 Jul 2000 09:42:49 +0200 (CEST) (envelope-from adrian) Date: Tue, 4 Jul 2000 09:42:49 +0200 From: Adrian Chadd To: Kris Kennaway Cc: Adrian Chadd , Boris Popov , Jeroen Ruigrok van der Werven , Poul-Henning Kamp , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: CVSROOT access Message-ID: <20000704094249.J68833@ywing.creative.net.au> References: <20000704092830.I68833@ywing.creative.net.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: ; from kris@FreeBSD.org on Tue, Jul 04, 2000 at 12:31:53AM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Jul 04, 2000, Kris Kennaway wrote: > On Tue, 4 Jul 2000, Adrian Chadd wrote: > > > On Tue, Jul 04, 2000, Boris Popov wrote: > > > On Mon, 3 Jul 2000, Jeroen Ruigrok van der Werven wrote: > > > > > > > -On [20000703 20:48], Poul-Henning Kamp (phk@FreeBSD.org) wrote: > > > > > Log: > > > > > Welcome to a new committer: Adrian Chadd. > > > > > > > > Oh btw people, I believe Adrian has this weird thing for VFS. > > > > > > VFS want new blood and now got it :). As far as I know Adrian also > > > have his InodeFS which significantly improves perfomance of Squid cache. > > > > > > Welcome Adrian! > > > > err, uhm.. new blood? > > I think he meant "fresh blood"..as in a pagan sacrifice. Damnit, I was trying to be funny! I'll stop trying now, as obviously you've lost your sarcasm bone today :) Adrian -- Adrian Chadd Build a man a fire, and he's warm for the rest of the evening. Set a man on fire and he's warm for the rest of his life. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 0:38:56 2000 Delivered-To: cvs-all@freebsd.org Received: from storm.FreeBSD.org.uk (storm.freebsd.org.uk [194.242.139.170]) by hub.freebsd.org (Postfix) with ESMTP id 7B90037C1AE; Tue, 4 Jul 2000 00:38:48 -0700 (PDT) (envelope-from brian@Awfulhak.org) Received: from Awfulhak.org (root@gate.lan.Awfulhak.org [172.16.0.1]) by storm.FreeBSD.org.uk (8.9.3/8.9.3) with ESMTP id IAA69372; Tue, 4 Jul 2000 08:36:41 +0100 (BST) (envelope-from brian@Awfulhak.org) Received: from hak.lan.Awfulhak.org (root@hak.lan.awfulhak.org [172.16.0.12]) by Awfulhak.org (8.9.3/8.9.3) with ESMTP id IAA38373; Tue, 4 Jul 2000 08:34:52 +0100 (BST) (envelope-from brian@Awfulhak.org) Received: from hak.lan.Awfulhak.org (localhost [127.0.0.1]) by hak.lan.Awfulhak.org (8.9.3/8.9.3) with ESMTP id VAA00434; Mon, 3 Jul 2000 21:46:40 +0100 (BST) (envelope-from brian@Awfulhak.org) Message-Id: <200007032046.VAA00434@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.1.1 10/15/1999 To: Poul-Henning Kamp Cc: Nick Hibma , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, brian@hak.lan.Awfulhak.org Subject: Re: cvs commit: src/sys/sys bus.h bus_private.h src/sys/kern subr_bus.c In-Reply-To: Message from Poul-Henning Kamp of "Mon, 03 Jul 2000 20:53:51 +0200." <7958.962650431@critter.freebsd.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 03 Jul 2000 21:46:40 +0100 From: Brian Somers Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > In message , Nick Hibma wri > tes: > > > >I take offence to this message. The arrogance displayed in the last > >paragraph is astonishing. > > > >Second, I require that the manpage for device_set_softc contains a > >sentence that indicates that the softc needs only be set in cases where > >the softc provided by newbus does not give the driver the required > >flexiblity (*). > > You're wasting your breath. You can require all you want, you can > take all the offence you want: "it ain't gonna make no difference". > > FreeBSD delivers tools, not policy. This includes the policy on > softc use in device drivers you seem to advocate. Message-id: <19990831232606.5501315475@hub.freebsd.org> Subject: Committer rules: FINAL DRAFT Date: Tue, 31 Aug 1999 16:26:06 -0700 (PDT) (Wed 00:26 BST) From: jkh@FreeBSD.ORG (Jordan K. Hubbard) > The Rules: > > 1. Respect other committers. [.....] May I suggest that you (phk) commit the man page asap and that you (Nick) add the required clause ? > -- > Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 > phk@FreeBSD.ORG | TCP/IP since RFC 956 > FreeBSD coreteam member | BSD since 4.3-tahoe > Never attribute to malice what can adequately be explained by incompetence. -- Brian Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 0:41: 7 2000 Delivered-To: cvs-all@freebsd.org Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.40.131]) by hub.freebsd.org (Postfix) with ESMTP id 33B1337B52F; Tue, 4 Jul 2000 00:40:54 -0700 (PDT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.9.3/8.9.3) with ESMTP id JAA11961; Tue, 4 Jul 2000 09:40:47 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: Adrian Chadd Cc: Boris Popov , Jeroen Ruigrok van der Werven , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: CVSROOT access In-reply-to: Your message of "Tue, 04 Jul 2000 09:28:30 +0200." <20000704092830.I68833@ywing.creative.net.au> Date: Tue, 04 Jul 2000 09:40:47 +0200 Message-ID: <11959.962696447@critter.freebsd.dk> From: Poul-Henning Kamp Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <20000704092830.I68833@ywing.creative.net.au>, Adrian Chadd writes: >On Tue, Jul 04, 2000, Boris Popov wrote: >> On Mon, 3 Jul 2000, Jeroen Ruigrok van der Werven wrote: >> >> > -On [20000703 20:48], Poul-Henning Kamp (phk@FreeBSD.org) wrote: >> > > Log: >> > > Welcome to a new committer: Adrian Chadd. >> > >> > Oh btw people, I believe Adrian has this weird thing for VFS. >> >> VFS want new blood and now got it :). As far as I know Adrian also >> have his InodeFS which significantly improves perfomance of Squid cache. >> >> Welcome Adrian! > >err, uhm.. new blood? Right, not exactly, Adrian was one of the first people to violate project rules. Way back in 1994 :-) -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD coreteam member | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 0:50:25 2000 Delivered-To: cvs-all@freebsd.org Received: from ywing.creative.net.au (ywing.creative.net.au [203.56.168.34]) by hub.freebsd.org (Postfix) with ESMTP id 285BA37B838; Tue, 4 Jul 2000 00:50:19 -0700 (PDT) (envelope-from adrian@ywing.creative.net.au) Received: (from adrian@localhost) by ywing.creative.net.au (8.9.3/8.9.3) id JAA72283; Tue, 4 Jul 2000 09:55:16 +0200 (CEST) (envelope-from adrian) Date: Tue, 4 Jul 2000 09:55:16 +0200 From: Adrian Chadd To: Poul-Henning Kamp Cc: Adrian Chadd , Boris Popov , Jeroen Ruigrok van der Werven , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: CVSROOT access Message-ID: <20000704095516.K68833@ywing.creative.net.au> References: <20000704092830.I68833@ywing.creative.net.au> <11959.962696447@critter.freebsd.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <11959.962696447@critter.freebsd.dk>; from phk@critter.freebsd.dk on Tue, Jul 04, 2000 at 09:40:47AM +0200 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Jul 04, 2000, Poul-Henning Kamp wrote: [snip] > >> VFS want new blood and now got it :). As far as I know Adrian also > >> have his InodeFS which significantly improves perfomance of Squid cache. > >> > >> Welcome Adrian! > > > >err, uhm.. new blood? > > Right, not exactly, Adrian was one of the first people to violate > project rules. Way back in 1994 :-) Thats not fair - I didn't know what a pointer was back then! (I think it was more like 1995/early 1996 iirc ..) Adrian -- Adrian Chadd Build a man a fire, and he's warm for the rest of the evening. Set a man on fire and he's warm for the rest of his life. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 0:54:40 2000 Delivered-To: cvs-all@freebsd.org Received: from lucifer.bart.nl (lucifer.bart.nl [194.158.168.74]) by hub.freebsd.org (Postfix) with ESMTP id CACE437B5D9; Tue, 4 Jul 2000 00:54:35 -0700 (PDT) (envelope-from asmodai@lucifer.bart.nl) Received: (from asmodai@localhost) by lucifer.bart.nl (8.9.3/8.9.3) id JAA05957; Tue, 4 Jul 2000 09:52:03 +0200 (CEST) (envelope-from asmodai) Date: Tue, 4 Jul 2000 09:52:03 +0200 From: Jeroen Ruigrok van der Werven To: Poul-Henning Kamp Cc: Adrian Chadd , Boris Popov , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: CVSROOT access Message-ID: <20000704095203.A5907@lucifer.bart.nl> References: <20000704092830.I68833@ywing.creative.net.au> <11959.962696447@critter.freebsd.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <11959.962696447@critter.freebsd.dk>; from phk@critter.freebsd.dk on Tue, Jul 04, 2000 at 09:40:47AM +0200 Organisation: VIA Net.Works The Netherlands Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -On [20000704 09:42], Poul-Henning Kamp (phk@critter.freebsd.dk) wrote: > >Right, not exactly, Adrian was one of the first people to violate >project rules. Way back in 1994 :-) Oh? Now it becomes more interesting. =) Tell us! =) -- Jeroen Ruigrok van der Werven Network- and systemadministrator VIA Net.Works The Netherlands BSD: Technical excellence at its best http://www.via-net-works.nl Communication makes great work possible... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 0:57: 6 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4C98D37B5D9; Tue, 4 Jul 2000 00:57:02 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA44333; Tue, 4 Jul 2000 00:57:02 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200007040757.AAA44333@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 4 Jul 2000 00:57:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/deskutils Makefile ports/deskutils/gvid Makefile ports/deskutils/gvid/files md5 ports/deskutils/gvid/patches patch-aa ports/deskutils/gvid/pkg COMMENT DESCR PLIST CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/07/04 00:57:01 PDT Modified files: deskutils Makefile . modules Removed files: deskutils/gvid Makefile deskutils/gvid/files md5 deskutils/gvid/patches patch-aa deskutils/gvid/pkg COMMENT DESCR PLIST Log: Temporary remove gvid - according to PW's requiest it belongs to x11 category. There is no history yet, so repo-copy isn't necessary. Revision Changes Path 1.26 +1 -2 ports/deskutils/Makefile 1.1350 +1 -2 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 1: 2:17 2000 Delivered-To: cvs-all@freebsd.org Received: from axl.ops.uunet.co.za (axl.ops.uunet.co.za [196.31.2.163]) by hub.freebsd.org (Postfix) with ESMTP id 0E12137B65B; Tue, 4 Jul 2000 01:02:10 -0700 (PDT) (envelope-from sheldonh@axl.ops.uunet.co.za) Received: from sheldonh (helo=axl.ops.uunet.co.za) by axl.ops.uunet.co.za with local-esmtp (Exim 3.13 #1) id 139Nec-000397-00; Tue, 04 Jul 2000 10:02:02 +0200 From: Sheldon Hearn To: Brian Fundakowski Feldman Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/file/Magdir animation In-reply-to: Your message of "Tue, 04 Jul 2000 01:11:09 -0400." Date: Tue, 04 Jul 2000 10:02:02 +0200 Message-ID: <12096.962697722@axl.ops.uunet.co.za> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 04 Jul 2000 01:11:09 -0400, Brian Fundakowski Feldman wrote: > > You should probably coordinate this with the file(1) maintainer, who was > > certainly still active last year. > > I looked for a MAINTAINER line in the Makefile so I could do that, but there > was none :-( It would be nice if people would claim advisory MAINTAINERship > (as opposed to nothing at all, or dictatorial MAINTAINERship) more. You misunderstood me, and I might have communicated more effectively. The file(1) package has an active maintainer outside the project. See the file src/usr.bin/file/MAINT. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 1:12: 1 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3C3E437B51F; Tue, 4 Jul 2000 01:11:57 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA47438; Tue, 4 Jul 2000 01:11:57 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200007040811.BAA47438@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 4 Jul 2000 01:11:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11 Makefile ports/x11/gvid Makefile ports/x11/gvid/files md5 ports/x11/gvid/patches patch-aa ports/x11/gvid/pkg COMMENT DESCR PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/07/04 01:11:57 PDT Modified files: x11 Makefile Added files: x11/gvid Makefile x11/gvid/files md5 x11/gvid/patches patch-aa x11/gvid/pkg COMMENT DESCR PLIST Log: Initial import of gvid - a little Gnome applet to quckly change X-server resolution (moved from deskutils). PR: 18413 Submitted by: Scott A. Moberly Revision Changes Path 1.289 +2 -1 ports/x11/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 1:12:23 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6C1B137B579; Tue, 4 Jul 2000 01:12:21 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA47529; Tue, 4 Jul 2000 01:12:21 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200007040812.BAA47529@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 4 Jul 2000 01:12:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/07/04 01:12:21 PDT Modified files: . modules Log: gvid --> ports/x11/gvid Revision Changes Path 1.1351 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 1:12:49 2000 Delivered-To: cvs-all@freebsd.org Received: from blizzard.sabbo.net (blizzard.sabbo.net [193.193.218.18]) by hub.freebsd.org (Postfix) with ESMTP id 5294437B51F; Tue, 4 Jul 2000 01:12:42 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from vic.sabbo.net (root@vic.sabbo.net [193.193.218.106]) by blizzard.sabbo.net (8.9.1/8.9.3) with ESMTP id LAA18834; Tue, 4 Jul 2000 11:11:07 +0300 (EEST) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vic.sabbo.net (8.9.3/8.9.3) with ESMTP id LAA89246; Tue, 4 Jul 2000 11:13:20 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <39619C9B.F18ADBF5@FreeBSD.org> Date: Tue, 04 Jul 2000 11:13:15 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.73 [en] (WinNT; I) X-Accept-Language: uk,ru,en MIME-Version: 1.0 To: Satoshi - Ports Wraith - Asami Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/deskutils/gvid - Imported sources References: <200006201244.FAA76798@freefall.freebsd.org> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Satoshi - Ports Wraith - Asami wrote: > * Initial import of gvid - a little Gnome applet to quckly change X-server resolution. > > If you are talking about X's screen resolution, this port probably > belongs to x11, not deskutils. > > === > >> cat /usr/ports/deskutils/pkg/COMMENT > Things that used to be on the desktop before computers were invented > === > > (Unless X existed before computers were invented....) Done, thanks! -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 1:13: 2 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id ABA4537B8E5; Tue, 4 Jul 2000 01:12:51 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from localhost (kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) with ESMTP id BAA47618; Tue, 4 Jul 2000 01:12:51 -0700 (PDT) (envelope-from kris@FreeBSD.org) X-Authentication-Warning: freefall.freebsd.org: kris owned process doing -bs Date: Tue, 4 Jul 2000 01:12:51 -0700 (PDT) From: Kris Kennaway To: Adrian Chadd Cc: Boris Popov , Jeroen Ruigrok van der Werven , Poul-Henning Kamp , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: CVSROOT access In-Reply-To: <20000704094249.J68833@ywing.creative.net.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 4 Jul 2000, Adrian Chadd wrote: > On Tue, Jul 04, 2000, Kris Kennaway wrote: > > On Tue, 4 Jul 2000, Adrian Chadd wrote: > > > > > On Tue, Jul 04, 2000, Boris Popov wrote: > > > > On Mon, 3 Jul 2000, Jeroen Ruigrok van der Werven wrote: > > > > > > > > > -On [20000703 20:48], Poul-Henning Kamp (phk@FreeBSD.org) wrote: > > > > > > Log: > > > > > > Welcome to a new committer: Adrian Chadd. > > > > > > > > > > Oh btw people, I believe Adrian has this weird thing for VFS. > > > > > > > > VFS want new blood and now got it :). As far as I know Adrian also > > > > have his InodeFS which significantly improves perfomance of Squid cache. > > > > > > > > Welcome Adrian! > > > > > > err, uhm.. new blood? > > > > I think he meant "fresh blood"..as in a pagan sacrifice. > > Damnit, I was trying to be funny! So was I :-) > I'll stop trying now, as obviously you've lost your sarcasm bone today :) Well, at least one of us apparently missed the joke :-) Kris -- In God we Trust -- all others must submit an X.509 certificate. -- Charles Forsythe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 1:13: 9 2000 Delivered-To: cvs-all@freebsd.org Received: from finch-post-11.mail.demon.net (finch-post-11.mail.demon.net [194.217.242.39]) by hub.freebsd.org (Postfix) with ESMTP id 9220837BC5A; Tue, 4 Jul 2000 01:12:52 -0700 (PDT) (envelope-from n_hibma@qubesoft.com) Received: from calcaphon.demon.co.uk ([193.237.19.5] helo=bluebottle.qubesoft.com) by finch-post-11.mail.demon.net with esmtp (Exim 2.12 #1) id 139Np4-000GAY-0B; Tue, 4 Jul 2000 08:12:51 +0000 Received: from henny.webweaving.org (henny.qubesoft.com [192.168.1.5]) by bluebottle.qubesoft.com (8.9.3/8.9.1) with ESMTP id JAA88997; Tue, 4 Jul 2000 09:12:36 +0100 (BST) (envelope-from n_hibma@qubesoft.com) Received: from localhost (localhost [127.0.0.1]) by henny.webweaving.org (8.9.3/8.9.3) with ESMTP id VAA21979; Mon, 3 Jul 2000 21:33:28 +0100 (BST) (envelope-from n_hibma@qubesoft.com) Date: Mon, 3 Jul 2000 21:33:28 +0100 (BST) From: Nick Hibma X-Sender: n_hibma@localhost Reply-To: Nick Hibma To: Poul-Henning Kamp Cc: John Baldwin , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/sys bus.h bus_private.h src/sys/kern sub In-Reply-To: <8362.962653369@critter.freebsd.dk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > >We are capable of setting some policy. > > I still don't see an example really. The only time I would say > that we set policy is when we say things like "BSD always had > /bin/csh as roots shell, and that's they way it's gonna stay!" Not confusing coders with something unnecessary is not policy, it is common sense. 'softc size in driver and a device_set_softc? Is that the same softc we are talking about?'. > I think Nick and I agree that it is a shortcoming in new-bus that > it can not handle this particular (but not that uncommon) device > architecture better, but until somebody enhances new-bus to do > that, I have the freedom to chose the best possible workaround. We agree that there is a shortcoming in newbus. You fail to explain however how adding device_set_softc in any way relates to that. I have given you an option that works and indicates more clearly what you are trying to do. There is no need to change the newbus interface to accomodate for what you want to do, and certainly no need to confuse other people. Your comment that the softc should not be allocated by newbus is a separate issue completely. You have the freedom to choose a workaround that is acceptable to your peers. Nick -- n_hibma@webweaving.org n_hibma@freebsd.org USB project http://www.etla.net/~n_hibma/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 1:47:54 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EA8E437B5AC; Tue, 4 Jul 2000 01:47:51 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA51979; Tue, 4 Jul 2000 01:47:51 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <200007040847.BAA51979@freefall.freebsd.org> From: Satoshi Asami Date: Tue, 4 Jul 2000 01:47:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/Mk bsd.port.mk X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asami 2000/07/04 01:47:51 PDT Modified files: Mk bsd.port.mk Log: (1) Change PERL_VERSION to 5.6.0 for newer 5-current. Submitted by: markm (and many others) (2) Move one PLIST_SUB line from the pre.mk section to post.mk section so it won't cause unwanted side effects. Spotted by: sobomax Revision Changes Path 1.341 +8 -4 ports/Mk/bsd.port.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 1:55:30 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0E5D437B6BA; Tue, 4 Jul 2000 01:55:24 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA52985; Tue, 4 Jul 2000 01:55:24 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Message-Id: <200007040855.BAA52985@freefall.freebsd.org> From: John Baldwin Date: Tue, 4 Jul 2000 01:55:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf options src/sys/vm vm_page.h src/sys/i386/conf NOTES X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2000/07/04 01:55:19 PDT Modified files: sys/conf options sys/vm vm_page.h sys/i386/conf NOTES Log: Replace the PQ_*CACHE options with a single PQ_CACHESIZE option that you set equal to the number of kilobytes in your cache. The old options are still supported for backwards compatibility. Submitted by: Kelly Yancey Revision Changes Path 1.214 +2 -1 src/sys/conf/options 1.80 +32 -25 src/sys/vm/vm_page.h 1.792 +4 -2 src/sys/i386/conf/NOTES To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 2:32:15 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7B4F837B5E2; Tue, 4 Jul 2000 02:32:12 -0700 (PDT) (envelope-from roberto@FreeBSD.org) Received: (from roberto@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA58297; Tue, 4 Jul 2000 02:32:12 -0700 (PDT) (envelope-from roberto@FreeBSD.org) Message-Id: <200007040932.CAA58297@freefall.freebsd.org> From: Ollivier Robert Date: Tue, 4 Jul 2000 02:32:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 da.4 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG roberto 2000/07/04 02:32:12 PDT Modified files: share/man/man4 da.4 Log: Replace a reference to wd(4) to ad(4). Found by: phk Revision Changes Path 1.25 +2 -2 src/share/man/man4/da.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 2:37:13 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 94FC237B67E; Tue, 4 Jul 2000 02:37:08 -0700 (PDT) (envelope-from roberto@FreeBSD.org) Received: (from roberto@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA58826; Tue, 4 Jul 2000 02:37:08 -0700 (PDT) (envelope-from roberto@FreeBSD.org) Message-Id: <200007040937.CAA58826@freefall.freebsd.org> From: Ollivier Robert Date: Tue, 4 Jul 2000 02:37:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 da.4 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG roberto 2000/07/04 02:37:07 PDT Modified files: share/man/man4 da.4 Log: Oops, there's no ad.4. Revision Changes Path 1.26 +1 -2 src/share/man/man4/da.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 2:55:34 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D5CFA37B696; Tue, 4 Jul 2000 02:55:31 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA60415; Tue, 4 Jul 2000 02:55:32 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200007040955.CAA60415@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 4 Jul 2000 02:55:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/Tools/scripts getpr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/07/04 02:55:32 PDT Modified files: Tools/scripts getpr Log: Allow existing CVS_RSH environment var to take precedent. Revision Changes Path 1.3 +9 -2 ports/Tools/scripts/getpr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 3: 1:19 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3D0FA37B696; Tue, 4 Jul 2000 03:01:17 -0700 (PDT) (envelope-from roberto@FreeBSD.org) Received: (from roberto@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA60754; Tue, 4 Jul 2000 03:01:17 -0700 (PDT) (envelope-from roberto@FreeBSD.org) Message-Id: <200007041001.DAA60754@freefall.freebsd.org> From: Ollivier Robert Date: Tue, 4 Jul 2000 03:01:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 da.4 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG roberto 2000/07/04 03:01:17 PDT Modified files: share/man/man4 da.4 Log: Insert a reference to ata.4. Discussed with: phk Revision Changes Path 1.27 +2 -1 src/share/man/man4/da.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 3: 6:40 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 96DAA37B6D1; Tue, 4 Jul 2000 03:06:35 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA62346; Tue, 4 Jul 2000 03:06:35 -0700 (PDT) (envelope-from phk@FreeBSD.org) Message-Id: <200007041006.DAA62346@freefall.freebsd.org> From: Poul-Henning Kamp Date: Tue, 4 Jul 2000 03:06:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/md md.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG phk 2000/07/04 03:06:34 PDT Modified files: sys/dev/md md.c Log: Fix the "almost clone" semantics. Revision Changes Path 1.12 +12 -7 src/sys/dev/md/md.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 3: 9:56 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B1A7637B65B; Tue, 4 Jul 2000 03:09:52 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA62679; Tue, 4 Jul 2000 03:09:52 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200007041009.DAA62679@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 4 Jul 2000 03:09:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/ascpu Makefile ports/sysutils/ascpu/files md5 ports/sysutils/ascpu/patches patch-sec01 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/07/04 03:09:52 PDT Modified files: sysutils/ascpu Makefile sysutils/ascpu/files md5 sysutils/ascpu/patches patch-sec01 Log: Update to 1.9. PR: 19679 Submitted by: maintainer Revision Changes Path 1.9 +8 -6 ports/sysutils/ascpu/Makefile 1.6 +1 -1 ports/sysutils/ascpu/files/md5 1.2 +20 -18 ports/sysutils/ascpu/patches/patch-sec01 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 3:23:39 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1FED737B65F; Tue, 4 Jul 2000 03:23:38 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA64008; Tue, 4 Jul 2000 03:23:37 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200007041023.DAA64008@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 4 Jul 2000 03:23:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/libcoro Makefile ports/devel/libcoro/patches patch-ab ports/devel/libcoro/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/07/04 03:23:37 PDT Modified files: devel/libcoro Makefile devel/libcoro/patches patch-ab devel/libcoro/pkg PLIST Log: Build static library instead of shared library which doesn't work. Also do not strip symbols when installing library. PR: 19681 Submitted by: maintainer Revision Changes Path 1.2 +1 -2 ports/devel/libcoro/Makefile 1.2 +11 -20 ports/devel/libcoro/patches/patch-ab 1.2 +1 -2 ports/devel/libcoro/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 3:24:52 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2543637B65F; Tue, 4 Jul 2000 03:24:50 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA64149; Tue, 4 Jul 2000 03:24:49 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200007041024.DAA64149@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 4 Jul 2000 03:24:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/libcoro/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/07/04 03:24:49 PDT Modified files: devel/libcoro/pkg PLIST Log: Remove extra blank line from PLIST. Submitted by: portlint Revision Changes Path 1.3 +0 -1 ports/devel/libcoro/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 3:31:48 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CBC6437B715; Tue, 4 Jul 2000 03:31:43 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA65002; Tue, 4 Jul 2000 03:31:43 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200007041031.DAA65002@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 4 Jul 2000 03:31:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/converters/unix2dos Makefile ports/converters/unix2dos/files md5 ports/converters/unix2dos/patches patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/07/04 03:31:43 PDT Modified files: converters/unix2dos Makefile converters/unix2dos/files md5 Removed files: converters/unix2dos/patches patch-aa Log: Update to 1.2. PR: 19680 Submitted by: maintainer Revision Changes Path 1.5 +2 -2 ports/converters/unix2dos/Makefile 1.3 +1 -1 ports/converters/unix2dos/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 3:57: 0 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 22C6837B761; Tue, 4 Jul 2000 03:56:57 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA67497; Tue, 4 Jul 2000 03:56:56 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200007041056.DAA67497@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 4 Jul 2000 03:56:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/balsa Makefile ports/mail/balsa/files md5 ports/mail/balsa/patches patch-al ports/mail/balsa/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/07/04 03:56:56 PDT Modified files: mail/balsa Makefile mail/balsa/files md5 mail/balsa/patches patch-al mail/balsa/pkg PLIST Log: Update to 0.9. Revision Changes Path 1.21 +3 -3 ports/mail/balsa/Makefile 1.7 +1 -1 ports/mail/balsa/files/md5 1.3 +5 -5 ports/mail/balsa/patches/patch-al 1.8 +20 -6 ports/mail/balsa/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 4:25:24 2000 Delivered-To: cvs-all@freebsd.org Received: from mass.osd.bsdi.com (adsl-63-202-177-51.dsl.snfc21.pacbell.net [63.202.177.51]) by hub.freebsd.org (Postfix) with ESMTP id 1AB0337B78E; Tue, 4 Jul 2000 04:25:18 -0700 (PDT) (envelope-from msmith@mass.osd.bsdi.com) Received: from mass.osd.bsdi.com (localhost [127.0.0.1]) by mass.osd.bsdi.com (8.9.3/8.9.3) with ESMTP id EAA02524; Tue, 4 Jul 2000 04:30:32 -0700 (PDT) (envelope-from msmith@mass.osd.bsdi.com) Message-Id: <200007041130.EAA02524@mass.osd.bsdi.com> X-Mailer: exmh version 2.1.1 10/15/1999 To: Poul-Henning Kamp Cc: Nick Hibma , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys bus.h bus_private.h src/sys/kern subr_bus.c In-reply-to: Your message of "Mon, 03 Jul 2000 15:44:36 +0200." <6139.962631876@critter.freebsd.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 04 Jul 2000 04:30:32 -0700 From: Mike Smith Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > In message , Nick Hibma wri > tes: > > >I object to it. > > Then don't use it. It has legitimate uses. > > In fact: I object to newbus allocating the softc for exactly the > reason this one is needed: There may be a 1:N or N:1 correspondence > between softc's and newbus devices. In this case I have two > newbus devices for one softc. (Well, actually I have two newbus > devices for five softc's, but lets not get into that) > > >Apart from that, where is the manpage for it? > > On my TODO list. > > >Please make > >sure you mention that this method should only be called in rare cases > >where the softc allocated by the newbus system would not do for some > >obscure reason. > > I disagree, as you can see above. Actually, I'm still not happy with what you're claiming to be the solution for your problem. There are better ways to go about doing what you're trying to do, and none of them require the sort of bodge you've indulged in here. Firstly - I don't buy that you can't uniquely identify the device up front. This would be a violation of the PCI spec, just for starters. Secondly - you can install placeholders with null/placeholder softcs while you're collecting the resources for the ultimate device. If you're really ambitious, you can even unwind these if the probe set fails and cause a reprobe of the bus (once you've noted for yourself not to take the device again). -- ... every activity meets with opposition, everyone who acts has his rivals and unfortunately opponents also. But not because people want to be opponents, rather because the taks and relationships force people to take different points of view. [Dr. Fritz Todt] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 4:25:47 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7083C37B550; Tue, 4 Jul 2000 04:25:35 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA74644; Tue, 4 Jul 2000 04:25:35 -0700 (PDT) (envelope-from phk@FreeBSD.org) Message-Id: <200007041125.EAA74644@freefall.freebsd.org> From: Poul-Henning Kamp Date: Tue, 4 Jul 2000 04:25:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha machdep.c src/sys/ddb db_sysctl.c src/sys/dev/ata ata-all.c src/sys/i386/i386 machdep.c mp_clock.c userconfig.c src/sys/i386/isa clock.c prof_machdep.c src/sys/i386/linux linux_mib.c src/sys/isa sio.c src/sys/kern ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG phk 2000/07/04 04:25:35 PDT Modified files: sys/alpha/alpha machdep.c sys/ddb db_sysctl.c sys/dev/ata ata-all.c sys/i386/i386 machdep.c mp_clock.c userconfig.c sys/i386/isa clock.c prof_machdep.c sys/i386/linux linux_mib.c sys/isa sio.c sys/kern kern_clock.c kern_descrip.c kern_environment.c kern_fork.c kern_mib.c kern_ntptime.c kern_proc.c kern_shutdown.c kern_synch.c kern_sysctl.c kern_tc.c subr_bus.c subr_devstat.c subr_disk.c subr_prof.c tty.c tty_cons.c uipc_usrreq.c vfs_subr.c sys/net bridge.c if_mib.c rtsock.c sys/netinet in_pcb.c raw_ip.c tcp_subr.c tcp_timer.c udp_usrreq.c sys/netinet6 in6_proto.c udp6_usrreq.c sys/netncp ncp_conn.c sys/nwfs nwfs_node.c sys/pc98/i386 machdep.c userconfig.c sys/pc98/pc98 clock.c sio.c sys/sys sysctl.h sys/vm vm_meter.c vm_zone.c Log: Previous commit changing SYSCTL_HANDLER_ARGS violated KNF. Pointed out by: bde Revision Changes Path 1.86 +4 -4 src/sys/alpha/alpha/machdep.c 1.3 +2 -2 src/sys/ddb/db_sysctl.c 1.59 +2 -2 src/sys/dev/ata/ata-all.c 1.398 +7 -7 src/sys/i386/i386/machdep.c 1.7 +2 -2 src/sys/i386/i386/mp_clock.c 1.183 +4 -4 src/sys/i386/i386/userconfig.c 1.154 +3 -3 src/sys/i386/isa/clock.c 1.16 +2 -2 src/sys/i386/isa/prof_machdep.c 1.5 +4 -4 src/sys/i386/linux/linux_mib.c 1.303 +2 -2 src/sys/isa/sio.c 1.110 +2 -2 src/sys/kern/kern_clock.c 1.87 +2 -2 src/sys/kern/kern_descrip.c 1.12 +2 -2 src/sys/kern/kern_environment.c 1.79 +2 -2 src/sys/kern/kern_fork.c 1.37 +3 -3 src/sys/kern/kern_mib.c 1.35 +2 -2 src/sys/kern/kern_ntptime.c 1.69 +3 -3 src/sys/kern/kern_proc.c 1.76 +2 -2 src/sys/kern/kern_shutdown.c 1.95 +2 -2 src/sys/kern/kern_synch.c 1.98 +12 -12 src/sys/kern/kern_sysctl.c 1.108 +2 -2 src/sys/kern/kern_tc.c 1.74 +3 -3 src/sys/kern/subr_bus.c 1.26 +2 -2 src/sys/kern/subr_devstat.c 1.28 +2 -2 src/sys/kern/subr_disk.c 1.35 +2 -2 src/sys/kern/subr_prof.c 1.138 +2 -2 src/sys/kern/tty.c 1.83 +2 -2 src/sys/kern/tty_cons.c 1.57 +2 -2 src/sys/kern/uipc_usrreq.c 1.264 +4 -4 src/sys/kern/vfs_subr.c 1.20 +3 -3 src/sys/net/bridge.c 1.10 +2 -2 src/sys/net/if_mib.c 1.46 +2 -2 src/sys/net/rtsock.c 1.65 +2 -2 src/sys/netinet/in_pcb.c 1.66 +2 -2 src/sys/netinet/raw_ip.c 1.77 +4 -4 src/sys/netinet/tcp_subr.c 1.37 +2 -2 src/sys/netinet/tcp_timer.c 1.69 +3 -3 src/sys/netinet/udp_usrreq.c 1.8 +2 -2 src/sys/netinet6/in6_proto.c 1.11 +2 -2 src/sys/netinet6/udp6_usrreq.c 1.8 +3 -3 src/sys/netncp/ncp_conn.c 1.8 +3 -3 src/sys/nwfs/nwfs_node.c 1.166 +7 -7 src/sys/pc98/i386/machdep.c 1.113 +4 -4 src/sys/pc98/i386/userconfig.c 1.86 +3 -3 src/sys/pc98/pc98/clock.c 1.131 +2 -2 src/sys/pc98/pc98/sio.c 1.85 +7 -7 src/sys/sys/sysctl.h 1.38 +2 -2 src/sys/vm/vm_meter.c 1.34 +3 -3 src/sys/vm/vm_zone.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 4:28:46 2000 Delivered-To: cvs-all@freebsd.org Received: from mass.osd.bsdi.com (adsl-63-202-177-51.dsl.snfc21.pacbell.net [63.202.177.51]) by hub.freebsd.org (Postfix) with ESMTP id D16EB37B550; Tue, 4 Jul 2000 04:28:42 -0700 (PDT) (envelope-from msmith@mass.osd.bsdi.com) Received: from mass.osd.bsdi.com (localhost [127.0.0.1]) by mass.osd.bsdi.com (8.9.3/8.9.3) with ESMTP id EAA02559; Tue, 4 Jul 2000 04:34:29 -0700 (PDT) (envelope-from msmith@mass.osd.bsdi.com) Message-Id: <200007041134.EAA02559@mass.osd.bsdi.com> X-Mailer: exmh version 2.1.1 10/15/1999 To: Poul-Henning Kamp Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys bus.h bus_private.h src/sys/kern subr_bus.c In-reply-to: Your message of "Mon, 03 Jul 2000 16:27:59 +0200." <6433.962634479@critter.freebsd.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 04 Jul 2000 04:34:29 -0700 From: Mike Smith Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > If I decide to implement a "persistent device" model for a removeable > device, for instance to be able to do fall-over from one hardware > device to another, then it doesn't work that the softc is tied to > the newbus instance, since the drivers "logical" instance survives > the hardware going away. It should not. > Example: Hot-plug. My cPCI card fails, I pull it and plug another one > in, I will very likely not want to loose my softc in that case. Actually, you would very likely want to lose your softc (or at least rewrite it from scratch, which is the same thing), since there's no guarantee that the replacement device is going to be the same. Making device substitution work at this level would generally be a Bad Idea; it should be done further up, outside the device driver. > The "1-newbus-instance : 1-device-instance" assumption is a grave > mistake, and we shall not lock our selves down in a dogmatic > postulate about how the world is according to our perception, rather > we need to be flexible enough to handle all the weird shit (TM) > out there. This much is fair - I think the general feeling is, however, that your approach to this isn't right. -- ... every activity meets with opposition, everyone who acts has his rivals and unfortunately opponents also. But not because people want to be opponents, rather because the taks and relationships force people to take different points of view. [Dr. Fritz Todt] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 4:29:11 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7F63B37B550; Tue, 4 Jul 2000 04:29:06 -0700 (PDT) (envelope-from rse@FreeBSD.org) Received: (from rse@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA75061; Tue, 4 Jul 2000 04:29:06 -0700 (PDT) (envelope-from rse@FreeBSD.org) Message-Id: <200007041129.EAA75061@freefall.freebsd.org> From: "Ralf S. Engelschall" Date: Tue, 4 Jul 2000 04:29:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/apache13-modssl Makefile ports/www/apache13-modssl/files md5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG rse 2000/07/04 04:29:06 PDT Modified files: www/apache13-modssl Makefile www/apache13-modssl/files md5 Log: Upgrade to mod_ssl 2.6.5 Revision Changes Path 1.69 +3 -3 ports/www/apache13-modssl/Makefile 1.53 +1 -1 ports/www/apache13-modssl/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 4:33: 4 2000 Delivered-To: cvs-all@freebsd.org Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.40.131]) by hub.freebsd.org (Postfix) with ESMTP id 1B87C37B550; Tue, 4 Jul 2000 04:32:59 -0700 (PDT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.9.3/8.9.3) with ESMTP id NAA13366; Tue, 4 Jul 2000 13:32:55 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: Mike Smith Cc: Nick Hibma , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys bus.h bus_private.h src/sys/kern subr_bus.c In-reply-to: Your message of "Tue, 04 Jul 2000 04:30:32 PDT." <200007041130.EAA02524@mass.osd.bsdi.com> Date: Tue, 04 Jul 2000 13:32:55 +0200 Message-ID: <13364.962710375@critter.freebsd.dk> From: Poul-Henning Kamp Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <200007041130.EAA02524@mass.osd.bsdi.com>, Mike Smith writes: >Firstly - I don't buy that you can't uniquely identify the device up >front. This would be a violation of the PCI spec, just for starters. It *is* a violation of the PCI spec, but that's just a fact of life, not all hardware lives up to what the standards intended. But even with the identification problem aside, I still have seen no acceptable way to attach one driver to two new-bus devices... -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD coreteam member | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 4:59: 5 2000 Delivered-To: cvs-all@freebsd.org Received: from axl.ops.uunet.co.za (axl.ops.uunet.co.za [196.31.2.163]) by hub.freebsd.org (Postfix) with ESMTP id 99F6837B867; Tue, 4 Jul 2000 04:58:55 -0700 (PDT) (envelope-from sheldonh@axl.ops.uunet.co.za) Received: from sheldonh (helo=axl.ops.uunet.co.za) by axl.ops.uunet.co.za with local-esmtp (Exim 3.13 #1) id 139RLo-0004AP-00; Tue, 04 Jul 2000 13:58:52 +0200 From: Sheldon Hearn To: Ollivier Robert Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man4 da.4 In-reply-to: Your message of "Tue, 04 Jul 2000 02:37:07 MST." <200007040937.CAA58826@freefall.freebsd.org> Date: Tue, 04 Jul 2000 13:58:52 +0200 Message-ID: <16020.962711932@axl.ops.uunet.co.za> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 04 Jul 2000 02:37:07 MST, Ollivier Robert wrote: > Modified files: > share/man/man4 da.4 > Log: > Oops, there's no ad.4. There should be. The correct fix is the MLINK ata.4 to ad.4, acd.4, afd.4 and ast.4. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 5: 7:45 2000 Delivered-To: cvs-all@freebsd.org Received: from mppsystems.com (mppsystems.com [208.210.148.205]) by hub.freebsd.org (Postfix) with ESMTP id DACC337B8C3; Tue, 4 Jul 2000 05:07:37 -0700 (PDT) (envelope-from mpp@mppsystems.com) Received: (from mpp@localhost) by mppsystems.com (8.9.3/8.9.3) id HAA68605; Tue, 4 Jul 2000 07:06:52 -0500 (CDT) (envelope-from mpp) Date: Tue, 4 Jul 2000 07:06:52 -0500 From: Mike Pritchard To: Sheldon Hearn Cc: Brian Fundakowski Feldman , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/file/Magdir animation Message-ID: <20000704070652.A68184@mppsystems.com> References: <12096.962697722@axl.ops.uunet.co.za> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <12096.962697722@axl.ops.uunet.co.za>; from sheldonh@uunet.co.za on Tue, Jul 04, 2000 at 10:02:02AM +0200 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Jul 04, 2000 at 10:02:02AM +0200, Sheldon Hearn wrote: > On Tue, 04 Jul 2000 01:11:09 -0400, Brian Fundakowski Feldman wrote: > > > > You should probably coordinate this with the file(1) maintainer, who was > > > certainly still active last year. > > > > I looked for a MAINTAINER line in the Makefile so I could do that, but there > > was none :-( It would be nice if people would claim advisory MAINTAINERship > > (as opposed to nothing at all, or dictatorial MAINTAINERship) more. > > You misunderstood me, and I might have communicated more effectively. > The file(1) package has an active maintainer outside the project. See > the file src/usr.bin/file/MAINT. Um, I haven't looked very hard in a while, but I think the last version of file I imported 3 years ago was the last maintained version around. I think that was file 3.22. There might have been a version 3.23+ at the time, but it had problems, so I didn't choose to import it. I tried the ftp site that I was referred to by the old file ftp site, and I can't get anything from there. So, I'm guessing that support for file has fallen off. After doing some searching, it appears that the old file maintainer is now a involved with NetBSD, so he might be maintaining file there. I did see that the last version imported to OpenBSD was the same version we have (obtained via NetBSD), although they also included some of our changes (e.g. convert the man page to -mdoc). With that said, I think we are pretty safe doing what we like with file as long as we keep following the copyright restrictions (which I think we are). If the maintainer is actually doing some work with this under NetBSD, then maybe we should sync file up with the NetBSD version every once in a while, but I wouldn't worry too much about it. -Mike -- Mike Pritchard mpp@FreeBSD.org or mpp@mppsystems.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 5:15:45 2000 Delivered-To: cvs-all@freebsd.org Received: from mppsystems.com (mppsystems.com [208.210.148.205]) by hub.freebsd.org (Postfix) with ESMTP id CE15737B986; Tue, 4 Jul 2000 05:15:34 -0700 (PDT) (envelope-from mpp@mppsystems.com) Received: (from mpp@localhost) by mppsystems.com (8.9.3/8.9.3) id HAA68663; Tue, 4 Jul 2000 07:14:50 -0500 (CDT) (envelope-from mpp) Date: Tue, 4 Jul 2000 07:14:49 -0500 From: Mike Pritchard To: Sheldon Hearn Cc: Ollivier Robert , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man4 da.4 Message-ID: <20000704071449.B68184@mppsystems.com> References: <200007040937.CAA58826@freefall.freebsd.org> <16020.962711932@axl.ops.uunet.co.za> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <16020.962711932@axl.ops.uunet.co.za>; from sheldonh@uunet.co.za on Tue, Jul 04, 2000 at 01:58:52PM +0200 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Jul 04, 2000 at 01:58:52PM +0200, Sheldon Hearn wrote: > > > On Tue, 04 Jul 2000 02:37:07 MST, Ollivier Robert wrote: > > > Modified files: > > share/man/man4 da.4 > > Log: > > Oops, there's no ad.4. > > There should be. The correct fix is the MLINK ata.4 to ad.4, acd.4, > afd.4 and ast.4. And if ata.4 is MLINKed to those man pages, then ad, acd, afd, and ast should also appear in the "NAME" section. -Mike -- Mike Pritchard mpp@FreeBSD.org or mpp@mppsystems.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 5:31:49 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 267B537B849; Tue, 4 Jul 2000 05:31:47 -0700 (PDT) (envelope-from nyan@FreeBSD.org) Received: (from nyan@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA81413; Tue, 4 Jul 2000 05:31:47 -0700 (PDT) (envelope-from nyan@FreeBSD.org) Message-Id: <200007041231.FAA81413@freefall.freebsd.org> From: Takahashi Yoshihiro Date: Tue, 4 Jul 2000 05:31:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/conf GENERIC X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nyan 2000/07/04 05:31:46 PDT Modified files: sys/pc98/conf GENERIC Log: Sync with sys/i386/conf/GENERIC revisions 1.258 and 1.259. Revision Changes Path 1.149 +3 -3 src/sys/pc98/conf/GENERIC To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 5:34: 0 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E1E6337B883; Tue, 4 Jul 2000 05:33:57 -0700 (PDT) (envelope-from nyan@FreeBSD.org) Received: (from nyan@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA81804; Tue, 4 Jul 2000 05:33:57 -0700 (PDT) (envelope-from nyan@FreeBSD.org) Message-Id: <200007041233.FAA81804@freefall.freebsd.org> From: Takahashi Yoshihiro Date: Tue, 4 Jul 2000 05:33:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release boot_crunch.conf Makefile fixit_crunch.conf boot_crunch.conf.generic src/release/i386 fixit_crunch.conf src/release/pc98 fixit_crunch.conf src/release/sysinstall Makefile devices.c disks.c floppy.c main.c ... X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nyan 2000/07/04 05:33:57 PDT Modified files: (Branch: RELENG_4) release Makefile fixit_crunch.conf release/sysinstall Makefile devices.c disks.c floppy.c main.c menus.c sysinstall.h termcap.c wizard.c Added files: (Branch: RELENG_4) release boot_crunch.conf release/i386 fixit_crunch.conf release/pc98 fixit_crunch.conf Removed files: (Branch: RELENG_4) release boot_crunch.conf.generic Log: MFC: Added PC-98 support. Revision Changes Path 1.536.2.6 +30 -18 src/release/Makefile 1.21.2.2 +2 -3 src/release/fixit_crunch.conf 1.92.2.2 +7 -1 src/release/sysinstall/Makefile 1.117.2.1 +7 -1 src/release/sysinstall/devices.c 1.118.2.1 +78 -11 src/release/sysinstall/disks.c 1.34.2.1 +42 -8 src/release/sysinstall/floppy.c 1.57.2.2 +10 -1 src/release/sysinstall/main.c 1.252.2.3 +5 -3 src/release/sysinstall/menus.c 1.186.2.2 +2 -1 src/release/sysinstall/sysinstall.h 1.24.6.1 +11 -0 src/release/sysinstall/termcap.c 1.15.2.1 +19 -2 src/release/sysinstall/wizard.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 5:46: 0 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5734537B82D; Tue, 4 Jul 2000 05:45:57 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA83026; Tue, 4 Jul 2000 05:45:57 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Message-Id: <200007041245.FAA83026@freefall.freebsd.org> From: Nick Hibma Date: Tue, 4 Jul 2000 05:45:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man9 device_get_softc.9 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG n_hibma 2000/07/04 05:45:57 PDT Modified files: share/man/man9 device_get_softc.9 Log: Correct the text for the return value. Submitted by: phk Revision Changes Path 1.4 +2 -2 src/share/man/man9/device_get_softc.9 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 6:21:27 2000 Delivered-To: cvs-all@freebsd.org Received: from volatile.chemicals.tacorp.com (ci391991-a.grnvle1.sc.home.com [24.9.31.75]) by hub.freebsd.org (Postfix) with ESMTP id ED41D37B844; Tue, 4 Jul 2000 06:21:18 -0700 (PDT) (envelope-from morganw@chemicals.tacorp.com) Received: (from morganw@localhost) by volatile.chemicals.tacorp.com (8.9.3/8.9.3) id JAA08992; Tue, 4 Jul 2000 09:21:16 -0400 (EDT) (envelope-from morganw) Date: Tue, 4 Jul 2000 09:21:15 -0400 (EDT) From: Wes Morgan To: Brian Feldman Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/crypto/openssh sshd.c In-Reply-To: <200007040646.IAA67137@internat.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I hope that there is no way ever in 1e6 years that someone will be able to subvert /proc/curproc and get sshd to execute the program of his choice as root when it gets HUP'd. I can't think of any way possible, but there are 6 billion people out there besides me. On Tue, 4 Jul 2000, Brian Feldman wrote: > green 2000/07/04 08:46:10 SAST > > FreeBSD International Crypto Repository > > Modified files: > crypto/openssh sshd.c > Log: > MFF: > Allow restarting on SIGHUP when the full path was not given as argv[0]. > We do have /proc/curproc/file :) > > Revision Changes Path > 1.13 +2 -1 src/crypto/openssh/sshd.c > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe cvs-all" in the body of the message > -- _ __ ___ ____ ___ ___ ___ Wesley N Morgan _ __ ___ | _ ) __| \ wesleymorgan@home.com _ __ | _ \._ \ |) | FreeBSD: The Power To Serve _ |___/___/___/ Hi! I'm a .signature virus! Copy me into your ~/.signature to help me spread! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 6:46:48 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8A92937B59F; Tue, 4 Jul 2000 06:46:45 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA30549; Tue, 4 Jul 2000 06:46:45 -0700 (PDT) (envelope-from phk@FreeBSD.org) Message-Id: <200007041346.GAA30549@freefall.freebsd.org> From: Poul-Henning Kamp Date: Tue, 4 Jul 2000 06:46:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall devices.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG phk 2000/07/04 06:46:44 PDT Modified files: release/sysinstall devices.c Log: Ignore all md disks, installing on them would be particularly pointless. Its not fatal to find hardware we don't know. Revision Changes Path 1.121 +7 -3 src/release/sysinstall/devices.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 6:58:35 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B95BE37B8D0; Tue, 4 Jul 2000 06:58:33 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA48301; Tue, 4 Jul 2000 06:58:33 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200007041358.GAA48301@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 4 Jul 2000 06:58:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/gmake Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/07/04 06:58:32 PDT Modified files: devel/gmake Makefile Log: Remove --without-included-gettext - it works in exactly opposite direction. Shame on GNU folks! Revision Changes Path 1.32 +2 -3 ports/devel/gmake/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 8: 5: 9 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7B7E637B7D7; Tue, 4 Jul 2000 08:04:41 -0700 (PDT) (envelope-from assar@FreeBSD.org) Received: (from assar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA57183; Tue, 4 Jul 2000 08:04:41 -0700 (PDT) (envelope-from assar@FreeBSD.org) Message-Id: <200007041504.IAA57183@freefall.freebsd.org> From: Assar Westerlund Date: Tue, 4 Jul 2000 08:04:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/crypto/kerberosIV acinclude.m4 COPYRIGHT ChangeLog Makefile.in NEWS PROBLEMS README TODO acconfig.h aclocal.m4 config.guess config.sub configure configure.in src/crypto/kerberosIV/admin Makefile.in adm_locl.h ext_srvtab.c ... X-FreeBSD-CVS-Branch: RELENG_3 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG assar 2000/07/04 08:04:40 PDT Modified files: (Branch: RELENG_3) crypto/kerberosIV COPYRIGHT ChangeLog Makefile.in NEWS PROBLEMS README TODO acconfig.h aclocal.m4 config.guess config.sub configure configure.in crypto/kerberosIV/admin Makefile.in adm_locl.h ext_srvtab.c kdb_destroy.c kdb_edit.c kdb_init.c kdb_util.c crypto/kerberosIV/appl Makefile.in crypto/kerberosIV/appl/bsd Makefile.in bsd_locl.h encrypt.c forkpty.c kcmd.c klogin.c login.c login_access.c login_fbtab.c pathnames.h rcmd_util.c rcp.c rcp_util.c rlogin.c rlogind.c rsh.c rshd.c stty_default.c su.c sysv_default.c sysv_environ.c sysv_shadow.c sysv_shadow.h tty.c utmp_login.c utmpx_login.c crypto/kerberosIV/appl/ftp Makefile.in crypto/kerberosIV/appl/ftp/common Makefile.in buffer.c common.h sockbuf.c crypto/kerberosIV/appl/ftp/ftp Makefile.in cmds.c cmdtab.c domacro.c extern.h ftp.c ftp_locl.h kauth.c krb4.c main.c ruserpass.c crypto/kerberosIV/appl/ftp/ftpd Makefile.in extern.h ftpcmd.y ftpd.c kauth.c logwtmp.c popen.c crypto/kerberosIV/appl/kauth Makefile.in encdata.c kauth.c kauth.h kauthd.c ksrvtgt.in marshall.c rkinit.c crypto/kerberosIV/appl/kip Makefile.in common.c kip.c kip.h kipd.c crypto/kerberosIV/doc Makefile.in ack.texi install.texi intro.texi kth-krb.texi problems.texi setup.texi whatis.texi crypto/kerberosIV/etc krb.conf krb.realms services.append crypto/kerberosIV/include Makefile.in config.h.in crypto/kerberosIV/include/sys Makefile.in crypto/kerberosIV/kadmin Makefile.in admin_server.c kadm_funcs.c kadm_locl.h kadm_ser_wrap.c kadmin.c kpasswd.c ksrvutil.c ksrvutil.h ksrvutil_get.c new_pwd.c pw_check.c pw_check.h crypto/kerberosIV/kuser Makefile.in kdestroy.c kinit.c klist.c kuser_locl.h crypto/kerberosIV/lib Makefile.in crypto/kerberosIV/lib/acl Makefile.in acl.h acl_files.c crypto/kerberosIV/lib/kadm Makefile.in kadm.h kadm_cli_wrap.c kadm_err.et kadm_locl.h kadm_stream.c kadm_supp.c crypto/kerberosIV/lib/kafs Makefile.in afskrb.c afslib.c afssys.c afssysdefs.h dlfcn.c kafs.h kafs_locl.h crypto/kerberosIV/lib/kdb Makefile.in copykey.c kdb_locl.h krb_cache.c krb_dbm.c krb_kdb_utils.c krb_lib.c crypto/kerberosIV/lib/krb Makefile.in check_time.c cr_err_reply.c create_auth_reply.c create_ciph.c create_death_packet.c create_ticket.c debug_decl.c decomp_ticket.c dllmain.c encrypt_ktext.c get_ad_tkt.c get_cred.c get_default_principal.c get_host.c get_in_tkt.c get_krbrlm.c get_svc_in_tkt.c get_tf_fullname.c getaddrs.c getrealm.c k_getport.c k_getsockinst.c k_localtime.c kdc_reply.c kntoln.c krb.def krb.h krb.mak krb_check_auth.c krb_equiv.c krb_err.et krb_err_txt.c krb_get_in_tkt.c krb_locl.h kuserok.c logging.c lsb_addr_comp.c mk_auth.c mk_err.c mk_priv.c mk_req.c mk_safe.c name2name.c parse_name.c prot.h rd_err.c rd_priv.c rd_req.c rd_safe.c read_service_key.c realm_parse.c recvauth.c rw.c send_to_kdc.c sendauth.c sizetest.c str2key.c tf_util.c ticket_memory.c ticket_memory.h tkt_string.c unparse_name.c verify_user.c crypto/kerberosIV/lib/roken Makefile.in chown.c daemon.c err.c err.h errx.c fchown.c get_window_size.c getcwd.c getdtablesize.c getopt.c hstrerror.c inaddr2str.c inet_aton.c initgroups.c k_getpwnam.c k_getpwuid.c lstat.c memmove.c mini_inetd.c mkstemp.c putenv.c rcmd.c roken.def roken.mak setegid.c setenv.c seteuid.c signal.c snprintf.c strcasecmp.c strdup.c strerror.c strftime.c strlwr.c strnlen.c strtok_r.c strupr.c tm2time.c unsetenv.c verify.c verr.c verrx.c vwarn.c vwarnx.c warn.c warnerr.c warnx.c xdbm.h crypto/kerberosIV/lib/sl Makefile.in sl.c sl.h sl_locl.h crypto/kerberosIV/man Makefile.in kadmin.8 kadmind.8 kafs.3 kauth.1 kdestroy.1 kerberos.1 kerberos.8 kinit.1 krb.conf.5 crypto/kerberosIV/server Makefile.in kerberos.c crypto/kerberosIV/slave Makefile.in kprop.c kpropd.c slav_locl.h Added files: (Branch: RELENG_3) crypto/kerberosIV acinclude.m4 crypto/kerberosIV/appl/afsutil Makefile.in aklog.c kstring2key.c pagsh.c crypto/kerberosIV/appl/bsd osfc2.c crypto/kerberosIV/appl/ftp ChangeLog Makefile.am crypto/kerberosIV/appl/ftp/common Makefile.am crypto/kerberosIV/appl/ftp/ftp Makefile.am gssapi.c security.c security.h crypto/kerberosIV/appl/ftp/ftpd Makefile.am ftpd_locl.h gss_userok.c ls.c crypto/kerberosIV/appl/kauth ChangeLog Makefile.am crypto/kerberosIV/appl/push ChangeLog Makefile.am Makefile.in pfrom.in push.8 push.c push.cat8 push_locl.h crypto/kerberosIV/appl/sample Makefile.in sample.h sample_client.c sample_server.c simple.h simple_client.c simple_server.c crypto/kerberosIV/cf ChangeLog Makefile.am.common auth-modules.m4 broken-glob.m4 broken-snprintf.m4 broken.m4 c-attribute.m4 c-function.m4 capabilities.m4 check-declaration.m4 check-getpwnam_r-posix.m4 check-man.m4 check-netinet-ip-and-tcp.m4 check-type-extra.m4 check-var.m4 check-x.m4 check-xau.m4 find-func-no-libs.m4 find-func-no-libs2.m4 find-func.m4 find-if-not-broken.m4 grok-type.m4 have-pragma-weak.m4 have-struct-field.m4 have-type.m4 have-types.m4 krb-find-db.m4 krb-func-getcwd-broken.m4 krb-func-getlogin.m4 krb-ipv6.m4 krb-prog-ln-s.m4 krb-prog-ranlib.m4 krb-prog-yacc.m4 krb-struct-spwd.m4 krb-struct-winsize.m4 krb-sys-aix.m4 krb-sys-nextstep.m4 krb-version.m4 make-proto.pl mips-abi.m4 misc.m4 need-proto.m4 osfc2.m4 proto-compat.m4 shared-libs.m4 test-package.m4 wflags.m4 crypto/kerberosIV/doc dir crypto/kerberosIV/etc inetd.conf.changes.in crypto/kerberosIV/include bits.c netdb.x protos.H crypto/kerberosIV/include/sys socket.x crypto/kerberosIV/include/win32 config.h ktypes.h roken.h version.h winconf.sh crypto/kerberosIV/kadmin random_password.c crypto/kerberosIV/lib/auth ChangeLog Makefile.am Makefile.in crypto/kerberosIV/lib/auth/afskauthlib Makefile.am Makefile.in README verify.c crypto/kerberosIV/lib/auth/pam Makefile.am Makefile.in README pam.c pam.conf.add crypto/kerberosIV/lib/auth/sia Makefile.am Makefile.in README krb4+c2_matrix.conf krb4_matrix.conf krb5+c2_matrix.conf krb5_matrix.conf posix_getpw.c security.patch sia.c sia_locl.h crypto/kerberosIV/lib/kadm check_password.c crypto/kerberosIV/lib/kafs ChangeLog Makefile.am README.dlfcn afskrb5.c common.c crypto/kerberosIV/lib/kclient KClient.c KClient.def KClient.dsp KClient.h KClient.mak passwd_dialog.rc passwd_dlg.c passwd_dlg.h resource.h crypto/kerberosIV/lib/krb defaults.c extra.c getfile.c krb-archaeology.h krb-protos.h krb.dsp krb.rc krb_ip_realm.c krb_log.h krb_net_read.c krb_net_write.c resource.h roken_rename.h solaris_compat.c time.c crypto/kerberosIV/lib/roken ChangeLog Makefile.am base64.c base64.h concat.c copyhostent.c emalloc.c eread.c erealloc.c estrdup.c ewrite.c flock.c fnmatch.c fnmatch.h freehostent.c get_default_username.c getarg.3 getarg.c getarg.h getcap.c getegid.c geteuid.c getgid.c gethostname.c getipnodebyaddr.c getipnodebyname.c gettimeofday.c getuid.c glob.c glob.h inet_ntop.c inet_pton.c innetgr.c iruserok.c issuid.c make-print-version.c net_read.c net_write.c parse_bytes-test.c parse_bytes.c parse_bytes.h parse_time.c parse_time.h parse_units.c parse_units.h print_version.c readv.c recvmsg.c resolve.c resolve.h resource.h roken-common.h roken.awk roken.dsp roken.h.in roken.rc roken_gethostby.c sendmsg.c simple_exec.c socket.c strlcat.c strlcpy.c strncasecmp.c strndup.c strpftime-test.c strptime.c strsep.c swab.c vsyslog.c writev.c crypto/kerberosIV/lib/sl ChangeLog Makefile.am lex.l make_cmds.c make_cmds.h parse.y roken_rename.h ss.c ss.h crypto/kerberosIV/man Makefile afslog.1 ftp.1 ftpd.8 ftpusers.5 kpasswd.1 krb.extra.5 login.1 login.access.5 pagsh.1 rcp.1 rlogin.1 rlogind.8 rsh.1 rshd.8 su.1 Log: merge differences from -current to bring this up to krb4 1.0 Reviewed by: kris, markm Revision Changes Path 1.1.1.1.4.1 +2 -7 src/crypto/kerberosIV/COPYRIGHT 1.1.1.1.4.1 +1623 -0 src/crypto/kerberosIV/ChangeLog 1.1.1.1.4.1 +7 -4 src/crypto/kerberosIV/Makefile.in 1.1.1.1.4.1 +119 -0 src/crypto/kerberosIV/NEWS 1.1.1.1.4.1 +77 -4 src/crypto/kerberosIV/PROBLEMS 1.1.1.1.4.1 +3 -0 src/crypto/kerberosIV/README 1.1.1.1.4.1 +3 -3 src/crypto/kerberosIV/TODO 1.1.1.1.4.1 +43 -153 src/crypto/kerberosIV/acconfig.h 1.1.1.1.4.1 +1137 -315 src/crypto/kerberosIV/aclocal.m4 1.1.1.1.4.1 +238 -38 src/crypto/kerberosIV/config.guess 1.1.1.1.4.1 +66 -39 src/crypto/kerberosIV/config.sub 1.1.1.1.4.1 +6034 -3822src/crypto/kerberosIV/configure 1.1.1.1.4.1 +691 -376 src/crypto/kerberosIV/configure.in 1.1.1.1.4.1 +16 -18 src/crypto/kerberosIV/admin/Makefile.in 1.1.1.1.4.1 +2 -7 src/crypto/kerberosIV/admin/adm_locl.h 1.1.1.1.4.1 +15 -18 src/crypto/kerberosIV/admin/ext_srvtab.c 1.1.1.1.4.1 +10 -11 src/crypto/kerberosIV/admin/kdb_destroy.c 1.1.1.1.4.1 +34 -35 src/crypto/kerberosIV/admin/kdb_edit.c 1.1.1.1.4.1 +11 -12 src/crypto/kerberosIV/admin/kdb_init.c 1.1.1.1.4.1 +45 -23 src/crypto/kerberosIV/admin/kdb_util.c 1.1.1.1.4.1 +4 -4 src/crypto/kerberosIV/appl/Makefile.in 1.1.1.1.4.1 +33 -32 src/crypto/kerberosIV/appl/bsd/Makefile.in 1.1.1.1.4.1 +35 -18 src/crypto/kerberosIV/appl/bsd/bsd_locl.h 1.1.1.1.4.1 +9 -15 src/crypto/kerberosIV/appl/bsd/encrypt.c 1.1.1.1.4.1 +35 -19 src/crypto/kerberosIV/appl/bsd/forkpty.c 1.1.1.1.4.1 +7 -5 src/crypto/kerberosIV/appl/bsd/kcmd.c 1.1.1.1.4.1 +52 -7 src/crypto/kerberosIV/appl/bsd/klogin.c 1.1.1.1.4.1 +157 -41 src/crypto/kerberosIV/appl/bsd/login.c 1.1.1.1.4.1 +57 -14 src/crypto/kerberosIV/appl/bsd/login_access.c 1.1.1.1.4.1 +14 -4 src/crypto/kerberosIV/appl/bsd/login_fbtab.c 1.1.1.1.4.1 +10 -1 src/crypto/kerberosIV/appl/bsd/Attic/pathnames.h 1.1.1.1.4.1 +9 -8 src/crypto/kerberosIV/appl/bsd/rcmd_util.c 1.1.1.1.4.1 +77 -49 src/crypto/kerberosIV/appl/bsd/rcp.c 1.1.1.1.4.1 +3 -1 src/crypto/kerberosIV/appl/bsd/rcp_util.c 1.1.1.1.4.1 +28 -26 src/crypto/kerberosIV/appl/bsd/rlogin.c 1.1.1.1.4.1 +41 -12 src/crypto/kerberosIV/appl/bsd/rlogind.c 1.1.1.1.4.1 +45 -20 src/crypto/kerberosIV/appl/bsd/rsh.c 1.1.1.1.4.1 +16 -17 src/crypto/kerberosIV/appl/bsd/rshd.c 1.1.1.1.4.1 +2 -7 src/crypto/kerberosIV/appl/bsd/stty_default.c 1.1.1.1.4.1 +38 -17 src/crypto/kerberosIV/appl/bsd/su.c 1.1.1.1.4.1 +3 -3 src/crypto/kerberosIV/appl/bsd/sysv_default.c 1.1.1.1.4.1 +4 -3 src/crypto/kerberosIV/appl/bsd/sysv_environ.c 1.1.1.1.4.1 +2 -2 src/crypto/kerberosIV/appl/bsd/sysv_shadow.c 1.1.1.1.4.1 +2 -2 src/crypto/kerberosIV/appl/bsd/sysv_shadow.h 1.1.1.1.4.1 +2 -7 src/crypto/kerberosIV/appl/bsd/tty.c 1.1.1.1.4.1 +11 -14 src/crypto/kerberosIV/appl/bsd/utmp_login.c 1.1.1.1.4.1 +3 -3 src/crypto/kerberosIV/appl/bsd/utmpx_login.c 1.1.1.1.4.1 +5 -2 src/crypto/kerberosIV/appl/ftp/Makefile.in 1.1.1.1.4.1 +8 -5 src/crypto/kerberosIV/appl/ftp/common/Makefile.in 1.1.1.1.4.1 +3 -7 src/crypto/kerberosIV/appl/ftp/common/buffer.c 1.1.1.1.4.1 +6 -8 src/crypto/kerberosIV/appl/ftp/common/common.h 1.1.1.1.4.1 +2 -7 src/crypto/kerberosIV/appl/ftp/common/sockbuf.c 1.1.1.1.4.1 +45 -19 src/crypto/kerberosIV/appl/ftp/ftp/Makefile.in 1.1.1.1.4.1 +116 -73 src/crypto/kerberosIV/appl/ftp/ftp/cmds.c 1.1.1.1.4.1 +10 -1 src/crypto/kerberosIV/appl/ftp/ftp/cmdtab.c 1.1.1.1.4.1 +2 -2 src/crypto/kerberosIV/appl/ftp/ftp/domacro.c 1.1.1.1.4.1 +11 -5 src/crypto/kerberosIV/appl/ftp/ftp/extern.h 1.1.1.1.4.1 +297 -206 src/crypto/kerberosIV/appl/ftp/ftp/ftp.c 1.1.1.1.4.1 +11 -17 src/crypto/kerberosIV/appl/ftp/ftp/ftp_locl.h 1.1.1.1.4.1 +64 -11 src/crypto/kerberosIV/appl/ftp/ftp/kauth.c 1.1.1.1.4.1 +208 -441 src/crypto/kerberosIV/appl/ftp/ftp/krb4.c 1.1.1.1.4.1 +14 -7 src/crypto/kerberosIV/appl/ftp/ftp/main.c 1.1.1.1.4.1 +47 -9 src/crypto/kerberosIV/appl/ftp/ftp/ruserpass.c 1.1.1.1.4.1 +29 -11 src/crypto/kerberosIV/appl/ftp/ftpd/Makefile.in 1.1.1.1.4.1 +28 -9 src/crypto/kerberosIV/appl/ftp/ftpd/extern.h 1.1.1.1.4.1 +317 -270 src/crypto/kerberosIV/appl/ftp/ftpd/ftpcmd.y 1.2.4.1 +512 -336 src/crypto/kerberosIV/appl/ftp/ftpd/ftpd.c 1.1.1.1.4.1 +98 -58 src/crypto/kerberosIV/appl/ftp/ftpd/kauth.c 1.1.1.1.4.1 +15 -14 src/crypto/kerberosIV/appl/ftp/ftpd/logwtmp.c 1.1.1.1.4.1 +4 -4 src/crypto/kerberosIV/appl/ftp/ftpd/popen.c 1.1.1.1.4.1 +17 -19 src/crypto/kerberosIV/appl/kauth/Makefile.in 1.1.1.1.4.1 +2 -7 src/crypto/kerberosIV/appl/kauth/encdata.c 1.1.1.1.4.1 +145 -72 src/crypto/kerberosIV/appl/kauth/kauth.c 1.1.1.1.4.1 +7 -9 src/crypto/kerberosIV/appl/kauth/kauth.h 1.1.1.1.4.1 +12 -13 src/crypto/kerberosIV/appl/kauth/kauthd.c 1.2.4.1 +2 -2 src/crypto/kerberosIV/appl/kauth/ksrvtgt.in 1.1.1.1.4.1 +61 -32 src/crypto/kerberosIV/appl/kauth/marshall.c 1.1.1.1.4.1 +18 -14 src/crypto/kerberosIV/appl/kauth/rkinit.c 1.1.1.1.4.1 +14 -16 src/crypto/kerberosIV/appl/kip/Makefile.in 1.1.1.1.4.1 +2 -7 src/crypto/kerberosIV/appl/kip/common.c 1.1.1.1.4.1 +10 -19 src/crypto/kerberosIV/appl/kip/kip.c 1.1.1.1.4.1 +5 -7 src/crypto/kerberosIV/appl/kip/kip.h 1.1.1.1.4.1 +5 -10 src/crypto/kerberosIV/appl/kip/kipd.c 1.1.1.1.4.1 +27 -14 src/crypto/kerberosIV/doc/Makefile.in 1.1.1.1.4.1 +27 -1 src/crypto/kerberosIV/doc/ack.texi 1.1.1.1.4.1 +151 -23 src/crypto/kerberosIV/doc/install.texi 1.1.1.1.4.1 +6 -34 src/crypto/kerberosIV/doc/intro.texi 1.1.1.1.4.1 +13 -11 src/crypto/kerberosIV/doc/kth-krb.texi 1.1.1.1.4.1 +191 -5 src/crypto/kerberosIV/doc/problems.texi 1.1.1.1.4.1 +150 -39 src/crypto/kerberosIV/doc/setup.texi 1.1.1.1.4.1 +1 -1 src/crypto/kerberosIV/doc/whatis.texi 1.1.1.1.4.1 +9 -10 src/crypto/kerberosIV/etc/krb.conf 1.1.1.1.4.1 +5 -2 src/crypto/kerberosIV/etc/krb.realms 1.1.1.1.4.1 +9 -5 src/crypto/kerberosIV/etc/services.append 1.1.1.1.4.1 +73 -53 src/crypto/kerberosIV/include/Makefile.in 1.1.1.1.4.1 +465 -175 src/crypto/kerberosIV/include/config.h.in 1.1.1.1.4.1 +8 -13 src/crypto/kerberosIV/include/sys/Makefile.in 1.1.1.1.4.1 +27 -27 src/crypto/kerberosIV/kadmin/Makefile.in 1.1.1.1.4.1 +50 -22 src/crypto/kerberosIV/kadmin/admin_server.c 1.1.1.1.4.1 +49 -23 src/crypto/kerberosIV/kadmin/kadm_funcs.c 1.1.1.1.4.1 +28 -22 src/crypto/kerberosIV/kadmin/kadm_locl.h 1.1.1.1.4.1 +48 -36 src/crypto/kerberosIV/kadmin/kadm_ser_wrap.c 1.1.1.1.4.1 +515 -215 src/crypto/kerberosIV/kadmin/kadmin.c 1.1.1.1.4.1 +27 -13 src/crypto/kerberosIV/kadmin/kpasswd.c 1.1.1.1.4.1 +83 -46 src/crypto/kerberosIV/kadmin/ksrvutil.c 1.1.1.1.4.1 +5 -9 src/crypto/kerberosIV/kadmin/ksrvutil.h 1.1.1.1.4.1 +72 -38 src/crypto/kerberosIV/kadmin/ksrvutil_get.c 1.1.1.1.4.1 +15 -21 src/crypto/kerberosIV/kadmin/new_pwd.c 1.1.1.1.4.1 +2 -7 src/crypto/kerberosIV/kadmin/pw_check.c 1.1.1.1.4.1 +2 -7 src/crypto/kerberosIV/kadmin/pw_check.h 1.1.1.1.4.1 +14 -16 src/crypto/kerberosIV/kuser/Makefile.in 1.1.1.1.4.1 +81 -40 src/crypto/kerberosIV/kuser/kdestroy.c 1.4.2.1 +3 -4 src/crypto/kerberosIV/kuser/kinit.c 1.1.1.1.4.1 +110 -29 src/crypto/kerberosIV/kuser/klist.c 1.1.1.1.4.1 +2 -7 src/crypto/kerberosIV/kuser/kuser_locl.h 1.1.1.1.4.1 +4 -2 src/crypto/kerberosIV/lib/Makefile.in 1.1.1.1.4.1 +17 -15 src/crypto/kerberosIV/lib/acl/Makefile.in 1.1.1.1.4.1 +2 -9 src/crypto/kerberosIV/lib/acl/acl.h 1.1.1.1.4.1 +31 -61 src/crypto/kerberosIV/lib/acl/acl_files.c 1.1.1.1.4.1 +57 -24 src/crypto/kerberosIV/lib/kadm/Makefile.in 1.1.1.1.4.1 +19 -6 src/crypto/kerberosIV/lib/kadm/kadm.h 1.1.1.1.4.1 +157 -77 src/crypto/kerberosIV/lib/kadm/kadm_cli_wrap.c 1.1.1.1.4.1 +9 -3 src/crypto/kerberosIV/lib/kadm/kadm_err.et 1.1.1.1.4.1 +7 -8 src/crypto/kerberosIV/lib/kadm/kadm_locl.h 1.1.1.1.4.1 +125 -71 src/crypto/kerberosIV/lib/kadm/kadm_stream.c 1.1.1.1.4.1 +83 -6 src/crypto/kerberosIV/lib/kadm/kadm_supp.c 1.1.1.1.4.1 +49 -22 src/crypto/kerberosIV/lib/kafs/Makefile.in 1.1.1.1.4.1 +66 -300 src/crypto/kerberosIV/lib/kafs/afskrb.c 1.1.1.1.4.1 +2 -7 src/crypto/kerberosIV/lib/kafs/afslib.c 1.1.1.1.4.1 +181 -79 src/crypto/kerberosIV/lib/kafs/afssys.c 1.1.1.1.4.1 +10 -10 src/crypto/kerberosIV/lib/kafs/afssysdefs.h 1.1.1.1.4.1 +65 -54 src/crypto/kerberosIV/lib/kafs/dlfcn.c 1.2.4.1 +103 -12 src/crypto/kerberosIV/lib/kafs/kafs.h 1.1.1.1.4.1 +49 -10 src/crypto/kerberosIV/lib/kafs/kafs_locl.h 1.1.1.1.4.1 +30 -19 src/crypto/kerberosIV/lib/kdb/Makefile.in 1.1.1.1.4.1 +2 -7 src/crypto/kerberosIV/lib/kdb/copykey.c 1.1.1.1.4.1 +2 -7 src/crypto/kerberosIV/lib/kdb/kdb_locl.h 1.1.1.1.4.1 +13 -19 src/crypto/kerberosIV/lib/kdb/krb_cache.c 1.1.1.1.4.1 +33 -88 src/crypto/kerberosIV/lib/kdb/krb_dbm.c 1.1.1.1.4.1 +14 -8 src/crypto/kerberosIV/lib/kdb/krb_kdb_utils.c 1.1.1.1.4.1 +19 -26 src/crypto/kerberosIV/lib/kdb/krb_lib.c 1.1.1.1.4.1 +231 -133 src/crypto/kerberosIV/lib/krb/Makefile.in 1.1.1.1.4.1 +2 -7 src/crypto/kerberosIV/lib/krb/check_time.c 1.1.1.1.4.1 +41 -18 src/crypto/kerberosIV/lib/krb/cr_err_reply.c 1.1.1.1.4.1 +48 -20 src/crypto/kerberosIV/lib/krb/create_auth_reply.c 1.1.1.1.4.1 +40 -15 src/crypto/kerberosIV/lib/krb/create_ciph.c 1.1.1.1.4.1 +23 -10 src/crypto/kerberosIV/lib/krb/create_death_packet.c 1.1.1.1.4.1 +41 -15 src/crypto/kerberosIV/lib/krb/create_ticket.c 1.1.1.1.4.1 +16 -1 src/crypto/kerberosIV/lib/krb/debug_decl.c 1.1.1.1.4.1 +12 -14 src/crypto/kerberosIV/lib/krb/decomp_ticket.c 1.1.1.1.4.1 +34 -23 src/crypto/kerberosIV/lib/krb/dllmain.c 1.1.1.1.4.1 +2 -7 src/crypto/kerberosIV/lib/krb/encrypt_ktext.c 1.1.1.1.4.1 +28 -15 src/crypto/kerberosIV/lib/krb/get_ad_tkt.c 1.1.1.1.4.1 +2 -2 src/crypto/kerberosIV/lib/krb/get_cred.c 1.1.1.1.4.1 +9 -16 src/crypto/kerberosIV/lib/krb/get_default_principal.c 1.1.1.1.4.1 +157 -62 src/crypto/kerberosIV/lib/krb/get_host.c 1.1.1.1.4.1 +100 -11 src/crypto/kerberosIV/lib/krb/get_in_tkt.c 1.1.1.1.4.1 +89 -68 src/crypto/kerberosIV/lib/krb/get_krbrlm.c 1.1.1.1.4.1 +5 -2 src/crypto/kerberosIV/lib/krb/get_svc_in_tkt.c 1.1.1.1.4.1 +4 -4 src/crypto/kerberosIV/lib/krb/get_tf_fullname.c 1.1.1.1.4.1 +56 -36 src/crypto/kerberosIV/lib/krb/getaddrs.c 1.1.1.1.4.1 +66 -65 src/crypto/kerberosIV/lib/krb/getrealm.c 1.1.1.1.4.1 +2 -7 src/crypto/kerberosIV/lib/krb/k_getport.c 1.1.1.1.4.1 +3 -9 src/crypto/kerberosIV/lib/krb/k_getsockinst.c 1.1.1.1.4.1 +2 -7 src/crypto/kerberosIV/lib/krb/k_localtime.c 1.1.1.1.4.1 +9 -11 src/crypto/kerberosIV/lib/krb/kdc_reply.c 1.1.1.1.4.1 +7 -10 src/crypto/kerberosIV/lib/krb/kntoln.c 1.1.1.1.4.1 +10 -6 src/crypto/kerberosIV/lib/krb/krb.def 1.3.4.1 +60 -267 src/crypto/kerberosIV/lib/krb/krb.h 1.1.1.1.4.1 +1300 -2463src/crypto/kerberosIV/lib/krb/krb.mak 1.1.1.1.4.1 +2 -7 src/crypto/kerberosIV/lib/krb/krb_check_auth.c 1.1.1.1.4.1 +8 -12 src/crypto/kerberosIV/lib/krb/krb_equiv.c 1.1.1.1.4.1 +57 -249 src/crypto/kerberosIV/lib/krb/krb_err.et 1.1.1.1.4.1 +3 -3 src/crypto/kerberosIV/lib/krb/krb_err_txt.c 1.1.1.1.4.1 +101 -41 src/crypto/kerberosIV/lib/krb/krb_get_in_tkt.c 1.1.1.1.4.1 +42 -30 src/crypto/kerberosIV/lib/krb/krb_locl.h 1.1.1.1.4.1 +33 -20 src/crypto/kerberosIV/lib/krb/kuserok.c 1.1.1.1.4.1 +4 -9 src/crypto/kerberosIV/lib/krb/logging.c 1.1.1.1.4.1 +39 -10 src/crypto/kerberosIV/lib/krb/lsb_addr_comp.c 1.1.1.1.4.1 +29 -12 src/crypto/kerberosIV/lib/krb/mk_auth.c 1.1.1.1.4.1 +6 -5 src/crypto/kerberosIV/lib/krb/mk_err.c 1.1.1.1.4.1 +11 -16 src/crypto/kerberosIV/lib/krb/mk_priv.c 1.1.1.1.4.1 +74 -31 src/crypto/kerberosIV/lib/krb/mk_req.c 1.1.1.1.4.1 +10 -15 src/crypto/kerberosIV/lib/krb/mk_safe.c 1.1.1.1.4.1 +21 -15 src/crypto/kerberosIV/lib/krb/name2name.c 1.1.1.1.4.1 +5 -10 src/crypto/kerberosIV/lib/krb/parse_name.c 1.1.1.1.4.1 +14 -47 src/crypto/kerberosIV/lib/krb/prot.h 1.1.1.1.4.1 +2 -7 src/crypto/kerberosIV/lib/krb/rd_err.c 1.1.1.1.4.1 +4 -9 src/crypto/kerberosIV/lib/krb/rd_priv.c 1.1.1.1.4.1 +8 -13 src/crypto/kerberosIV/lib/krb/rd_req.c 1.1.1.1.4.1 +3 -8 src/crypto/kerberosIV/lib/krb/rd_safe.c 1.1.1.1.4.1 +8 -7 src/crypto/kerberosIV/lib/krb/read_service_key.c 1.1.1.1.4.1 +6 -23 src/crypto/kerberosIV/lib/krb/realm_parse.c 1.1.1.1.4.1 +5 -3 src/crypto/kerberosIV/lib/krb/recvauth.c 1.1.1.1.4.1 +49 -24 src/crypto/kerberosIV/lib/krb/rw.c 1.1.1.1.4.1 +378 -102 src/crypto/kerberosIV/lib/krb/send_to_kdc.c 1.1.1.1.4.1 +5 -3 src/crypto/kerberosIV/lib/krb/sendauth.c 1.1.1.1.4.1 +8 -9 src/crypto/kerberosIV/lib/krb/sizetest.c 1.1.1.1.4.1 +83 -81 src/crypto/kerberosIV/lib/krb/str2key.c 1.1.1.1.4.1 +180 -20 src/crypto/kerberosIV/lib/krb/tf_util.c 1.1.1.1.4.1 +43 -46 src/crypto/kerberosIV/lib/krb/ticket_memory.c 1.1.1.1.4.1 +3 -7 src/crypto/kerberosIV/lib/krb/ticket_memory.h 1.1.1.1.4.1 +8 -18 src/crypto/kerberosIV/lib/krb/tkt_string.c 1.1.1.1.4.1 +11 -14 src/crypto/kerberosIV/lib/krb/unparse_name.c 1.1.1.1.4.1 +90 -16 src/crypto/kerberosIV/lib/krb/verify_user.c 1.1.1.1.4.1 +156 -29 src/crypto/kerberosIV/lib/roken/Makefile.in 1.1.1.1.4.1 +2 -7 src/crypto/kerberosIV/lib/roken/chown.c 1.1.1.1.4.1 +7 -8 src/crypto/kerberosIV/lib/roken/daemon.c 1.1.1.1.4.1 +2 -7 src/crypto/kerberosIV/lib/roken/err.c 1.1.1.1.4.1 +4 -9 src/crypto/kerberosIV/lib/roken/err.h 1.1.1.1.4.1 +2 -7 src/crypto/kerberosIV/lib/roken/errx.c 1.1.1.1.4.1 +2 -7 src/crypto/kerberosIV/lib/roken/fchown.c 1.1.1.1.4.1 +26 -20 src/crypto/kerberosIV/lib/roken/get_window_size.c 1.1.1.1.4.1 +7 -9 src/crypto/kerberosIV/lib/roken/getcwd.c 1.1.1.1.4.1 +6 -7 src/crypto/kerberosIV/lib/roken/getdtablesize.c 1.1.1.1.4.1 +4 -4 src/crypto/kerberosIV/lib/roken/getopt.c 1.1.1.1.4.1 +14 -12 src/crypto/kerberosIV/lib/roken/hstrerror.c 1.1.1.1.4.1 +19 -17 src/crypto/kerberosIV/lib/roken/inaddr2str.c 1.1.1.1.4.1 +9 -7 src/crypto/kerberosIV/lib/roken/inet_aton.c 1.1.1.1.4.1 +2 -7 src/crypto/kerberosIV/lib/roken/initgroups.c 1.1.1.1.4.1 +5 -10 src/crypto/kerberosIV/lib/roken/k_getpwnam.c 1.1.1.1.4.1 +5 -10 src/crypto/kerberosIV/lib/roken/k_getpwuid.c 1.1.1.1.4.1 +2 -7 src/crypto/kerberosIV/lib/roken/lstat.c 1.1.1.1.4.1 +4 -7 src/crypto/kerberosIV/lib/roken/memmove.c 1.1.1.1.4.1 +115 -20 src/crypto/kerberosIV/lib/roken/mini_inetd.c 1.1.1.1.4.1 +2 -7 src/crypto/kerberosIV/lib/roken/mkstemp.c 1.1.1.1.4.1 +2 -7 src/crypto/kerberosIV/lib/roken/putenv.c 1.1.1.1.4.1 +2 -7 src/crypto/kerberosIV/lib/roken/rcmd.c 1.1.1.1.4.1 +14 -1 src/crypto/kerberosIV/lib/roken/roken.def 1.1.1.1.4.1 +196 -158 src/crypto/kerberosIV/lib/roken/roken.mak 1.1.1.1.4.1 +5 -8 src/crypto/kerberosIV/lib/roken/setegid.c 1.1.1.1.4.1 +2 -7 src/crypto/kerberosIV/lib/roken/setenv.c 1.1.1.1.4.1 +5 -8 src/crypto/kerberosIV/lib/roken/seteuid.c 1.1.1.1.4.1 +2 -7 src/crypto/kerberosIV/lib/roken/signal.c 1.1.1.1.4.1 +179 -80 src/crypto/kerberosIV/lib/roken/snprintf.c 1.1.1.1.4.1 +22 -82 src/crypto/kerberosIV/lib/roken/strcasecmp.c 1.1.1.1.4.1 +2 -7 src/crypto/kerberosIV/lib/roken/strdup.c 1.1.1.1.4.1 +4 -9 src/crypto/kerberosIV/lib/roken/strerror.c 1.1.1.1.4.1 +334 -237 src/crypto/kerberosIV/lib/roken/strftime.c 1.1.1.1.4.1 +2 -7 src/crypto/kerberosIV/lib/roken/strlwr.c 1.1.1.1.4.1 +7 -11 src/crypto/kerberosIV/lib/roken/strnlen.c 1.1.1.1.4.1 +2 -7 src/crypto/kerberosIV/lib/roken/strtok_r.c 1.1.1.1.4.1 +2 -7 src/crypto/kerberosIV/lib/roken/strupr.c 1.1.1.1.4.1 +2 -7 src/crypto/kerberosIV/lib/roken/tm2time.c 1.1.1.1.4.1 +2 -7 src/crypto/kerberosIV/lib/roken/unsetenv.c 1.1.1.1.4.1 +2 -7 src/crypto/kerberosIV/lib/roken/verify.c 1.1.1.1.4.1 +4 -8 src/crypto/kerberosIV/lib/roken/verr.c 1.1.1.1.4.1 +4 -8 src/crypto/kerberosIV/lib/roken/verrx.c 1.1.1.1.4.1 +3 -8 src/crypto/kerberosIV/lib/roken/vwarn.c 1.1.1.1.4.1 +3 -8 src/crypto/kerberosIV/lib/roken/vwarnx.c 1.1.1.1.4.1 +2 -7 src/crypto/kerberosIV/lib/roken/warn.c 1.1.1.1.4.1 +3 -10 src/crypto/kerberosIV/lib/roken/warnerr.c 1.1.1.1.4.1 +2 -7 src/crypto/kerberosIV/lib/roken/warnx.c 1.1.1.1.4.1 +6 -8 src/crypto/kerberosIV/lib/roken/xdbm.h 1.1.1.1.4.1 +73 -18 src/crypto/kerberosIV/lib/sl/Makefile.in 1.1.1.1.4.1 +83 -50 src/crypto/kerberosIV/lib/sl/sl.c 1.1.1.1.4.1 +8 -9 src/crypto/kerberosIV/lib/sl/sl.h 1.1.1.1.4.1 +7 -9 src/crypto/kerberosIV/lib/sl/sl_locl.h 1.1.1.1.4.1 +112 -54 src/crypto/kerberosIV/man/Makefile.in 1.1.1.1.4.1 +124 -160 src/crypto/kerberosIV/man/kadmin.8 1.1.1.1.4.1 +13 -4 src/crypto/kerberosIV/man/kadmind.8 1.1.1.1.4.2 +52 -16 src/crypto/kerberosIV/man/kafs.3 1.1.1.1.4.1 +5 -3 src/crypto/kerberosIV/man/kauth.1 1.1.1.1.4.1 +12 -4 src/crypto/kerberosIV/man/kdestroy.1 1.1.1.1.4.1 +7 -7 src/crypto/kerberosIV/man/kerberos.1 1.1.1.1.4.1 +164 -16 src/crypto/kerberosIV/man/kerberos.8 1.2.4.1 +2 -2 src/crypto/kerberosIV/man/kinit.1 1.1.1.1.4.1 +23 -12 src/crypto/kerberosIV/man/krb.conf.5 1.1.1.1.4.1 +11 -13 src/crypto/kerberosIV/server/Makefile.in 1.1.1.1.4.1 +350 -155 src/crypto/kerberosIV/server/kerberos.c 1.1.1.1.4.1 +12 -14 src/crypto/kerberosIV/slave/Makefile.in 1.1.1.1.4.1 +65 -52 src/crypto/kerberosIV/slave/kprop.c 1.1.1.1.4.1 +35 -18 src/crypto/kerberosIV/slave/kpropd.c 1.1.1.1.4.1 +7 -7 src/crypto/kerberosIV/slave/slav_locl.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 8:13:11 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A38D037BA6D; Tue, 4 Jul 2000 08:13:05 -0700 (PDT) (envelope-from assar@FreeBSD.org) Received: (from assar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA59182; Tue, 4 Jul 2000 08:13:06 -0700 (PDT) (envelope-from assar@FreeBSD.org) Message-Id: <200007041513.IAA59182@freefall.freebsd.org> From: Assar Westerlund Date: Tue, 4 Jul 2000 08:13:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libcom_err Makefile com_err.3 com_err.c com_err.h error_message.c error_table.h et_name.c init_et.c internal.h mit-sipb-copyright.h src/lib/libcom_err/test test.c test1.et test2.et X-FreeBSD-CVS-Branch: RELENG_3 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG assar 2000/07/04 08:13:05 PDT Modified files: (Branch: RELENG_3) lib/libcom_err Makefile Removed files: (Branch: RELENG_3) lib/libcom_err com_err.3 com_err.c com_err.h error_message.c error_table.h et_name.c init_et.c internal.h mit-sipb-copyright.h lib/libcom_err/test test.c test1.et test2.et Log: merge differences from -current and build this from ../../contrib/com_err Reviewed by: kris, markm Revision Changes Path 1.8.2.2 +6 -6 src/lib/libcom_err/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 8:15:22 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6489137B9A1; Tue, 4 Jul 2000 08:15:17 -0700 (PDT) (envelope-from assar@FreeBSD.org) Received: (from assar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA59421; Tue, 4 Jul 2000 08:15:12 -0700 (PDT) (envelope-from assar@FreeBSD.org) Message-Id: <200007041515.IAA59421@freefall.freebsd.org> From: Assar Westerlund Date: Tue, 4 Jul 2000 08:15:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/compile_et Makefile compile_et.1 compile_et.c compiler.h error_table.y et_lex.lex.l mit-sipb-copyright.h X-FreeBSD-CVS-Branch: RELENG_3 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG assar 2000/07/04 08:15:12 PDT Modified files: (Branch: RELENG_3) usr.bin/compile_et Makefile Removed files: (Branch: RELENG_3) usr.bin/compile_et compile_et.1 compile_et.c compiler.h error_table.y et_lex.lex.l mit-sipb-copyright.h Log: merge differences from -current and build this from ../../contrib/com_err Reviewed by: kris, markm Revision Changes Path 1.9.2.2 +4 -11 src/usr.bin/compile_et/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 8:18:32 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 001D737B9E3; Tue, 4 Jul 2000 08:18:29 -0700 (PDT) (envelope-from ade@FreeBSD.org) Received: (from ade@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA59784; Tue, 4 Jul 2000 08:18:30 -0700 (PDT) (envelope-from ade@FreeBSD.org) Message-Id: <200007041518.IAA59784@freefall.freebsd.org> From: Ade Lovett Date: Tue, 4 Jul 2000 08:18:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/png Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ade 2000/07/04 08:18:30 PDT Modified files: graphics/png Makefile Log: At MAN3, s/libpng.4/libpng.3/ Excessive number of 4's instead of 3's by: sobomax Revision Changes Path 1.29 +2 -2 ports/graphics/png/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 8:23:13 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A29F137B98F; Tue, 4 Jul 2000 08:23:07 -0700 (PDT) (envelope-from assar@FreeBSD.org) Received: (from assar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA61308; Tue, 4 Jul 2000 08:23:08 -0700 (PDT) (envelope-from assar@FreeBSD.org) Message-Id: <200007041523.IAA61308@freefall.freebsd.org> From: Assar Westerlund Date: Tue, 4 Jul 2000 08:23:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/kerberosIV Makefile Makefile.inc src/kerberosIV/include ktypes.h roken.h Makefile config.h version.h src/kerberosIV/lib/libacl Makefile src/kerberosIV/lib/libkadm Makefile src/kerberosIV/lib/libkafs ... X-FreeBSD-CVS-Branch: RELENG_3 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG assar 2000/07/04 08:23:08 PDT Modified files: (Branch: RELENG_3) kerberosIV Makefile Makefile.inc kerberosIV/include Makefile config.h version.h kerberosIV/lib/libacl Makefile kerberosIV/lib/libkadm Makefile kerberosIV/lib/libkafs Makefile kerberosIV/lib/libkdb Makefile kerberosIV/lib/libkrb Makefile kerberosIV/lib/libroken Makefile kerberosIV/lib/libsl Makefile kerberosIV/lib/libtelnet Makefile kerberosIV/libexec/kpropd Makefile kerberosIV/libexec/telnetd Makefile kerberosIV/usr.bin/kadmin Makefile kerberosIV/usr.bin/kauth Makefile kerberosIV/usr.bin/kdestroy Makefile kerberosIV/usr.bin/kinit Makefile kerberosIV/usr.bin/klist Makefile kerberosIV/usr.bin/telnet Makefile kerberosIV/usr.sbin/ext_srvtab Makefile kerberosIV/usr.sbin/kdb_destroy Makefile kerberosIV/usr.sbin/kdb_edit Makefile kerberosIV/usr.sbin/kdb_init Makefile kerberosIV/usr.sbin/kdb_util Makefile kerberosIV/usr.sbin/kerberos Makefile kerberosIV/usr.sbin/kprop Makefile kerberosIV/usr.sbin/kstash Makefile Added files: (Branch: RELENG_3) kerberosIV/include ktypes.h roken.h Log: update build infrastructure to work with the krb4-1.0 now in crypto Reviewed by: kris, markm Revision Changes Path 1.9.2.3 +6 -1 src/kerberosIV/Makefile 1.4.2.2 +9 -3 src/kerberosIV/Makefile.inc 1.1.1.1.4.2 +1 -8 src/kerberosIV/include/Makefile 1.2.2.1 +474 -177 src/kerberosIV/include/config.h 1.1.1.1.4.1 +5 -2 src/kerberosIV/include/version.h 1.1.1.1.4.2 +8 -5 src/kerberosIV/lib/libacl/Makefile 1.2.2.2 +8 -4 src/kerberosIV/lib/libkadm/Makefile 1.1.1.1.4.2 +4 -2 src/kerberosIV/lib/libkafs/Makefile 1.1.1.1.4.2 +2 -2 src/kerberosIV/lib/libkdb/Makefile 1.4.2.2 +29 -22 src/kerberosIV/lib/libkrb/Makefile 1.2.2.2 +21 -5 src/kerberosIV/lib/libroken/Makefile 1.1.1.1.4.2 +6 -4 src/kerberosIV/lib/libsl/Makefile 1.4.2.2 +8 -10 src/kerberosIV/lib/libtelnet/Makefile 1.1.1.1.4.3 +2 -2 src/kerberosIV/libexec/kpropd/Makefile 1.1.1.1.4.3 +2 -2 src/kerberosIV/libexec/telnetd/Makefile 1.5.2.2 +2 -2 src/kerberosIV/usr.bin/kadmin/Makefile 1.2.2.2 +4 -3 src/kerberosIV/usr.bin/kauth/Makefile 1.1.1.1.4.3 +4 -3 src/kerberosIV/usr.bin/kdestroy/Makefile 1.3.4.2 +6 -5 src/kerberosIV/usr.bin/kinit/Makefile 1.1.1.1.4.3 +4 -3 src/kerberosIV/usr.bin/klist/Makefile 1.1.1.1.4.3 +3 -3 src/kerberosIV/usr.bin/telnet/Makefile 1.2.4.3 +4 -3 src/kerberosIV/usr.sbin/ext_srvtab/Makefile 1.2.4.3 +4 -3 src/kerberosIV/usr.sbin/kdb_destroy/Makefile 1.2.4.3 +4 -3 src/kerberosIV/usr.sbin/kdb_edit/Makefile 1.2.4.3 +4 -3 src/kerberosIV/usr.sbin/kdb_init/Makefile 1.2.4.3 +4 -3 src/kerberosIV/usr.sbin/kdb_util/Makefile 1.2.4.3 +3 -2 src/kerberosIV/usr.sbin/kerberos/Makefile 1.1.1.1.4.3 +2 -2 src/kerberosIV/usr.sbin/kprop/Makefile 1.2.4.3 +4 -3 src/kerberosIV/usr.sbin/kstash/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 8:25:47 2000 Delivered-To: cvs-all@freebsd.org Received: from blizzard.sabbo.net (blizzard.sabbo.net [193.193.218.18]) by hub.freebsd.org (Postfix) with ESMTP id 7D4E037B98F; Tue, 4 Jul 2000 08:25:38 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from vic.sabbo.net (root@vic.sabbo.net [193.193.218.106]) by blizzard.sabbo.net (8.9.1/8.9.3) with ESMTP id SAA16722; Tue, 4 Jul 2000 18:24:08 +0300 (EEST) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vic.sabbo.net (8.9.3/8.9.3) with ESMTP id SAA61834; Tue, 4 Jul 2000 18:26:22 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <39620217.ECB0579D@FreeBSD.org> Date: Tue, 04 Jul 2000 18:26:15 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.73 [en] (WinNT; I) X-Accept-Language: uk,ru,en MIME-Version: 1.0 To: Ade Lovett Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/graphics/png Makefile References: <200007041518.IAA59784@freefall.freebsd.org> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Ade Lovett wrote: > ade 2000/07/04 08:18:30 PDT > > Modified files: > graphics/png Makefile > Log: > At MAN3, s/libpng.4/libpng.3/ > > Excessive number of 4's instead of 3's by: sobomax Thanks, Ade! -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 8:26:33 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A84CE37B98F; Tue, 4 Jul 2000 08:26:31 -0700 (PDT) (envelope-from assar@FreeBSD.org) Received: (from assar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA61751; Tue, 4 Jul 2000 08:26:31 -0700 (PDT) (envelope-from assar@FreeBSD.org) Message-Id: <200007041526.IAA61751@freefall.freebsd.org> From: Assar Westerlund Date: Tue, 4 Jul 2000 08:26:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/crypto/telnet/telnet telnet.c X-FreeBSD-CVS-Branch: RELENG_3 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG assar 2000/07/04 08:26:31 PDT Modified files: (Branch: RELENG_3) crypto/telnet/telnet telnet.c Log: remove ifdef TERMCAP to make this build Revision Changes Path 1.2.4.2 +0 -5 src/crypto/telnet/telnet/telnet.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 8:32:33 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5DB9337B98F; Tue, 4 Jul 2000 08:32:30 -0700 (PDT) (envelope-from assar@FreeBSD.org) Received: (from assar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA62655; Tue, 4 Jul 2000 08:32:30 -0700 (PDT) (envelope-from assar@FreeBSD.org) Message-Id: <200007041532.IAA62655@freefall.freebsd.org> From: Assar Westerlund Date: Tue, 4 Jul 2000 08:32:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/com_err ChangeLog Makefile.am Makefile.in com_err.c com_err.h com_right.h compile_et.c compile_et.h error.c lex.l parse.y roken_rename.h X-FreeBSD-CVS-Branch: RELENG_3 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG assar 2000/07/04 08:32:29 PDT Added files: (Branch: RELENG_3) contrib/com_err ChangeLog Makefile.am Makefile.in com_err.c com_err.h com_right.h compile_et.c compile_et.h error.c lex.l parse.y roken_rename.h Log: merge krb version of com_err from -current To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 9:14:56 2000 Delivered-To: cvs-all@freebsd.org Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by hub.freebsd.org (Postfix) with ESMTP id A434E37B585; Tue, 4 Jul 2000 09:14:46 -0700 (PDT) (envelope-from robert@fledge.watson.org) Received: from fledge.watson.org (robert@fledge.pr.watson.org [192.0.2.3]) by fledge.watson.org (8.9.3/8.9.3) with SMTP id MAA00346; Tue, 4 Jul 2000 12:14:33 -0400 (EDT) (envelope-from robert@fledge.watson.org) Date: Tue, 4 Jul 2000 12:14:33 -0400 (EDT) From: Robert Watson X-Sender: robert@fledge.watson.org To: Wes Morgan Cc: Brian Feldman , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/crypto/openssh sshd.c In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I must have missed that commit while catching up from travel. I don't like that technique for restarting daemons -- for one thing, it relies on /proc being mounted. I have a continuing strong objection to the presence of "file" in /proc in the first place, as I don't feel it substantially contributes to useful functionality in /proc. While the switch from vnode reference to symlink is an improvement, I'm still not sure any of the associated complexity is a good idea. Does anything actually rely on this behavior, other than sshd now? On Tue, 4 Jul 2000, Wes Morgan wrote: > I hope that there is no way ever in 1e6 years that someone will be able to > subvert /proc/curproc and get sshd to execute the program of his choice as > root when it gets HUP'd. I can't think of any way possible, but there are > 6 billion people out there besides me. > > > On Tue, 4 Jul 2000, Brian Feldman wrote: > > > green 2000/07/04 08:46:10 SAST > > > > FreeBSD International Crypto Repository > > > > Modified files: > > crypto/openssh sshd.c > > Log: > > MFF: > > Allow restarting on SIGHUP when the full path was not given as argv[0]. > > We do have /proc/curproc/file :) > > > > Revision Changes Path > > 1.13 +2 -1 src/crypto/openssh/sshd.c > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe cvs-all" in the body of the message > > > > -- > _ __ ___ ____ ___ ___ ___ > Wesley N Morgan _ __ ___ | _ ) __| \ > wesleymorgan@home.com _ __ | _ \._ \ |) | > FreeBSD: The Power To Serve _ |___/___/___/ > Hi! I'm a .signature virus! Copy me into your ~/.signature to help me spread! > > > Robert N M Watson robert@fledge.watson.org http://www.watson.org/~robert/ PGP key fingerprint: AF B5 5F FF A6 4A 79 37 ED 5F 55 E9 58 04 6A B1 TIS Labs at Network Associates, Safeport Network Services To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 9:20:36 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AD3DC37B77E; Tue, 4 Jul 2000 09:20:31 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA69190; Tue, 4 Jul 2000 09:20:31 -0700 (PDT) (envelope-from knu@FreeBSD.org) Message-Id: <200007041620.JAA69190@freefall.freebsd.org> From: Akinori MUSHA Date: Tue, 4 Jul 2000 09:20:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/imap-uw/files md5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2000/07/04 09:20:31 PDT Modified files: mail/imap-uw/files md5 Log: Catch up with imap-utils.tar.Z repack. (no essential changes regarding this port) Submitted by: Maintainer Confirmed by: Maintainer Revision Changes Path 1.27 +2 -2 ports/mail/imap-uw/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 9:22: 9 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3C99D37B77E; Tue, 4 Jul 2000 09:22:06 -0700 (PDT) (envelope-from itojun@FreeBSD.org) Received: (from itojun@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA69710; Tue, 4 Jul 2000 09:22:05 -0700 (PDT) (envelope-from itojun@FreeBSD.org) Message-Id: <200007041622.JAA69710@freefall.freebsd.org> From: Jun-ichiro itojun Hagino Date: Tue, 4 Jul 2000 09:22:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libipsec libpfkey.h Makefile ipsec_dump_policy.c ipsec_get_policylen.c ipsec_set_policy.3 ipsec_strerror.3 ipsec_strerror.c ipsec_strerror.h pfkey.c pfkey_dump.c policy_parse.y policy_token.l test-policy.c ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG itojun 2000/07/04 09:22:05 PDT Modified files: lib/libipsec Makefile ipsec_dump_policy.c ipsec_get_policylen.c ipsec_set_policy.3 ipsec_strerror.3 ipsec_strerror.c ipsec_strerror.h pfkey.c pfkey_dump.c policy_parse.y policy_token.l test-policy.c usr.sbin/setkey Makefile parse.y sample.cf scriptdump.pl setkey.8 setkey.c test-pfkey.c token.l vchar.h Added files: lib/libipsec libpfkey.h Log: synchronize with latest kame tree. behavior change: policy syntax was changed. you may need to update your setkey(8) configuration files. Revision Changes Path 1.8 +5 -5 src/lib/libipsec/Makefile 1.2 +161 -107 src/lib/libipsec/ipsec_dump_policy.c 1.2 +5 -2 src/lib/libipsec/ipsec_get_policylen.c 1.6 +22 -13 src/lib/libipsec/ipsec_set_policy.3 1.5 +26 -12 src/lib/libipsec/ipsec_strerror.3 1.2 +9 -8 src/lib/libipsec/ipsec_strerror.c 1.2 +33 -32 src/lib/libipsec/ipsec_strerror.h 1.2 +400 -226 src/lib/libipsec/pfkey.c 1.2 +124 -61 src/lib/libipsec/pfkey_dump.c 1.2 +59 -53 src/lib/libipsec/policy_parse.y 1.4 +19 -8 src/lib/libipsec/policy_token.l 1.3 +209 -71 src/lib/libipsec/test-policy.c 1.3 +8 -1 src/usr.sbin/setkey/Makefile 1.2 +274 -159 src/usr.sbin/setkey/parse.y 1.2 +3 -3 src/usr.sbin/setkey/sample.cf 1.2 +8 -6 src/usr.sbin/setkey/scriptdump.pl 1.8 +73 -64 src/usr.sbin/setkey/setkey.8 1.2 +52 -40 src/usr.sbin/setkey/setkey.c 1.2 +84 -33 src/usr.sbin/setkey/test-pfkey.c 1.3 +38 -45 src/usr.sbin/setkey/token.l 1.2 +7 -6 src/usr.sbin/setkey/vchar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 9:24:53 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4160137B585; Tue, 4 Jul 2000 09:24:50 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA70007; Tue, 4 Jul 2000 09:24:50 -0700 (PDT) (envelope-from knu@FreeBSD.org) Message-Id: <200007041624.JAA70007@freefall.freebsd.org> From: Akinori MUSHA Date: Tue, 4 Jul 2000 09:24:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/bookview Makefile ports/japanese/bookview/files md5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2000/07/04 09:24:50 PDT Modified files: japanese/bookview Makefile japanese/bookview/files md5 Log: Update to 2.4.8. PR: ports/19695 Submitted by: Maintainer Revision Changes Path 1.13 +2 -2 ports/japanese/bookview/Makefile 1.10 +1 -1 ports/japanese/bookview/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 9:25:53 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B31C537B585; Tue, 4 Jul 2000 09:25:49 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA70217; Tue, 4 Jul 2000 09:25:49 -0700 (PDT) (envelope-from knu@FreeBSD.org) Message-Id: <200007041625.JAA70217@freefall.freebsd.org> From: Akinori MUSHA Date: Tue, 4 Jul 2000 09:25:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/ndtpd Makefile ports/japanese/ndtpd/files md5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2000/07/04 09:25:49 PDT Modified files: japanese/ndtpd Makefile japanese/ndtpd/files md5 Log: Update to 2.3.8. PR: ports/19696 Submitted by: Maintainer Revision Changes Path 1.19 +2 -2 ports/japanese/ndtpd/Makefile 1.11 +1 -1 ports/japanese/ndtpd/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 9:26:50 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6965037B856; Tue, 4 Jul 2000 09:26:47 -0700 (PDT) (envelope-from itojun@FreeBSD.org) Received: (from itojun@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA70384; Tue, 4 Jul 2000 09:26:47 -0700 (PDT) (envelope-from itojun@FreeBSD.org) Message-Id: <200007041626.JAA70384@freefall.freebsd.org> From: Jun-ichiro itojun Hagino Date: Tue, 4 Jul 2000 09:26:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/kdump mkioctls X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG itojun 2000/07/04 09:26:47 PDT Modified files: usr.bin/kdump mkioctls Log: more pre-requisite for new ipv6 ioctls Revision Changes Path 1.16 +4 -1 src/usr.bin/kdump/mkioctls To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 9:26:51 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B353537B585; Tue, 4 Jul 2000 09:26:46 -0700 (PDT) (envelope-from itojun@FreeBSD.org) Received: (from itojun@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA70356; Tue, 4 Jul 2000 09:26:46 -0700 (PDT) (envelope-from itojun@FreeBSD.org) Message-Id: <200007041626.JAA70356@freefall.freebsd.org> From: Jun-ichiro itojun Hagino Date: Tue, 4 Jul 2000 09:26:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/netstat ipsec.c Makefile inet.c inet6.c mroute.c mroute6.c netstat.h route.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG itojun 2000/07/04 09:26:46 PDT Modified files: usr.bin/netstat Makefile inet.c inet6.c mroute.c mroute6.c netstat.h route.c Added files: usr.bin/netstat ipsec.c Log: sync with latest kame netstat. basically, more statistics Revision Changes Path 1.15 +3 -2 src/usr.bin/netstat/Makefile 1.38 +1 -107 src/usr.bin/netstat/inet.c 1.4 +243 -117 src/usr.bin/netstat/inet6.c 1.12 +4 -5 src/usr.bin/netstat/mroute.c 1.2 +43 -29 src/usr.bin/netstat/mroute6.c 1.17 +6 -1 src/usr.bin/netstat/netstat.h 1.44 +36 -44 src/usr.bin/netstat/route.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 9:27:55 2000 Delivered-To: cvs-all@freebsd.org Received: from coconut.itojun.org (coconut.itojun.org [210.160.95.97]) by hub.freebsd.org (Postfix) with ESMTP id BCC1537B83C; Tue, 4 Jul 2000 09:27:40 -0700 (PDT) (envelope-from itojun@itojun.org) Received: from kiwi.itojun.org (localhost.itojun.org [127.0.0.1]) by coconut.itojun.org (8.9.3+3.2W/3.7W) with ESMTP id BAA20261; Wed, 5 Jul 2000 01:27:38 +0900 (JST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: itojun's message of Tue, 04 Jul 2000 09:22:05 MST. <200007041622.JAA69710@freefall.freebsd.org> X-Template-Reply-To: itojun@itojun.org X-Template-Return-Receipt-To: itojun@itojun.org X-PGP-Fingerprint: F8 24 B4 2C 8C 98 57 FD 90 5F B4 60 79 54 16 E2 Subject: Re: cvs commit: src/lib/libipsec libpfkey.h Makefile ipsec_dump_policy.c ipsec_get_policylen.c ipsec_set_policy.3 ipsec_strerror.3 ipsec_strerror.c ipsec_strerror.h pfkey.c pfkey_dump.c policy_parse.y policy_token.l test-policy.c ... From: itojun@iijlab.net Date: Wed, 05 Jul 2000 01:27:38 +0900 Message-ID: <20259.962728058@coconut.itojun.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >itojun 2000/07/04 09:22:05 PDT > Modified files: > lib/libipsec Makefile ipsec_dump_policy.c > ipsec_get_policylen.c ipsec_set_policy.3 > ipsec_strerror.3 ipsec_strerror.c > ipsec_strerror.h pfkey.c pfkey_dump.c > policy_parse.y policy_token.l > test-policy.c libipsec shlib major # was increased due to change in functions supplied (less functions). itojun To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 9:32:52 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8613F37B98D; Tue, 4 Jul 2000 09:32:47 -0700 (PDT) (envelope-from roberto@FreeBSD.org) Received: (from roberto@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA71848; Tue, 4 Jul 2000 09:32:47 -0700 (PDT) (envelope-from roberto@FreeBSD.org) Message-Id: <200007041632.JAA71848@freefall.freebsd.org> From: Ollivier Robert Date: Tue, 4 Jul 2000 09:32:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 Makefile ata.4 da.4 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG roberto 2000/07/04 09:32:47 PDT Modified files: share/man/man4 Makefile ata.4 da.4 Log: - link ata.4 to {acd,ad,afd,ast}.4 - add the reference to ad.4 in da.4. MFC candidate. Submitted by: sheldonh, mpp Revision Changes Path 1.95 +3 -2 src/share/man/man4/Makefile 1.7 +6 -2 src/share/man/man4/ata.4 1.28 +2 -2 src/share/man/man4/da.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 9:34:32 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1F2E237B585; Tue, 4 Jul 2000 09:34:26 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA72157; Tue, 4 Jul 2000 09:34:26 -0700 (PDT) (envelope-from knu@FreeBSD.org) Message-Id: <200007041634.JAA72157@freefall.freebsd.org> From: Akinori MUSHA Date: Tue, 4 Jul 2000 09:34:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/eb Makefile ports/japanese/eb/files md5 ports/japanese/eb/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2000/07/04 09:34:26 PDT Modified files: japanese/eb Makefile japanese/eb/files md5 japanese/eb/pkg PLIST Log: Update to 2.3.8. Stop trying to create info/dir, as it's not indivisual ports' job. PR: ports/19697 Submitted by: Maintainer Revision Changes Path 1.19 +2 -5 ports/japanese/eb/Makefile 1.12 +3 -4 ports/japanese/eb/files/md5 1.9 +0 -1 ports/japanese/eb/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 9:35:28 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 158D337B585; Tue, 4 Jul 2000 09:35:16 -0700 (PDT) (envelope-from itojun@FreeBSD.org) Received: (from itojun@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA72733; Tue, 4 Jul 2000 09:35:15 -0700 (PDT) (envelope-from itojun@FreeBSD.org) Message-Id: <200007041635.JAA72733@freefall.freebsd.org> From: Jun-ichiro itojun Hagino Date: Tue, 4 Jul 2000 09:35:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files src/sys/crypto md5.c md5.h sha1.c sha1.h hmac_md5.c hmac_md5.h src/sys/crypto/blowfish bf_cbc.c bf_cbc_m.c bf_enc.c bf_locl.h bf_pi.h bf_skey.c blowfish.h src/sys/crypto/cast128 cast128.c cast128.h cast128_cbc.c ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG itojun 2000/07/04 09:35:15 PDT Modified files: sys/conf files sys/crypto md5.c md5.h sha1.c sha1.h sys/crypto/blowfish bf_cbc.c bf_cbc_m.c bf_enc.c bf_locl.h bf_pi.h bf_skey.c blowfish.h sys/crypto/cast128 cast128.c cast128.h cast128_cbc.c cast128_subkey.h sys/crypto/des des.h des_3cbc.c des_cbc.c des_ecb.c des_locl.h des_setkey.c podd.h sk.h spr.h sys/crypto/rc5 rc5.c rc5.h rc5_cbc.c sys/kern uipc_mbuf.c sys/net if_ethersubr.c if_gif.c if_gif.h if_loop.c if_types.h net_osdep.c net_osdep.h pfkeyv2.h sys/netinet icmp6.h in.c in.h in_gif.c in_gif.h in_pcb.c in_proto.c ip6.h ip_ecn.c ip_ecn.h ip_input.c ip_output.c ip_var.h raw_ip.c tcp_debug.c tcp_input.c tcp_output.c tcp_subr.c udp_usrreq.c sys/netinet6 ah.h ah6.h ah_core.c ah_input.c ah_output.c dest6.c esp.h esp6.h esp_core.c esp_input.c esp_output.c frag6.c icmp6.c icmp6.h in6.c in6.h in6_cksum.c in6_gif.c in6_gif.h in6_ifattach.c in6_ifattach.h in6_pcb.c in6_pcb.h in6_prefix.c in6_prefix.h in6_proto.c in6_rmx.c in6_var.h ip6.h ip6_ecn.h ip6_forward.c ip6_fw.c ip6_fw.h ip6_input.c ip6_mroute.c ip6_mroute.h ip6_output.c ip6_var.h ip6protosw.h ipsec.c ipsec.h ipsec6.h mld6.c mld6_var.h nd6.c nd6.h nd6_nbr.c nd6_rtr.c pim6.h pim6_var.h raw_ip6.c route6.c tcp6_var.h udp6_usrreq.c udp6_var.h sys/netkey key.c key.h key_debug.c key_debug.h key_var.h keydb.h keysock.c keysock.h sys/sys mbuf.h sockio.h Added files: sys/kern uipc_mbuf2.c sys/net if_stf.c if_stf.h sys/netinet ip_encap.c ip_encap.h sys/netinet6 README in6_src.c ipcomp.h ipcomp6.h ipcomp_core.c ipcomp_input.c ipcomp_output.c scope6.c scope6_var.h udp6_output.c sys/netkey keydb.c Removed files: sys/crypto hmac_md5.c hmac_md5.h Log: sync with kame tree as of july00. tons of bug fixes/improvements. API changes: - additional IPv6 ioctls - IPsec PF_KEY API was changed, it is mandatory to upgrade setkey(8). (also syntax change) Revision Changes Path 1.382 +13 -1 src/sys/conf/files 1.2 +50 -49 src/sys/crypto/md5.c 1.2 +16 -15 src/sys/crypto/md5.h 1.4 +7 -4 src/sys/crypto/sha1.c 1.5 +8 -7 src/sys/crypto/sha1.h 1.2 +3 -2 src/sys/crypto/blowfish/bf_cbc.c 1.3 +12 -9 src/sys/crypto/blowfish/bf_cbc_m.c 1.2 +3 -2 src/sys/crypto/blowfish/bf_enc.c 1.2 +19 -18 src/sys/crypto/blowfish/bf_locl.h 1.2 +3 -2 src/sys/crypto/blowfish/bf_pi.h 1.2 +3 -2 src/sys/crypto/blowfish/bf_skey.c 1.2 +10 -10 src/sys/crypto/blowfish/blowfish.h 1.2 +3 -2 src/sys/crypto/cast128/cast128.c 1.2 +5 -4 src/sys/crypto/cast128/cast128.h 1.2 +11 -8 src/sys/crypto/cast128/cast128_cbc.c 1.2 +51 -50 src/sys/crypto/cast128/cast128_subkey.h 1.2 +37 -36 src/sys/crypto/des/des.h 1.2 +11 -7 src/sys/crypto/des/des_3cbc.c 1.2 +12 -9 src/sys/crypto/des/des_cbc.c 1.2 +4 -3 src/sys/crypto/des/des_ecb.c 1.3 +35 -34 src/sys/crypto/des/des_locl.h 1.2 +6 -5 src/sys/crypto/des/des_setkey.c 1.2 +3 -2 src/sys/crypto/des/podd.h 1.2 +3 -2 src/sys/crypto/des/sk.h 1.2 +3 -2 src/sys/crypto/des/spr.h 1.2 +3 -2 src/sys/crypto/rc5/rc5.c 1.2 +32 -31 src/sys/crypto/rc5/rc5.h 1.2 +11 -7 src/sys/crypto/rc5/rc5_cbc.c 1.52 +10 -1 src/sys/kern/uipc_mbuf.c 1.78 +1 -5 src/sys/net/if_ethersubr.c 1.5 +239 -96 src/sys/net/if_gif.c 1.3 +33 -19 src/sys/net/if_gif.h 1.51 +2 -2 src/sys/net/if_loop.c 1.9 +2 -1 src/sys/net/if_types.h 1.3 +4 -2 src/sys/net/net_osdep.c 1.2 +50 -6 src/sys/net/net_osdep.h 1.5 +253 -291 src/sys/net/pfkeyv2.h 1.3 +628 -6 src/sys/netinet/icmp6.h 1.45 +2 -1 src/sys/netinet/in.c 1.50 +31 -2 src/sys/netinet/in.h 1.6 +134 -108 src/sys/netinet/in_gif.c 1.4 +8 -11 src/sys/netinet/in_gif.h 1.66 +2 -4 src/sys/netinet/in_pcb.c 1.54 +30 -13 src/sys/netinet/in_proto.c 1.3 +275 -5 src/sys/netinet/ip6.h 1.3 +3 -2 src/sys/netinet/ip_ecn.c 1.3 +6 -5 src/sys/netinet/ip_ecn.h 1.136 +1 -6 src/sys/netinet/ip_input.c 1.108 +23 -24 src/sys/netinet/ip_output.c 1.52 +1 -4 src/sys/netinet/ip_var.h 1.67 +3 -4 src/sys/netinet/raw_ip.c 1.17 +2 -2 src/sys/netinet/tcp_debug.c 1.116 +8 -12 src/sys/netinet/tcp_input.c 1.44 +25 -18 src/sys/netinet/tcp_output.c 1.78 +5 -9 src/sys/netinet/tcp_subr.c 1.70 +8 -6 src/sys/netinet/udp_usrreq.c 1.4 +11 -10 src/sys/netinet6/ah.h 1.3 +6 -5 src/sys/netinet6/ah6.h 1.4 +414 -396 src/sys/netinet6/ah_core.c 1.3 +358 -87 src/sys/netinet6/ah_input.c 1.4 +72 -45 src/sys/netinet6/ah_output.c 1.4 +20 -4 src/sys/netinet6/dest6.c 1.3 +7 -5 src/sys/netinet6/esp.h 1.3 +5 -4 src/sys/netinet6/esp6.h 1.4 +209 -151 src/sys/netinet6/esp_core.c 1.4 +222 -391 src/sys/netinet6/esp_input.c 1.4 +90 -79 src/sys/netinet6/esp_output.c 1.3 +171 -56 src/sys/netinet6/frag6.c 1.8 +1092 -340 src/sys/netinet6/icmp6.c 1.6 +3 -614 src/sys/netinet6/icmp6.h 1.8 +541 -427 src/sys/netinet6/in6.c 1.10 +162 -159 src/sys/netinet6/in6.h 1.2 +27 -7 src/sys/netinet6/in6_cksum.c 1.3 +117 -36 src/sys/netinet6/in6_gif.c 1.3 +8 -11 src/sys/netinet6/in6_gif.h 1.3 +722 -394 src/sys/netinet6/in6_ifattach.c 1.2 +8 -15 src/sys/netinet6/in6_ifattach.h 1.13 +57 -163 src/sys/netinet6/in6_pcb.c 1.3 +10 -3 src/sys/netinet6/in6_pcb.h 1.5 +119 -75 src/sys/netinet6/in6_prefix.c 1.4 +38 -38 src/sys/netinet6/in6_prefix.h 1.9 +176 -41 src/sys/netinet6/in6_proto.c 1.2 +25 -7 src/sys/netinet6/in6_rmx.c 1.6 +230 -204 src/sys/netinet6/in6_var.h 1.5 +3 -252 src/sys/netinet6/ip6.h 1.3 +3 -5 src/sys/netinet6/ip6_ecn.h 1.7 +200 -37 src/sys/netinet6/ip6_forward.c 1.5 +27 -14 src/sys/netinet6/ip6_fw.c 1.6 +88 -94 src/sys/netinet6/ip6_fw.h 1.13 +425 -163 src/sys/netinet6/ip6_input.c 1.4 +225 -113 src/sys/netinet6/ip6_mroute.c 1.3 +37 -244 src/sys/netinet6/ip6_mroute.h 1.15 +180 -159 src/sys/netinet6/ip6_output.c 1.5 +117 -69 src/sys/netinet6/ip6_var.h 1.3 +13 -12 src/sys/netinet6/ip6protosw.h 1.5 +619 -326 src/sys/netinet6/ipsec.c 1.7 +161 -157 src/sys/netinet6/ipsec.h 1.4 +39 -40 src/sys/netinet6/ipsec6.h 1.5 +65 -49 src/sys/netinet6/mld6.c 1.2 +7 -6 src/sys/netinet6/mld6_var.h 1.4 +581 -123 src/sys/netinet6/nd6.c 1.5 +180 -143 src/sys/netinet6/nd6.h 1.8 +301 -91 src/sys/netinet6/nd6_nbr.c 1.4 +470 -111 src/sys/netinet6/nd6_rtr.c 1.2 +9 -8 src/sys/netinet6/pim6.h 1.3 +17 -18 src/sys/netinet6/pim6_var.h 1.8 +93 -7 src/sys/netinet6/raw_ip6.c 1.2 +74 -24 src/sys/netinet6/route6.c 1.4 +3 -3 src/sys/netinet6/tcp6_var.h 1.12 +49 -129 src/sys/netinet6/udp6_usrreq.c 1.4 +2 -2 src/sys/netinet6/udp6_var.h 1.19 +3594 -1703src/sys/netkey/key.c 1.6 +24 -25 src/sys/netkey/key.h 1.11 +127 -57 src/sys/netkey/key_debug.c 1.6 +24 -25 src/sys/netkey/key_debug.h 1.3 +30 -38 src/sys/netkey/key_var.h 1.5 +75 -47 src/sys/netkey/keydb.h 1.3 +328 -261 src/sys/netkey/keysock.c 1.5 +44 -18 src/sys/netkey/keysock.h 1.51 +18 -2 src/sys/sys/mbuf.h 1.16 +3 -1 src/sys/sys/sockio.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 9:35:37 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8C9DE37B585; Tue, 4 Jul 2000 09:35:31 -0700 (PDT) (envelope-from itojun@FreeBSD.org) Received: (from itojun@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA72779; Tue, 4 Jul 2000 09:35:31 -0700 (PDT) (envelope-from itojun@FreeBSD.org) Message-Id: <200007041635.JAA72779@freefall.freebsd.org> From: Jun-ichiro itojun Hagino Date: Tue, 4 Jul 2000 09:35:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/doc/IPv6 IMPLEMENTATION X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG itojun 2000/07/04 09:35:31 PDT Modified files: share/doc/IPv6 IMPLEMENTATION Log: sync with recent IMPLEMENTATION note from kame. Revision Changes Path 1.2 +869 -282 src/share/doc/IPv6/IMPLEMENTATION To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 9:39:28 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 21B6037B8F9; Tue, 4 Jul 2000 09:39:24 -0700 (PDT) (envelope-from itojun@FreeBSD.org) Received: (from itojun@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA73549; Tue, 4 Jul 2000 09:39:23 -0700 (PDT) (envelope-from itojun@FreeBSD.org) Message-Id: <200007041639.JAA73549@freefall.freebsd.org> From: Jun-ichiro itojun Hagino Date: Tue, 4 Jul 2000 09:39:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 stf.4 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG itojun 2000/07/04 09:39:23 PDT Modified files: share/man/man4 stf.4 Log: sync with reality/latest kame Revision Changes Path 1.4 +70 -36 src/share/man/man4/stf.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 9:43:20 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2314937B913; Tue, 4 Jul 2000 09:43:16 -0700 (PDT) (envelope-from itojun@FreeBSD.org) Received: (from itojun@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA73995; Tue, 4 Jul 2000 09:43:15 -0700 (PDT) (envelope-from itojun@FreeBSD.org) Message-Id: <200007041643.JAA73995@freefall.freebsd.org> From: Jun-ichiro itojun Hagino Date: Tue, 4 Jul 2000 09:43:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ndp ndp.8 ndp.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG itojun 2000/07/04 09:43:15 PDT Modified files: usr.sbin/ndp ndp.8 ndp.c Log: sync with latest kame tree Revision Changes Path 1.3 +47 -6 src/usr.sbin/ndp/ndp.8 1.4 +322 -117 src/usr.sbin/ndp/ndp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 9:44:34 2000 Delivered-To: cvs-all@freebsd.org Received: from lucifer.bart.nl (lucifer.bart.nl [194.158.168.74]) by hub.freebsd.org (Postfix) with ESMTP id 2B1A737B585; Tue, 4 Jul 2000 09:44:24 -0700 (PDT) (envelope-from asmodai@lucifer.bart.nl) Received: (from asmodai@localhost) by lucifer.bart.nl (8.9.3/8.9.3) id SAA89147; Tue, 4 Jul 2000 18:35:21 +0200 (CEST) (envelope-from asmodai) Date: Tue, 4 Jul 2000 18:35:21 +0200 From: Jeroen Ruigrok van der Werven To: Mike Pritchard Cc: Sheldon Hearn , Brian Fundakowski Feldman , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/file/Magdir animation Message-ID: <20000704183520.A81711@lucifer.bart.nl> References: <12096.962697722@axl.ops.uunet.co.za> <20000704070652.A68184@mppsystems.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <20000704070652.A68184@mppsystems.com>; from mpp@mppsystems.com on Tue, Jul 04, 2000 at 07:06:52AM -0500 Organisation: VIA Net.Works The Netherlands Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -On [20000704 18:25], Mike Pritchard (mpp@mppsystems.com) wrote: >With that said, I think we are pretty safe doing what we like >with file as long as we keep following the copyright restrictions >(which I think we are). If the maintainer is actually doing some >work with this under NetBSD, then maybe we should sync file up >with the NetBSD version every once in a while, but I wouldn't >worry too much about it. It is being maintained. Both Kris Kennaway and me have been looking at synching up our file. -- Jeroen Ruigrok van der Werven Network- and systemadministrator VIA Net.Works The Netherlands BSD: Technical excellence at its best http://www.via-net-works.nl Communication makes great work possible... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 10:12:53 2000 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [209.152.133.57]) by hub.freebsd.org (Postfix) with ESMTP id BDDB137B74A; Tue, 4 Jul 2000 10:12:49 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.9.3/8.9.1) id KAA04308; Tue, 4 Jul 2000 10:12:13 -0700 (PDT) (envelope-from obrien) Date: Tue, 4 Jul 2000 10:12:12 -0700 From: "David O'Brien" To: Mike Pritchard Cc: Sheldon Hearn , Brian Fundakowski Feldman , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/file/Magdir animation Message-ID: <20000704101212.B4271@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <12096.962697722@axl.ops.uunet.co.za> <20000704070652.A68184@mppsystems.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <20000704070652.A68184@mppsystems.com>; from mpp@mppsystems.com on Tue, Jul 04, 2000 at 07:06:52AM -0500 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Jul 04, 2000 at 07:06:52AM -0500, Mike Pritchard wrote: > Um, I haven't looked very hard in a while, but I think the last version of > file I imported 3 years ago was the last maintained version around. I'll email Christos Zoulas directly and ask him. (might as well since I bug him about tcsh now) -- -- David (obrien@FreeBSD.org) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 10:22: 5 2000 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [209.152.133.57]) by hub.freebsd.org (Postfix) with ESMTP id 132B937B80D; Tue, 4 Jul 2000 10:21:59 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.9.3/8.9.1) id KAA04356; Tue, 4 Jul 2000 10:21:58 -0700 (PDT) (envelope-from obrien) Date: Tue, 4 Jul 2000 10:21:57 -0700 From: "David O'Brien" To: Matt Jacob Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/alpha/alpha machdep.c Message-ID: <20000704102157.C4271@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <200007040148.SAA80873@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <200007040148.SAA80873@freefall.freebsd.org>; from mjacob@FreeBSD.org on Mon, Jul 03, 2000 at 06:48:34PM -0700 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Jul 03, 2000 at 06:48:34PM -0700, Matt Jacob wrote: > (1.81) Do an explicit getenv on boot_verbose. Now that we have a real > FICL boot loader for alpha (Yay!) we still need to explicitly look This is in my MFC tree. I ask others to not commit within /sys/boot/ on RELENG_4 until Wed afternoon (Freefall time). -- -- David (obrien@FreeBSD.org) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 10:37:27 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B8D5B37B9E6; Tue, 4 Jul 2000 10:37:22 -0700 (PDT) (envelope-from sumikawa@FreeBSD.org) Received: (from sumikawa@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA81616; Tue, 4 Jul 2000 10:37:23 -0700 (PDT) (envelope-from sumikawa@FreeBSD.org) Message-Id: <200007041737.KAA81616@freefall.freebsd.org> From: Munechika SUMIKAWA Date: Tue, 4 Jul 2000 10:37:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/conf NOTES X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sumikawa 2000/07/04 10:37:22 PDT Modified files: sys/i386/conf NOTES Log: Add 'device stf', 6to4(one of IPv6 over IPv4 encapsulations) interface. Revision Changes Path 1.793 +3 -1 src/sys/i386/conf/NOTES To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 10:48:15 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 80B3237B873; Tue, 4 Jul 2000 10:48:11 -0700 (PDT) (envelope-from cjh@FreeBSD.org) Received: (from cjh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA82869; Tue, 4 Jul 2000 10:48:12 -0700 (PDT) (envelope-from cjh@FreeBSD.org) Message-Id: <200007041748.KAA82869@freefall.freebsd.org> From: CHOI Junho Date: Tue, 4 Jul 2000 10:48:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/korean Makefile ports/korean/hlatex Makefile ports/korean/hlatex/files md5 ports/korean/hlatex/pkg COMMENT DESCR PLIST ports/korean/hlatex-wansungstd Makefile ports/korean/hlatex-wansungstd/files md5 ports/korean/hlatex-wansungstd/pkg ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG cjh 2000/07/04 10:48:12 PDT Modified files: korean Makefile Log: Remove hlatex family temporarily for incoming large update. Revision Changes Path 1.49 +1 -2 ports/korean/Makefile Modified files: korean/hlatex Makefile korean/hlatex/files md5 korean/hlatex/pkg COMMENT DESCR PLIST Log: Add hlatex 0.991. LaTeX package to use Hangul(UHC/KSX1001) Revision Changes Path 1.4 +73 -72 ports/korean/hlatex/Makefile 1.2 +4 -8 ports/korean/hlatex/files/md5 1.2 +1 -1 ports/korean/hlatex/pkg/COMMENT 1.2 +9 -5 ports/korean/hlatex/pkg/DESCR 1.2 +4225 -882 ports/korean/hlatex/pkg/PLIST Removed files: korean/hlatex-wansungstd Makefile korean/hlatex-wansungstd/files md5 korean/hlatex-wansungstd/pkg COMMENT DESCR PLIST Log: hlatex-wansungstd was moved to hlatex-psfonts-wansung. Removed files: korean/hlatexpsfonts-wansungstd Makefile korean/hlatexpsfonts-wansungstd/files Fontmap.unformatted md5 korean/hlatexpsfonts-wansungstd/pkg COMMENT DESCR MESSAGE PLIST korean/hlatexpsfonts-wansungstd/scripts configure Log: hlatexpsfonts-wansungstd was moved to hlatex-psfonts-wansung. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 10:52: 0 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C92CF37B56E; Tue, 4 Jul 2000 10:51:48 -0700 (PDT) (envelope-from cjh@FreeBSD.org) Received: (from cjh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA83500; Tue, 4 Jul 2000 10:51:49 -0700 (PDT) (envelope-from cjh@FreeBSD.org) Message-Id: <200007041751.KAA83500@freefall.freebsd.org> From: CHOI Junho Date: Tue, 4 Jul 2000 10:51:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/korean/hlatex-psfonts-wansung Makefile ports/korean/hlatex-psfonts-wansung/files md5 Fontmap.unformatted ports/korean/hlatex-psfonts-wansung/pkg COMMENT DESCR MESSAGE ports/korean/hlatex-psfonts-wansung/scripts configure X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG cjh 2000/07/04 10:51:49 PDT Modified files: korean/hlatex-psfonts-wansung Makefile korean/hlatex-psfonts-wansung/files md5 korean/hlatex-psfonts-wansung/pkg COMMENT DESCR Removed files: korean/hlatex-psfonts-wansung/files Fontmap.unformatted korean/hlatex-psfonts-wansung/pkg MESSAGE korean/hlatex-psfonts-wansung/scripts configure Log: Change hlatexpsfonts-wansungstd to hlatex-psfonts-wansung. PS font collection of HLaTeX-wansung It is a slave port of hlatex-mffonts-wansung. Revision Changes Path 1.9 +9 -44 ports/korean/hlatex-psfonts-wansung/Makefile 1.5 +6 -6 ports/korean/hlatex-psfonts-wansung/files/md5 1.4 +1 -1 ports/korean/hlatex-psfonts-wansung/pkg/COMMENT 1.3 +11 -11 ports/korean/hlatex-psfonts-wansung/pkg/DESCR To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 10:52:52 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D2F8837BA60; Tue, 4 Jul 2000 10:52:43 -0700 (PDT) (envelope-from cjh@FreeBSD.org) Received: (from cjh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA83620; Tue, 4 Jul 2000 10:52:44 -0700 (PDT) (envelope-from cjh@FreeBSD.org) Message-Id: <200007041752.KAA83620@freefall.freebsd.org> From: CHOI Junho Date: Tue, 4 Jul 2000 10:52:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG cjh 2000/07/04 10:52:44 PDT Modified files: . modules Log: ko-hlatex-psfonts-uhc-extra --> ports/korean/hlatex-psfonts-uhc-extra Revision Changes Path 1.1352 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 10:53:27 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9903937BA82; Tue, 4 Jul 2000 10:53:23 -0700 (PDT) (envelope-from cjh@FreeBSD.org) Received: (from cjh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA83696; Tue, 4 Jul 2000 10:53:24 -0700 (PDT) (envelope-from cjh@FreeBSD.org) Message-Id: <200007041753.KAA83696@freefall.freebsd.org> From: CHOI Junho Date: Tue, 4 Jul 2000 10:53:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/korean/hlatex-psfonts-uhc-extra - Imported sources X-FreeBSD-CVS-Branch: Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG cjh 2000/07/04 10:53:24 PDT ports/korean/hlatex-psfonts-uhc-extra - Imported sources Update of /home/ncvs/ports/korean/hlatex-psfonts-uhc-extra In directory freefall.freebsd.org:/d/home/cjh/ext/hlatex-psfonts-uhc-extra Log Message: MF font collection of HLaTeX-wansung Status: Vendor Tag: CJH Release Tags: v0_99 N ports/korean/hlatex-psfonts-uhc-extra/Makefile N ports/korean/hlatex-psfonts-uhc-extra/files/md5 N ports/korean/hlatex-psfonts-uhc-extra/pkg/COMMENT N ports/korean/hlatex-psfonts-uhc-extra/pkg/DESCR N ports/korean/hlatex-psfonts-uhc-extra/pkg/PLIST No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 10:54:24 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3FF3C37BB09; Tue, 4 Jul 2000 10:54:07 -0700 (PDT) (envelope-from cjh@FreeBSD.org) Received: (from cjh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA83810; Tue, 4 Jul 2000 10:54:07 -0700 (PDT) (envelope-from cjh@FreeBSD.org) Message-Id: <200007041754.KAA83810@freefall.freebsd.org> From: CHOI Junho Date: Tue, 4 Jul 2000 10:54:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG cjh 2000/07/04 10:54:07 PDT Modified files: . modules Log: ko-hlatex-mffonts-wansung --> ports/korean/hlatex-mffonts-wansung Revision Changes Path 1.1353 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 10:55:38 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1A48837BAD8; Tue, 4 Jul 2000 10:55:19 -0700 (PDT) (envelope-from cjh@FreeBSD.org) Received: (from cjh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA84018; Tue, 4 Jul 2000 10:55:17 -0700 (PDT) (envelope-from cjh@FreeBSD.org) Message-Id: <200007041755.KAA84018@freefall.freebsd.org> From: CHOI Junho Date: Tue, 4 Jul 2000 10:55:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/korean/hlatex-mffonts-wansung - Imported sources X-FreeBSD-CVS-Branch: Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG cjh 2000/07/04 10:55:17 PDT ports/korean/hlatex-mffonts-wansung - Imported sources Update of /home/ncvs/ports/korean/hlatex-mffonts-wansung In directory freefall.freebsd.org:/d/home/cjh/ext/hlatex-mffonts-wansung Log Message: MF font collection of HLaTeX-wansung Status: Vendor Tag: CJH Release Tags: v0_98 N ports/korean/hlatex-mffonts-wansung/Makefile N ports/korean/hlatex-mffonts-wansung/files/md5 N ports/korean/hlatex-mffonts-wansung/pkg/COMMENT N ports/korean/hlatex-mffonts-wansung/pkg/DESCR N ports/korean/hlatex-mffonts-wansung/pkg/PLIST No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 11:11:35 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C9B8737B527; Tue, 4 Jul 2000 11:11:31 -0700 (PDT) (envelope-from cjh@FreeBSD.org) Received: (from cjh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA87387; Tue, 4 Jul 2000 11:11:31 -0700 (PDT) (envelope-from cjh@FreeBSD.org) Message-Id: <200007041811.LAA87387@freefall.freebsd.org> From: CHOI Junho Date: Tue, 4 Jul 2000 11:11:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG cjh 2000/07/04 11:11:31 PDT Modified files: . modules Log: Add ko-hlatex-psfonts-wansung and ko-hlatex manually due to repository copy(ko-hlatex-wansungstd -> ko-hlatex, ko-hlatex-wansung and ko-hlatexpsfonts-wansungstd -> ko-hlatex-psfonts-wansung). Remove ko-hlatex-wansungstd and ko-hlatexpsfonts-wansungstd. Repository copy is approved by asami. Approved by: asami Revision Changes Path 1.1354 +4 -3 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 11:11:52 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A91CC37B527; Tue, 4 Jul 2000 11:11:47 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA87408; Tue, 4 Jul 2000 11:11:42 -0700 (PDT) (envelope-from ache@FreeBSD.org) Message-Id: <200007041811.LAA87408@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Tue, 4 Jul 2000 11:11:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/mtree BSD.local.dist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ache 2000/07/04 11:11:42 PDT Modified files: etc/mtree BSD.local.dist Log: Fix site_perl hierarchy Revision Changes Path 1.60 +2 -8 src/etc/mtree/BSD.local.dist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 11:13:59 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 07CB637B527; Tue, 4 Jul 2000 11:13:56 -0700 (PDT) (envelope-from cjh@FreeBSD.org) Received: (from cjh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA87788; Tue, 4 Jul 2000 11:13:55 -0700 (PDT) (envelope-from cjh@FreeBSD.org) Message-Id: <200007041813.LAA87788@freefall.freebsd.org> From: CHOI Junho Date: Tue, 4 Jul 2000 11:13:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/korean Makefile ports/korean/hlatex-wansung Makefile ports/korean/hlatex-wansung/files md5 ports/korean/hlatex-wansung/patches patch-aa ports/korean/hlatex-wansung/pkg COMMENT DESCR PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG cjh 2000/07/04 11:13:52 PDT Modified files: korean Makefile Log: Active hlatex family. hlatex hlatex-psfonts-uhc-extra hlatex-wansung hlatex-mffonts-wansung hlatex-psfonts-wansung Revision Changes Path 1.50 +6 -1 ports/korean/Makefile Modified files: korean/hlatex-wansung Makefile korean/hlatex-wansung/files md5 korean/hlatex-wansung/pkg COMMENT DESCR PLIST Added files: korean/hlatex-wansung/patches patch-aa Log: Add hlatex-wansung. HLaTeX extension to use Wansung(KSX1001) fonts. Revision Changes Path 1.4 +46 -94 ports/korean/hlatex-wansung/Makefile 1.2 +1 -8 ports/korean/hlatex-wansung/files/md5 1.2 +1 -1 ports/korean/hlatex-wansung/pkg/COMMENT 1.2 +8 -9 ports/korean/hlatex-wansung/pkg/DESCR 1.2 +54 -889 ports/korean/hlatex-wansung/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 11:16:12 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E0EA737BA28; Tue, 4 Jul 2000 11:16:08 -0700 (PDT) (envelope-from cjh@FreeBSD.org) Received: (from cjh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA88200; Tue, 4 Jul 2000 11:16:08 -0700 (PDT) (envelope-from cjh@FreeBSD.org) Message-Id: <200007041816.LAA88200@freefall.freebsd.org> From: CHOI Junho Date: Tue, 4 Jul 2000 11:16:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/korean/nhppf Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG cjh 2000/07/04 11:16:08 PDT Modified files: korean/nhppf Makefile Log: Adjust dependency to hlatex-psfonts-wansung. Revision Changes Path 1.10 +2 -2 ports/korean/nhppf/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 11:25: 8 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C831437BA28; Tue, 4 Jul 2000 11:25:04 -0700 (PDT) (envelope-from cjh@FreeBSD.org) Received: (from cjh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA89101; Tue, 4 Jul 2000 11:25:04 -0700 (PDT) (envelope-from cjh@FreeBSD.org) Message-Id: <200007041825.LAA89101@freefall.freebsd.org> From: CHOI Junho Date: Tue, 4 Jul 2000 11:25:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/korean/hanIM Makefile ports/korean/hanIM/files md5 ports/korean/hanIM/pkg DESCR MESSAGE PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG cjh 2000/07/04 11:25:03 PDT Modified files: korean/hanIM Makefile korean/hanIM/files md5 korean/hanIM/pkg DESCR MESSAGE PLIST Log: hanIM is now open source. This ports is changed to compile hanIM! License is not clear so I will not touch LEGAL. Revision Changes Path 1.7 +10 -60 ports/korean/hanIM/Makefile 1.2 +1 -1 ports/korean/hanIM/files/md5 1.2 +1 -2 ports/korean/hanIM/pkg/DESCR 1.2 +1 -2 ports/korean/hanIM/pkg/MESSAGE 1.2 +0 -18 ports/korean/hanIM/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 11:26:22 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7DDF837BA69; Tue, 4 Jul 2000 11:26:19 -0700 (PDT) (envelope-from cjh@FreeBSD.org) Received: (from cjh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA89285; Tue, 4 Jul 2000 11:26:18 -0700 (PDT) (envelope-from cjh@FreeBSD.org) Message-Id: <200007041826.LAA89285@freefall.freebsd.org> From: CHOI Junho Date: Tue, 4 Jul 2000 11:26:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/korean/hanIM/patches patch-ba patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG cjh 2000/07/04 11:26:18 PDT Added files: korean/hanIM/patches patch-ba Removed files: korean/hanIM/patches patch-aa Log: Remove patch-aa and add patch-ba. patch-ba is for building in FreeBSD. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 11:33:21 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0DF0E37B669; Tue, 4 Jul 2000 11:33:18 -0700 (PDT) (envelope-from cjh@FreeBSD.org) Received: (from cjh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA90079; Tue, 4 Jul 2000 11:33:17 -0700 (PDT) (envelope-from cjh@FreeBSD.org) Message-Id: <200007041833.LAA90079@freefall.freebsd.org> From: CHOI Junho Date: Tue, 4 Jul 2000 11:33:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG cjh 2000/07/04 11:33:17 PDT Modified files: . modules Log: ko-ftghostscript55 --> ports/korean/ftghostscript55 Revision Changes Path 1.1355 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 11:34:45 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A4C9B37B877; Tue, 4 Jul 2000 11:34:40 -0700 (PDT) (envelope-from cjh@FreeBSD.org) Received: (from cjh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA90232; Tue, 4 Jul 2000 11:34:40 -0700 (PDT) (envelope-from cjh@FreeBSD.org) Message-Id: <200007041834.LAA90232@freefall.freebsd.org> From: CHOI Junho Date: Tue, 4 Jul 2000 11:34:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/korean/ftghostscript55 - Imported sources X-FreeBSD-CVS-Branch: Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG cjh 2000/07/04 11:34:39 PDT ports/korean/ftghostscript55 - Imported sources Update of /home/ncvs/ports/korean/ftghostscript55 In directory freefall.freebsd.org:/d/home/cjh/ext/ftghostscript55 Log Message: Add ftghostscript55. Aladdin Postscript interpreter with Korean truetype support. Status: Vendor Tag: CJH Release Tags: v5_50_httf N ports/korean/ftghostscript55/Makefile N ports/korean/ftghostscript55/files/md5 N ports/korean/ftghostscript55/files/hconfig.ps.in N ports/korean/ftghostscript55/patches/patch-aa N ports/korean/ftghostscript55/patches/patch-ab N ports/korean/ftghostscript55/patches/patch-ac N ports/korean/ftghostscript55/pkg/COMMENT N ports/korean/ftghostscript55/pkg/DESCR N ports/korean/ftghostscript55/pkg/PLIST N ports/korean/ftghostscript55/scripts/configure N ports/korean/ftghostscript55/scripts/configure.batch No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 11:35:11 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E375437B877; Tue, 4 Jul 2000 11:35:06 -0700 (PDT) (envelope-from cjh@FreeBSD.org) Received: (from cjh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA90342; Tue, 4 Jul 2000 11:35:06 -0700 (PDT) (envelope-from cjh@FreeBSD.org) Message-Id: <200007041835.LAA90342@freefall.freebsd.org> From: CHOI Junho Date: Tue, 4 Jul 2000 11:35:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/korean Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG cjh 2000/07/04 11:35:06 PDT Modified files: korean Makefile Log: Add ftghostscript55. Revision Changes Path 1.51 +2 -1 ports/korean/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 11:37:32 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 27C0737B877; Tue, 4 Jul 2000 11:37:28 -0700 (PDT) (envelope-from cjh@FreeBSD.org) Received: (from cjh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA90616; Tue, 4 Jul 2000 11:37:27 -0700 (PDT) (envelope-from cjh@FreeBSD.org) Message-Id: <200007041837.LAA90616@freefall.freebsd.org> From: CHOI Junho Date: Tue, 4 Jul 2000 11:37:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/korean/ftghostscript55/pkg COMMENT DESCR X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG cjh 2000/07/04 11:37:27 PDT Modified files: korean/ftghostscript55/pkg COMMENT DESCR Log: Update COMMENT and DESCR. I forgot to comment Korean info. Revision Changes Path 1.2 +1 -1 ports/korean/ftghostscript55/pkg/COMMENT 1.2 +6 -1 ports/korean/ftghostscript55/pkg/DESCR To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 11:43:36 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 17F3B37B59B; Tue, 4 Jul 2000 11:43:34 -0700 (PDT) (envelope-from itojun@FreeBSD.org) Received: (from itojun@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA91358; Tue, 4 Jul 2000 11:43:33 -0700 (PDT) (envelope-from itojun@FreeBSD.org) Message-Id: <200007041843.LAA91358@freefall.freebsd.org> From: Jun-ichiro itojun Hagino Date: Tue, 4 Jul 2000 11:43:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/lnc if_lnc.c src/sys/dev/vx if_vx.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG itojun 2000/07/04 11:43:32 PDT Modified files: sys/dev/lnc if_lnc.c sys/dev/vx if_vx.c Log: be sure to wipe out m_pkthdr when you set M_PKTHDR, you may see junk pointer in m_pkthdr portion. actually, we should not change pkthdr mbuf <-> non-pkthdr mbuf. Revision Changes Path 1.79 +2 -1 src/sys/dev/lnc/if_lnc.c 1.28 +2 -2 src/sys/dev/vx/if_vx.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 11:44:31 2000 Delivered-To: cvs-all@freebsd.org Received: from gndrsh.dnsmgr.net (GndRsh.dnsmgr.net [198.145.92.4]) by hub.freebsd.org (Postfix) with ESMTP id 245E037B528; Tue, 4 Jul 2000 11:44:27 -0700 (PDT) (envelope-from freebsd@gndrsh.dnsmgr.net) Received: (from freebsd@localhost) by gndrsh.dnsmgr.net (8.9.3/8.9.3) id LAA16953; Tue, 4 Jul 2000 11:44:18 -0700 (PDT) (envelope-from freebsd) From: "Rodney W. Grimes" Message-Id: <200007041844.LAA16953@gndrsh.dnsmgr.net> Subject: Re: cvs commit: src/usr.bin/file/Magdir animation In-Reply-To: <12096.962697722@axl.ops.uunet.co.za> from Sheldon Hearn at "Jul 4, 2000 10:02:02 am" To: sheldonh@uunet.co.za (Sheldon Hearn) Date: Tue, 4 Jul 2000 11:44:18 -0700 (PDT) Cc: green@FreeBSD.org (Brian Fundakowski Feldman), cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > > On Tue, 04 Jul 2000 01:11:09 -0400, Brian Fundakowski Feldman wrote: > > > > You should probably coordinate this with the file(1) maintainer, who was > > > certainly still active last year. > > > > I looked for a MAINTAINER line in the Makefile so I could do that, but there > > was none :-( It would be nice if people would claim advisory MAINTAINERship > > (as opposed to nothing at all, or dictatorial MAINTAINERship) more. > > You misunderstood me, and I might have communicated more effectively. > The file(1) package has an active maintainer outside the project. See > the file src/usr.bin/file/MAINT. Perhaps it would be a good idea to add: MAINTAINER=see src/usr.bin/file/MAINT to the src/usr.bin/file/Makefile to prevent this error in the future. -- Rod Grimes - KD7CAX @ CN85sl - (RWG25) rgrimes@gndrsh.dnsmgr.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 11:45:31 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 740D837B59B; Tue, 4 Jul 2000 11:45:28 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA91566; Tue, 4 Jul 2000 11:45:28 -0700 (PDT) (envelope-from ache@FreeBSD.org) Message-Id: <200007041845.LAA91566@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Tue, 4 Jul 2000 11:45:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/ls Makefile extern.h ls.1 ls.c ls.h print.c util.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ache 2000/07/04 11:45:28 PDT Modified files: (Branch: RELENG_4) bin/ls Makefile extern.h ls.1 ls.c ls.h print.c util.c Log: MFC: colorls Revision Changes Path 1.9.2.2 +7 -1 src/bin/ls/Makefile 1.7.2.2 +9 -1 src/bin/ls/extern.h 1.33.2.2 +84 -2 src/bin/ls/ls.1 1.32.2.2 +65 -5 src/bin/ls/ls.c 1.11.2.1 +4 -1 src/bin/ls/ls.h 1.19.2.2 +186 -1 src/bin/ls/print.c 1.20.2.1 +7 -2 src/bin/ls/util.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 11:45:39 2000 Delivered-To: cvs-all@freebsd.org Received: from mailout2.hananet.net (mailout2.hananet.net [210.220.163.35]) by hub.freebsd.org (Postfix) with ESMTP id 9DD5C37B985; Tue, 4 Jul 2000 11:45:29 -0700 (PDT) (envelope-from cjh@kr.FreeBSD.org) Received: from gradius.myhome ([210.205.33.152]) by mailout2.hananet.net (Netscape Messaging Server 4.15) with ESMTP id FX6S3R01.423; Wed, 5 Jul 2000 03:45:27 +0900 Received: (from cjh@localhost) by gradius.myhome (8.9.3/8.9.3) id DAA06497; Wed, 5 Jul 2000 03:45:14 +0900 (KST) (envelope-from cjh@kr.FreeBSD.org) X-Authentication-Warning: gradius.myhome: cjh set sender to cjh@kr.FreeBSD.org using -f To: cvs-committers@FreeBSD.org Cc: cvs-all@FreeBSD.org, asami@FreeBSD.org Subject: Re: cvs commit: ports/korean/hlatex-psfonts-uhc-extra - Imported sources References: <200007041753.KAA83696@freefall.freebsd.org> From: CHOI Junho Date: 05 Jul 2000 03:45:13 +0900 In-Reply-To: CHOI Junho's message of "Tue, 4 Jul 2000 10:53:24 -0700 (PDT)" Message-ID: <864s654tvq.fsf@gradius.myhome> Lines: 22 User-Agent: Gnus/5.0805 (Gnus v5.8.5) Emacs/20.6 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >>>>> "CJ" == CHOI Junho writes: CJ> cjh 2000/07/04 10:53:24 PDT CJ> ports/korean/hlatex-psfonts-uhc-extra - Imported sources CJ> Log Message: CJ> MF font collection of HLaTeX-wansung Ooops. This is a very bad mistake. It should be Extra Korean PostScript font collection for HLaTeX(UHC encoding) Can CVSmeister fix this? Of course there are many typo/bug in my log :< but this is most serious one. -- +++ Any opinions in this posting are my own and not those of my employers +++ CHOI Junho KFUG Web Data Bank FreeBSD, GNU/Linux Developer Youido Post Office, Seoul, Korea To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 11:55:45 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 986DC37BA1E; Tue, 4 Jul 2000 11:55:41 -0700 (PDT) (envelope-from cjh@FreeBSD.org) Received: (from cjh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA92686; Tue, 4 Jul 2000 11:55:41 -0700 (PDT) (envelope-from cjh@FreeBSD.org) Message-Id: <200007041855.LAA92686@freefall.freebsd.org> From: CHOI Junho Date: Tue, 4 Jul 2000 11:55:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/korean/ami/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG cjh 2000/07/04 11:55:41 PDT Modified files: korean/ami/pkg PLIST Log: Fix unistall problem. Found from bento log. Revision Changes Path 1.7 +1 -0 ports/korean/ami/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 11:57: 2 2000 Delivered-To: cvs-all@freebsd.org Received: from gndrsh.dnsmgr.net (GndRsh.dnsmgr.net [198.145.92.4]) by hub.freebsd.org (Postfix) with ESMTP id A129937BA56; Tue, 4 Jul 2000 11:56:56 -0700 (PDT) (envelope-from freebsd@gndrsh.dnsmgr.net) Received: (from freebsd@localhost) by gndrsh.dnsmgr.net (8.9.3/8.9.3) id LAA17141; Tue, 4 Jul 2000 11:56:58 -0700 (PDT) (envelope-from freebsd) From: "Rodney W. Grimes" Message-Id: <200007041856.LAA17141@gndrsh.dnsmgr.net> Subject: Re: cvs commit: src/sys/dev/md md.c In-Reply-To: <200007041006.DAA62346@freefall.freebsd.org> from Poul-Henning Kamp at "Jul 4, 2000 03:06:34 am" To: phk@FreeBSD.org (Poul-Henning Kamp) Date: Tue, 4 Jul 2000 11:56:57 -0700 (PDT) Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > phk 2000/07/04 03:06:34 PDT > > Modified files: > sys/dev/md md.c > Log: > Fix the "almost clone" semantics. Can we get a man 4 md page for this thing??? I went to use it the other day for some testing and had to ``use the source'' to figure out you control it's size with the undocumented (even in lint, and also unknown to config(8)) ``options MDNSECT=262144'' :-( -- Rod Grimes - KD7CAX @ CN85sl - (RWG25) rgrimes@gndrsh.dnsmgr.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 12: 2: 2 2000 Delivered-To: cvs-all@freebsd.org Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.40.131]) by hub.freebsd.org (Postfix) with ESMTP id A385C37B6E0; Tue, 4 Jul 2000 12:01:55 -0700 (PDT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.9.3/8.9.3) with ESMTP id VAA15184; Tue, 4 Jul 2000 21:01:46 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: "Rodney W. Grimes" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/md md.c In-reply-to: Your message of "Tue, 04 Jul 2000 11:56:57 PDT." <200007041856.LAA17141@gndrsh.dnsmgr.net> Date: Tue, 04 Jul 2000 21:01:46 +0200 Message-ID: <15182.962737306@critter.freebsd.dk> From: Poul-Henning Kamp Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <200007041856.LAA17141@gndrsh.dnsmgr.net>, "Rodney W. Grimes" writes : >> phk 2000/07/04 03:06:34 PDT >> >> Modified files: >> sys/dev/md md.c >> Log: >> Fix the "almost clone" semantics. > >Can we get a man 4 md page for this thing??? There's a raw outline on http://phk.freebsd.dk/misc/md.4 somebody need to turn it into proper mandoc & english -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD coreteam member | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 12: 7: 7 2000 Delivered-To: cvs-all@freebsd.org Received: from axl.ops.uunet.co.za (axl.ops.uunet.co.za [196.31.2.163]) by hub.freebsd.org (Postfix) with ESMTP id BB2C937BA16; Tue, 4 Jul 2000 12:06:54 -0700 (PDT) (envelope-from sheldonh@axl.ops.uunet.co.za) Received: from sheldonh (helo=axl.ops.uunet.co.za) by axl.ops.uunet.co.za with local-esmtp (Exim 3.13 #1) id 139Y1l-0005FO-00; Tue, 04 Jul 2000 21:06:37 +0200 From: Sheldon Hearn To: "Rodney W. Grimes" Cc: green@FreeBSD.org (Brian Fundakowski Feldman), cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/file/Magdir animation In-reply-to: Your message of "Tue, 04 Jul 2000 11:44:18 MST." <200007041844.LAA16953@gndrsh.dnsmgr.net> Date: Tue, 04 Jul 2000 21:06:37 +0200 Message-ID: <20173.962737597@axl.ops.uunet.co.za> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 04 Jul 2000 11:44:18 MST, "Rodney W. Grimes" wrote: > Perhaps it would be a good idea to add: > > MAINTAINER=see src/usr.bin/file/MAINT > > to the src/usr.bin/file/Makefile to prevent this error in the future. Perhaps, but I can't help thinking that, since using a file called MAINTAINER is acceptable, it shouldn't really be too hard to spot MAINT. :-) Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 12:11:15 2000 Delivered-To: cvs-all@freebsd.org Received: from axl.ops.uunet.co.za (axl.ops.uunet.co.za [196.31.2.163]) by hub.freebsd.org (Postfix) with ESMTP id 1BACB37BA82; Tue, 4 Jul 2000 12:11:09 -0700 (PDT) (envelope-from sheldonh@axl.ops.uunet.co.za) Received: from sheldonh (helo=axl.ops.uunet.co.za) by axl.ops.uunet.co.za with local-esmtp (Exim 3.13 #1) id 139Y4M-0005GY-00; Tue, 04 Jul 2000 21:09:18 +0200 From: Sheldon Hearn To: Poul-Henning Kamp Cc: "Rodney W. Grimes" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/md md.c In-reply-to: Your message of "Tue, 04 Jul 2000 21:01:46 +0200." <15182.962737306@critter.freebsd.dk> Date: Tue, 04 Jul 2000 21:09:18 +0200 Message-ID: <20245.962737758@axl.ops.uunet.co.za> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 04 Jul 2000 21:01:46 +0200, Poul-Henning Kamp wrote: > There's a raw outline on > http://phk.freebsd.dk/misc/md.4 > somebody need to turn it into proper mandoc & english I hear my name. :-) Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 12:17:44 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 49C1A37B762; Tue, 4 Jul 2000 12:17:42 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA95830; Tue, 4 Jul 2000 12:17:42 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007041917.MAA95830@freefall.freebsd.org> From: "David E. O'Brien" Date: Tue, 4 Jul 2000 12:17:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/urlview Makefile ports/textproc/urlview/files md5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/04 12:17:42 PDT Modified files: textproc/urlview Makefile textproc/urlview/files md5 Log: Upgrade to version 0.9. Revision Changes Path 1.11 +6 -5 ports/textproc/urlview/Makefile 1.2 +1 -2 ports/textproc/urlview/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 12:18:18 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6B01A37B899; Tue, 4 Jul 2000 12:18:14 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA95933; Tue, 4 Jul 2000 12:18:14 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007041918.MAA95933@freefall.freebsd.org> From: "David E. O'Brien" Date: Tue, 4 Jul 2000 12:18:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/urlview/patches patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/04 12:18:14 PDT Removed files: textproc/urlview/patches patch-aa Log: Upgrade to version 0.9. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 12:26:48 2000 Delivered-To: cvs-all@freebsd.org Received: from njord.bart.nl (njord.bart.nl [194.158.170.15]) by hub.freebsd.org (Postfix) with ESMTP id F12D937BA3E; Tue, 4 Jul 2000 12:26:37 -0700 (PDT) (envelope-from asmodai@wxs.nl) Received: from daemon.ninth-circle.org (lucifer.is.an.elder.of.the.ninth-circle.org [195.38.216.226]) by njord.bart.nl (8.10.1/8.10.1) with ESMTP id e64JQVC95490; Tue, 4 Jul 2000 21:26:31 +0200 (CEST) Received: (from asmodai@localhost) by daemon.ninth-circle.org (8.9.3/8.9.3) id VAA66824; Tue, 4 Jul 2000 21:26:27 +0200 (CEST) (envelope-from asmodai) Date: Tue, 4 Jul 2000 21:26:26 +0200 From: Jeroen Ruigrok/Asmodai To: Brian Feldman Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/net/licq Makefile Message-ID: <20000704212626.P35215@daemon.ninth-circle.org> References: <200007040734.AAA41379@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <200007040734.AAA41379@freefall.freebsd.org>; from green@FreeBSD.org on Tue, Jul 04, 2000 at 12:34:43AM -0700 Organisation: Ninth-Circle Enterprises Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -On [20000704 12:01], Brian Feldman (green@FreeBSD.org) wrote: > Modified files: > net/licq Makefile > Log: > Don't dictate policy: let the "UIN spoofing" option exist. This > functionality has existed and been available by default for many > versions before the present version, as well. The latest beta versions remove this option. Also, UIN spoofing hasn't worked in many, many months. -- Jeroen Ruigrok vd Werven/Asmodai asmodai@[wxs.nl|bart.nl|freebsd.org] Documentation nutter/C-rated Coder BSD: Technical excellence at its best The BSD Programmer's Documentation Project My greatest fear... Is that all my Memories will be lost... Like tears, in the rain... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 12:44:53 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EE10D37B926; Tue, 4 Jul 2000 12:44:50 -0700 (PDT) (envelope-from dbaker@FreeBSD.org) Received: (from dbaker@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA98213; Tue, 4 Jul 2000 12:44:50 -0700 (PDT) (envelope-from dbaker@FreeBSD.org) Message-Id: <200007041944.MAA98213@freefall.freebsd.org> From: Daniel Baker Date: Tue, 4 Jul 2000 12:44:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/dnetc Makefile ports/misc/dnetc/files md5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dbaker 2000/07/04 12:44:49 PDT Modified files: misc/dnetc Makefile misc/dnetc/files md5 Log: Update: v2.8009.460->v2.8010.462 Revision Changes Path 1.16 +6 -6 ports/misc/dnetc/Makefile 1.10 +1 -1 ports/misc/dnetc/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 13: 3:41 2000 Delivered-To: cvs-all@freebsd.org Received: from gndrsh.dnsmgr.net (GndRsh.dnsmgr.net [198.145.92.4]) by hub.freebsd.org (Postfix) with ESMTP id CC7FD37B595; Tue, 4 Jul 2000 13:03:31 -0700 (PDT) (envelope-from freebsd@gndrsh.dnsmgr.net) Received: (from freebsd@localhost) by gndrsh.dnsmgr.net (8.9.3/8.9.3) id NAA17296; Tue, 4 Jul 2000 13:03:24 -0700 (PDT) (envelope-from freebsd) From: "Rodney W. Grimes" Message-Id: <200007042003.NAA17296@gndrsh.dnsmgr.net> Subject: Re: cvs commit: src/usr.bin/file/Magdir animation In-Reply-To: <20173.962737597@axl.ops.uunet.co.za> from Sheldon Hearn at "Jul 4, 2000 09:06:37 pm" To: sheldonh@uunet.co.za (Sheldon Hearn) Date: Tue, 4 Jul 2000 13:03:23 -0700 (PDT) Cc: green@FreeBSD.org (Brian Fundakowski Feldman), cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > > On Tue, 04 Jul 2000 11:44:18 MST, "Rodney W. Grimes" wrote: > > > Perhaps it would be a good idea to add: > > > > MAINTAINER=see src/usr.bin/file/MAINT > > > > to the src/usr.bin/file/Makefile to prevent this error in the future. > > Perhaps, but I can't help thinking that, since using a file called > MAINTAINER is acceptable, it shouldn't really be too hard to spot MAINT. > :-) Hummmm... yet another inconsistency!! Or well, maybe not. I don't think there is a Makefile in sys/dev/isp or sys/i4b to put a MAINTAINER line into and thus it was done in it's own file. new.CN85pm.abtltd.com:rgrimes {34}% find . -name MAINTAINER ./sys/dev/isp/MAINTAINER ./sys/i4b/MAINTAINER new.CN85pm.abtltd.com:rgrimes {37}% find . -name Makefile\* | xargs grep MAINTAINER ... ./games/fortune/datfiles/Makefile:MAINTAINER= jkh ./gnu/usr.bin/cvs/contrib/Makefile:MAINTAINER= peter@FreeBSD.org ./gnu/usr.bin/cvs/cvs/Makefile:MAINTAINER= peter@FreeBSD.org ./gnu/usr.bin/cvs/cvsbug/Makefile:MAINTAINER= peter@FreeBSD.org ./gnu/usr.bin/cvs/doc/Makefile:MAINTAINER= peter@FreeBSD.org ./gnu/usr.bin/cvs/lib/Makefile:MAINTAINER= peter@FreeBSD.org ./gnu/usr.bin/cvs/libdiff/Makefile:MAINTAINER= peter@FreeBSD.org ./gnu/usr.bin/cvs/tools/Makefile:MAINTAINER= peter@FreeBSD.org ./gnu/usr.bin/man/apropos/Makefile:MAINTAINER= wosch ./gnu/usr.bin/man/catman/Makefile:MAINTAINER= wosch ./gnu/usr.bin/man/makewhatis/Makefile:MAINTAINER= wosch ./gnu/usr.bin/perl/Makefile:MAINTAINER=markm@freebsd.org ./kerberosIV/Makefile:MAINTAINER= markm@FreeBSD.org ./lib/libcam/Makefile:MAINTAINER=ken@FreeBSD.ORG ./lib/libdevstat/Makefile:MAINTAINER=ken@FreeBSD.ORG ./lib/libfetch/Makefile:MAINTAINER= des@freebsd.org ./lib/libwrap/Makefile:MAINTAINER=markm@FreeBSD.org ./lib/libz/Makefile:MAINTAINER=peter@FreeBSD.org ./libexec/rtld-elf/Makefile:MAINTAINER= jdp ./release/picobsd/Makefile:MAINTAINER= freebsd-small ... Note that this is RELENG_4. -- Rod Grimes - KD7CAX @ CN85sl - (RWG25) rgrimes@gndrsh.dnsmgr.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 13: 9:13 2000 Delivered-To: cvs-all@freebsd.org Received: from frmug.org (frmug-gw.frmug.org [193.56.58.252]) by hub.freebsd.org (Postfix) with ESMTP id AB21737BB69; Tue, 4 Jul 2000 13:09:04 -0700 (PDT) (envelope-from roberto@keltia.freenix.fr) Received: (from uucp@localhost) by frmug.org (8.9.3/frmug-2.7/nospam) with UUCP id WAA05116; Tue, 4 Jul 2000 22:08:50 +0200 (CEST) (envelope-from roberto@keltia.freenix.fr) Received: by keltia.freenix.fr (Postfix, from userid 101) id 833D7885B; Tue, 4 Jul 2000 20:04:55 +0200 (CEST) Date: Tue, 4 Jul 2000 20:04:54 +0200 From: Ollivier Robert To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/crypto/openssh sshd.c Message-ID: <20000704200454.A88298@keltia.freenix.fr> Mail-Followup-To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200007040646.IAA67137@internat.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <200007040646.IAA67137@internat.freebsd.org>; from green@FreeBSD.org on Tue, Jul 04, 2000 at 08:46:10AM +0200 X-Operating-System: FreeBSD 5.0-CURRENT/ELF AMD-K6/200 & 2x PPro/200 SMP Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG According to Brian Feldman: > Modified files: > crypto/openssh sshd.c > Log: > MFF: > Allow restarting on SIGHUP when the full path was not given as argv[0]. > We do have /proc/curproc/file :) [ Following Wes & Robert's messages ] I'm not happy about that either. I know that /proc is not really optional these days but it reminds me too much of the [in] /proc/curproc/cmdline Linux thingy that bit us in early Star Office days... -- Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- roberto@keltia.freenix.fr FreeBSD keltia.freenix.fr 5.0-CURRENT #80: Sun Jun 4 22:44:19 CEST 2000 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 13:10:42 2000 Delivered-To: cvs-all@freebsd.org Received: from gndrsh.dnsmgr.net (GndRsh.dnsmgr.net [198.145.92.4]) by hub.freebsd.org (Postfix) with ESMTP id EBC0C37B669; Tue, 4 Jul 2000 13:10:33 -0700 (PDT) (envelope-from freebsd@gndrsh.dnsmgr.net) Received: (from freebsd@localhost) by gndrsh.dnsmgr.net (8.9.3/8.9.3) id NAA17311; Tue, 4 Jul 2000 13:08:47 -0700 (PDT) (envelope-from freebsd) From: "Rodney W. Grimes" Message-Id: <200007042008.NAA17311@gndrsh.dnsmgr.net> Subject: Re: cvs commit: src/sys/dev/md md.c In-Reply-To: <20245.962737758@axl.ops.uunet.co.za> from Sheldon Hearn at "Jul 4, 2000 09:09:18 pm" To: sheldonh@uunet.co.za (Sheldon Hearn) Date: Tue, 4 Jul 2000 13:08:47 -0700 (PDT) Cc: phk@critter.freebsd.dk (Poul-Henning Kamp), cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > > On Tue, 04 Jul 2000 21:01:46 +0200, Poul-Henning Kamp wrote: > > > There's a raw outline on > > http://phk.freebsd.dk/misc/md.4 > > somebody need to turn it into proper mandoc & english > > I hear my name. :-) Sheldon! Sheldon! Sheldon! (Yep, I think you do!!!) :-) I've read it, it looks to be a good starting point. One small english nit I spotted: .Xr vmstat 8 can be used monitor memory usage by ^ to .Nm And there should probably be a .Xr newfs 8 added to SEE ALSO I think MDNSECT needs to get into config's options file though, perhaps it is in -current and just needs MFC'ed. ohh... and it needs to be in LINT (again, I am looking at RELENG_4, so this may be yet another MFC. -- Rod Grimes - KD7CAX @ CN85sl - (RWG25) rgrimes@gndrsh.dnsmgr.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 13:11: 9 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 28F6137B669; Tue, 4 Jul 2000 13:11:07 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA02065; Tue, 4 Jul 2000 13:11:07 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <200007042011.NAA02065@freefall.freebsd.org> From: Satoshi Asami Date: Tue, 4 Jul 2000 13:11:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports INDEX X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asami 2000/07/04 13:11:07 PDT Modified files: . INDEX Log: New index, with 3,470 ports. (When you have things like bzip2 and gmake updated, you get a huge diff.) Revision Changes Path 1.282 +984 -949 ports/INDEX To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 13:12:58 2000 Delivered-To: cvs-all@freebsd.org Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.40.131]) by hub.freebsd.org (Postfix) with ESMTP id 9810C37B669; Tue, 4 Jul 2000 13:12:49 -0700 (PDT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.9.3/8.9.3) with ESMTP id WAA15636; Tue, 4 Jul 2000 22:12:36 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: Ollivier Robert Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/crypto/openssh sshd.c In-reply-to: Your message of "Tue, 04 Jul 2000 20:04:54 +0200." <20000704200454.A88298@keltia.freenix.fr> Date: Tue, 04 Jul 2000 22:12:36 +0200 Message-ID: <15634.962741556@critter.freebsd.dk> From: Poul-Henning Kamp Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <20000704200454.A88298@keltia.freenix.fr>, Ollivier Robert writes: >According to Brian Feldman: >> Modified files: >> crypto/openssh sshd.c >> Log: >> MFF: >> Allow restarting on SIGHUP when the full path was not given as argv[0]. >> We do have /proc/curproc/file :) > >[ Following Wes & Robert's messages ] > >I'm not happy about that either. I also agree. It would be safer to rely on the $PATH we were started with. Considering that named, gated, and sendmail just bail attempting this I think opensshd should as well. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD coreteam member | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 13:13:32 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A52A837B5EA; Tue, 4 Jul 2000 13:13:25 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from localhost (kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) with ESMTP id NAA02190; Tue, 4 Jul 2000 13:13:25 -0700 (PDT) (envelope-from kris@FreeBSD.org) X-Authentication-Warning: freefall.freebsd.org: kris owned process doing -bs Date: Tue, 4 Jul 2000 13:13:25 -0700 (PDT) From: Kris Kennaway To: Ollivier Robert Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/crypto/openssh sshd.c In-Reply-To: <20000704200454.A88298@keltia.freenix.fr> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 4 Jul 2000, Ollivier Robert wrote: > According to Brian Feldman: > > Modified files: > > crypto/openssh sshd.c > > Log: > > MFF: > > Allow restarting on SIGHUP when the full path was not given as argv[0]. > > We do have /proc/curproc/file :) > > [ Following Wes & Robert's messages ] > > I'm not happy about that either. I know that /proc is not really optional > these days but it reminds me too much of the [in] /proc/curproc/cmdline Linux > thingy that bit us in early Star Office days... Well, the problem is that sshd tries to use argv[0] to respawn itself when it gets a sighup, and unless it's run with an absolute path then it will just die instead. Kris -- In God we Trust -- all others must submit an X.509 certificate. -- Charles Forsythe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 13:14:55 2000 Delivered-To: cvs-all@freebsd.org Received: from ms.tokyo.jcom.ne.jp (ms.tokyo.jcom.ne.jp [210.234.123.18]) by hub.freebsd.org (Postfix) with ESMTP id 0BC7637B669; Tue, 4 Jul 2000 13:14:51 -0700 (PDT) (envelope-from knu@idaemons.org) Received: from daemon.local.idaemons.org (203-165-77-17.sugnm1.kt.home.ne.jp [203.165.77.17]) by ms.tokyo.jcom.ne.jp (8.9.3/3.7W 04/27/00) with ESMTP id FAA23080; Wed, 5 Jul 2000 05:14:12 +0900 (JST) Received: by daemon.local.idaemons.org (8.9.3/3.7W) id FAA00687; Wed, 5 Jul 2000 05:13:40 +0900 (JST) Date: Wed, 05 Jul 2000 05:13:39 +0900 Message-ID: <86itulmz64.wl@localhost.local.idaemons.org> From: "Akinori -Aki- MUSHA" To: cjh@kr.FreeBSD.org Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, asami@FreeBSD.org Subject: Re: cvs commit: ports/korean/hlatex-psfonts-uhc-extra - Imported sources In-Reply-To: In your message of "05 Jul 2000 03:45:13 +0900" <864s654tvq.fsf@gradius.myhome> References: <200007041753.KAA83696@freefall.freebsd.org> <864s654tvq.fsf@gradius.myhome> User-Agent: Wanderlust/1.1.2 (Raspberry Beret) EMIKO/1.13.12 (Euglena sociabilis) FLIM/1.13.2 (Kasanui) APEL/10.2 MULE XEmacs/21.1 (patch 9) (Canyonlands) (i386--freebsd) Organization: Associated I. Daemons X-PGP-Public-Key: finger knu@FreeBSD.org X-PGP-Fingerprint: 1BEF D9B2 BABD 25D7 659A FD08 89C2 F3BE E981 4E16 MIME-Version: 1.0 (generated by EMIKO 1.13.12 - "Euglena sociabilis") Content-Type: text/plain; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG At 05 Jul 2000 03:45:13 +0900, CHOI Junho wrote: > Can CVSmeister fix this? Of course there are many typo/bug in my log :< > but this is most serious one. You don't need to bug the CVS meisters with such a trivial thing. :p Just do a "cvs ci -f" to enter corrections. I know "cvs admin -m .." will do in this case, but I'm not sure we might use this kind of "destructive" cvs admin commands without CVS meisters' permission. -- / /__ __ / ) ) ) ) / Akinori -Aki- MUSHA aka / (_ / ( (__( @ idaemons.org / FreeBSD.org "We're only at home when we're on the run, on the wing, on the fly" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 13:16:27 2000 Delivered-To: cvs-all@freebsd.org Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.40.131]) by hub.freebsd.org (Postfix) with ESMTP id 8DAE237B669; Tue, 4 Jul 2000 13:16:17 -0700 (PDT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.9.3/8.9.3) with ESMTP id WAA15688; Tue, 4 Jul 2000 22:16:09 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: Kris Kennaway Cc: Ollivier Robert , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/crypto/openssh sshd.c In-reply-to: Your message of "Tue, 04 Jul 2000 13:13:25 PDT." Date: Tue, 04 Jul 2000 22:16:09 +0200 Message-ID: <15686.962741769@critter.freebsd.dk> From: Poul-Henning Kamp Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message , Kri s Kennaway writes: >On Tue, 4 Jul 2000, Ollivier Robert wrote: > >> According to Brian Feldman: >> > Modified files: >> > crypto/openssh sshd.c >> > Log: >> > MFF: >> > Allow restarting on SIGHUP when the full path was not given as argv[0]. >> > We do have /proc/curproc/file :) >> >> [ Following Wes & Robert's messages ] >> >> I'm not happy about that either. I know that /proc is not really optional >> these days but it reminds me too much of the [in] /proc/curproc/cmdline Linux >> thingy that bit us in early Star Office days... > >Well, the problem is that sshd tries to use argv[0] to respawn itself when >it gets a sighup, and unless it's run with an absolute path then it will >just die instead. That's fine, we're used to sendmail, named and gated doing that as well. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD coreteam member | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 13:16:40 2000 Delivered-To: cvs-all@freebsd.org Received: from relay01.chello.nl (smtp.chello.nl [212.83.68.144]) by hub.freebsd.org (Postfix) with ESMTP id B1AD037BBB9; Tue, 4 Jul 2000 13:16:25 -0700 (PDT) (envelope-from wkb@chello.nl) Received: from chello.nl ([213.46.78.184]) by relay01.chello.nl (InterMail vK.4.02.00.00 201-232-116 license 2ee4e7c625482f2f2a1950a80f6c8d58) with ESMTP id <20000704201716.PDMU28214.relay01@chello.nl>; Tue, 4 Jul 2000 22:17:16 +0200 Received: (from wkb@localhost) by chello.nl (8.9.3/8.9.3) id WAA02175; Tue, 4 Jul 2000 22:16:11 +0200 (CEST) (envelope-from wkb) Date: Tue, 4 Jul 2000 22:16:11 +0200 From: Wilko Bulte To: Jeroen Ruigrok van der Werven Cc: Poul-Henning Kamp , Adrian Chadd , Boris Popov , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: CVSROOT access Message-ID: <20000704221611.A2050@freebie.wbnet> Reply-To: wilko@FreeBSD.org References: <20000704092830.I68833@ywing.creative.net.au> <11959.962696447@critter.freebsd.dk> <20000704095203.A5907@lucifer.bart.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <20000704095203.A5907@lucifer.bart.nl>; from jruigrok@via-net-works.nl on Tue, Jul 04, 2000 at 09:52:03AM +0200 X-OS: FreeBSD 4.0-STABLE X-PGP: finger wilko@freebsd.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Jul 04, 2000 at 09:52:03AM +0200, Jeroen Ruigrok van der Werven wrote: > -On [20000704 09:42], Poul-Henning Kamp (phk@critter.freebsd.dk) wrote: > > > >Right, not exactly, Adrian was one of the first people to violate > >project rules. Way back in 1994 :-) > > Oh? Now it becomes more interesting. =) > > Tell us! =) Invite him for a beer... he is in Amsterdam (if I'm not completely confused ;-) -- Wilko Bulte http://www.freebsd.org "Do, or do not. There is no try" wilko@freebsd.org http://www.nlfug.nl Yoda - The Empire Strikes Back To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 13:23:54 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 78DF137B762; Tue, 4 Jul 2000 13:23:49 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from localhost (kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) with ESMTP id NAA03111; Tue, 4 Jul 2000 13:23:49 -0700 (PDT) (envelope-from kris@FreeBSD.org) X-Authentication-Warning: freefall.freebsd.org: kris owned process doing -bs Date: Tue, 4 Jul 2000 13:23:48 -0700 (PDT) From: Kris Kennaway To: Poul-Henning Kamp Cc: Ollivier Robert , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/crypto/openssh sshd.c In-Reply-To: <15686.962741769@critter.freebsd.dk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 4 Jul 2000, Poul-Henning Kamp wrote: > In message , Kri > s Kennaway writes: > >On Tue, 4 Jul 2000, Ollivier Robert wrote: > > > >> According to Brian Feldman: > >> > Modified files: > >> > crypto/openssh sshd.c > >> > Log: > >> > MFF: > >> > Allow restarting on SIGHUP when the full path was not given as argv[0]. > >> > We do have /proc/curproc/file :) > >> > >> [ Following Wes & Robert's messages ] > >> > >> I'm not happy about that either. I know that /proc is not really optional > >> these days but it reminds me too much of the [in] /proc/curproc/cmdline Linux > >> thingy that bit us in early Star Office days... > > > >Well, the problem is that sshd tries to use argv[0] to respawn itself when > >it gets a sighup, and unless it's run with an absolute path then it will > >just die instead. > > That's fine, we're used to sendmail, named and gated doing that as well. In those cases you probably won't lock yourself out of the machine altogether with no way to get back in. Kris -- In God we Trust -- all others must submit an X.509 certificate. -- Charles Forsythe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 13:24: 5 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9897F37BB31; Tue, 4 Jul 2000 13:24:02 -0700 (PDT) (envelope-from wilko@FreeBSD.org) Received: (from wilko@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA03138; Tue, 4 Jul 2000 13:24:02 -0700 (PDT) (envelope-from wilko@FreeBSD.org) Message-Id: <200007042024.NAA03138@freefall.freebsd.org> From: Wilko Bulte Date: Tue, 4 Jul 2000 13:24:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/texts/alpha HARDWARE.TXT X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG wilko 2000/07/04 13:24:02 PDT Modified files: (Branch: RELENG_4) release/texts/alpha HARDWARE.TXT Log: [MFC]: follow Matt's MFC of: - Sable, DemiSable, Lynx support - Rawhide support - UP1000 support Obtained from: Matt's heads up Revision Changes Path 1.22.2.15 +189 -6 src/release/texts/alpha/HARDWARE.TXT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 13:28: 4 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EB8C437B669; Tue, 4 Jul 2000 13:28:01 -0700 (PDT) (envelope-from jdp@FreeBSD.org) Received: (from jdp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA03632; Tue, 4 Jul 2000 13:28:01 -0700 (PDT) (envelope-from jdp@FreeBSD.org) Message-Id: <200007042028.NAA03632@freefall.freebsd.org> From: John Polstra Date: Tue, 4 Jul 2000 13:28:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT avail X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jdp 2000/07/04 13:28:01 PDT Modified files: . avail Log: Impose a freeze on all the crypto files while we fold the crypto collections into the mainstream source tree. Approved by: markm, peter Revision Changes Path 1.121 +9 -1 CVSROOT/avail To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 13:29:22 2000 Delivered-To: cvs-all@freebsd.org Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.40.131]) by hub.freebsd.org (Postfix) with ESMTP id F168F37B528; Tue, 4 Jul 2000 13:29:15 -0700 (PDT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.9.3/8.9.3) with ESMTP id WAA15808; Tue, 4 Jul 2000 22:29:11 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: Kris Kennaway Cc: Ollivier Robert , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/crypto/openssh sshd.c In-reply-to: Your message of "Tue, 04 Jul 2000 13:23:48 PDT." Date: Tue, 04 Jul 2000 22:29:10 +0200 Message-ID: <15804.962742550@critter.freebsd.dk> From: Poul-Henning Kamp Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message , Kris Kennaway writes: >> >Well, the problem is that sshd tries to use argv[0] to respawn itself when >> >it gets a sighup, and unless it's run with an absolute path then it will >> >just die instead. >> >> That's fine, we're used to sendmail, named and gated doing that as well. > >In those cases you probably won't lock yourself out of the machine >altogether with no way to get back in. That sure depends on what you are using gated for, but I've done it a few times by suddenly not having a route anymore. Please back your hack out. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD coreteam member | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 13:36: 0 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1F3DF37B528; Tue, 4 Jul 2000 13:35:57 -0700 (PDT) (envelope-from ade@FreeBSD.org) Received: (from ade@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA04288; Tue, 4 Jul 2000 13:35:56 -0700 (PDT) (envelope-from ade@FreeBSD.org) Message-Id: <200007042035.NAA04288@freefall.freebsd.org> From: Ade Lovett Date: Tue, 4 Jul 2000 13:35:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/mswordview Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ade 2000/07/04 13:35:56 PDT Modified files: textproc/mswordview Makefile Log: Now that libwmf builds shared libraries, update dependencies accordingly. This fixes the bogon where you could do a pkg_delete on libwmf, and then have mswordview fail since it was linked against shared libraries which had disappeared. Revision Changes Path 1.10 +2 -2 ports/textproc/mswordview/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 13:40:25 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 29F4D37BBA1; Tue, 4 Jul 2000 13:40:21 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: (from rwatson@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA04602; Tue, 4 Jul 2000 13:40:21 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Message-Id: <200007042040.NAA04602@freefall.freebsd.org> From: Robert Watson Date: Tue, 4 Jul 2000 13:40:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf majors X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG rwatson 2000/07/04 13:40:21 PDT Modified files: sys/conf majors Log: o Update e-mail address associated with /dev/audit to reflect FreeBSD.org e-mail. o Notice also that it's listed as "aud" not "audit" which will probably change in the near future with updates to the auditing implementation. Revision Changes Path 1.107 +2 -2 src/sys/conf/majors To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 13:49: 1 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9043137B7EF; Tue, 4 Jul 2000 13:48:52 -0700 (PDT) (envelope-from jdp@FreeBSD.org) Received: (from jdp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA05535; Tue, 4 Jul 2000 13:48:52 -0700 (PDT) (envelope-from jdp@FreeBSD.org) Message-Id: <200007042048.NAA05535@freefall.freebsd.org> From: John Polstra Date: Tue, 4 Jul 2000 13:48:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: distrib/cvsup supfile distrib/cvsup/sup/cvs-all list.cvs distrib/cvsup/sup/cvs-crypto list.cvs releases distrib/cvsup/sup/src-all list.cvs distrib/cvsup/sup/src-crypto releases distrib/cvsup/sup/src-eBones releases ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jdp 2000/07/04 13:48:52 PDT Modified files: cvsup supfile cvsup/sup/cvs-all list.cvs cvsup/sup/src-all list.cvs cvsup/sup/src-crypto releases cvsup/sup/src-eBones releases cvsup/sup/src-secure releases cvsup/sup/src-sys-crypto releases Removed files: cvsup/sup/cvs-crypto list.cvs releases Log: Absorb the crypto files into the "src-all" and "cvs-all" collections, and eliminate the "cvs-crypto" collection. Temporarily orphan "src-crypto", "src-eBones", "src-secure", and "src-sys-crypto" so that they are no longer treated as sub-collections of "cvs-all". They will be reparented to "src-all" after the dust has settled. Approved by: markm, peter Revision Changes Path 1.6 +0 -1 distrib/cvsup/supfile 1.15 +0 -4 distrib/cvsup/sup/cvs-all/list.cvs 1.13 +0 -4 distrib/cvsup/sup/src-all/list.cvs 1.3 +1 -1 distrib/cvsup/sup/src-crypto/releases 1.4 +1 -1 distrib/cvsup/sup/src-eBones/releases 1.4 +1 -1 distrib/cvsup/sup/src-secure/releases 1.2 +1 -1 distrib/cvsup/sup/src-sys-crypto/releases To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 13:50:34 2000 Delivered-To: cvs-all@freebsd.org Received: from cypherpunks.ai (cypherpunks.ai [209.88.68.47]) by hub.freebsd.org (Postfix) with ESMTP id BAE0737B849; Tue, 4 Jul 2000 13:50:30 -0700 (PDT) (envelope-from jeroen@vangelderen.org) Received: from vangelderen.org (grolsch.ai [209.88.68.214]) by cypherpunks.ai (Postfix) with ESMTP id 69F6449; Tue, 4 Jul 2000 16:50:21 -0400 (AST) Message-ID: <39624E0D.5067EF33@vangelderen.org> Date: Tue, 04 Jul 2000 16:50:21 -0400 From: "Jeroen C. van Gelderen" X-Mailer: Mozilla 4.72 [en] (X11; I; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: John Polstra Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: distrib/cvsup/sup/cvs-crypto list.cvs distrib/cvsup/sup/src-cryptolist.cvs distrib/cvsup/sup/src-crypto-rsa list.cvs releases References: <200007032233.PAA56632@freefall.freebsd.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG John Polstra wrote: > > jdp 2000/07/03 15:33:50 PDT > > Modified files: > cvsup/sup/cvs-crypto list.cvs > cvsup/sup/src-crypto list.cvs > Removed files: > cvsup/sup/src-crypto-rsa list.cvs releases > Log: > Put "src/crypto/openssl/crypto/rsa/rsa_eay.c" back into the src-crypto > and cvs-crypto collections. Delete the src-crypto-rsa collection. > We are allowed to distribute this file the same as the other crypto > files. The only restriction the patent imposes is on the _use_ of > the file. Finally! Ta! -- Jeroen C. van Gelderen o _ _ _ jeroen@vangelderen.org _o /\_ _ \\o (_)\__/o (_) _< \_ _>(_) (_)/<_ \_| \ _|/' \/ (_)>(_) (_) (_) (_) (_)' _\o_ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 13:55:11 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 51F1037B849; Tue, 4 Jul 2000 13:55:07 -0700 (PDT) (envelope-from jim@FreeBSD.org) Received: (from jim@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA06316; Tue, 4 Jul 2000 13:55:07 -0700 (PDT) (envelope-from jim@FreeBSD.org) Message-Id: <200007042055.NAA06316@freefall.freebsd.org> From: Jim Mock Date: Tue, 4 Jul 2000 13:55:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/books/handbook/staff chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jim 2000/07/04 13:55:07 PDT Modified files: en_US.ISO_8859-1/books/handbook/staff chapter.sgml Log: Fix handbook breakage introduced by adrian's last commit -- should've been . Submitted by: Mark Ovens via -doc Revision Changes Path 1.134 +2 -2 doc/en_US.ISO_8859-1/books/handbook/staff/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 14:10:30 2000 Delivered-To: cvs-all@freebsd.org Received: from mass.osd.bsdi.com (adsl-63-202-177-51.dsl.snfc21.pacbell.net [63.202.177.51]) by hub.freebsd.org (Postfix) with ESMTP id 9C10837B9EC; Tue, 4 Jul 2000 14:10:23 -0700 (PDT) (envelope-from msmith@mass.osd.bsdi.com) Received: from mass.osd.bsdi.com (localhost [127.0.0.1]) by mass.osd.bsdi.com (8.9.3/8.9.3) with ESMTP id OAA05458; Tue, 4 Jul 2000 14:17:44 -0700 (PDT) (envelope-from msmith@mass.osd.bsdi.com) Message-Id: <200007042117.OAA05458@mass.osd.bsdi.com> X-Mailer: exmh version 2.1.1 10/15/1999 To: Robert Watson Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/crypto/openssh sshd.c In-reply-to: Your message of "Tue, 04 Jul 2000 12:14:33 EDT." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 04 Jul 2000 14:17:44 -0700 From: Mike Smith Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > I must have missed that commit while catching up from travel. I don't > like that technique for restarting daemons -- for one thing, it relies on > /proc being mounted. Given that /proc is typically mounted, and if it's not, we fall back to the previous behaviour (failure), this seems like a wise optimisation to me. > I have a continuing strong objection to the presence > of "file" in /proc in the first place, as I don't feel it substantially > contributes to useful functionality in /proc. ?? That's nonsense. It provides a useful piece of information (the image file backing a process' text/data) that is not available anywhere else. > While the switch from vnode > reference to symlink is an improvement, I'm still not sure any of the > associated complexity is a good idea. Does anything actually rely on this > behavior, other than sshd now? What "associated complexity"? It's already there and implemented and works. This actually strikes me as quite an intelligent use of the available facilities. > On Tue, 4 Jul 2000, Wes Morgan wrote: > > > I hope that there is no way ever in 1e6 years that someone will be able to > > subvert /proc/curproc and get sshd to execute the program of his choice as > > root when it gets HUP'd. I can't think of any way possible, but there are > > 6 billion people out there besides me. I'd be just as worried about someone subverting ssh's copy of argv[0], TBH. -- ... every activity meets with opposition, everyone who acts has his rivals and unfortunately opponents also. But not because people want to be opponents, rather because the tasks and relationships force people to take different points of view. [Dr. Fritz Todt] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 15:24: 6 2000 Delivered-To: cvs-all@freebsd.org Received: from hdroam.ssd.loral.com (249.201.6.64.reflexcom.com [64.6.201.249]) by hub.freebsd.org (Postfix) with ESMTP id 08A5D37BBE5 for ; Tue, 4 Jul 2000 15:22:59 -0700 (PDT) (envelope-from hdiwan@hdroam.ssd.loral.com) Received: (from hdiwan@localhost) by hdroam.ssd.loral.com (8.9.3/8.9.3) id PAA01081 for cvs-all@FreeBSD.ORG; Tue, 4 Jul 2000 15:22:18 -0700 (PDT) (envelope-from hdiwan) Date: Tue, 4 Jul 2000 15:22:18 -0700 From: Hasan Diwan To: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/crypto/openssh sshd.c Message-ID: <20000704152218.A1052@hdroam.reflexnet.net> Reply-To: hdiwan@pobox.com References: <20000704200454.A88298@keltia.freenix.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: ; from kris@FreeBSD.ORG on Tue, Jul 04, 2000 at 01:13:25PM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG We should be attacking this at the source instead of imposing workarounds to the problem. This would imply a patch to Theo de Raadt. This seems the correct way to fix the problem, but I may be missing something here. -- Hasan Diwan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 15:45: 7 2000 Delivered-To: cvs-all@freebsd.org Received: from netplex.com.au (adsl-63-207-30-186.dsl.snfc21.pacbell.net [63.207.30.186]) by hub.freebsd.org (Postfix) with ESMTP id BFE9437BB68; Tue, 4 Jul 2000 15:44:43 -0700 (PDT) (envelope-from peter@netplex.com.au) Received: from netplex.com.au (peter@localhost [127.0.0.1]) by netplex.com.au (8.9.3/8.9.3) with ESMTP id PAA54695; Tue, 4 Jul 2000 15:44:39 -0700 (PDT) (envelope-from peter@netplex.com.au) Message-Id: <200007042244.PAA54695@netplex.com.au> X-Mailer: exmh version 2.1.1 10/15/1999 To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/crypto/openssh sshd.c In-Reply-To: Message from Ollivier Robert of "Tue, 04 Jul 2000 20:04:54 +0200." <20000704200454.A88298@keltia.freenix.fr> Date: Tue, 04 Jul 2000 15:44:39 -0700 From: Peter Wemm Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Ollivier Robert wrote: > According to Brian Feldman: > > Modified files: > > crypto/openssh sshd.c > > Log: > > MFF: > > Allow restarting on SIGHUP when the full path was not given as argv[0]. > > We do have /proc/curproc/file :) > > [ Following Wes & Robert's messages ] > > I'm not happy about that either. I know that /proc is not really optional > these days but it reminds me too much of the [in] /proc/curproc/cmdline Linux > thingy that bit us in early Star Office days... No, /proc is as close to optional as one can get these days. ps(1) uses sysctl(). The only thing that uses /proc is 'ps -e' - ie: to fetch another process's environment variables. (only available to root or for users to see other processes that they own) Cheers, -Peter -- Peter Wemm - peter@FreeBSD.org; peter@yahoo-inc.com; peter@netplex.com.au "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 16: 9:28 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2D13337B5B9; Tue, 4 Jul 2000 16:09:24 -0700 (PDT) (envelope-from assar@FreeBSD.org) Received: (from assar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA21962; Tue, 4 Jul 2000 16:09:24 -0700 (PDT) (envelope-from assar@FreeBSD.org) Message-Id: <200007042309.QAA21962@freefall.freebsd.org> From: Assar Westerlund Date: Tue, 4 Jul 2000 16:09:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/ls extern.h ls.c ls.h print.c util.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG assar 2000/07/04 16:09:23 PDT Modified files: bin/ls extern.h ls.c ls.h print.c util.c Log: make sure we do not write out non-printable characters in file names and symbolic links (by default) PR: bin/19354 Reviewed by: silence on -current Revision Changes Path 1.14 +4 -4 src/bin/ls/extern.h 1.42 +1 -3 src/bin/ls/ls.c 1.14 +2 -1 src/bin/ls/ls.h 1.36 +20 -10 src/bin/ls/print.c 1.22 +14 -12 src/bin/ls/util.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 16:32:21 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8ED7437BAF2; Tue, 4 Jul 2000 16:32:17 -0700 (PDT) (envelope-from cg@FreeBSD.org) Received: (from cg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA23709; Tue, 4 Jul 2000 16:32:17 -0700 (PDT) (envelope-from cg@FreeBSD.org) Message-Id: <200007042332.QAA23709@freefall.freebsd.org> From: Cameron Grant Date: Tue, 4 Jul 2000 16:32:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules/sound Makefile Makefile.inc src/sys/modules/sound/driver Makefile Makefile.inc src/sys/modules/sound/driver/ad1816 Makefile src/sys/modules/sound/driver/csa Makefile src/sys/modules/sound/driver/csapcm Makefile ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG cg 2000/07/04 16:32:16 PDT Added files: sys/modules/sound Makefile Makefile.inc sys/modules/sound/driver Makefile Makefile.inc sys/modules/sound/driver/ad1816 Makefile sys/modules/sound/driver/csa Makefile sys/modules/sound/driver/csapcm Makefile sys/modules/sound/driver/driver Makefile sys/modules/sound/driver/ds1 Makefile sys/modules/sound/driver/emu10k1 Makefile sys/modules/sound/driver/es137x Makefile sys/modules/sound/driver/es1888 Makefile sys/modules/sound/driver/ess Makefile sys/modules/sound/driver/gusc Makefile sys/modules/sound/driver/mss Makefile sys/modules/sound/driver/neomagic Makefile sys/modules/sound/driver/sb Makefile sys/modules/sound/driver/sbc Makefile sys/modules/sound/driver/t4dwave Makefile sys/modules/sound/pcm Makefile Log: newpcm module makefiles once built, 'kld_load snd_driver; kldunload snd_driver' will load all sound drivers and unload all unattached ones. attached drivers do not yet support unloading. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 16:35:25 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BB41437B9C8; Tue, 4 Jul 2000 16:35:22 -0700 (PDT) (envelope-from cg@FreeBSD.org) Received: (from cg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA23923; Tue, 4 Jul 2000 16:35:22 -0700 (PDT) (envelope-from cg@FreeBSD.org) Message-Id: <200007042335.QAA23923@freefall.freebsd.org> From: Cameron Grant Date: Tue, 4 Jul 2000 16:35:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG cg 2000/07/04 16:35:22 PDT Modified files: sys/modules Makefile Log: enable newpcm module building Revision Changes Path 1.129 +2 -2 src/sys/modules/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 16:54:28 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5B54E37B9C8; Tue, 4 Jul 2000 16:54:25 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA25102; Tue, 4 Jul 2000 16:54:25 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <200007042354.QAA25102@freefall.freebsd.org> From: Satoshi Asami Date: Tue, 4 Jul 2000 16:54:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/colorls Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asami 2000/07/04 16:54:25 PDT Modified files: misc/colorls Makefile Log: Add "${OSVERSION} < 500000 && ${OSVERSION} >= 400020" to list of versions to skip. Revision Changes Path 1.25 +2 -2 ports/misc/colorls/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 17: 1:38 2000 Delivered-To: cvs-all@freebsd.org Received: from granger.mail.mindspring.net (granger.mail.mindspring.net [207.69.200.148]) by hub.freebsd.org (Postfix) with ESMTP id 9C53C37B615; Tue, 4 Jul 2000 17:01:27 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca14-12.ix.netcom.com [205.186.215.12]) by granger.mail.mindspring.net (8.9.3/8.8.5) with ESMTP id UAA22590; Tue, 4 Jul 2000 20:01:16 -0400 (EDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id RAA93484; Tue, 4 Jul 2000 17:01:13 -0700 (PDT) To: "Akinori -Aki- MUSHA" Cc: cjh@kr.FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/korean/hlatex-psfonts-uhc-extra - Imported sources References: <200007041753.KAA83696@freefall.freebsd.org> <864s654tvq.fsf@gradius.myhome> <86itulmz64.wl@localhost.local.idaemons.org> From: asami@FreeBSD.org (Satoshi - Ports Wraith - Asami) Date: 04 Jul 2000 17:01:13 -0700 In-Reply-To: "Akinori -Aki- MUSHA"'s message of "Wed, 05 Jul 2000 05:13:39 +0900" Message-ID: Lines: 12 X-Mailer: Gnus v5.7/Emacs 20.6 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * From: "Akinori -Aki- MUSHA" * You don't need to bug the CVS meisters with such a trivial thing. :p * Just do a "cvs ci -f" to enter corrections. * I know "cvs admin -m .." will do in this case, but I'm not sure we * might use this kind of "destructive" cvs admin commands without CVS * meisters' permission. No, you shouldn't. Please use "cvs commit -f". :) Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 17: 2:41 2000 Delivered-To: cvs-all@freebsd.org Received: from bubba.whistle.com (bubba.whistle.com [207.76.205.7]) by hub.freebsd.org (Postfix) with ESMTP id 310B637B615; Tue, 4 Jul 2000 17:01:59 -0700 (PDT) (envelope-from archie@whistle.com) Received: (from archie@localhost) by bubba.whistle.com (8.9.3/8.9.2) id RAA06405; Tue, 4 Jul 2000 17:00:52 -0700 (PDT) From: Archie Cobbs Message-Id: <200007050000.RAA06405@bubba.whistle.com> Subject: Re: cvs commit: src/sys/net if.c if_ethersubr.c if_var.h In-Reply-To: <20000703170312.A11218@waterspout.com> from "C. Stephen Gunn" at "Jul 3, 2000 05:03:12 pm" To: csg@waterspout.com (C. Stephen Gunn) Date: Tue, 4 Jul 2000 17:00:52 -0700 (PDT) Cc: julian@elischer.org (Julian Elischer), archie@whistle.com (Archie Cobbs), imp@village.org (Warner Losh), ache@FreeBSD.ORG (Andrey A. Chernov), archie@FreeBSD.ORG (Archie Cobbs), cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG C. Stephen Gunn writes: > > Ethernet drivers should call the ether_* routines > > which are in their direct parent class. Those, in turn, should call > > the if_* functions if needed. > > > > At least that's the way I see it. > > I agree completely. Ethernet/Interface are way to inter-mingled > for my liking. Especially on one-shot operations like device > insertion/removal. OK, this is what I'll do (next week at the earliest). -Archie ___________________________________________________________________________ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 17: 2:45 2000 Delivered-To: cvs-all@freebsd.org Received: from localhost (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 37AFC37BE67; Tue, 4 Jul 2000 17:01:57 -0700 (PDT) (envelope-from green@FreeBSD.org) Date: Tue, 4 Jul 2000 20:01:55 -0400 (EDT) From: Brian Fundakowski Feldman X-Sender: green@green.dyndns.org To: Robert Watson Cc: Wes Morgan , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/crypto/openssh sshd.c In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 4 Jul 2000, Robert Watson wrote: > > I must have missed that commit while catching up from travel. I don't > like that technique for restarting daemons -- for one thing, it relies on > /proc being mounted. I have a continuing strong objection to the presence > of "file" in /proc in the first place, as I don't feel it substantially > contributes to useful functionality in /proc. While the switch from vnode > reference to symlink is an improvement, I'm still not sure any of the > associated complexity is a good idea. Does anything actually rely on this > behavior, other than sshd now? No, no, you two are mistaken here; this is a fallback if the execv() fails for the saved argv. It works like this: try to exec what we were invoked with. try to exec what we were invoked with _determined by the file system_, using /proc give up. The middle step is what I added. There's no reliance on procfs. procfs exists as a convenience, and in this case it makes it possible for you to HUP sshd even when you invoked it using a non-canonical name. This is a big convenience when you start daemons interactively. It's Good (TM) :) -- Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! / green@FreeBSD.org `------------------------------' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 17: 3:29 2000 Delivered-To: cvs-all@freebsd.org Received: from tisch.mail.mindspring.net (tisch.mail.mindspring.net [207.69.200.157]) by hub.freebsd.org (Postfix) with ESMTP id 53FA037BD18; Tue, 4 Jul 2000 17:03:21 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca14-12.ix.netcom.com [205.186.215.12]) by tisch.mail.mindspring.net (8.9.3/8.8.5) with ESMTP id UAA25195; Tue, 4 Jul 2000 20:03:10 -0400 (EDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id RAA93504; Tue, 4 Jul 2000 17:03:03 -0700 (PDT) To: CHOI Junho Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/korean/ftghostscript55 - Imported sources References: <200007041834.LAA90232@freefall.freebsd.org> From: asami@FreeBSD.org (Satoshi - Ports Wraith - Asami) Date: 04 Jul 2000 17:03:00 -0700 In-Reply-To: CHOI Junho's message of "Tue, 4 Jul 2000 11:34:39 -0700 (PDT)" Message-ID: Lines: 7 X-Mailer: Gnus v5.7/Emacs 20.6 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * Add ftghostscript55. Hmm. Shouldn't this have been repo-copied from korean/ftghostscript5? (Since Alladin ftgs-55 is eventually going to be GPL'ed and replace ftgs-5....) Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 17: 4:30 2000 Delivered-To: cvs-all@freebsd.org Received: from localhost (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 8E31737B834; Tue, 4 Jul 2000 17:04:22 -0700 (PDT) (envelope-from green@FreeBSD.org) Date: Tue, 4 Jul 2000 20:04:18 -0400 (EDT) From: Brian Fundakowski Feldman X-Sender: green@green.dyndns.org To: Wes Morgan Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/crypto/openssh sshd.c In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 4 Jul 2000, Wes Morgan wrote: > I hope that there is no way ever in 1e6 years that someone will be able to > subvert /proc/curproc and get sshd to execute the program of his choice as > root when it gets HUP'd. I can't think of any way possible, but there are > 6 billion people out there besides me. If someone can unmount /proc, you're screwed. They can do many other, more dangerous things, too. This is nothing to worry about at all (the /proc/curproc/sshd exec thing, not being screwed by people gaining root priveleges :) -- Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! / green@FreeBSD.org `------------------------------' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 17: 5:47 2000 Delivered-To: cvs-all@freebsd.org Received: from localhost (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 6CCCA37B834; Tue, 4 Jul 2000 17:05:38 -0700 (PDT) (envelope-from green@FreeBSD.org) Date: Tue, 4 Jul 2000 20:05:34 -0400 (EDT) From: Brian Fundakowski Feldman X-Sender: green@green.dyndns.org To: Sheldon Hearn Cc: "Rodney W. Grimes" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/file/Magdir animation In-Reply-To: <20173.962737597@axl.ops.uunet.co.za> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 4 Jul 2000, Sheldon Hearn wrote: > On Tue, 04 Jul 2000 11:44:18 MST, "Rodney W. Grimes" wrote: > > > Perhaps it would be a good idea to add: > > > > MAINTAINER=see src/usr.bin/file/MAINT > > > > to the src/usr.bin/file/Makefile to prevent this error in the future. > > Perhaps, but I can't help thinking that, since using a file called > MAINTAINER is acceptable, it shouldn't really be too hard to spot MAINT. > :-) Well, I missed it completely, so... ;) -- Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! / green@FreeBSD.org `------------------------------' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 17: 6: 4 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 52CD037BAEF; Tue, 4 Jul 2000 17:06:00 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA27080; Tue, 4 Jul 2000 17:06:00 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <200007050006.RAA27080@freefall.freebsd.org> From: Peter Wemm Date: Tue, 4 Jul 2000 17:06:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/defaults make.conf X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG peter 2000/07/04 17:06:00 PDT Modified files: (Branch: RELENG_4) etc/defaults make.conf Log: MFC: NO_TCSH and WITH_RSAINTL hooks Revision Changes Path 1.97.2.7 +14 -5 src/etc/defaults/make.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 17: 6:56 2000 Delivered-To: cvs-all@freebsd.org Received: from localhost (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 8747D37BAEF; Tue, 4 Jul 2000 17:06:46 -0700 (PDT) (envelope-from green@FreeBSD.org) Date: Tue, 4 Jul 2000 20:06:42 -0400 (EDT) From: Brian Fundakowski Feldman X-Sender: green@green.dyndns.org To: Jeroen Ruigrok/Asmodai Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/net/licq Makefile In-Reply-To: <20000704212626.P35215@daemon.ninth-circle.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 4 Jul 2000, Jeroen Ruigrok/Asmodai wrote: > -On [20000704 12:01], Brian Feldman (green@FreeBSD.org) wrote: > > Modified files: > > net/licq Makefile > > Log: > > Don't dictate policy: let the "UIN spoofing" option exist. This > > functionality has existed and been available by default for many > > versions before the present version, as well. > > The latest beta versions remove this option. BAH! I haven't been gotten back to yet by someone who wanted to do the upgrade. > Also, UIN spoofing hasn't worked in many, many months. Well, I checked to see if the button was there ;) > -- > Jeroen Ruigrok vd Werven/Asmodai asmodai@[wxs.nl|bart.nl|freebsd.org] > Documentation nutter/C-rated Coder BSD: Technical excellence at its best > The BSD Programmer's Documentation Project > My greatest fear... Is that all my Memories will be lost... Like > tears, in the rain... -- Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! / green@FreeBSD.org `------------------------------' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 17:24:36 2000 Delivered-To: cvs-all@freebsd.org Received: from mass.osd.bsdi.com (adsl-63-202-177-51.dsl.snfc21.pacbell.net [63.202.177.51]) by hub.freebsd.org (Postfix) with ESMTP id A010837B610; Tue, 4 Jul 2000 17:24:24 -0700 (PDT) (envelope-from msmith@mass.osd.bsdi.com) Received: from mass.osd.bsdi.com (localhost [127.0.0.1]) by mass.osd.bsdi.com (8.9.3/8.9.3) with ESMTP id RAA06537; Tue, 4 Jul 2000 17:31:42 -0700 (PDT) (envelope-from msmith@mass.osd.bsdi.com) Message-Id: <200007050031.RAA06537@mass.osd.bsdi.com> X-Mailer: exmh version 2.1.1 10/15/1999 To: Cameron Grant Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/modules/sound Makefile Makefile.inc src/sys/modules/sound/driver Makefile Makefile.inc src/sys/modules/sound/driver/ad1816 Makefile src/sys/modules/sound/driver/csa Makefile src/sys/modules/sound/driver/csapcm Makefile ... In-reply-to: Your message of "Tue, 04 Jul 2000 16:32:16 PDT." <200007042332.QAA23709@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 04 Jul 2000 17:31:42 -0700 From: Mike Smith Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > newpcm module makefiles > > once built, 'kld_load snd_driver; kldunload snd_driver' will load all sound > drivers and unload all unattached ones. attached drivers do not yet support > unloading. 1) Yay! 2) I don't like the module name. I would suggest either "pcm_driver" or "sound_driver" - "snd_driver" is one contraction and one complete word, and basically just ugly. 8) -- ... every activity meets with opposition, everyone who acts has his rivals and unfortunately opponents also. But not because people want to be opponents, rather because the tasks and relationships force people to take different points of view. [Dr. Fritz Todt] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 17:52:41 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 58ED937B952; Tue, 4 Jul 2000 17:52:03 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA31669; Tue, 4 Jul 2000 17:52:03 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Message-Id: <200007050052.RAA31669@freefall.freebsd.org> From: Jun Kuriyama Date: Tue, 4 Jul 2000 17:52:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/man/man1 gasp.1 ncplist.1 ncplogin.1 ncplogout.1 Makefile a2p.1 apply.1 apropos.1 at.1 awk.1 basename.1 biff.1 brandelf.1 builtin.1 c89.1 calendar.1 cap_mkdb.1 cat.1 catman.1 cccp.1 cdcontrol.1 checknr.1 chflags.1 chgrp.1 chio.1 ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kuriyama 2000/07/04 17:52:03 PDT Modified files: ja_JP.eucJP/man/man1 Makefile a2p.1 apply.1 apropos.1 at.1 awk.1 basename.1 biff.1 brandelf.1 builtin.1 c89.1 calendar.1 cap_mkdb.1 cat.1 catman.1 cccp.1 cdcontrol.1 checknr.1 chflags.1 chgrp.1 chio.1 chkey.1 chmod.1 chpass.1 ci.1 ckdist.1 cksum.1 cmp.1 co.1 col.1 colcrt.1 colldef.1 colrm.1 column.1 comm.1 compile_et.1 compress.1 cp.1 cpio.1 crontab.1 crunchgen.1 crunchide.1 csh.1 ctags.1 ctm.1 ctm_rmail.1 cu.1 cursor.1 cut.1 cvs.1 date.1 dc.1 dd.1 df.1 diff.1 dig.1 dnskeygen.1 domainname.1 doscmd.1 dtmfdecode.1 du.1 echo.1 ed.1 ee.1 enigma.1 expand.1 expr.1 f77.1 false.1 fdformat.1 fdwrite.1 fetch.1 file.1 file2c.1 find.1 finger.1 fmt.1 fold.1 fontedit.1 from.1 fstat.1 ftp.1 g711conv.1 gcc.1 gcore.1 gdb.1 gencat.1 getNAME.1 getopt.1 gprof.1 grep.1 groff.1 grolj4.1 groups.1 gzip.1 head.1 hexdump.1 host.1 hostname.1 htags.1 id.1 ident.1 indent.1 install.1 intro.1 ipcrm.1 ipcs.1 ipftest.1 ipnat.1 ipresend.1 iptest.1 join.1 jot.1 kbdcontrol.1 kbdmap.1 kcon.1 kdump.1 key.1 keyinfo.1 keyinit.1 keylogin.1 keylogout.1 kill.1 killall.1 ktrace.1 lam.1 last.1 lastcomm.1 ld.1 ldd.1 leave.1 lex.1 limits.1 lint.1 lkbib.1 ln.1 loadfont.1 locate.1 lock.1 lockf.1 logger.1 login.1 logname.1 look.1 lookbib.1 lorder.1 lp.1 lpq.1 lpr.1 lprm.1 lptest.1 ls.1 lsvfs.1 m4.1 mail.1 make.1 makewhatis.1 man.1 manpath.1 mcon.1 md5.1 merge.1 mesg.1 minigzip.1 mk_cmds.1 mkdep.1 mkdir.1 mkfifo.1 mklocale.1 mkstr.1 mktemp.1 more.1 mptable.1 msgs.1 mt.1 mv.1 ncal.1 neqn.1 netstat.1 nfsstat.1 nice.1 nohup.1 nroff.1 objformat.1 pagesize.1 passwd.1 paste.1 patch.1 pawd.1 pax.1 perl.1 pic.1 pkg_add.1 pkg_create.1 pkg_delete.1 pkg_info.1 pkg_version.1 pr.1 printenv.1 printf.1 ps.1 pwd.1 quota.1 rcp.1 rcs.1 rcsclean.1 rcsdiff.1 rcsfreeze.1 rcsintro.1 rcsmerge.1 rdist.1 rev.1 rlog.1 rlogin.1 rm.1 rmdir.1 rpcgen.1 rs.1 rsh.1 rtprio.1 rup.1 ruptime.1 rusers.1 rwall.1 rwho.1 sasc.1 scon.1 script.1 sed.1 send-pr.1 sgsc.1 sh.1 shar.1 skey.1 sleep.1 sockstat.1 soelim.1 split.1 startslip.1 stty.1 su.1 symorder.1 systat.1 tail.1 talk.1 tar.1 tcopy.1 tcpdump.1 tcpslice.1 tee.1 telnet.1 test.1 tftp.1 time.1 tip.1 touch.1 tput.1 tr.1 troff.1 true.1 truss.1 tset.1 tsort.1 tty.1 ul.1 uname.1 unifdef.1 uniq.1 units.1 unvis.1 uptime.1 users.1 uuconv.1 uucp.1 uuencode.1 uulog.1 uuname.1 uupick.1 uustat.1 uuto.1 uux.1 vacation.1 vgrind.1 vidcontrol.1 vis.1 vt220keys.1 vttest.1 w.1 wall.1 wc.1 what.1 whereis.1 which.1 who.1 whoami.1 whois.1 window.1 write.1 xargs.1 xstr.1 xten.1 yacc.1 yes.1 ypcat.1 ypmatch.1 ypwhich.1 yyfix.1 zmore.1 ja_JP.eucJP/man/man5 Makefile a.out.5 acct.5 amd.conf.5 ar.5 auth.conf.5 bootparams.5 bootptab.5 core.5 crontab.5 ctm.5 devfs.5 dir.5 disklabel.5 disktab.5 dm.conf.5 editrc.5 elf.5 ethers.5 exports.5 fbtab.5 fdesc.5 forward.5 fs.5 fstab.5 gettytab.5 groff_out.5 group.5 hosts.5 hosts.equiv.5 hosts.lpd.5 hosts_access.5 intro.5 ipf.5 ipnat.5 isdnd.acct.5 isdnd.rates.5 isdnd.rc.5 kernfs.5 keycap.5 link.5 loader.conf.5 login.access.5 login.conf.5 magic.5 modems.5 motd.5 netgroup.5 networks.5 nologin.5 passwd.5 pbm.5 pccard.conf.5 phones.5 printcap.5 procfs.5 protocols.5 publickey.5 pw.conf.5 radius.conf.5 ranlib.5 rc.conf.5 rcsfile.5 remote.5 resolver.5 rpc.5 services.5 shells.5 skey.access.5 stab.5 syslog.conf.5 tacplus.conf.5 term.5 termcap.5 ttys.5 types.5 tzfile.5 utmp.5 uuencode.format.5 vgrindefs.5 ja_JP.eucJP/man/man6 adventure.6 arithmetic.6 atc.6 backgammon.6 banner.6 battlestar.6 bcd.6 caesar.6 canfield.6 cribbage.6 factor.6 fish.6 fortune.6 hangman.6 intro.6 larn.6 mille.6 number.6 phantasia.6 pig.6 pom.6 quiz.6 rain.6 random.6 robots.6 rogue.6 sail.6 snake.6 trek.6 worm.6 worms.6 wump.6 ja_JP.eucJP/man/man7 Makefile ascii.7 clocks.7 environ.7 groff_mm.7 groff_mmse.7 groff_ms.7 hier.7 hostname.7 intro.7 mailaddr.7 man.7 mdoc.7 mdoc.samples.7 operator.7 ports.7 re_format.7 security.7 symlink.7 ja_JP.eucJP/man/man8 IPXrouted.8 MAKEDEV.8 Makefile ac.8 accton.8 adding_user.8 adduser.8 adjkerntz.8 amd.8 amq.8 apm.8 apmd.8 arp.8 atm.8 atmarpd.8 atrun.8 badsect.8 boot0cfg.8 boot_i386.8 bootparamd.8 bootpd.8 bootpef.8 bootptest.8 btxld.8 camcontrol.8 ccdconfig.8 chat.8 chkgrp.8 chkprintcap.8 chown.8 chroot.8 clri.8 comcontrol.8 comsat.8 config.8 crash.8 cron.8 dev_mkdb.8 dhclient-script.8 disklabel.8 diskless.8 diskpart.8 dm.8 dmesg.8 dump.8 dumpfs.8 dumpon.8 edquota.8 fdcontrol.8 fdisk.8 fingerd.8 fixmount.8 fore_dnld.8 fsck.8 fsdb.8 fsinfo.8 fsirand.8 ftpd.8 getty.8 hlfsd.8 ibcs2.8 ifconfig.8 ilmid.8 inetd.8 init.8 intro.8 iostat.8 ipfstat.8 ipfw.8 ipmon.8 isdnd.8 isdndebug.8 isdndecode.8 isdnmonitor.8 isdntel.8 isdntelctl.8 isdntrace.8 ispcvt.8 joy.8 kernbb.8 keyserv.8 kget.8 kgmon.8 kgzip.8 kldload.8 kldstat.8 kldunload.8 kzip.8 ldconfig.8 linux.8 loader.4th.8 loader.8 locate.updatedb.8 lpc.8 lpd.8 lptcontrol.8 makekey.8 makewhatis.local.8 manctl.8 map-mbone.8 memcontrol.8 mergemaster.8 mixer.8 mk-amd-map.8 mknetid.8 mknod.8 mount.8 mount_cd9660.8 mount_ext2fs.8 mount_msdos.8 mount_nfs.8 mount_ntfs.8 mount_null.8 mount_portal.8 mount_std.8 mount_umap.8 mount_union.8 mountd.8 moused.8 mrinfo.8 mrouted.8 mtest.8 mtrace.8 mtree.8 named.reload.8 named.restart.8 natd.8 newfs.8 newfs_msdos.8 newkey.8 newsyslog.8 nextboot.8 nfsd.8 nfsiod.8 ngctl.8 nghook.8 nologin.8 nos-tun.8 ntpdate.8 ntpq.8 ntptrace.8 pac.8 pam_radius.8 pccardc.8 pccardd.8 pciconf.8 periodic.8 ping.8 pnpinfo.8 portmap.8 ppp.8 pppctl.8 pppd.8 pppoed.8 pppstats.8 procctl.8 pstat.8 pw.8 pwd_mkdb.8 quot.8 quotacheck.8 quotaon.8 rarpd.8 rbootd.8 rc.8 reboot.8 renice.8 repquota.8 restore.8 revnetgroup.8 rexecd.8 rlogind.8 rmt.8 rmuser.8 rndcontrol.8 route.8 routed.8 rpc.lockd.8 rpc.rquotad.8 rpc.rstatd.8 rpc.rusersd.8 rpc.rwalld.8 rpc.sprayd.8 rpc.statd.8 rpc.yppasswdd.8 rpc.ypxfrd.8 rpcinfo.8 rshd.8 rtquery.8 rwhod.8 sa.8 savecore.8 scspd.8 showmount.8 shutdown.8 sicontrol.8 slattach.8 sliplogin.8 slstat.8 spkrtest.8 spppcontrol.8 spray.8 sticky.8 stlload.8 stlstats.8 strfile.8 swapon.8 sync.8 sysctl.8 syslogd.8 talkd.8 telnetd.8 tftpd.8 timed.8 timedc.8 traceroute.8 trpt.8 tunefs.8 tzsetup.8 umount.8 usbd.8 usbdevs.8 uuchk.8 uucico.8 uucpd.8 uusched.8 uuxqt.8 vinum.8 vipw.8 vmstat.8 vnconfig.8 watch.8 wicontrol.8 wire-test.8 wlconfig.8 xtend.8 yp_mkdb.8 ypbind.8 ypinit.8 yppoll.8 yppush.8 ypserv.8 ypset.8 ypxfr.8 zdump.8 zic.8 Added files: ja_JP.eucJP/man/man1 gasp.1 ncplist.1 ncplogin.1 ncplogout.1 ja_JP.eucJP/man/man5 mailer.conf.5 ntp.conf.5 ntp.keys.5 rrenumd.conf.5 rtadvd.conf.5 terminfo.5 usbd.conf.5 ja_JP.eucJP/man/man7 term.7 ja_JP.eucJP/man/man8 ancontrol.8 burncd.8 genassym.8 gensetdefs.8 gifconfig.8 ifmcstat.8 ipf.8 jail.8 mailwrapper.8 mount_nwfs.8 ndp.8 ng_UI.8 ng_async.8 ng_bpf.8 ng_cisco.8 ng_echo.8 ng_ether.8 ng_frame_relay.8 ng_hole.8 ng_iface.8 ng_ksocket.8 ng_lmi.8 ng_ppp.8 ng_pppoe.8 ng_pptpgre.8 ng_rfc1490.8 ng_socket.8 ng_tee.8 ng_tty.8 ng_vjc.8 ntpd.8 ntpdc.8 ntptime.8 ping6.8 prefix.8 rip6query.8 route6d.8 rpc.umntall.8 rrenumd.8 rtadvd.8 rtsold.8 setkey.8 svr4.8 traceroute6.8 Removed files: ja_JP.eucJP/man/man1 bison.1 error.1 f2c.1 fpr.1 fsplit.1 genclass.1 ipf.1 mset.1 tconv.1 tn3270.1 ja_JP.eucJP/man/man5 map3270.5 ja_JP.eucJP/man/man8 apmconf.8 ft.8 keyadmin.8 kvm_mkdb.8 modload.8 modstat.8 modunload.8 rstat_svc.8 wormcontrol.8 xntpd.8 xntpdc.8 Log: Catching up to 4.0-RELEASE. Translated and reviewed by: Japanese Online Manual Project Submitted by: Kazuo Horikawa Revision Changes Path 1.22 +47 -66 doc/ja_JP.eucJP/man/man1/Makefile 1.4 +1 -1 doc/ja_JP.eucJP/man/man1/a2p.1 1.6 +1 -1 doc/ja_JP.eucJP/man/man1/apply.1 1.5 +4 -5 doc/ja_JP.eucJP/man/man1/apropos.1 1.10 +24 -25 doc/ja_JP.eucJP/man/man1/at.1 1.11 +1 -1 doc/ja_JP.eucJP/man/man1/awk.1 1.5 +1 -1 doc/ja_JP.eucJP/man/man1/basename.1 1.5 +1 -1 doc/ja_JP.eucJP/man/man1/biff.1 1.3 +5 -1 doc/ja_JP.eucJP/man/man1/brandelf.1 1.2 +5 -3 doc/ja_JP.eucJP/man/man1/builtin.1 1.4 +2 -2 doc/ja_JP.eucJP/man/man1/c89.1 1.4 +1 -1 doc/ja_JP.eucJP/man/man1/calendar.1 1.4 +6 -7 doc/ja_JP.eucJP/man/man1/cap_mkdb.1 1.7 +1 -1 doc/ja_JP.eucJP/man/man1/cat.1 1.5 +6 -1 doc/ja_JP.eucJP/man/man1/catman.1 1.5 +13 -18 doc/ja_JP.eucJP/man/man1/cccp.1 1.9 +1 -1 doc/ja_JP.eucJP/man/man1/cdcontrol.1 1.3 +1 -0 doc/ja_JP.eucJP/man/man1/checknr.1 1.5 +2 -2 doc/ja_JP.eucJP/man/man1/chflags.1 1.5 +2 -4 doc/ja_JP.eucJP/man/man1/chgrp.1 1.8 +1 -1 doc/ja_JP.eucJP/man/man1/chio.1 1.3 +1 -0 doc/ja_JP.eucJP/man/man1/chkey.1 1.13 +1 -1 doc/ja_JP.eucJP/man/man1/chmod.1 1.14 +1 -1 doc/ja_JP.eucJP/man/man1/chpass.1 1.7 +1 -1 doc/ja_JP.eucJP/man/man1/ci.1 1.6 +1 -1 doc/ja_JP.eucJP/man/man1/ckdist.1 1.7 +6 -6 doc/ja_JP.eucJP/man/man1/cksum.1 1.5 +1 -1 doc/ja_JP.eucJP/man/man1/cmp.1 1.5 +1 -1 doc/ja_JP.eucJP/man/man1/co.1 1.3 +1 -0 doc/ja_JP.eucJP/man/man1/col.1 1.2 +1 -0 doc/ja_JP.eucJP/man/man1/colcrt.1 1.5 +5 -9 doc/ja_JP.eucJP/man/man1/colldef.1 1.2 +1 -0 doc/ja_JP.eucJP/man/man1/colrm.1 1.3 +1 -0 doc/ja_JP.eucJP/man/man1/column.1 1.4 +1 -1 doc/ja_JP.eucJP/man/man1/comm.1 1.4 +1 -1 doc/ja_JP.eucJP/man/man1/compile_et.1 1.2 +1 -0 doc/ja_JP.eucJP/man/man1/compress.1 1.9 +1 -1 doc/ja_JP.eucJP/man/man1/cp.1 1.5 +1 -1 doc/ja_JP.eucJP/man/man1/cpio.1 1.9 +1 -1 doc/ja_JP.eucJP/man/man1/crontab.1 1.4 +1 -1 doc/ja_JP.eucJP/man/man1/crunchgen.1 1.4 +1 -0 doc/ja_JP.eucJP/man/man1/crunchide.1 1.13 +1 -1 doc/ja_JP.eucJP/man/man1/csh.1 1.2 +1 -0 doc/ja_JP.eucJP/man/man1/ctags.1 1.8 +1 -1 doc/ja_JP.eucJP/man/man1/ctm.1 1.9 +1 -1 doc/ja_JP.eucJP/man/man1/ctm_rmail.1 1.5 +1 -1 doc/ja_JP.eucJP/man/man1/cu.1 1.4 +1 -1 doc/ja_JP.eucJP/man/man1/cursor.1 1.5 +1 -1 doc/ja_JP.eucJP/man/man1/cut.1 1.11 +1 -1 doc/ja_JP.eucJP/man/man1/cvs.1 1.14 +60 -61 doc/ja_JP.eucJP/man/man1/date.1 1.4 +35 -29 doc/ja_JP.eucJP/man/man1/dc.1 1.11 +1 -1 doc/ja_JP.eucJP/man/man1/dd.1 1.9 +6 -6 doc/ja_JP.eucJP/man/man1/df.1 1.5 +14 -3 doc/ja_JP.eucJP/man/man1/diff.1 1.7 +1 -1 doc/ja_JP.eucJP/man/man1/dig.1 1.3 +4 -4 doc/ja_JP.eucJP/man/man1/dnskeygen.1 1.5 +1 -1 doc/ja_JP.eucJP/man/man1/domainname.1 1.5 +15 -2 doc/ja_JP.eucJP/man/man1/doscmd.1 1.2 +7 -2 doc/ja_JP.eucJP/man/man1/dtmfdecode.1 1.6 +11 -2 doc/ja_JP.eucJP/man/man1/du.1 1.7 +1 -1 doc/ja_JP.eucJP/man/man1/echo.1 1.9 +2 -3 doc/ja_JP.eucJP/man/man1/ed.1 1.6 +1 -1 doc/ja_JP.eucJP/man/man1/ee.1 1.5 +1 -1 doc/ja_JP.eucJP/man/man1/enigma.1 1.2 +1 -0 doc/ja_JP.eucJP/man/man1/expand.1 1.6 +1 -1 doc/ja_JP.eucJP/man/man1/expr.1 1.6 +371 -77 doc/ja_JP.eucJP/man/man1/f77.1 1.2 +1 -0 doc/ja_JP.eucJP/man/man1/false.1 1.6 +18 -13 doc/ja_JP.eucJP/man/man1/fdformat.1 1.6 +4 -2 doc/ja_JP.eucJP/man/man1/fdwrite.1 1.12 +12 -4 doc/ja_JP.eucJP/man/man1/fetch.1 1.13 +4 -4 doc/ja_JP.eucJP/man/man1/file.1 1.4 +1 -1 doc/ja_JP.eucJP/man/man1/file2c.1 1.13 +19 -3 doc/ja_JP.eucJP/man/man1/find.1 1.6 +1 -1 doc/ja_JP.eucJP/man/man1/finger.1 1.3 +1 -1 doc/ja_JP.eucJP/man/man1/fmt.1 1.2 +1 -0 doc/ja_JP.eucJP/man/man1/fold.1 1.2 +2 -0 doc/ja_JP.eucJP/man/man1/fontedit.1 1.3 +1 -1 doc/ja_JP.eucJP/man/man1/from.1 1.5 +1 -0 doc/ja_JP.eucJP/man/man1/fstat.1 1.12 +21 -3 doc/ja_JP.eucJP/man/man1/ftp.1 1.2 +5 -3 doc/ja_JP.eucJP/man/man1/g711conv.1 1.7 +130 -4 doc/ja_JP.eucJP/man/man1/gcc.1 1.4 +1 -1 doc/ja_JP.eucJP/man/man1/gcore.1 1.6 +1 -1 doc/ja_JP.eucJP/man/man1/gdb.1 1.7 +1 -1 doc/ja_JP.eucJP/man/man1/gencat.1 1.5 +1 -1 doc/ja_JP.eucJP/man/man1/getNAME.1 1.6 +1 -1 doc/ja_JP.eucJP/man/man1/getopt.1 1.4 +11 -8 doc/ja_JP.eucJP/man/man1/gprof.1 1.6 +310 -136 doc/ja_JP.eucJP/man/man1/grep.1 1.8 +2 -2 doc/ja_JP.eucJP/man/man1/groff.1 1.4 +1 -1 doc/ja_JP.eucJP/man/man1/grolj4.1 1.2 +1 -0 doc/ja_JP.eucJP/man/man1/groups.1 1.3 +1 -1 doc/ja_JP.eucJP/man/man1/gzip.1 1.3 +1 -0 doc/ja_JP.eucJP/man/man1/head.1 1.5 +1 -1 doc/ja_JP.eucJP/man/man1/hexdump.1 1.6 +54 -51 doc/ja_JP.eucJP/man/man1/host.1 1.8 +1 -1 doc/ja_JP.eucJP/man/man1/hostname.1 1.4 +3 -1 doc/ja_JP.eucJP/man/man1/htags.1 1.6 +1 -1 doc/ja_JP.eucJP/man/man1/id.1 1.6 +1 -1 doc/ja_JP.eucJP/man/man1/ident.1 1.4 +1 -0 doc/ja_JP.eucJP/man/man1/indent.1 1.8 +18 -7 doc/ja_JP.eucJP/man/man1/install.1 1.7 +1 -1 doc/ja_JP.eucJP/man/man1/intro.1 1.6 +2 -2 doc/ja_JP.eucJP/man/man1/ipcrm.1 1.5 +1 -1 doc/ja_JP.eucJP/man/man1/ipcs.1 1.3 +0 -1 doc/ja_JP.eucJP/man/man1/ipftest.1 1.3 +4 -3 doc/ja_JP.eucJP/man/man1/ipnat.1 1.3 +3 -1 doc/ja_JP.eucJP/man/man1/ipresend.1 1.4 +0 -1 doc/ja_JP.eucJP/man/man1/iptest.1 1.2 +1 -0 doc/ja_JP.eucJP/man/man1/join.1 1.6 +27 -13 doc/ja_JP.eucJP/man/man1/jot.1 1.10 +1 -1 doc/ja_JP.eucJP/man/man1/kbdcontrol.1 1.6 +18 -10 doc/ja_JP.eucJP/man/man1/kbdmap.1 1.3 +1 -1 doc/ja_JP.eucJP/man/man1/kcon.1 1.4 +1 -1 doc/ja_JP.eucJP/man/man1/kdump.1 1.5 +1 -1 doc/ja_JP.eucJP/man/man1/key.1 1.5 +1 -1 doc/ja_JP.eucJP/man/man1/keyinfo.1 1.5 +1 -1 doc/ja_JP.eucJP/man/man1/keyinit.1 1.3 +1 -2 doc/ja_JP.eucJP/man/man1/keylogin.1 1.3 +1 -0 doc/ja_JP.eucJP/man/man1/keylogout.1 1.7 +1 -1 doc/ja_JP.eucJP/man/man1/kill.1 1.6 +1 -1 doc/ja_JP.eucJP/man/man1/killall.1 1.5 +1 -1 doc/ja_JP.eucJP/man/man1/ktrace.1 1.2 +1 -0 doc/ja_JP.eucJP/man/man1/lam.1 1.4 +1 -1 doc/ja_JP.eucJP/man/man1/last.1 1.6 +1 -1 doc/ja_JP.eucJP/man/man1/lastcomm.1 1.6 +5 -6 doc/ja_JP.eucJP/man/man1/ld.1 1.3 +8 -8 doc/ja_JP.eucJP/man/man1/ldd.1 1.2 +1 -0 doc/ja_JP.eucJP/man/man1/leave.1 1.5 +13 -2 doc/ja_JP.eucJP/man/man1/lex.1 1.11 +4 -1 doc/ja_JP.eucJP/man/man1/limits.1 1.5 +2 -1 doc/ja_JP.eucJP/man/man1/lint.1 1.4 +1 -1 doc/ja_JP.eucJP/man/man1/lkbib.1 1.7 +17 -15 doc/ja_JP.eucJP/man/man1/ln.1 1.3 +1 -1 doc/ja_JP.eucJP/man/man1/loadfont.1 1.8 +2 -2 doc/ja_JP.eucJP/man/man1/locate.1 1.2 +1 -0 doc/ja_JP.eucJP/man/man1/lock.1 1.5 +1 -1 doc/ja_JP.eucJP/man/man1/lockf.1 1.2 +1 -0 doc/ja_JP.eucJP/man/man1/logger.1 1.12 +1 -1 doc/ja_JP.eucJP/man/man1/login.1 1.4 +1 -1 doc/ja_JP.eucJP/man/man1/logname.1 1.3 +1 -0 doc/ja_JP.eucJP/man/man1/look.1 1.4 +1 -1 doc/ja_JP.eucJP/man/man1/lookbib.1 1.2 +1 -0 doc/ja_JP.eucJP/man/man1/lorder.1 1.6 +1 -1 doc/ja_JP.eucJP/man/man1/lp.1 1.2 +1 -0 doc/ja_JP.eucJP/man/man1/lpq.1 1.9 +7 -1 doc/ja_JP.eucJP/man/man1/lpr.1 1.3 +1 -0 doc/ja_JP.eucJP/man/man1/lprm.1 1.2 +1 -0 doc/ja_JP.eucJP/man/man1/lptest.1 1.12 +12 -3 doc/ja_JP.eucJP/man/man1/ls.1 1.5 +1 -1 doc/ja_JP.eucJP/man/man1/lsvfs.1 1.8 +1 -1 doc/ja_JP.eucJP/man/man1/m4.1 1.11 +1 -1 doc/ja_JP.eucJP/man/man1/mail.1 1.10 +283 -110 doc/ja_JP.eucJP/man/man1/make.1 1.4 +6 -1 doc/ja_JP.eucJP/man/man1/makewhatis.1 1.6 +34 -9 doc/ja_JP.eucJP/man/man1/man.1 1.5 +14 -3 doc/ja_JP.eucJP/man/man1/manpath.1 1.4 +1 -1 doc/ja_JP.eucJP/man/man1/mcon.1 1.5 +1 -1 doc/ja_JP.eucJP/man/man1/md5.1 1.6 +1 -1 doc/ja_JP.eucJP/man/man1/merge.1 1.5 +1 -1 doc/ja_JP.eucJP/man/man1/mesg.1 1.4 +1 -1 doc/ja_JP.eucJP/man/man1/minigzip.1 1.3 +2 -2 doc/ja_JP.eucJP/man/man1/mk_cmds.1 1.4 +1 -1 doc/ja_JP.eucJP/man/man1/mkdep.1 1.8 +7 -2 doc/ja_JP.eucJP/man/man1/mkdir.1 1.5 +29 -4 doc/ja_JP.eucJP/man/man1/mkfifo.1 1.5 +1 -1 doc/ja_JP.eucJP/man/man1/mklocale.1 1.4 +1 -1 doc/ja_JP.eucJP/man/man1/mkstr.1 1.7 +3 -1 doc/ja_JP.eucJP/man/man1/mktemp.1 1.10 +47 -22 doc/ja_JP.eucJP/man/man1/more.1 1.4 +1 -1 doc/ja_JP.eucJP/man/man1/mptable.1 1.5 +1 -1 doc/ja_JP.eucJP/man/man1/msgs.1 1.10 +1 -1 doc/ja_JP.eucJP/man/man1/mt.1 1.8 +1 -1 doc/ja_JP.eucJP/man/man1/mv.1 1.5 +1 -1 doc/ja_JP.eucJP/man/man1/ncal.1 1.4 +1 -1 doc/ja_JP.eucJP/man/man1/neqn.1 1.9 +67 -7 doc/ja_JP.eucJP/man/man1/netstat.1 1.5 +12 -1 doc/ja_JP.eucJP/man/man1/nfsstat.1 1.8 +1 -1 doc/ja_JP.eucJP/man/man1/nice.1 1.6 +1 -1 doc/ja_JP.eucJP/man/man1/nohup.1 1.5 +2 -2 doc/ja_JP.eucJP/man/man1/nroff.1 1.4 +1 -1 doc/ja_JP.eucJP/man/man1/objformat.1 1.2 +1 -0 doc/ja_JP.eucJP/man/man1/pagesize.1 1.13 +49 -15 doc/ja_JP.eucJP/man/man1/passwd.1 1.2 +1 -0 doc/ja_JP.eucJP/man/man1/paste.1 1.8 +1 -28 doc/ja_JP.eucJP/man/man1/patch.1 1.4 +1 -1 doc/ja_JP.eucJP/man/man1/pawd.1 1.10 +1 -1 doc/ja_JP.eucJP/man/man1/pax.1 1.6 +4 -4 doc/ja_JP.eucJP/man/man1/perl.1 1.6 +1 -1 doc/ja_JP.eucJP/man/man1/pic.1 1.16 +60 -53 doc/ja_JP.eucJP/man/man1/pkg_add.1 1.15 +80 -60 doc/ja_JP.eucJP/man/man1/pkg_create.1 1.8 +41 -37 doc/ja_JP.eucJP/man/man1/pkg_delete.1 1.10 +41 -32 doc/ja_JP.eucJP/man/man1/pkg_info.1 1.3 +23 -20 doc/ja_JP.eucJP/man/man1/pkg_version.1 1.6 +1 -1 doc/ja_JP.eucJP/man/man1/pr.1 1.2 +13 -5 doc/ja_JP.eucJP/man/man1/printenv.1 1.5 +1 -1 doc/ja_JP.eucJP/man/man1/printf.1 1.11 +8 -3 doc/ja_JP.eucJP/man/man1/ps.1 1.9 +1 -1 doc/ja_JP.eucJP/man/man1/pwd.1 1.4 +1 -1 doc/ja_JP.eucJP/man/man1/quota.1 1.10 +1 -1 doc/ja_JP.eucJP/man/man1/rcp.1 1.5 +1 -1 doc/ja_JP.eucJP/man/man1/rcs.1 1.4 +1 -1 doc/ja_JP.eucJP/man/man1/rcsclean.1 1.5 +1 -1 doc/ja_JP.eucJP/man/man1/rcsdiff.1 1.5 +1 -1 doc/ja_JP.eucJP/man/man1/rcsfreeze.1 1.4 +1 -1 doc/ja_JP.eucJP/man/man1/rcsintro.1 1.5 +1 -1 doc/ja_JP.eucJP/man/man1/rcsmerge.1 1.10 +2 -2 doc/ja_JP.eucJP/man/man1/rdist.1 1.2 +1 -0 doc/ja_JP.eucJP/man/man1/rev.1 1.6 +1 -1 doc/ja_JP.eucJP/man/man1/rlog.1 1.4 +8 -1 doc/ja_JP.eucJP/man/man1/rlogin.1 1.11 +1 -1 doc/ja_JP.eucJP/man/man1/rm.1 1.7 +1 -1 doc/ja_JP.eucJP/man/man1/rmdir.1 1.6 +4 -4 doc/ja_JP.eucJP/man/man1/rpcgen.1 1.2 +1 -0 doc/ja_JP.eucJP/man/man1/rs.1 1.7 +14 -10 doc/ja_JP.eucJP/man/man1/rsh.1 1.11 +2 -2 doc/ja_JP.eucJP/man/man1/rtprio.1 1.4 +1 -1 doc/ja_JP.eucJP/man/man1/rup.1 1.5 +4 -2 doc/ja_JP.eucJP/man/man1/ruptime.1 1.5 +1 -1 doc/ja_JP.eucJP/man/man1/rusers.1 1.5 +1 -1 doc/ja_JP.eucJP/man/man1/rwall.1 1.2 +1 -0 doc/ja_JP.eucJP/man/man1/rwho.1 1.6 +1 -1 doc/ja_JP.eucJP/man/man1/sasc.1 1.3 +1 -1 doc/ja_JP.eucJP/man/man1/scon.1 1.9 +2 -3 doc/ja_JP.eucJP/man/man1/script.1 1.6 +1 -1 doc/ja_JP.eucJP/man/man1/sed.1 1.6 +10 -5 doc/ja_JP.eucJP/man/man1/send-pr.1 1.5 +4 -4 doc/ja_JP.eucJP/man/man1/sgsc.1 1.20 +1 -1 doc/ja_JP.eucJP/man/man1/sh.1 1.5 +1 -1 doc/ja_JP.eucJP/man/man1/shar.1 1.3 +1 -1 doc/ja_JP.eucJP/man/man1/skey.1 1.9 +1 -1 doc/ja_JP.eucJP/man/man1/sleep.1 1.6 +3 -2 doc/ja_JP.eucJP/man/man1/sockstat.1 1.3 +1 -0 doc/ja_JP.eucJP/man/man1/soelim.1 1.4 +1 -1 doc/ja_JP.eucJP/man/man1/split.1 1.7 +1 -1 doc/ja_JP.eucJP/man/man1/startslip.1 1.10 +1 -1 doc/ja_JP.eucJP/man/man1/stty.1 1.11 +1 -1 doc/ja_JP.eucJP/man/man1/su.1 1.2 +1 -0 doc/ja_JP.eucJP/man/man1/symorder.1 1.10 +3 -2 doc/ja_JP.eucJP/man/man1/systat.1 1.4 +1 -0 doc/ja_JP.eucJP/man/man1/tail.1 1.3 +1 -1 doc/ja_JP.eucJP/man/man1/talk.1 1.12 +1 -2 doc/ja_JP.eucJP/man/man1/tar.1 1.3 +19 -0 doc/ja_JP.eucJP/man/man1/tcopy.1 1.10 +87 -79 doc/ja_JP.eucJP/man/man1/tcpdump.1 1.7 +1 -1 doc/ja_JP.eucJP/man/man1/tcpslice.1 1.2 +1 -0 doc/ja_JP.eucJP/man/man1/tee.1 1.10 +8 -4 doc/ja_JP.eucJP/man/man1/telnet.1 1.11 +1 -1 doc/ja_JP.eucJP/man/man1/test.1 1.2 +1 -0 doc/ja_JP.eucJP/man/man1/tftp.1 1.5 +1 -1 doc/ja_JP.eucJP/man/man1/time.1 1.5 +1 -1 doc/ja_JP.eucJP/man/man1/tip.1 1.3 +1 -0 doc/ja_JP.eucJP/man/man1/touch.1 1.7 +1 -1 doc/ja_JP.eucJP/man/man1/tput.1 1.3 +1 -0 doc/ja_JP.eucJP/man/man1/tr.1 1.6 +2 -2 doc/ja_JP.eucJP/man/man1/troff.1 1.2 +1 -0 doc/ja_JP.eucJP/man/man1/true.1 1.3 +3 -1 doc/ja_JP.eucJP/man/man1/truss.1 1.4 +1 -0 doc/ja_JP.eucJP/man/man1/tset.1 1.3 +1 -0 doc/ja_JP.eucJP/man/man1/tsort.1 1.4 +1 -1 doc/ja_JP.eucJP/man/man1/tty.1 1.2 +1 -0 doc/ja_JP.eucJP/man/man1/ul.1 1.4 +1 -0 doc/ja_JP.eucJP/man/man1/uname.1 1.2 +1 -0 doc/ja_JP.eucJP/man/man1/unifdef.1 1.6 +1 -1 doc/ja_JP.eucJP/man/man1/uniq.1 1.6 +1 -1 doc/ja_JP.eucJP/man/man1/units.1 1.2 +1 -0 doc/ja_JP.eucJP/man/man1/unvis.1 1.2 +1 -0 doc/ja_JP.eucJP/man/man1/uptime.1 1.2 +1 -0 doc/ja_JP.eucJP/man/man1/users.1 1.3 +1 -1 doc/ja_JP.eucJP/man/man1/uuconv.1 1.4 +1 -1 doc/ja_JP.eucJP/man/man1/uucp.1 1.6 +1 -1 doc/ja_JP.eucJP/man/man1/uuencode.1 1.5 +1 -1 doc/ja_JP.eucJP/man/man1/uulog.1 1.4 +1 -1 doc/ja_JP.eucJP/man/man1/uuname.1 1.3 +1 -1 doc/ja_JP.eucJP/man/man1/uupick.1 1.7 +1 -1 doc/ja_JP.eucJP/man/man1/uustat.1 1.3 +1 -1 doc/ja_JP.eucJP/man/man1/uuto.1 1.4 +1 -1 doc/ja_JP.eucJP/man/man1/uux.1 1.6 +1 -1 doc/ja_JP.eucJP/man/man1/vacation.1 1.3 +1 -0 doc/ja_JP.eucJP/man/man1/vgrind.1 1.13 +10 -1 doc/ja_JP.eucJP/man/man1/vidcontrol.1 1.2 +1 -0 doc/ja_JP.eucJP/man/man1/vis.1 1.3 +2 -1 doc/ja_JP.eucJP/man/man1/vt220keys.1 1.2 +2 -0 doc/ja_JP.eucJP/man/man1/vttest.1 1.8 +1 -1 doc/ja_JP.eucJP/man/man1/w.1 1.2 +1 -0 doc/ja_JP.eucJP/man/man1/wall.1 1.4 +1 -1 doc/ja_JP.eucJP/man/man1/wc.1 1.5 +1 -1 doc/ja_JP.eucJP/man/man1/what.1 1.6 +7 -4 doc/ja_JP.eucJP/man/man1/whereis.1 1.7 +1 -1 doc/ja_JP.eucJP/man/man1/which.1 1.5 +1 -1 doc/ja_JP.eucJP/man/man1/who.1 1.2 +1 -0 doc/ja_JP.eucJP/man/man1/whoami.1 1.8 +9 -1 doc/ja_JP.eucJP/man/man1/whois.1 1.4 +1 -0 doc/ja_JP.eucJP/man/man1/window.1 1.4 +1 -1 doc/ja_JP.eucJP/man/man1/write.1 1.2 +1 -0 doc/ja_JP.eucJP/man/man1/xargs.1 1.2 +1 -0 doc/ja_JP.eucJP/man/man1/xstr.1 1.7 +1 -1 doc/ja_JP.eucJP/man/man1/xten.1 1.5 +5 -5 doc/ja_JP.eucJP/man/man1/yacc.1 1.2 +1 -0 doc/ja_JP.eucJP/man/man1/yes.1 1.5 +1 -1 doc/ja_JP.eucJP/man/man1/ypcat.1 1.5 +1 -1 doc/ja_JP.eucJP/man/man1/ypmatch.1 1.5 +1 -1 doc/ja_JP.eucJP/man/man1/ypwhich.1 1.6 +1 -1 doc/ja_JP.eucJP/man/man1/yyfix.1 1.4 +1 -1 doc/ja_JP.eucJP/man/man1/zmore.1 1.8 +99 -19 doc/ja_JP.eucJP/man/man5/Makefile 1.7 +1 -1 doc/ja_JP.eucJP/man/man5/a.out.5 1.6 +1 -1 doc/ja_JP.eucJP/man/man5/acct.5 1.8 +3 -3 doc/ja_JP.eucJP/man/man5/amd.conf.5 1.3 +1 -0 doc/ja_JP.eucJP/man/man5/ar.5 1.4 +1 -1 doc/ja_JP.eucJP/man/man5/auth.conf.5 1.5 +1 -1 doc/ja_JP.eucJP/man/man5/bootparams.5 1.6 +1 -1 doc/ja_JP.eucJP/man/man5/bootptab.5 1.5 +1 -1 doc/ja_JP.eucJP/man/man5/core.5 1.6 +3 -3 doc/ja_JP.eucJP/man/man5/crontab.5 1.5 +2 -2 doc/ja_JP.eucJP/man/man5/ctm.5 1.6 +1 -1 doc/ja_JP.eucJP/man/man5/devfs.5 1.5 +12 -7 doc/ja_JP.eucJP/man/man5/dir.5 1.7 +305 -139 doc/ja_JP.eucJP/man/man5/disklabel.5 1.5 +1 -1 doc/ja_JP.eucJP/man/man5/disktab.5 1.5 +1 -0 doc/ja_JP.eucJP/man/man5/dm.conf.5 1.3 +2 -0 doc/ja_JP.eucJP/man/man5/editrc.5 1.5 +3 -3 doc/ja_JP.eucJP/man/man5/elf.5 1.6 +1 -1 doc/ja_JP.eucJP/man/man5/ethers.5 1.8 +2 -2 doc/ja_JP.eucJP/man/man5/exports.5 1.7 +1 -1 doc/ja_JP.eucJP/man/man5/fbtab.5 1.6 +1 -1 doc/ja_JP.eucJP/man/man5/fdesc.5 1.6 +1 -1 doc/ja_JP.eucJP/man/man5/forward.5 1.7 +1 -1 doc/ja_JP.eucJP/man/man5/fs.5 1.6 +8 -1 doc/ja_JP.eucJP/man/man5/fstab.5 1.9 +1 -1 doc/ja_JP.eucJP/man/man5/gettytab.5 1.7 +3 -2 doc/ja_JP.eucJP/man/man5/groff_out.5 1.7 +1 -1 doc/ja_JP.eucJP/man/man5/group.5 1.5 +1 -1 doc/ja_JP.eucJP/man/man5/hosts.5 1.6 +10 -9 doc/ja_JP.eucJP/man/man5/hosts.equiv.5 1.5 +1 -1 doc/ja_JP.eucJP/man/man5/hosts.lpd.5 1.4 +8 -1 doc/ja_JP.eucJP/man/man5/hosts_access.5 1.4 +1 -1 doc/ja_JP.eucJP/man/man5/intro.5 1.4 +68 -12 doc/ja_JP.eucJP/man/man5/ipf.5 1.2 +70 -3 doc/ja_JP.eucJP/man/man5/ipnat.5 1.6 +10 -6 doc/ja_JP.eucJP/man/man5/isdnd.acct.5 1.6 +10 -6 doc/ja_JP.eucJP/man/man5/isdnd.rates.5 1.9 +54 -7 doc/ja_JP.eucJP/man/man5/isdnd.rc.5 1.6 +1 -1 doc/ja_JP.eucJP/man/man5/kernfs.5 1.7 +1 -1 doc/ja_JP.eucJP/man/man5/keycap.5 1.6 +1 -1 doc/ja_JP.eucJP/man/man5/link.5 1.6 +1 -1 doc/ja_JP.eucJP/man/man5/loader.conf.5 1.6 +4 -2 doc/ja_JP.eucJP/man/man5/login.access.5 1.10 +5 -1 doc/ja_JP.eucJP/man/man5/login.conf.5 1.7 +1 -1 doc/ja_JP.eucJP/man/man5/magic.5 1.3 +1 -0 doc/ja_JP.eucJP/man/man5/modems.5 1.3 +1 -0 doc/ja_JP.eucJP/man/man5/motd.5 1.4 +8 -11 doc/ja_JP.eucJP/man/man5/netgroup.5 1.5 +1 -1 doc/ja_JP.eucJP/man/man5/networks.5 1.7 +1 -1 doc/ja_JP.eucJP/man/man5/nologin.5 1.12 +1 -1 doc/ja_JP.eucJP/man/man5/passwd.5 1.5 +1 -1 doc/ja_JP.eucJP/man/man5/pbm.5 1.4 +10 -1 doc/ja_JP.eucJP/man/man5/pccard.conf.5 1.6 +1 -1 doc/ja_JP.eucJP/man/man5/phones.5 1.5 +1 -1 doc/ja_JP.eucJP/man/man5/printcap.5 1.5 +17 -1 doc/ja_JP.eucJP/man/man5/procfs.5 1.5 +1 -1 doc/ja_JP.eucJP/man/man5/protocols.5 1.4 +1 -1 doc/ja_JP.eucJP/man/man5/publickey.5 1.6 +1 -1 doc/ja_JP.eucJP/man/man5/pw.conf.5 1.4 +2 -2 doc/ja_JP.eucJP/man/man5/radius.conf.5 1.3 +1 -0 doc/ja_JP.eucJP/man/man5/ranlib.5 1.22 +19 -3 doc/ja_JP.eucJP/man/man5/rc.conf.5 1.6 +1 -1 doc/ja_JP.eucJP/man/man5/rcsfile.5 1.6 +1 -1 doc/ja_JP.eucJP/man/man5/remote.5 1.6 +1 -1 doc/ja_JP.eucJP/man/man5/resolver.5 1.4 +1 -0 doc/ja_JP.eucJP/man/man5/rpc.5 1.5 +1 -1 doc/ja_JP.eucJP/man/man5/services.5 1.5 +1 -1 doc/ja_JP.eucJP/man/man5/shells.5 1.4 +2 -1 doc/ja_JP.eucJP/man/man5/skey.access.5 1.6 +1 -1 doc/ja_JP.eucJP/man/man5/stab.5 1.9 +14 -11 doc/ja_JP.eucJP/man/man5/syslog.conf.5 1.3 +1 -1 doc/ja_JP.eucJP/man/man5/tacplus.conf.5 1.4 +89 -30 doc/ja_JP.eucJP/man/man5/term.5 1.7 +3 -3 doc/ja_JP.eucJP/man/man5/termcap.5 1.7 +1 -1 doc/ja_JP.eucJP/man/man5/ttys.5 1.5 +49 -29 doc/ja_JP.eucJP/man/man5/types.5 1.4 +38 -22 doc/ja_JP.eucJP/man/man5/tzfile.5 1.5 +1 -1 doc/ja_JP.eucJP/man/man5/utmp.5 1.5 +1 -1 doc/ja_JP.eucJP/man/man5/uuencode.format.5 1.3 +1 -0 doc/ja_JP.eucJP/man/man5/vgrindefs.5 1.3 +1 -1 doc/ja_JP.eucJP/man/man6/adventure.6 1.2 +1 -0 doc/ja_JP.eucJP/man/man6/arithmetic.6 1.3 +1 -1 doc/ja_JP.eucJP/man/man6/atc.6 1.2 +1 -2 doc/ja_JP.eucJP/man/man6/backgammon.6 1.3 +1 -1 doc/ja_JP.eucJP/man/man6/banner.6 1.2 +1 -0 doc/ja_JP.eucJP/man/man6/battlestar.6 1.2 +54 -12 doc/ja_JP.eucJP/man/man6/bcd.6 1.2 +1 -0 doc/ja_JP.eucJP/man/man6/caesar.6 1.2 +1 -0 doc/ja_JP.eucJP/man/man6/canfield.6 1.2 +1 -0 doc/ja_JP.eucJP/man/man6/cribbage.6 1.5 +1 -1 doc/ja_JP.eucJP/man/man6/factor.6 1.2 +1 -0 doc/ja_JP.eucJP/man/man6/fish.6 1.6 +1 -1 doc/ja_JP.eucJP/man/man6/fortune.6 1.3 +1 -0 doc/ja_JP.eucJP/man/man6/hangman.6 1.4 +1 -1 doc/ja_JP.eucJP/man/man6/intro.6 1.2 +1 -0 doc/ja_JP.eucJP/man/man6/larn.6 1.3 +1 -1 doc/ja_JP.eucJP/man/man6/mille.6 1.2 +1 -0 doc/ja_JP.eucJP/man/man6/number.6 1.4 +1 -1 doc/ja_JP.eucJP/man/man6/phantasia.6 1.2 +1 -0 doc/ja_JP.eucJP/man/man6/pig.6 1.2 +1 -0 doc/ja_JP.eucJP/man/man6/pom.6 1.2 +1 -0 doc/ja_JP.eucJP/man/man6/quiz.6 1.2 +6 -9 doc/ja_JP.eucJP/man/man6/rain.6 1.2 +1 -0 doc/ja_JP.eucJP/man/man6/random.6 1.2 +1 -0 doc/ja_JP.eucJP/man/man6/robots.6 1.2 +1 -0 doc/ja_JP.eucJP/man/man6/rogue.6 1.6 +1 -1 doc/ja_JP.eucJP/man/man6/sail.6 1.2 +1 -0 doc/ja_JP.eucJP/man/man6/snake.6 1.2 +1 -0 doc/ja_JP.eucJP/man/man6/trek.6 1.2 +1 -0 doc/ja_JP.eucJP/man/man6/worm.6 1.2 +13 -5 doc/ja_JP.eucJP/man/man6/worms.6 1.3 +1 -0 doc/ja_JP.eucJP/man/man6/wump.6 1.4 +2 -1 doc/ja_JP.eucJP/man/man7/Makefile 1.3 +1 -1 doc/ja_JP.eucJP/man/man7/ascii.7 1.3 +1 -1 doc/ja_JP.eucJP/man/man7/clocks.7 1.5 +1 -1 doc/ja_JP.eucJP/man/man7/environ.7 1.5 +2 -1 doc/ja_JP.eucJP/man/man7/groff_mm.7 1.5 +2 -1 doc/ja_JP.eucJP/man/man7/groff_mmse.7 1.5 +1 -1 doc/ja_JP.eucJP/man/man7/groff_ms.7 1.10 +29 -11 doc/ja_JP.eucJP/man/man7/hier.7 1.3 +1 -1 doc/ja_JP.eucJP/man/man7/hostname.7 1.3 +1 -1 doc/ja_JP.eucJP/man/man7/intro.7 1.3 +1 -1 doc/ja_JP.eucJP/man/man7/mailaddr.7 1.7 +1 -1 doc/ja_JP.eucJP/man/man7/man.7 1.10 +4 -14 doc/ja_JP.eucJP/man/man7/mdoc.7 1.10 +10 -55 doc/ja_JP.eucJP/man/man7/mdoc.samples.7 1.4 +1 -1 doc/ja_JP.eucJP/man/man7/operator.7 1.10 +13 -11 doc/ja_JP.eucJP/man/man7/ports.7 1.3 +1 -0 doc/ja_JP.eucJP/man/man7/re_format.7 1.9 +241 -126 doc/ja_JP.eucJP/man/man7/security.7 1.6 +1 -1 doc/ja_JP.eucJP/man/man7/symlink.7 1.7 +2 -1 doc/ja_JP.eucJP/man/man8/IPXrouted.8 1.8 +1 -1 doc/ja_JP.eucJP/man/man8/MAKEDEV.8 1.19 +52 -17 doc/ja_JP.eucJP/man/man8/Makefile 1.6 +1 -1 doc/ja_JP.eucJP/man/man8/ac.8 1.4 +2 -0 doc/ja_JP.eucJP/man/man8/accton.8 1.6 +1 -1 doc/ja_JP.eucJP/man/man8/adding_user.8 1.9 +1 -3 doc/ja_JP.eucJP/man/man8/adduser.8 1.7 +1 -1 doc/ja_JP.eucJP/man/man8/adjkerntz.8 1.11 +3 -3 doc/ja_JP.eucJP/man/man8/amd.8 1.10 +1 -1 doc/ja_JP.eucJP/man/man8/amq.8 1.7 +36 -10 doc/ja_JP.eucJP/man/man8/apm.8 1.6 +2 -3 doc/ja_JP.eucJP/man/man8/apmd.8 1.6 +22 -18 doc/ja_JP.eucJP/man/man8/arp.8 1.4 +1 -1 doc/ja_JP.eucJP/man/man8/atm.8 1.4 +1 -1 doc/ja_JP.eucJP/man/man8/atmarpd.8 1.8 +1 -1 doc/ja_JP.eucJP/man/man8/atrun.8 1.6 +1 -5 doc/ja_JP.eucJP/man/man8/badsect.8 1.4 +1 -1 doc/ja_JP.eucJP/man/man8/boot0cfg.8 1.14 +4 -4 doc/ja_JP.eucJP/man/man8/boot_i386.8 1.5 +1 -1 doc/ja_JP.eucJP/man/man8/bootparamd.8 1.8 +1 -1 doc/ja_JP.eucJP/man/man8/bootpd.8 1.3 +2 -0 doc/ja_JP.eucJP/man/man8/bootpef.8 1.3 +2 -0 doc/ja_JP.eucJP/man/man8/bootptest.8 1.3 +1 -1 doc/ja_JP.eucJP/man/man8/btxld.8 1.16 +1 -1 doc/ja_JP.eucJP/man/man8/camcontrol.8 1.8 +76 -8 doc/ja_JP.eucJP/man/man8/ccdconfig.8 1.9 +1 -1 doc/ja_JP.eucJP/man/man8/chat.8 1.4 +13 -20 doc/ja_JP.eucJP/man/man8/chkgrp.8 1.4 +1 -1 doc/ja_JP.eucJP/man/man8/chkprintcap.8 1.6 +7 -14 doc/ja_JP.eucJP/man/man8/chown.8 1.3 +1 -0 doc/ja_JP.eucJP/man/man8/chroot.8 1.5 +1 -1 doc/ja_JP.eucJP/man/man8/clri.8 1.7 +6 -1 doc/ja_JP.eucJP/man/man8/comcontrol.8 1.6 +1 -1 doc/ja_JP.eucJP/man/man8/comsat.8 1.5 +78 -17 doc/ja_JP.eucJP/man/man8/config.8 1.5 +2 -2 doc/ja_JP.eucJP/man/man8/crash.8 1.5 +1 -1 doc/ja_JP.eucJP/man/man8/cron.8 1.4 +2 -4 doc/ja_JP.eucJP/man/man8/dev_mkdb.8 1.5 +20 -22 doc/ja_JP.eucJP/man/man8/dhclient-script.8 1.7 +356 -101 doc/ja_JP.eucJP/man/man8/disklabel.8 1.5 +2 -2 doc/ja_JP.eucJP/man/man8/diskless.8 1.3 +3 -7 doc/ja_JP.eucJP/man/man8/diskpart.8 1.4 +1 -0 doc/ja_JP.eucJP/man/man8/dm.8 1.5 +1 -1 doc/ja_JP.eucJP/man/man8/dmesg.8 1.10 +5 -6 doc/ja_JP.eucJP/man/man8/dump.8 1.4 +1 -1 doc/ja_JP.eucJP/man/man8/dumpfs.8 1.10 +1 -1 doc/ja_JP.eucJP/man/man8/dumpon.8 1.6 +1 -1 doc/ja_JP.eucJP/man/man8/edquota.8 1.6 +6 -5 doc/ja_JP.eucJP/man/man8/fdcontrol.8 1.11 +5 -3 doc/ja_JP.eucJP/man/man8/fdisk.8 1.4 +1 -0 doc/ja_JP.eucJP/man/man8/fingerd.8 1.5 +1 -1 doc/ja_JP.eucJP/man/man8/fixmount.8 1.5 +7 -2 doc/ja_JP.eucJP/man/man8/fore_dnld.8 1.7 +1 -1 doc/ja_JP.eucJP/man/man8/fsck.8 1.7 +6 -5 doc/ja_JP.eucJP/man/man8/fsdb.8 1.6 +1 -1 doc/ja_JP.eucJP/man/man8/fsinfo.8 1.6 +3 -2 doc/ja_JP.eucJP/man/man8/fsirand.8 1.14 +20 -19 doc/ja_JP.eucJP/man/man8/ftpd.8 1.8 +1 -1 doc/ja_JP.eucJP/man/man8/getty.8 1.5 +1 -1 doc/ja_JP.eucJP/man/man8/hlfsd.8 1.10 +1 -1 doc/ja_JP.eucJP/man/man8/ibcs2.8 1.10 +52 -16 doc/ja_JP.eucJP/man/man8/ifconfig.8 1.5 +8 -8 doc/ja_JP.eucJP/man/man8/ilmid.8 1.14 +139 -33 doc/ja_JP.eucJP/man/man8/inetd.8 1.15 +6 -1 doc/ja_JP.eucJP/man/man8/init.8 1.4 +1 -1 doc/ja_JP.eucJP/man/man8/intro.8 1.5 +1 -1 doc/ja_JP.eucJP/man/man8/iostat.8 1.4 +6 -1 doc/ja_JP.eucJP/man/man8/ipfstat.8 1.18 +14 -9 doc/ja_JP.eucJP/man/man8/ipfw.8 1.4 +57 -3 doc/ja_JP.eucJP/man/man8/ipmon.8 1.7 +13 -14 doc/ja_JP.eucJP/man/man8/isdnd.8 1.6 +4 -2 doc/ja_JP.eucJP/man/man8/isdndebug.8 1.6 +10 -4 doc/ja_JP.eucJP/man/man8/isdndecode.8 1.5 +165 -26 doc/ja_JP.eucJP/man/man8/isdnmonitor.8 1.6 +6 -4 doc/ja_JP.eucJP/man/man8/isdntel.8 1.5 +7 -5 doc/ja_JP.eucJP/man/man8/isdntelctl.8 1.6 +4 -2 doc/ja_JP.eucJP/man/man8/isdntrace.8 1.5 +2 -1 doc/ja_JP.eucJP/man/man8/ispcvt.8 1.9 +1 -1 doc/ja_JP.eucJP/man/man8/joy.8 1.6 +1 -1 doc/ja_JP.eucJP/man/man8/kernbb.8 1.5 +1 -0 doc/ja_JP.eucJP/man/man8/keyserv.8 1.5 +1 -1 doc/ja_JP.eucJP/man/man8/kget.8 1.3 +7 -2 doc/ja_JP.eucJP/man/man8/kgmon.8 1.4 +2 -1 doc/ja_JP.eucJP/man/man8/kgzip.8 1.5 +1 -1 doc/ja_JP.eucJP/man/man8/kldload.8 1.5 +1 -1 doc/ja_JP.eucJP/man/man8/kldstat.8 1.5 +5 -1 doc/ja_JP.eucJP/man/man8/kldunload.8 1.6 +1 -1 doc/ja_JP.eucJP/man/man8/kzip.8 1.12 +1 -1 doc/ja_JP.eucJP/man/man8/ldconfig.8 1.9 +4 -4 doc/ja_JP.eucJP/man/man8/linux.8 1.5 +2 -2 doc/ja_JP.eucJP/man/man8/loader.4th.8 1.6 +1 -1 doc/ja_JP.eucJP/man/man8/loader.8 1.3 +2 -0 doc/ja_JP.eucJP/man/man8/locate.updatedb.8 1.5 +2 -1 doc/ja_JP.eucJP/man/man8/lpc.8 1.5 +5 -1 doc/ja_JP.eucJP/man/man8/lpd.8 1.9 +5 -7 doc/ja_JP.eucJP/man/man8/lptcontrol.8 1.6 +1 -1 doc/ja_JP.eucJP/man/man8/makekey.8 1.4 +18 -7 doc/ja_JP.eucJP/man/man8/makewhatis.local.8 1.5 +5 -2 doc/ja_JP.eucJP/man/man8/manctl.8 1.6 +2 -1 doc/ja_JP.eucJP/man/man8/map-mbone.8 1.3 +1 -1 doc/ja_JP.eucJP/man/man8/memcontrol.8 1.3 +1 -1 doc/ja_JP.eucJP/man/man8/mergemaster.8 1.8 +4 -3 doc/ja_JP.eucJP/man/man8/mixer.8 1.6 +1 -1 doc/ja_JP.eucJP/man/man8/mk-amd-map.8 1.6 +1 -1 doc/ja_JP.eucJP/man/man8/mknetid.8 1.7 +28 -2 doc/ja_JP.eucJP/man/man8/mknod.8 1.12 +4 -6 doc/ja_JP.eucJP/man/man8/mount.8 1.11 +1 -1 doc/ja_JP.eucJP/man/man8/mount_cd9660.8 1.5 +1 -1 doc/ja_JP.eucJP/man/man8/mount_ext2fs.8 1.11 +5 -4 doc/ja_JP.eucJP/man/man8/mount_msdos.8 1.11 +3 -2 doc/ja_JP.eucJP/man/man8/mount_nfs.8 1.4 +1 -1 doc/ja_JP.eucJP/man/man8/mount_ntfs.8 1.7 +1 -1 doc/ja_JP.eucJP/man/man8/mount_null.8 1.8 +1 -1 doc/ja_JP.eucJP/man/man8/mount_portal.8 1.5 +1 -1 doc/ja_JP.eucJP/man/man8/mount_std.8 1.6 +4 -4 doc/ja_JP.eucJP/man/man8/mount_umap.8 1.6 +1 -1 doc/ja_JP.eucJP/man/man8/mount_union.8 1.11 +1 -1 doc/ja_JP.eucJP/man/man8/mountd.8 1.16 +20 -68 doc/ja_JP.eucJP/man/man8/moused.8 1.5 +2 -1 doc/ja_JP.eucJP/man/man8/mrinfo.8 1.11 +3 -1 doc/ja_JP.eucJP/man/man8/mrouted.8 1.3 +3 -0 doc/ja_JP.eucJP/man/man8/mtest.8 1.8 +1 -1 doc/ja_JP.eucJP/man/man8/mtrace.8 1.6 +34 -4 doc/ja_JP.eucJP/man/man8/mtree.8 1.4 +1 -1 doc/ja_JP.eucJP/man/man8/named.reload.8 1.5 +1 -1 doc/ja_JP.eucJP/man/man8/named.restart.8 1.15 +2 -2 doc/ja_JP.eucJP/man/man8/natd.8 1.12 +1 -1 doc/ja_JP.eucJP/man/man8/newfs.8 1.6 +1 -1 doc/ja_JP.eucJP/man/man8/newfs_msdos.8 1.5 +1 -0 doc/ja_JP.eucJP/man/man8/newkey.8 1.14 +4 -3 doc/ja_JP.eucJP/man/man8/newsyslog.8 1.7 +1 -1 doc/ja_JP.eucJP/man/man8/nextboot.8 1.5 +35 -4 doc/ja_JP.eucJP/man/man8/nfsd.8 1.6 +2 -1 doc/ja_JP.eucJP/man/man8/nfsiod.8 1.3 +13 -11 doc/ja_JP.eucJP/man/man8/ngctl.8 1.3 +6 -6 doc/ja_JP.eucJP/man/man8/nghook.8 1.6 +1 -1 doc/ja_JP.eucJP/man/man8/nologin.8 1.4 +12 -3 doc/ja_JP.eucJP/man/man8/nos-tun.8 1.4 +173 -108 doc/ja_JP.eucJP/man/man8/ntpdate.8 1.9 +447 -378 doc/ja_JP.eucJP/man/man8/ntpq.8 1.4 +25 -19 doc/ja_JP.eucJP/man/man8/ntptrace.8 1.3 +1 -0 doc/ja_JP.eucJP/man/man8/pac.8 1.5 +1 -1 doc/ja_JP.eucJP/man/man8/pam_radius.8 1.6 +18 -3 doc/ja_JP.eucJP/man/man8/pccardc.8 1.11 +3 -10 doc/ja_JP.eucJP/man/man8/pccardd.8 1.8 +2 -2 doc/ja_JP.eucJP/man/man8/pciconf.8 1.6 +1 -1 doc/ja_JP.eucJP/man/man8/periodic.8 1.9 +16 -1 doc/ja_JP.eucJP/man/man8/ping.8 1.3 +1 -1 doc/ja_JP.eucJP/man/man8/pnpinfo.8 1.4 +8 -7 doc/ja_JP.eucJP/man/man8/portmap.8 1.34 +54 -182 doc/ja_JP.eucJP/man/man8/ppp.8 1.9 +1 -1 doc/ja_JP.eucJP/man/man8/pppctl.8 1.10 +1 -1 doc/ja_JP.eucJP/man/man8/pppd.8 1.2 +1 -1 doc/ja_JP.eucJP/man/man8/pppoed.8 1.7 +1 -1 doc/ja_JP.eucJP/man/man8/pppstats.8 1.6 +2 -2 doc/ja_JP.eucJP/man/man8/procctl.8 1.5 +8 -3 doc/ja_JP.eucJP/man/man8/pstat.8 1.12 +1 -1 doc/ja_JP.eucJP/man/man8/pw.8 1.8 +10 -9 doc/ja_JP.eucJP/man/man8/pwd_mkdb.8 1.6 +8 -5 doc/ja_JP.eucJP/man/man8/quot.8 1.5 +14 -3 doc/ja_JP.eucJP/man/man8/quotacheck.8 1.3 +1 -0 doc/ja_JP.eucJP/man/man8/quotaon.8 1.4 +2 -2 doc/ja_JP.eucJP/man/man8/rarpd.8 1.7 +1 -1 doc/ja_JP.eucJP/man/man8/rbootd.8 1.8 +3 -3 doc/ja_JP.eucJP/man/man8/rc.8 1.8 +12 -3 doc/ja_JP.eucJP/man/man8/reboot.8 1.5 +1 -0 doc/ja_JP.eucJP/man/man8/renice.8 1.4 +1 -0 doc/ja_JP.eucJP/man/man8/repquota.8 1.11 +9 -7 doc/ja_JP.eucJP/man/man8/restore.8 1.5 +1 -1 doc/ja_JP.eucJP/man/man8/revnetgroup.8 1.5 +6 -6 doc/ja_JP.eucJP/man/man8/rexecd.8 1.8 +5 -4 doc/ja_JP.eucJP/man/man8/rlogind.8 1.4 +2 -1 doc/ja_JP.eucJP/man/man8/rmt.8 1.6 +1 -3 doc/ja_JP.eucJP/man/man8/rmuser.8 1.6 +7 -11 doc/ja_JP.eucJP/man/man8/rndcontrol.8 1.8 +22 -1 doc/ja_JP.eucJP/man/man8/route.8 1.8 +169 -153 doc/ja_JP.eucJP/man/man8/routed.8 1.3 +1 -0 doc/ja_JP.eucJP/man/man8/rpc.lockd.8 1.5 +3 -2 doc/ja_JP.eucJP/man/man8/rpc.rquotad.8 1.6 +1 -1 doc/ja_JP.eucJP/man/man8/rpc.rstatd.8 1.5 +1 -1 doc/ja_JP.eucJP/man/man8/rpc.rusersd.8 1.5 +1 -1 doc/ja_JP.eucJP/man/man8/rpc.rwalld.8 1.5 +1 -1 doc/ja_JP.eucJP/man/man8/rpc.sprayd.8 1.3 +1 -0 doc/ja_JP.eucJP/man/man8/rpc.statd.8 1.7 +1 -1 doc/ja_JP.eucJP/man/man8/rpc.yppasswdd.8 1.5 +1 -1 doc/ja_JP.eucJP/man/man8/rpc.ypxfrd.8 1.5 +1 -1 doc/ja_JP.eucJP/man/man8/rpcinfo.8 1.9 +3 -1 doc/ja_JP.eucJP/man/man8/rshd.8 1.6 +9 -10 doc/ja_JP.eucJP/man/man8/rtquery.8 1.8 +1 -1 doc/ja_JP.eucJP/man/man8/rwhod.8 1.6 +1 -1 doc/ja_JP.eucJP/man/man8/sa.8 1.4 +1 -1 doc/ja_JP.eucJP/man/man8/savecore.8 1.3 +1 -1 doc/ja_JP.eucJP/man/man8/scspd.8 1.3 +1 -1 doc/ja_JP.eucJP/man/man8/showmount.8 1.9 +1 -1 doc/ja_JP.eucJP/man/man8/shutdown.8 1.9 +1 -1 doc/ja_JP.eucJP/man/man8/sicontrol.8 1.9 +32 -30 doc/ja_JP.eucJP/man/man8/slattach.8 1.7 +1 -1 doc/ja_JP.eucJP/man/man8/sliplogin.8 1.8 +1 -1 doc/ja_JP.eucJP/man/man8/slstat.8 1.6 +1 -1 doc/ja_JP.eucJP/man/man8/spkrtest.8 1.5 +1 -1 doc/ja_JP.eucJP/man/man8/spppcontrol.8 1.4 +2 -0 doc/ja_JP.eucJP/man/man8/spray.8 1.8 +1 -1 doc/ja_JP.eucJP/man/man8/sticky.8 1.3 +2 -0 doc/ja_JP.eucJP/man/man8/stlload.8 1.3 +2 -0 doc/ja_JP.eucJP/man/man8/stlstats.8 1.3 +10 -0 doc/ja_JP.eucJP/man/man8/strfile.8 1.8 +6 -2 doc/ja_JP.eucJP/man/man8/swapon.8 1.6 +1 -1 doc/ja_JP.eucJP/man/man8/sync.8 1.9 +4 -2 doc/ja_JP.eucJP/man/man8/sysctl.8 1.14 +6 -7 doc/ja_JP.eucJP/man/man8/syslogd.8 1.3 +1 -0 doc/ja_JP.eucJP/man/man8/talkd.8 1.11 +4 -1 doc/ja_JP.eucJP/man/man8/telnetd.8 1.5 +1 -0 doc/ja_JP.eucJP/man/man8/tftpd.8 1.5 +68 -95 doc/ja_JP.eucJP/man/man8/timed.8 1.4 +1 -0 doc/ja_JP.eucJP/man/man8/timedc.8 1.9 +5 -1 doc/ja_JP.eucJP/man/man8/traceroute.8 1.5 +5 -6 doc/ja_JP.eucJP/man/man8/trpt.8 1.6 +1 -1 doc/ja_JP.eucJP/man/man8/tunefs.8 1.7 +1 -1 doc/ja_JP.eucJP/man/man8/tzsetup.8 1.6 +1 -1 doc/ja_JP.eucJP/man/man8/umount.8 1.4 +61 -8 doc/ja_JP.eucJP/man/man8/usbd.8 1.5 +3 -1 doc/ja_JP.eucJP/man/man8/usbdevs.8 1.5 +1 -1 doc/ja_JP.eucJP/man/man8/uuchk.8 1.5 +1 -1 doc/ja_JP.eucJP/man/man8/uucico.8 1.6 +1 -1 doc/ja_JP.eucJP/man/man8/uucpd.8 1.3 +1 -1 doc/ja_JP.eucJP/man/man8/uusched.8 1.5 +1 -1 doc/ja_JP.eucJP/man/man8/uuxqt.8 1.17 +30 -95 doc/ja_JP.eucJP/man/man8/vinum.8 1.6 +2 -1 doc/ja_JP.eucJP/man/man8/vipw.8 1.8 +2 -2 doc/ja_JP.eucJP/man/man8/vmstat.8 1.9 +86 -9 doc/ja_JP.eucJP/man/man8/vnconfig.8 1.6 +6 -3 doc/ja_JP.eucJP/man/man8/watch.8 1.8 +52 -1 doc/ja_JP.eucJP/man/man8/wicontrol.8 1.4 +1 -1 doc/ja_JP.eucJP/man/man8/wire-test.8 1.6 +6 -4 doc/ja_JP.eucJP/man/man8/wlconfig.8 1.10 +1 -1 doc/ja_JP.eucJP/man/man8/xtend.8 1.10 +4 -5 doc/ja_JP.eucJP/man/man8/yp_mkdb.8 1.9 +4 -5 doc/ja_JP.eucJP/man/man8/ypbind.8 1.6 +5 -4 doc/ja_JP.eucJP/man/man8/ypinit.8 1.4 +1 -1 doc/ja_JP.eucJP/man/man8/yppoll.8 1.6 +5 -4 doc/ja_JP.eucJP/man/man8/yppush.8 1.9 +19 -13 doc/ja_JP.eucJP/man/man8/ypserv.8 1.7 +1 -1 doc/ja_JP.eucJP/man/man8/ypset.8 1.9 +9 -8 doc/ja_JP.eucJP/man/man8/ypxfr.8 1.5 +3 -1 doc/ja_JP.eucJP/man/man8/zdump.8 1.9 +109 -99 doc/ja_JP.eucJP/man/man8/zic.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 18:14:48 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 31F1237B952; Tue, 4 Jul 2000 18:14:46 -0700 (PDT) (envelope-from itojun@FreeBSD.org) Received: (from itojun@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA34517; Tue, 4 Jul 2000 18:14:46 -0700 (PDT) (envelope-from itojun@FreeBSD.org) Message-Id: <200007050114.SAA34517@freefall.freebsd.org> From: Jun-ichiro itojun Hagino Date: Tue, 4 Jul 2000 18:14:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet6 ip6_forward.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG itojun 2000/07/04 18:14:45 PDT Modified files: sys/netinet6 ip6_forward.c Log: correct compilation with IPSEC_IPV6FWD. From: Ollivier Robert Revision Changes Path 1.8 +2 -1 src/sys/netinet6/ip6_forward.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 18:31:37 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 906E237BC5C; Tue, 4 Jul 2000 18:31:30 -0700 (PDT) (envelope-from assar@FreeBSD.org) Received: (from assar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA35952; Tue, 4 Jul 2000 18:31:30 -0700 (PDT) (envelope-from assar@FreeBSD.org) Message-Id: <200007050131.SAA35952@freefall.freebsd.org> From: Assar Westerlund Date: Tue, 4 Jul 2000 18:31:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/com_err com_err.3 compile_et.1 getarg.c getarg.h X-FreeBSD-CVS-Branch: RELENG_3 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG assar 2000/07/04 18:31:30 PDT Added files: (Branch: RELENG_3) contrib/com_err com_err.3 compile_et.1 getarg.c getarg.h Log: merge in the missing files from -current To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 18:35: 5 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 514C137B7A3; Tue, 4 Jul 2000 18:35:00 -0700 (PDT) (envelope-from assar@FreeBSD.org) Received: (from assar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA36238; Tue, 4 Jul 2000 18:35:00 -0700 (PDT) (envelope-from assar@FreeBSD.org) Message-Id: <200007050135.SAA36238@freefall.freebsd.org> From: Assar Westerlund Date: Tue, 4 Jul 2000 18:35:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/com_err com_err.c compile_et.c compile_et.h X-FreeBSD-CVS-Branch: RELENG_3 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG assar 2000/07/04 18:35:00 PDT Modified files: (Branch: RELENG_3) contrib/com_err com_err.c compile_et.c compile_et.h Log: remove extra roken.h Revision Changes Path 1.2.4.2 +0 -1 src/contrib/com_err/com_err.c 1.2.4.2 +0 -1 src/contrib/com_err/compile_et.c 1.2.4.2 +0 -2 src/contrib/com_err/compile_et.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 18:40:33 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2144A37B507; Tue, 4 Jul 2000 18:40:30 -0700 (PDT) (envelope-from itojun@FreeBSD.org) Received: (from itojun@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA36764; Tue, 4 Jul 2000 18:40:30 -0700 (PDT) (envelope-from itojun@FreeBSD.org) Message-Id: <200007050140.SAA36764@freefall.freebsd.org> From: Jun-ichiro itojun Hagino Date: Tue, 4 Jul 2000 18:40:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet6 in6.h in6_rmx.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG itojun 2000/07/04 18:40:30 PDT Modified files: sys/netinet6 in6.h in6_rmx.c Log: split net.inet6.ip6.rtexpire (and others) from net.inet.ip.*. From: Andrzej Bialecki Revision Changes Path 1.11 +8 -2 src/sys/netinet6/in6.h 1.3 +6 -4 src/sys/netinet6/in6_rmx.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 19: 2:58 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 91B3D37B952; Tue, 4 Jul 2000 19:02:55 -0700 (PDT) (envelope-from itojun@FreeBSD.org) Received: (from itojun@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA38947; Tue, 4 Jul 2000 19:02:55 -0700 (PDT) (envelope-from itojun@FreeBSD.org) Message-Id: <200007050202.TAA38947@freefall.freebsd.org> From: Jun-ichiro itojun Hagino Date: Tue, 4 Jul 2000 19:02:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/netstat main.c netstat.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG itojun 2000/07/04 19:02:55 PDT Modified files: usr.bin/netstat main.c netstat.h Log: add pfkeystat. sync with kame Revision Changes Path 1.36 +24 -1 src/usr.bin/netstat/main.c 1.18 +5 -1 src/usr.bin/netstat/netstat.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 19:13:23 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BC65D37B77E; Tue, 4 Jul 2000 19:13:18 -0700 (PDT) (envelope-from itojun@FreeBSD.org) Received: (from itojun@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA41026; Tue, 4 Jul 2000 19:13:18 -0700 (PDT) (envelope-from itojun@FreeBSD.org) Message-Id: <200007050213.TAA41026@freefall.freebsd.org> From: Jun-ichiro itojun Hagino Date: Tue, 4 Jul 2000 19:13:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include ifaddrs.h Makefile src/lib/libc/net getifaddrs.3 getifaddrs.c Makefile.inc X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG itojun 2000/07/04 19:13:18 PDT Modified files: include Makefile lib/libc/net Makefile.inc Added files: include ifaddrs.h lib/libc/net getifaddrs.3 getifaddrs.c Log: add getifaddrs(3) from bsdi. this is a magic function which lets you grab interface addresses in a portable manner, without headache of SIOCGIFCONF or sysctl. it is in bsdi/openbsd/netbsd already. from kame tree (actually, mandatory for latest kame tree). Revision Changes Path 1.115 +2 -2 src/include/Makefile 1.37 +4 -3 src/lib/libc/net/Makefile.inc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 19:14:22 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1939B37B77E; Tue, 4 Jul 2000 19:14:20 -0700 (PDT) (envelope-from itojun@FreeBSD.org) Received: (from itojun@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA41108; Tue, 4 Jul 2000 19:14:19 -0700 (PDT) (envelope-from itojun@FreeBSD.org) Message-Id: <200007050214.TAA41108@freefall.freebsd.org> From: Jun-ichiro itojun Hagino Date: Tue, 4 Jul 2000 19:14:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/route6d Makefile route6d.8 route6d.c route6d.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG itojun 2000/07/04 19:14:19 PDT Modified files: usr.sbin/route6d Makefile route6d.8 route6d.c route6d.h Log: sync with latest kame tree. more stable, p2p advert is corrected Revision Changes Path 1.3 +3 -2 src/usr.sbin/route6d/Makefile 1.2 +23 -8 src/usr.sbin/route6d/route6d.8 1.4 +414 -123 src/usr.sbin/route6d/route6d.c 1.2 +6 -9 src/usr.sbin/route6d/route6d.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 20:30:36 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D6B0237B5DF; Tue, 4 Jul 2000 20:30:32 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: (from rwatson@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA49099; Tue, 4 Jul 2000 20:30:32 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Message-Id: <200007050330.UAA49099@freefall.freebsd.org> From: Robert Watson Date: Tue, 4 Jul 2000 20:30:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libposix1e posix1e.3 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG rwatson 2000/07/04 20:30:32 PDT Modified files: lib/libposix1e posix1e.3 Log: o Comment out and since they are not yet committed Obtained from: TrustedBSD Project Revision Changes Path 1.6 +3 -3 src/lib/libposix1e/posix1e.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 20:36:35 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1EC1537B730; Tue, 4 Jul 2000 20:36:30 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA50152; Tue, 4 Jul 2000 20:36:30 -0700 (PDT) (envelope-from knu@FreeBSD.org) Message-Id: <200007050336.UAA50152@freefall.freebsd.org> From: Akinori MUSHA Date: Tue, 4 Jul 2000 20:36:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/vje30/patches patch-aa ports/japanese/vje30-trial/patches patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2000/07/04 20:36:29 PDT Modified files: japanese/vje30/patches patch-aa japanese/vje30-trial/patches patch-aa Log: Add support for out native JDK 1.2. Submitted by: Daichi T.GOTO Revision Changes Path 1.2 +18 -5 ports/japanese/vje30/patches/patch-aa 1.2 +18 -5 ports/japanese/vje30-trial/patches/patch-aa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 20:47:18 2000 Delivered-To: cvs-all@freebsd.org Received: from ms.tokyo.jcom.ne.jp (ms.tokyo.jcom.ne.jp [210.234.123.18]) by hub.freebsd.org (Postfix) with ESMTP id 6EC1337B730; Tue, 4 Jul 2000 20:47:14 -0700 (PDT) (envelope-from knu@idaemons.org) Received: from daemon.local.idaemons.org (203-165-77-17.sugnm1.kt.home.ne.jp [203.165.77.17]) by ms.tokyo.jcom.ne.jp (8.9.3/3.7W 04/27/00) with ESMTP id MAA26401; Wed, 5 Jul 2000 12:47:13 +0900 (JST) Received: by daemon.local.idaemons.org (8.9.3/3.7W) id MAA01054; Wed, 5 Jul 2000 12:46:42 +0900 (JST) Date: Wed, 05 Jul 2000 12:46:40 +0900 Message-ID: <86itul1bof.wl@localhost.local.idaemons.org> From: "Akinori -Aki- MUSHA" To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/japanese/vje30/patches patch-aa ports/japanese/vje30-trial/patches patch-aa In-Reply-To: In your message of "Tue, 4 Jul 2000 20:36:29 -0700 (PDT)" <200007050336.UAA50152@freefall.freebsd.org> References: <200007050336.UAA50152@freefall.freebsd.org> User-Agent: Wanderlust/1.1.2 (Raspberry Beret) EMIKO/1.13.12 (Euglena sociabilis) FLIM/1.13.2 (Kasanui) APEL/10.2 MULE XEmacs/21.1 (patch 9) (Canyonlands) (i386--freebsd) Organization: Associated I. Daemons X-PGP-Public-Key: finger knu@FreeBSD.org X-PGP-Fingerprint: 1BEF D9B2 BABD 25D7 659A FD08 89C2 F3BE E981 4E16 MIME-Version: 1.0 (generated by EMIKO 1.13.12 - "Euglena sociabilis") Content-Type: text/plain; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Oops. At Tue, 4 Jul 2000 20:36:29 -0700 (PDT), I wrote: > knu 2000/07/04 20:36:29 PDT > > Modified files: > japanese/vje30/patches patch-aa > japanese/vje30-trial/patches patch-aa > Log: > Add support for out native JDK 1.2. our > Submitted by: Daichi T.GOTO -- / /__ __ / ) ) ) ) / Akinori -Aki- MUSHA aka / (_ / ( (__( @ idaemons.org / FreeBSD.org "We're only at home when we're on the run, on the wing, on the fly" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 21: 1:12 2000 Delivered-To: cvs-all@freebsd.org Received: from sasami.jurai.net (sasami.jurai.net [63.67.141.99]) by hub.freebsd.org (Postfix) with ESMTP id 4BB6D37B515; Tue, 4 Jul 2000 21:01:08 -0700 (PDT) (envelope-from winter@jurai.net) Received: from localhost (winter@localhost) by sasami.jurai.net (8.9.3/8.8.7) with ESMTP id XAA19613; Tue, 4 Jul 2000 23:59:25 -0400 (EDT) Date: Tue, 4 Jul 2000 23:59:25 -0400 (EDT) From: "Matthew N. Dodd" To: Warner Losh Cc: Poul-Henning Kamp , Garrett Wollman , Nick Hibma , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys bus.h bus_private.h src/sys/kern subr_bus.c In-Reply-To: <200007031652.KAA23743@harmony.village.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 3 Jul 2000, Warner Losh wrote: > If I unplug a network card, you'd think it was fairly simple to just > shove it back it and be where you were before. However, the NIC may > have changed (if I have two identical cards), which means that IPv6 > stuff needs to do special things. You have to go through a > configuration process again to ensure that things are working right. > What advantage is gained by having the logical device stick around in > the interrum? I think PHK is making the mistake of thinking that the kernel should somehow do all the dirty stuff when he hotplugs a PCI card or something. In reality you would receive an event from the device daemon (devd?) which would trigger a script which would reset the MAC address, and bring up the interface (via DHCP or whatever). Ideally 'devd' is given a complete path so that you can wire down your cards by bus/slot# if the bus supports that concept (since you may hot-plug out of order and 'eth1' may become 'eth0' or what have you.) -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | winter@jurai.net | 2 x '84 Volvo 245DL | ix86,sparc,pmax | | http://www.jurai.net/~winter | This Space For Rent | ISO8802.5 4ever | To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 21: 6:31 2000 Delivered-To: cvs-all@freebsd.org Received: from mail.cii.sumy.ua (mail.cii.sumy.ua [212.1.122.61]) by hub.freebsd.org (Postfix) with ESMTP id D72B237BB35 for ; Tue, 4 Jul 2000 21:06:15 -0700 (PDT) (envelope-from mv@ssu.sumy.ua) Received: from localhost (localhost [127.0.0.1]) by mail.cii.sumy.ua (8.9.3/8.9.3) with SMTP id HAA76905 for cvs-all@FreeBSD.ORG; Wed, 5 Jul 2000 07:06:38 GMT (envelope-from mv@ssu.sumy.ua) Date: Wed, 5 Jul 2000 07:06:38 GMT From: mv@ssu.sumy.ua Message-Id: <200007050706.HAA76905@mail.cii.sumy.ua> X-Authentication-Warning: mail.cii.sumy.ua: localhost [127.0.0.1] didn't use HELO protocol Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG auth 2e5b7b32 unsubscribe cvs-all mv@sumdu.edu.ua To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 21: 8:40 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DC22937B712; Tue, 4 Jul 2000 21:08:37 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: (from rwatson@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA56869; Tue, 4 Jul 2000 21:08:37 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Message-Id: <200007050408.VAA56869@freefall.freebsd.org> From: Robert Watson Date: Tue, 4 Jul 2000 21:08:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libposix1e cap_get_proc.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG rwatson 2000/07/04 21:08:37 PDT Modified files: lib/libposix1e cap_get_proc.c Log: o When calling the syscall, use &cap instead of cap. Apparently this error was introduced during the merge; fixing it corrects a (correct) warning about types. Obtained from: TrustedBSD Project Revision Changes Path 1.2 +2 -2 src/lib/libposix1e/cap_get_proc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 21:12:22 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B20C637B560; Tue, 4 Jul 2000 21:12:19 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA57592; Tue, 4 Jul 2000 21:12:19 -0700 (PDT) (envelope-from knu@FreeBSD.org) Message-Id: <200007050412.VAA57592@freefall.freebsd.org> From: Akinori MUSHA Date: Tue, 4 Jul 2000 21:12:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/esecanna Makefile ports/japanese/esecanna/files md5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2000/07/04 21:12:19 PDT Modified files: japanese/esecanna Makefile japanese/esecanna/files md5 Log: Update to 0.99.2. Revision Changes Path 1.18 +2 -2 ports/japanese/esecanna/Makefile 1.10 +1 -1 ports/japanese/esecanna/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 21:21: 3 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4569237BC2B; Tue, 4 Jul 2000 21:21:00 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: (from rwatson@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA59284; Tue, 4 Jul 2000 21:21:00 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Message-Id: <200007050421.VAA59284@freefall.freebsd.org> From: Robert Watson Date: Tue, 4 Jul 2000 21:20:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys capability.h src/lib/libposix1e cap_get_file.c cap_get_fd.c cap_set_file.c cap_set_fd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG rwatson 2000/07/04 21:20:59 PDT Modified files: sys/sys capability.h Added files: lib/libposix1e cap_get_file.c cap_get_fd.c cap_set_file.c cap_set_fd.c Log: o Introduce cap_{get,set}_{file,fd}() syscall wrappers, associated with soon to be committed syscall stubs. These calls will be used to get and set capability state associated with executables. Obtained from: TrustedBSD Project Revision Changes Path 1.2 +5 -1 src/sys/sys/capability.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 21:25:12 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BC6D937B560; Tue, 4 Jul 2000 21:25:09 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: (from rwatson@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA60173; Tue, 4 Jul 2000 21:25:09 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Message-Id: <200007050425.VAA60173@freefall.freebsd.org> From: Robert Watson Date: Tue, 4 Jul 2000 21:25:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libposix1e Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG rwatson 2000/07/04 21:25:09 PDT Modified files: lib/libposix1e Makefile Log: o Enable building of libposix1e capability state utility functions and capability-related syscall wrappers. Obtained from: TrustedBSD Project Revision Changes Path 1.5 +13 -9 src/lib/libposix1e/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 21:58:50 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C673537B81A; Tue, 4 Jul 2000 21:58:45 -0700 (PDT) (envelope-from assar@FreeBSD.org) Received: (from assar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA66299; Tue, 4 Jul 2000 21:58:45 -0700 (PDT) (envelope-from assar@FreeBSD.org) Message-Id: <200007050458.VAA66299@freefall.freebsd.org> From: Assar Westerlund Date: Tue, 4 Jul 2000 21:58:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/com_err compile_et.c X-FreeBSD-CVS-Branch: RELENG_3 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG assar 2000/07/04 21:58:45 PDT Modified files: (Branch: RELENG_3) contrib/com_err compile_et.c Log: fix RCSID Revision Changes Path 1.2.4.3 +2 -0 src/contrib/com_err/compile_et.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 22: 2:38 2000 Delivered-To: cvs-all@freebsd.org Received: from peach.ocn.ne.jp (peach.ocn.ne.jp [210.145.254.87]) by hub.freebsd.org (Postfix) with ESMTP id E787B37BB37; Tue, 4 Jul 2000 22:02:29 -0700 (PDT) (envelope-from dcs@newsguy.com) Received: from newsguy.com (p61-dn02kiryunisiki.gunma.ocn.ne.jp [211.0.245.126]) by peach.ocn.ne.jp (8.9.1a/OCN/) with ESMTP id NAA25076; Wed, 5 Jul 2000 13:59:55 +0900 (JST) Message-ID: <3962C0F0.C5C9F8B@newsguy.com> Date: Wed, 05 Jul 2000 14:00:32 +0900 From: "Daniel C. Sobral" X-Mailer: Mozilla 4.7 [en] (Win98; I) X-Accept-Language: en,pt-BR,ja MIME-Version: 1.0 To: Poul-Henning Kamp Cc: Adrian Chadd , Boris Popov , Jeroen Ruigrok van der Werven , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: CVSROOT access References: <11959.962696447@critter.freebsd.dk> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Poul-Henning Kamp wrote: > > Right, not exactly, Adrian was one of the first people to violate > project rules. Way back in 1994 :-) Ah, the plot thickens... Adrian, you *are* going to tell this story, one way or another. -- Daniel C. Sobral (8-DCS) dcs@newsguy.com dcs@freebsd.org capo@the.great.underground.bsdconpiracy.org _DES: The Book of Bruce has only one sentence in it, and it says "the actual directives of my cult are left as an exercise for the reader. Good luck." jkh: does it really include the 'good luck' part? EE: OK, I made that part up. EE: I figured it should sound a bit more cheery than how Bruce initially dictated it to me. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 22: 4:22 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6114A37B6FC; Tue, 4 Jul 2000 22:04:14 -0700 (PDT) (envelope-from assar@FreeBSD.org) Received: (from assar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA67426; Tue, 4 Jul 2000 22:04:14 -0700 (PDT) (envelope-from assar@FreeBSD.org) Message-Id: <200007050504.WAA67426@freefall.freebsd.org> From: Assar Westerlund Date: Tue, 4 Jul 2000 22:04:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/com_err compile_et.c X-FreeBSD-CVS-Branch: RELENG_3 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG assar 2000/07/04 22:04:14 PDT Modified files: (Branch: RELENG_3) contrib/com_err compile_et.c Log: merge the (still missing) part from -current Revision Changes Path 1.2.4.4 +1 -8 src/contrib/com_err/compile_et.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 22: 7:26 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1F83837B6FC; Tue, 4 Jul 2000 22:07:24 -0700 (PDT) (envelope-from itojun@FreeBSD.org) Received: (from itojun@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA69145; Tue, 4 Jul 2000 22:07:23 -0700 (PDT) (envelope-from itojun@FreeBSD.org) Message-Id: <200007050507.WAA69145@freefall.freebsd.org> From: Jun-ichiro itojun Hagino Date: Tue, 4 Jul 2000 22:07:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/net getaddrinfo.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG itojun 2000/07/04 22:07:23 PDT Modified files: lib/libc/net getaddrinfo.c Log: sync with kame. - better return code. from enami@netbsd - do not use "class" as variable name. C++ guy had trouble with it. Revision Changes Path 1.12 +50 -29 src/lib/libc/net/getaddrinfo.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 22: 9:24 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DE6C137BA16; Tue, 4 Jul 2000 22:09:17 -0700 (PDT) (envelope-from itojun@FreeBSD.org) Received: (from itojun@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA70224; Tue, 4 Jul 2000 22:09:17 -0700 (PDT) (envelope-from itojun@FreeBSD.org) Message-Id: <200007050509.WAA70224@freefall.freebsd.org> From: Jun-ichiro itojun Hagino Date: Tue, 4 Jul 2000 22:09:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/net getnameinfo.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG itojun 2000/07/04 22:09:17 PDT Modified files: lib/libc/net getnameinfo.c Log: sync with latest kame. - permit numeric scopeid, be more careful about buffer size TODO: 2nd arg type should be socklen_t for RFC2553 conformance, but due to include file dependency it is not a easy thing to do (netdb.h does not have socklen_t) Revision Changes Path 1.5 +208 -70 src/lib/libc/net/getnameinfo.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 22:29:31 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4933037BC15; Tue, 4 Jul 2000 22:29:26 -0700 (PDT) (envelope-from assar@FreeBSD.org) Received: (from assar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA76614; Tue, 4 Jul 2000 22:29:26 -0700 (PDT) (envelope-from assar@FreeBSD.org) Message-Id: <200007050529.WAA76614@freefall.freebsd.org> From: Assar Westerlund Date: Tue, 4 Jul 2000 22:29:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/com_err lex.l parse.y X-FreeBSD-CVS-Branch: RELENG_3 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG assar 2000/07/04 22:29:26 PDT Modified files: (Branch: RELENG_3) contrib/com_err lex.l parse.y Log: remove the remaining RCSIDs Revision Changes Path 1.2.4.2 +2 -0 src/contrib/com_err/lex.l 1.2.4.2 +2 -0 src/contrib/com_err/parse.y To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 22:51:56 2000 Delivered-To: cvs-all@freebsd.org Received: from peach.ocn.ne.jp (peach.ocn.ne.jp [210.145.254.87]) by hub.freebsd.org (Postfix) with ESMTP id 19FD037B5FE; Tue, 4 Jul 2000 22:51:49 -0700 (PDT) (envelope-from dcs@newsguy.com) Received: from newsguy.com (p61-dn02kiryunisiki.gunma.ocn.ne.jp [211.0.245.126]) by peach.ocn.ne.jp (8.9.1a/OCN/) with ESMTP id OAA07728; Wed, 5 Jul 2000 14:51:36 +0900 (JST) Message-ID: <3962CD0D.2FAA48CA@newsguy.com> Date: Wed, 05 Jul 2000 14:52:13 +0900 From: "Daniel C. Sobral" X-Mailer: Mozilla 4.7 [en] (Win98; I) X-Accept-Language: en,pt-BR,ja MIME-Version: 1.0 To: Brian Fundakowski Feldman Cc: Robert Watson , Wes Morgan , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/crypto/openssh sshd.c References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Brian Fundakowski Feldman wrote: > > No, no, you two are mistaken here; this is a fallback if the execv() fails > for the saved argv. It works like this: > > try to exec what we were invoked with. > try to exec what we were invoked with _determined by the file > system_, using /proc > give up. > > The middle step is what I added. There's no reliance on procfs. procfs > exists as a convenience, and in this case it makes it possible for you > to HUP sshd even when you invoked it using a non-canonical name. This > is a big convenience when you start daemons interactively. It's Good (TM) :) It obscures configuration bugs (ie, lack of full path in the configuration file). -- Daniel C. Sobral (8-DCS) dcs@newsguy.com dcs@freebsd.org capo@the.great.underground.bsdconpiracy.org _DES: The Book of Bruce has only one sentence in it, and it says "the actual directives of my cult are left as an exercise for the reader. Good luck." jkh: does it really include the 'good luck' part? EE: OK, I made that part up. EE: I figured it should sound a bit more cheery than how Bruce initially dictated it to me. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 22:55:50 2000 Delivered-To: cvs-all@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id 48EE037B71B; Tue, 4 Jul 2000 22:55:34 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id XAA14163; Tue, 4 Jul 2000 23:55:32 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id XAA37652; Tue, 4 Jul 2000 23:55:14 -0600 (MDT) Message-Id: <200007050555.XAA37652@harmony.village.org> To: Mike Smith Subject: Re: cvs commit: src/crypto/openssh sshd.c Cc: Robert Watson , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Tue, 04 Jul 2000 14:17:44 PDT." <200007042117.OAA05458@mass.osd.bsdi.com> References: <200007042117.OAA05458@mass.osd.bsdi.com> Date: Tue, 04 Jul 2000 23:55:14 -0600 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <200007042117.OAA05458@mass.osd.bsdi.com> Mike Smith writes: : > I have a continuing strong objection to the presence : > of "file" in /proc in the first place, as I don't feel it substantially : > contributes to useful functionality in /proc. : : ?? That's nonsense. It provides a useful piece of information (the image : file backing a process' text/data) that is not available anywhere else. Except it is a security hole when it was the vnode... I like file being there since it makes gcore work again :-) Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 23: 1:36 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5779537BC9F; Tue, 4 Jul 2000 23:01:31 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA81049; Tue, 4 Jul 2000 23:01:31 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <200007050601.XAA81049@freefall.freebsd.org> From: Satoshi Asami Date: Tue, 4 Jul 2000 23:01:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/zebra/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asami 2000/07/04 23:01:31 PDT Modified files: net/zebra/pkg PLIST Log: Add three info files. Found by: bento Revision Changes Path 1.16 +3 -0 ports/net/zebra/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 23: 1:42 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 33AB737BDB3; Tue, 4 Jul 2000 23:01:34 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA81081; Tue, 4 Jul 2000 23:01:34 -0700 (PDT) (envelope-from imp@FreeBSD.org) Message-Id: <200007050601.XAA81081@freefall.freebsd.org> From: Warner Losh Date: Tue, 4 Jul 2000 23:01:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern subr_disk.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG imp 2000/07/04 23:01:34 PDT Modified files: sys/kern subr_disk.c Log: End two weeks of on and off debugging. Fix the crash on the Nth insertion of a CF card, for random values of N > 1. With these fixes, I've been able to do 100 insert/remove of the cards w/o a crash with lots of system activity going on that in the past would help trigger the crash. The problem: FreeBSD creates dev_t's on the fly as they are needed and never destroys them. These dev_t's point to a struct disk that is used for housekeeping on the disk. When a device goes away, the struct disk pointer becomes a dangling pointer. Sometimes when the device comes back, the pointer will point to the new struct disk (in which case the insertion will work). Other times it won't (especially if any length of time has passed, since it is dependent on memory returned from malloc). The Fix: There is one of these dev_t's that is always correct. The device for the WHOLE_DISK_SLICE is always right. It gets set at create_disk() time. So, the fix is to spend a little CPU time and lookup the WHOLE_DISK_SLICE dev_t and use the si_disk from that in preference to the one that's in the device asking to do the I/O. In addition, we change the test of si_disk == NULL meaning that the dev needed to inherit properties from the pdev to dev->si_disk != pdev->si_disk. This test is a little stronger than the previous test, but can sometimes be fooled into not inheriting. However, the results of this fooling are that the old values will be used, which will generally always be the same as before. si_drv[12] are the only values that are copied that might pose a problem. They tend to change as the si_disk field would change, so it is a hole, but it is a small hole. One could correctly argue that one should replace much of this code with something much much better. I would be on the pro side of that argument. Reviewed by: phk (who also ported the original patch to current) Sponsored by: Timing Solutions Revision Changes Path 1.29 +28 -25 src/sys/kern/subr_disk.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 23: 7: 7 2000 Delivered-To: cvs-all@freebsd.org Received: from mass.osd.bsdi.com (adsl-63-202-177-51.dsl.snfc21.pacbell.net [63.202.177.51]) by hub.freebsd.org (Postfix) with ESMTP id 783E937B71B; Tue, 4 Jul 2000 23:06:59 -0700 (PDT) (envelope-from msmith@mass.osd.bsdi.com) Received: from mass.osd.bsdi.com (localhost [127.0.0.1]) by mass.osd.bsdi.com (8.9.3/8.9.3) with ESMTP id XAA08241; Tue, 4 Jul 2000 23:14:14 -0700 (PDT) (envelope-from msmith@mass.osd.bsdi.com) Message-Id: <200007050614.XAA08241@mass.osd.bsdi.com> X-Mailer: exmh version 2.1.1 10/15/1999 To: Warner Losh Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/crypto/openssh sshd.c In-reply-to: Your message of "Tue, 04 Jul 2000 23:55:14 MDT." <200007050555.XAA37652@harmony.village.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 04 Jul 2000 23:14:14 -0700 From: Mike Smith Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > In message <200007042117.OAA05458@mass.osd.bsdi.com> Mike Smith writes: > : > I have a continuing strong objection to the presence > : > of "file" in /proc in the first place, as I don't feel it substantially > : > contributes to useful functionality in /proc. > : > : ?? That's nonsense. It provides a useful piece of information (the image > : file backing a process' text/data) that is not available anywhere else. > > Except it is a security hole when it was the vnode... I like file > being there since it makes gcore work again :-) I think it's pretty clear that the feature needs to be secure, however now that it is, I can't see any reason for deprecating it. -- ... every activity meets with opposition, everyone who acts has his rivals and unfortunately opponents also. But not because people want to be opponents, rather because the tasks and relationships force people to take different points of view. [Dr. Fritz Todt] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 23: 8:11 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B32D937BFA2; Tue, 4 Jul 2000 23:07:11 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA82867; Tue, 4 Jul 2000 23:07:11 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <200007050607.XAA82867@freefall.freebsd.org> From: Satoshi Asami Date: Tue, 4 Jul 2000 23:07:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/typhoon/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asami 2000/07/04 23:07:11 PDT Modified files: databases/typhoon/pkg PLIST Log: Add lib/libtyphoon_p.a. Submitted by: bento Revision Changes Path 1.6 +1 -0 ports/databases/typhoon/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 23: 8:20 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4CA6937BCC3; Tue, 4 Jul 2000 23:08:18 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA83023; Tue, 4 Jul 2000 23:08:18 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <200007050608.XAA83023@freefall.freebsd.org> From: Satoshi Asami Date: Tue, 4 Jul 2000 23:08:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/vietnamese/vnlpr/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asami 2000/07/04 23:08:17 PDT Modified files: vietnamese/vnlpr/pkg PLIST Log: List two files in share/doc/vnlpr and delete the directory upon deinstall. Also, remove two files that are installed by a dependency, not this port. Submitted by: bento Revision Changes Path 1.2 +3 -2 ports/vietnamese/vnlpr/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 23: 9:37 2000 Delivered-To: cvs-all@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id CEE1237BF5E; Tue, 4 Jul 2000 23:09:26 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id AAA14231; Wed, 5 Jul 2000 00:09:24 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id AAA37799; Wed, 5 Jul 2000 00:09:06 -0600 (MDT) Message-Id: <200007050609.AAA37799@harmony.village.org> To: Mike Smith Subject: Re: cvs commit: src/crypto/openssh sshd.c Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Tue, 04 Jul 2000 23:14:14 PDT." <200007050614.XAA08241@mass.osd.bsdi.com> References: <200007050614.XAA08241@mass.osd.bsdi.com> Date: Wed, 05 Jul 2000 00:09:06 -0600 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <200007050614.XAA08241@mass.osd.bsdi.com> Mike Smith writes: : > In message <200007042117.OAA05458@mass.osd.bsdi.com> Mike Smith writes: : > : > I have a continuing strong objection to the presence : > : > of "file" in /proc in the first place, as I don't feel it substantially : > : > contributes to useful functionality in /proc. : > : : > : ?? That's nonsense. It provides a useful piece of information (the image : > : file backing a process' text/data) that is not available anywhere else. : > : > Except it is a security hole when it was the vnode... I like file : > being there since it makes gcore work again :-) : : I think it's pretty clear that the feature needs to be secure, however : now that it is, I can't see any reason for deprecating it. I was agreeing with you that files is almost required in procfs and much much harder to obtain via other methods. It is used by gcore, for example. It shouldn't be abused to do something like exec, but doing so won't hurt since the path is as secure as the original file and directory were. I agree it shouldn't be depricated. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 23:10:31 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9ED8537B71B; Tue, 4 Jul 2000 23:10:28 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA83476; Tue, 4 Jul 2000 23:10:28 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <200007050610.XAA83476@freefall.freebsd.org> From: Satoshi Asami Date: Tue, 4 Jul 2000 23:10:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/vietnamese/vnterm Makefile ports/vietnamese/vnterm/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asami 2000/07/04 23:10:28 PDT Modified files: vietnamese/vnterm Makefile vietnamese/vnterm/pkg PLIST Log: Add one manpage, one doc file and delete two directories. Submitted by: bento Revision Changes Path 1.21 +2 -1 ports/vietnamese/vnterm/Makefile 1.4 +4 -1 ports/vietnamese/vnterm/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 23:11:11 2000 Delivered-To: cvs-all@freebsd.org Received: from skywalker.creative.net.au (node16292.a2000.nl [24.132.98.146]) by hub.freebsd.org (Postfix) with ESMTP id 2546E37B74F; Tue, 4 Jul 2000 23:11:05 -0700 (PDT) (envelope-from ashp@skywalker.creative.net.au) Received: from localhost (ashp@localhost) by skywalker.creative.net.au (8.9.3/8.9.3) with ESMTP id IAA29366; Wed, 5 Jul 2000 08:03:01 +0200 (CEST) (envelope-from ashp@skywalker.creative.net.au) Date: Wed, 5 Jul 2000 08:02:59 +0200 (CEST) From: Ashley Penney To: "Daniel C. Sobral" Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: CVSROOT access In-Reply-To: <3962C0F0.C5C9F8B@newsguy.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 5 Jul 2000, Daniel C. Sobral wrote: > Poul-Henning Kamp wrote: > > > > Right, not exactly, Adrian was one of the first people to violate > > project rules. Way back in 1994 :-) > > Ah, the plot thickens... Adrian, you *are* going to tell this story, one > way or another. If he doesn't, I'll have to spill the beans. Because I know the true story. Come on Chadd, tell the nice people what a bad boy you are! -- Ashp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 23:19:40 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 136D637BD0C; Tue, 4 Jul 2000 23:19:34 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA84625; Tue, 4 Jul 2000 23:19:33 -0700 (PDT) (envelope-from will@FreeBSD.org) Message-Id: <200007050619.XAA84625@freefall.freebsd.org> From: Will Andrews Date: Tue, 4 Jul 2000 23:19:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/plib Makefile ports/x11-toolkits/plib/files md5 ports/x11-toolkits/plib/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2000/07/04 23:19:33 PDT Modified files: x11-toolkits/plib Makefile x11-toolkits/plib/files md5 x11-toolkits/plib/pkg PLIST Log: Update to 1.2.0. Remove inactive maintainer (never upgraded this port since its inception). Remove redundant LIB_DEPENDS. Make sure CFLAGS are properly respected by removing -O6 (who the heck in the right mind uses that with GCC?!) from configure. This update is the precursor to updating games/flightgear, which I will do later on Wednesday. Revision Changes Path 1.8 +9 -19 ports/x11-toolkits/plib/Makefile 1.2 +1 -2 ports/x11-toolkits/plib/files/md5 1.2 +7 -7 ports/x11-toolkits/plib/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 23:30:57 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8383F37B6D7; Tue, 4 Jul 2000 23:30:53 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA86277; Tue, 4 Jul 2000 23:30:53 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <200007050630.XAA86277@freefall.freebsd.org> From: Satoshi Asami Date: Tue, 4 Jul 2000 23:30:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/bwbasic/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asami 2000/07/04 23:30:53 PDT Modified files: lang/bwbasic/pkg PLIST Log: @dirrm two directories. Submitted by: bento Revision Changes Path 1.2 +2 -0 ports/lang/bwbasic/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 23:31:14 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AF70E37B67B; Tue, 4 Jul 2000 23:31:11 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA86332; Tue, 4 Jul 2000 23:31:11 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <200007050631.XAA86332@freefall.freebsd.org> From: Satoshi Asami Date: Tue, 4 Jul 2000 23:31:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/chimera/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asami 2000/07/04 23:31:11 PDT Modified files: www/chimera/pkg PLIST Log: @dirrm lib/chimera Submitted by: bento Revision Changes Path 1.6 +1 -0 ports/www/chimera/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 23:31:45 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 10BAE37B74F; Tue, 4 Jul 2000 23:31:42 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA86479; Tue, 4 Jul 2000 23:31:41 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <200007050631.XAA86479@freefall.freebsd.org> From: Satoshi Asami Date: Tue, 4 Jul 2000 23:31:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/asl/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asami 2000/07/04 23:31:41 PDT Modified files: devel/asl/pkg PLIST Log: Add bin/pbind, and sort PLIST. Submitted by: bento Revision Changes Path 1.5 +2 -1 ports/devel/asl/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 23:32:27 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5E54A37BF48; Tue, 4 Jul 2000 23:32:19 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA86606; Tue, 4 Jul 2000 23:32:19 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <200007050632.XAA86606@freefall.freebsd.org> From: Satoshi Asami Date: Tue, 4 Jul 2000 23:32:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/isc-dhcp3 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asami 2000/07/04 23:32:19 PDT Modified files: net/isc-dhcp3 Makefile Log: Add two manpages. Submitted by: bento Revision Changes Path 1.35 +3 -2 ports/net/isc-dhcp3/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 23:37:59 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3BCB637BCA4; Tue, 4 Jul 2000 23:37:55 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA87481; Tue, 4 Jul 2000 23:37:55 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <200007050637.XAA87481@freefall.freebsd.org> From: Satoshi Asami Date: Tue, 4 Jul 2000 23:37:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/news/aub/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asami 2000/07/04 23:37:55 PDT Modified files: news/aub/pkg PLIST Log: @dirrm share/doc/aub Submitted by: bento Revision Changes Path 1.3 +1 -0 ports/news/aub/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 23:41:44 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BF60937BC87; Tue, 4 Jul 2000 23:41:38 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA88042; Tue, 4 Jul 2000 23:41:38 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <200007050641.XAA88042@freefall.freebsd.org> From: Matt Jacob Date: Tue, 4 Jul 2000 23:41:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/isp isp.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2000/07/04 23:41:38 PDT Modified files: sys/dev/isp isp.c Log: Clean up ISPCTL_ABORT_CMD function to not be too chatty if it succeeds, or even if it fails with INVALID_PARM (which just means that the handle doesn't refer to an active commane). Revision Changes Path 1.47 +15 -8 src/sys/dev/isp/isp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 23:44:20 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A563637B74F; Tue, 4 Jul 2000 23:44:17 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA88554; Tue, 4 Jul 2000 23:44:17 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <200007050644.XAA88554@freefall.freebsd.org> From: Matt Jacob Date: Tue, 4 Jul 2000 23:44:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/isp isp_freebsd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2000/07/04 23:44:17 PDT Modified files: sys/dev/isp isp_freebsd.c Log: Oops! If we're deciding a command is now really dead, make *darned* sure that it really is by issuing a ISPCTL_ABORT_CMD just on the off chance the f/w will start it up again and, ha ha, start using the DMA resources we gave it but are now taking away. Revision Changes Path 1.41 +10 -1 src/sys/dev/isp/isp_freebsd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 23:44:53 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9433537B74F; Tue, 4 Jul 2000 23:44:50 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA88646; Tue, 4 Jul 2000 23:44:50 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <200007050644.XAA88646@freefall.freebsd.org> From: Satoshi Asami Date: Tue, 4 Jul 2000 23:44:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/f2c/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asami 2000/07/04 23:44:50 PDT Modified files: lang/f2c/pkg PLIST Log: Add lib/libf2c.so. Submitted by: bento Revision Changes Path 1.2 +1 -0 ports/lang/f2c/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 23:45:11 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7C30F37B74F; Tue, 4 Jul 2000 23:45:06 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA88774; Tue, 4 Jul 2000 23:45:06 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Message-Id: <200007050645.XAA88774@freefall.freebsd.org> From: Jun Kuriyama Date: Tue, 4 Jul 2000 23:45:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/ja/ports comments.ja X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kuriyama 2000/07/04 23:45:06 PDT Modified files: ja/ports comments.ja Log: Sync with 1.281 of INDEX (ftp - mail). Revision Changes Path 1.23 +358 -93 www/ja/ports/comments.ja To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 23:47:24 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2197537BD02; Tue, 4 Jul 2000 23:47:18 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA89200; Tue, 4 Jul 2000 23:47:18 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <200007050647.XAA89200@freefall.freebsd.org> From: Satoshi Asami Date: Tue, 4 Jul 2000 23:47:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/flux/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asami 2000/07/04 23:47:18 PDT Modified files: devel/flux/pkg PLIST Log: Add lib/libflux.so. Submitted by: bento Revision Changes Path 1.3 +1 -0 ports/devel/flux/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 23:47:53 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1DF4C37BD02; Tue, 4 Jul 2000 23:47:50 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA89307; Tue, 4 Jul 2000 23:47:49 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <200007050647.XAA89307@freefall.freebsd.org> From: Satoshi Asami Date: Tue, 4 Jul 2000 23:47:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/fortuneit/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asami 2000/07/04 23:47:49 PDT Modified files: misc/fortuneit/pkg PLIST Log: @dirrm share/games Submitted by: bento Revision Changes Path 1.3 +1 -0 ports/misc/fortuneit/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 23:52:22 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id ABEB337BC86; Tue, 4 Jul 2000 23:52:19 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA90604; Tue, 4 Jul 2000 23:52:19 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <200007050652.XAA90604@freefall.freebsd.org> From: Satoshi Asami Date: Tue, 4 Jul 2000 23:52:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/cad/felt/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asami 2000/07/04 23:52:19 PDT Modified files: cad/felt/pkg PLIST Log: Add bin/loom. Submitted by: bento Revision Changes Path 1.8 +1 -0 ports/cad/felt/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 23:53:52 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B9E3E37BD02; Tue, 4 Jul 2000 23:53:47 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA90862; Tue, 4 Jul 2000 23:53:47 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Message-Id: <200007050653.XAA90862@freefall.freebsd.org> From: Jun Kuriyama Date: Tue, 4 Jul 2000 23:53:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/ja/ports comments.ja X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kuriyama 2000/07/04 23:53:47 PDT Modified files: ja/ports comments.ja Log: Sync with 1.282 of INDEX (archiver - mail). Revision Changes Path 1.24 +33 -10 www/ja/ports/comments.ja To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 23:59:26 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6DE6037B7B3; Tue, 4 Jul 2000 23:59:23 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA91909; Tue, 4 Jul 2000 23:59:23 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <200007050659.XAA91909@freefall.freebsd.org> From: Satoshi Asami Date: Tue, 4 Jul 2000 23:59:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/fbsd-icons/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asami 2000/07/04 23:59:23 PDT Modified files: x11/fbsd-icons/pkg PLIST Log: @dirrm icons Submitted by: bento Revision Changes Path 1.2 +1 -0 ports/x11/fbsd-icons/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 4 23:59:56 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 95AA037B7AF; Tue, 4 Jul 2000 23:59:50 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA92026; Tue, 4 Jul 2000 23:59:50 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <200007050659.XAA92026@freefall.freebsd.org> From: Satoshi Asami Date: Tue, 4 Jul 2000 23:59:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/emulators/ines/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asami 2000/07/04 23:59:50 PDT Modified files: emulators/ines/pkg PLIST Log: @dirrm share/ines Submitted by: bento Revision Changes Path 1.4 +1 -0 ports/emulators/ines/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 0:16: 2 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D620037B5FE; Wed, 5 Jul 2000 00:15:58 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA95707; Wed, 5 Jul 2000 00:15:58 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Message-Id: <200007050715.AAA95707@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Wed, 5 Jul 2000 00:15:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall devices.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jkh 2000/07/05 00:15:58 PDT Modified files: release/sysinstall devices.c Log: Replace phk's commit with code from my local tree which I happen to like better (it's commented and easier to read). Revision Changes Path 1.122 +4 -2 src/release/sysinstall/devices.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 0:16:14 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E826637BEA6; Wed, 5 Jul 2000 00:16:08 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA95768; Wed, 5 Jul 2000 00:16:08 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <200007050716.AAA95768@freefall.freebsd.org> From: Satoshi Asami Date: Wed, 5 Jul 2000 00:16:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/news/slnr/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asami 2000/07/05 00:16:08 PDT Modified files: news/slnr/pkg PLIST Log: @dirrm share/doc/slnr Submitted by: bento Revision Changes Path 1.3 +1 -0 ports/news/slnr/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 0:16:45 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2DBCC37BEA6; Wed, 5 Jul 2000 00:16:43 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA95905; Wed, 5 Jul 2000 00:16:42 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <200007050716.AAA95905@freefall.freebsd.org> From: Satoshi Asami Date: Wed, 5 Jul 2000 00:16:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/news/trn/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asami 2000/07/05 00:16:42 PDT Modified files: news/trn/pkg PLIST Log: @dirrm lib/trn Submitted by: bento Revision Changes Path 1.4 +1 -0 ports/news/trn/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 0:17:26 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F0C6537BF58; Wed, 5 Jul 2000 00:17:23 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA96057; Wed, 5 Jul 2000 00:17:23 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <200007050717.AAA96057@freefall.freebsd.org> From: Satoshi Asami Date: Wed, 5 Jul 2000 00:17:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/nessus-libraries/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asami 2000/07/05 00:17:23 PDT Modified files: security/nessus-libraries/pkg PLIST Log: Add one header file and one library. Sort include directory. Submitted by: bento Revision Changes Path 1.6 +3 -1 ports/security/nessus-libraries/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 0:18: 2 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D24C937BF89; Wed, 5 Jul 2000 00:17:54 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA96113; Wed, 5 Jul 2000 00:17:54 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <200007050717.AAA96113@freefall.freebsd.org> From: Satoshi Asami Date: Wed, 5 Jul 2000 00:17:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mbone/rqm/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asami 2000/07/05 00:17:54 PDT Modified files: mbone/rqm/pkg PLIST Log: @dirrm share/doc/rqm Submitted by: bento Revision Changes Path 1.2 +1 -0 ports/mbone/rqm/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 0:20:26 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 35A9337BC86; Wed, 5 Jul 2000 00:20:24 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA96394; Wed, 5 Jul 2000 00:20:24 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Message-Id: <200007050720.AAA96394@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Wed, 5 Jul 2000 00:20:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall devices.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jkh 2000/07/05 00:20:23 PDT Modified files: (Branch: RELENG_4) release/sysinstall devices.c Log: MFC: ignore memory disks Revision Changes Path 1.117.2.2 +5 -1 src/release/sysinstall/devices.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 0:26:20 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AAFB837B7A2; Wed, 5 Jul 2000 00:26:17 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA97120; Wed, 5 Jul 2000 00:26:17 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <200007050726.AAA97120@freefall.freebsd.org> From: Satoshi Asami Date: Wed, 5 Jul 2000 00:26:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/wordplay/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asami 2000/07/05 00:26:17 PDT Modified files: games/wordplay/pkg PLIST Log: @dirrm share/wordplay Submitted by: bento Revision Changes Path 1.2 +1 -0 ports/games/wordplay/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 0:46:48 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8DEA437B686; Wed, 5 Jul 2000 00:46:42 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA98970; Wed, 5 Jul 2000 00:46:42 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Message-Id: <200007050746.AAA98970@freefall.freebsd.org> From: John Baldwin Date: Wed, 5 Jul 2000 00:46:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/sysctl sysctl.c src/sys/alpha/pci pcibus.c src/sys/kern kern_exec.c subr_devstat.c vfs_cache.c src/sys/sys sysctl.h src/sys/vm vm_meter.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2000/07/05 00:46:41 PDT Modified files: sbin/sysctl sysctl.c sys/alpha/pci pcibus.c sys/kern kern_exec.c subr_devstat.c vfs_cache.c sys/sys sysctl.h sys/vm vm_meter.c Log: Support for unsigned integer and long sysctl variables. Update the SYSCTL_LONG macro to be consistent with other integer sysctl variables and require an initial value instead of assuming 0. Update several sysctl variables to use the unsigned types. PR: 15251 Submitted by: Kelly Yancey Revision Changes Path 1.27 +11 -3 src/sbin/sysctl/sysctl.c 1.24 +5 -5 src/sys/alpha/pci/pcibus.c 1.112 +9 -7 src/sys/kern/kern_exec.c 1.27 +2 -2 src/sys/kern/subr_devstat.c 1.47 +7 -10 src/sys/kern/vfs_cache.c 1.86 +13 -3 src/sys/sys/sysctl.h 1.39 +49 -49 src/sys/vm/vm_meter.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 0:52:17 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 87FAC37B686; Wed, 5 Jul 2000 00:52:13 -0700 (PDT) (envelope-from nakai@FreeBSD.org) Received: (from nakai@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA00161; Wed, 5 Jul 2000 00:52:13 -0700 (PDT) (envelope-from nakai@FreeBSD.org) Message-Id: <200007050752.AAA00161@freefall.freebsd.org> From: Yukihiro Nakai Date: Wed, 5 Jul 2000 00:52:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/gogo Makefile ports/audio/gogo/patches patch-ac X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nakai 2000/07/05 00:52:12 PDT Modified files: audio/gogo Makefile audio/gogo/patches patch-ac Log: Update for more simple. Submitted by: FUJISHIMA Satsuki Revision Changes Path 1.20 +2 -4 ports/audio/gogo/Makefile 1.2 +29 -3 ports/audio/gogo/patches/patch-ac To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 0:53:38 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8284837B686; Wed, 5 Jul 2000 00:53:35 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA00540; Wed, 5 Jul 2000 00:53:35 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <200007050753.AAA00540@freefall.freebsd.org> From: Satoshi Asami Date: Wed, 5 Jul 2000 00:53:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/wordnet/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asami 2000/07/05 00:53:35 PDT Modified files: textproc/wordnet/pkg PLIST Log: Add entire include/wordnet-1.6 directory and one library. Submitted by: bento Revision Changes Path 1.2 +10 -0 ports/textproc/wordnet/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 1: 6:42 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6A73E37B71C; Wed, 5 Jul 2000 01:06:39 -0700 (PDT) (envelope-from bp@FreeBSD.org) Received: (from bp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA03694; Wed, 5 Jul 2000 01:06:38 -0700 (PDT) (envelope-from bp@FreeBSD.org) Message-Id: <200007050806.BAA03694@freefall.freebsd.org> From: Boris Popov Date: Wed, 5 Jul 2000 01:06:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/mars_nwe Makefile ports/net/mars_nwe/files md5 ports/net/mars_nwe/patches patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG bp 2000/07/05 01:06:38 PDT Modified files: net/mars_nwe Makefile net/mars_nwe/files md5 net/mars_nwe/patches patch-aa Log: Update to version 0.99-pl19. Revision Changes Path 1.11 +3 -3 ports/net/mars_nwe/Makefile 1.5 +1 -1 ports/net/mars_nwe/files/md5 1.8 +0 -1 ports/net/mars_nwe/patches/patch-aa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 1:11:47 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 68C5037B71C; Wed, 5 Jul 2000 01:11:44 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA04781; Wed, 5 Jul 2000 01:11:43 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Message-Id: <200007050811.BAA04781@freefall.freebsd.org> From: Nick Hibma Date: Wed, 5 Jul 2000 01:11:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb usb_port.h usbhid.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG n_hibma 2000/07/05 01:11:43 PDT Modified files: sys/dev/usb usb_port.h usbhid.h Log: Use the packed attribute for the descriptor on the wire Revision Changes Path 1.31 +3 -1 src/sys/dev/usb/usb_port.h 1.9 +3 -3 src/sys/dev/usb/usbhid.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 1:15: 9 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CBB4737B796; Wed, 5 Jul 2000 01:15:05 -0700 (PDT) (envelope-from itojun@FreeBSD.org) Received: (from itojun@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA05496; Wed, 5 Jul 2000 01:15:05 -0700 (PDT) (envelope-from itojun@FreeBSD.org) Message-Id: <200007050815.BAA05496@freefall.freebsd.org> From: Jun-ichiro itojun Hagino Date: Wed, 5 Jul 2000 01:15:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 gif.4 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG itojun 2000/07/05 01:15:05 PDT Modified files: share/man/man4 gif.4 Log: sync with kame. more security warnings Revision Changes Path 1.5 +57 -26 src/share/man/man4/gif.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 1:27:54 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8B25B37B515; Wed, 5 Jul 2000 01:27:50 -0700 (PDT) (envelope-from itojun@FreeBSD.org) Received: (from itojun@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA08199; Wed, 5 Jul 2000 01:27:50 -0700 (PDT) (envelope-from itojun@FreeBSD.org) Message-Id: <200007050827.BAA08199@freefall.freebsd.org> From: Jun-ichiro itojun Hagino Date: Wed, 5 Jul 2000 01:27:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/net getaddrinfo.3 getnameinfo.3 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG itojun 2000/07/05 01:27:50 PDT Modified files: lib/libc/net getaddrinfo.3 getnameinfo.3 Log: sync with more recent kame tree. - correct scoped notation separator (s/@/%/) - include example and more references Revision Changes Path 1.4 +159 -27 src/lib/libc/net/getaddrinfo.3 1.5 +95 -18 src/lib/libc/net/getnameinfo.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 1:42: 9 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0AC4437B6FB; Wed, 5 Jul 2000 01:42:07 -0700 (PDT) (envelope-from itojun@FreeBSD.org) Received: (from itojun@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA09802; Wed, 5 Jul 2000 01:42:07 -0700 (PDT) (envelope-from itojun@FreeBSD.org) Message-Id: <200007050842.BAA09802@freefall.freebsd.org> From: Jun-ichiro itojun Hagino Date: Wed, 5 Jul 2000 01:42:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/gifconfig gifconfig.8 gifconfig.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG itojun 2000/07/05 01:42:07 PDT Modified files: usr.sbin/gifconfig gifconfig.8 gifconfig.c Log: sync with more recent KAME tree. handles scoped IPv6 notation. supports "delete" subcommand. corrects PR 19663. Revision Changes Path 1.4 +16 -5 src/usr.sbin/gifconfig/gifconfig.8 1.3 +93 -34 src/usr.sbin/gifconfig/gifconfig.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 2:19:34 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3D02537B8A0; Wed, 5 Jul 2000 02:19:29 -0700 (PDT) (envelope-from sumikawa@FreeBSD.org) Received: (from sumikawa@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA14508; Wed, 5 Jul 2000 02:19:29 -0700 (PDT) (envelope-from sumikawa@FreeBSD.org) Message-Id: <200007050919.CAA14508@freefall.freebsd.org> From: Munechika SUMIKAWA Date: Wed, 5 Jul 2000 02:19:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/racoon - Imported sources X-FreeBSD-CVS-Branch: Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sumikawa 2000/07/05 02:19:29 PDT ports/security/racoon - Imported sources Update of /home/ncvs/ports/security/racoon In directory freefall.freebsd.org:/d/home/sumikawa/racoon Log Message: racoon: KAME IKE daemon Status: Vendor Tag: KAME Release Tags: v20000705a N ports/security/racoon/Makefile N ports/security/racoon/files/md5 N ports/security/racoon/patches/patch-aa N ports/security/racoon/patches/patch-ab N ports/security/racoon/patches/patch-ac N ports/security/racoon/patches/patch-ad N ports/security/racoon/pkg/COMMENT N ports/security/racoon/pkg/DESCR N ports/security/racoon/pkg/PLIST No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 2:22:50 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E053137B510; Wed, 5 Jul 2000 02:22:47 -0700 (PDT) (envelope-from sumikawa@FreeBSD.org) Received: (from sumikawa@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA18821; Wed, 5 Jul 2000 02:22:47 -0700 (PDT) (envelope-from sumikawa@FreeBSD.org) Message-Id: <200007050922.CAA18821@freefall.freebsd.org> From: Munechika SUMIKAWA Date: Wed, 5 Jul 2000 02:22:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sumikawa 2000/07/05 02:22:47 PDT Modified files: security Makefile Log: activate racoon. Revision Changes Path 1.110 +2 -1 ports/security/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 2:24:18 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2114F37B60C; Wed, 5 Jul 2000 02:24:14 -0700 (PDT) (envelope-from sumikawa@FreeBSD.org) Received: (from sumikawa@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA19105; Wed, 5 Jul 2000 02:24:14 -0700 (PDT) (envelope-from sumikawa@FreeBSD.org) Message-Id: <200007050924.CAA19105@freefall.freebsd.org> From: Munechika SUMIKAWA Date: Wed, 5 Jul 2000 02:24:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sumikawa 2000/07/05 02:24:13 PDT Modified files: . modules Log: racoon -> ports/security/racoon Revision Changes Path 1.1356 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 2:34:14 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 53F6F37B77F; Wed, 5 Jul 2000 02:34:12 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA20315; Wed, 5 Jul 2000 02:34:12 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <200007050934.CAA20315@freefall.freebsd.org> From: Kris Kennaway Date: Wed, 5 Jul 2000 02:34:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/ping6 Makefile ping6.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/07/05 02:34:11 PDT Modified files: sbin/ping6 Makefile ping6.c Log: Sync with latest KAME code. Obtained from: KAME Revision Changes Path 1.2 +14 -20 src/sbin/ping6/Makefile 1.5 +620 -213 src/sbin/ping6/ping6.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 2:37:54 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9CD9837B60C; Wed, 5 Jul 2000 02:37:52 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA20788; Wed, 5 Jul 2000 02:37:52 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <200007050937.CAA20788@freefall.freebsd.org> From: Kris Kennaway Date: Wed, 5 Jul 2000 02:37:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/ping6 ping6.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/07/05 02:37:52 PDT Modified files: sbin/ping6 ping6.8 Log: Sync with KAME Obtained from: KAME Revision Changes Path 1.6 +136 -55 src/sbin/ping6/ping6.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 2:38:36 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A84DB37B6A1; Wed, 5 Jul 2000 02:38:30 -0700 (PDT) (envelope-from wosch@FreeBSD.org) Received: (from wosch@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA20895; Wed, 5 Jul 2000 02:38:30 -0700 (PDT) (envelope-from wosch@FreeBSD.org) Message-Id: <200007050938.CAA20895@freefall.freebsd.org> From: Wolfram Schneider Date: Wed, 5 Jul 2000 02:38:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/es/docproj sgml.sgml www/es/internal developer.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG wosch 2000/07/05 02:38:30 PDT Modified files: es/docproj sgml.sgml es/internal developer.sgml Log: Update URL for 'Build the FreeBSD Web Pages' Revision Changes Path 1.7 +4 -4 www/es/docproj/sgml.sgml 1.5 +3 -3 www/es/internal/developer.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 2:48:48 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 639F637B7BC; Wed, 5 Jul 2000 02:48:44 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA22218; Wed, 5 Jul 2000 02:48:44 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <200007050948.CAA22218@freefall.freebsd.org> From: Kris Kennaway Date: Wed, 5 Jul 2000 02:48:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/rtsol Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/07/05 02:48:43 PDT Modified files: sbin/rtsol Makefile Log: Sync with KAME Obtained from: KAME Revision Changes Path 1.2 +2 -2 src/sbin/rtsol/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 2:53:50 2000 Delivered-To: cvs-all@freebsd.org Received: from mailhost.netbenefit.co.uk (mailhost.netbenefit.co.uk [212.53.64.39]) by hub.freebsd.org (Postfix) with ESMTP id EB13637B555; Wed, 5 Jul 2000 02:53:42 -0700 (PDT) (envelope-from pierre.dampure@alveley.org) Received: from userfm95.uk.uudial.com ([62.188.24.183] helo=alveley.org) by mailhost.netbenefit.co.uk with esmtp (NetBenefit 1.5) id 139lsD-0002Lm-00 ; Wed, 05 Jul 2000 10:53:41 +0100 Message-ID: <396305A4.A106E6A0@alveley.org> Date: Wed, 05 Jul 2000 10:53:40 +0100 From: "Dampure, Pierre Y." X-Mailer: Mozilla 4.73 [en] (X11; U; FreeBSD 5.0-CURRENT i386) X-Accept-Language: en MIME-Version: 1.0 To: Jun-ichiro itojun Hagino Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, current@FreeBSD.ORG Subject: Re: cvs commit: src/lib/libc/net getaddrinfo.c References: <200007050507.WAA69145@freefall.freebsd.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Jun-ichiro itojun Hagino wrote: > > itojun 2000/07/04 22:07:23 PDT > > Modified files: > lib/libc/net getaddrinfo.c > Log: > sync with kame. > - better return code. from enami@netbsd > - do not use "class" as variable name. C++ guy had trouble with it. > > Revision Changes Path > 1.12 +50 -29 src/lib/libc/net/getaddrinfo.c > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe cvs-all" in the body of the message Hmmm. Something definitely looks strange, 'cause since this morning if I do: telnet localhost (or telnet to ANY host, either in my host file or in DNS) I get: localhost: no address associated with name whereas a 'ping localhost' works perfectly fine (and so does a telnet 127.0.0.1) Any clues? PYD To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 3: 2:52 2000 Delivered-To: cvs-all@freebsd.org Received: from coconut.itojun.org (coconut.itojun.org [210.160.95.97]) by hub.freebsd.org (Postfix) with ESMTP id C726B37B653; Wed, 5 Jul 2000 03:02:47 -0700 (PDT) (envelope-from itojun@itojun.org) Received: from kiwi.itojun.org (localhost.itojun.org [127.0.0.1]) by coconut.itojun.org (8.9.3+3.2W/3.7W) with ESMTP id TAA02831; Wed, 5 Jul 2000 19:02:12 +0900 (JST) To: "Dampure, Pierre Y." Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, current@FreeBSD.ORG In-reply-to: pierre.dampure's message of Wed, 05 Jul 2000 10:53:40 +0100. <396305A4.A106E6A0@alveley.org> X-Template-Reply-To: itojun@itojun.org X-Template-Return-Receipt-To: itojun@itojun.org X-PGP-Fingerprint: F8 24 B4 2C 8C 98 57 FD 90 5F B4 60 79 54 16 E2 Subject: Re: cvs commit: src/lib/libc/net getaddrinfo.c From: itojun@iijlab.net Date: Wed, 05 Jul 2000 19:02:12 +0900 Message-ID: <2829.962791332@coconut.itojun.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >Hmmm. Something definitely looks strange, 'cause since this morning if I >do: > telnet localhost (or telnet to ANY host, either in my host file or in >DNS) >I get: > localhost: no address associated with name >whereas a 'ping localhost' works perfectly fine (and so does a telnet >127.0.0.1) usr.bin/telnet/commands.c:tn() does something very strange. i'll take a look at it. itojun To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 3: 7:37 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CB2FC37B841; Wed, 5 Jul 2000 03:07:30 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA25171; Wed, 5 Jul 2000 03:07:30 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Message-Id: <200007051007.DAA25171@freefall.freebsd.org> From: Sheldon Hearn Date: Wed, 5 Jul 2000 03:07:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc services X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sheldonh 2000/07/05 03:07:30 PDT Modified files: etc services Log: Fix typo: "managment" -> "management". PR: 19689 Submitted by: SUGIMURA Takashi Revision Changes Path 1.63 +3 -3 src/etc/services To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 3: 9:22 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 10F8437BBF6; Wed, 5 Jul 2000 03:09:17 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA25443; Wed, 5 Jul 2000 03:09:17 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Message-Id: <200007051009.DAA25443@freefall.freebsd.org> From: Sheldon Hearn Date: Wed, 5 Jul 2000 03:09:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc services X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sheldonh 2000/07/05 03:09:16 PDT Modified files: (Branch: RELENG_4) etc services Log: MFC rev 1.63: fix typo. Revision Changes Path 1.62.2.1 +3 -3 src/etc/services To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 3:14:20 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 816CF37B7EA; Wed, 5 Jul 2000 03:14:17 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA26001; Wed, 5 Jul 2000 03:14:17 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <200007051014.DAA26001@freefall.freebsd.org> From: Kris Kennaway Date: Wed, 5 Jul 2000 03:14:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/rtsold Makefile dump.c if.c probe.c rtsol.c rtsold.8 rtsold.c rtsold.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/07/05 03:14:17 PDT Modified files: usr.sbin/rtsold Makefile dump.c if.c probe.c rtsol.c rtsold.8 rtsold.c rtsold.h Log: Sync with latest KAME. Obtained from: KAME Revision Changes Path 1.2 +2 -2 src/usr.sbin/rtsold/Makefile 1.2 +5 -2 src/usr.sbin/rtsold/dump.c 1.3 +157 -92 src/usr.sbin/rtsold/if.c 1.3 +18 -7 src/usr.sbin/rtsold/probe.c 1.2 +38 -10 src/usr.sbin/rtsold/rtsol.c 1.2 +45 -28 src/usr.sbin/rtsold/rtsold.8 1.2 +66 -23 src/usr.sbin/rtsold/rtsold.c 1.2 +9 -8 src/usr.sbin/rtsold/rtsold.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 3:15:28 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 98C7C37B7EA; Wed, 5 Jul 2000 03:15:25 -0700 (PDT) (envelope-from itojun@FreeBSD.org) Received: (from itojun@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA26106; Wed, 5 Jul 2000 03:15:25 -0700 (PDT) (envelope-from itojun@FreeBSD.org) Message-Id: <200007051015.DAA26106@freefall.freebsd.org> From: Jun-ichiro itojun Hagino Date: Wed, 5 Jul 2000 03:15:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/telnet commands.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG itojun 2000/07/05 03:15:25 PDT Modified files: usr.bin/telnet commands.c Log: simplify and correct name resolution in tn(). XXX what is the goal of af_switch()? it seems to me it is not necessary any more with getaddrinfo(3) fix for correct name-resolution ordering. comments? >shin Revision Changes Path 1.22 +17 -19 src/usr.bin/telnet/commands.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 3:16:30 2000 Delivered-To: cvs-all@freebsd.org Received: from coconut.itojun.org (coconut.itojun.org [210.160.95.97]) by hub.freebsd.org (Postfix) with ESMTP id 9A49837B7EA; Wed, 5 Jul 2000 03:16:19 -0700 (PDT) (envelope-from itojun@itojun.org) Received: from kiwi.itojun.org (localhost.itojun.org [127.0.0.1]) by coconut.itojun.org (8.9.3+3.2W/3.7W) with ESMTP id TAA03047; Wed, 5 Jul 2000 19:16:12 +0900 (JST) To: "Dampure, Pierre Y." , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, current@FreeBSD.ORG In-reply-to: itojun's message of Wed, 05 Jul 2000 19:02:12 JST. <2829.962791332@coconut.itojun.org> X-Template-Reply-To: itojun@itojun.org X-Template-Return-Receipt-To: itojun@itojun.org X-PGP-Fingerprint: F8 24 B4 2C 8C 98 57 FD 90 5F B4 60 79 54 16 E2 Subject: Re: cvs commit: src/lib/libc/net getaddrinfo.c From: itojun@iijlab.net Date: Wed, 05 Jul 2000 19:16:12 +0900 Message-ID: <3045.962792172@coconut.itojun.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >>Hmmm. Something definitely looks strange, 'cause since this morning if I >>do: >> telnet localhost (or telnet to ANY host, either in my host file or in >>DNS) >>I get: >> localhost: no address associated with name >>whereas a 'ping localhost' works perfectly fine (and so does a telnet >>127.0.0.1) > usr.bin/telnet/commands.c:tn() does something very strange. > i'll take a look at it. usr.bin/telnet/commands.c revision 1.22 should correct it. itojun To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 3:30:11 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CEC7737B8CD; Wed, 5 Jul 2000 03:30:05 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA27871; Wed, 5 Jul 2000 03:30:06 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Message-Id: <200007051030.DAA27871@freefall.freebsd.org> From: Jun Kuriyama Date: Wed, 5 Jul 2000 03:30:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/books/handbook/contrib chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kuriyama 2000/07/05 03:30:05 PDT Modified files: en_US.ISO_8859-1/books/handbook/contrib chapter.sgml Log: Ports contributer should go to "Additional Contributers" section, not "386BSD Patch Kit Patch Contributors". So move pvh@egenetics.com into correct place. Revision Changes Path 1.241 +5 -5 doc/en_US.ISO_8859-1/books/handbook/contrib/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 3:31:20 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5BF7437B8CD; Wed, 5 Jul 2000 03:31:17 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA27957; Wed, 5 Jul 2000 03:31:17 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Message-Id: <200007051031.DAA27957@freefall.freebsd.org> From: Sheldon Hearn Date: Wed, 5 Jul 2000 03:31:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/tar tar.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sheldonh 2000/07/05 03:31:17 PDT Modified files: gnu/usr.bin/tar tar.c Log: Correct the usage printed for --exclude, which takes a globbing pattern and not a file name. PR: 19698 Reported by: Jeff Blaine Revision Changes Path 1.20 +2 -2 src/gnu/usr.bin/tar/tar.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 3:33: 8 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4084837BB7A; Wed, 5 Jul 2000 03:33:02 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA28128; Wed, 5 Jul 2000 03:33:02 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Message-Id: <200007051033.DAA28128@freefall.freebsd.org> From: Sheldon Hearn Date: Wed, 5 Jul 2000 03:33:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/tar tar.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sheldonh 2000/07/05 03:33:02 PDT Modified files: (Branch: RELENG_4) gnu/usr.bin/tar tar.c Log: MFC rev 1.20: correct usage() output for --exclude. Revision Changes Path 1.19.2.1 +2 -2 src/gnu/usr.bin/tar/tar.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 3:33:52 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8DDD737BB7A; Wed, 5 Jul 2000 03:33:50 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA28304; Wed, 5 Jul 2000 03:33:50 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Message-Id: <200007051033.DAA28304@freefall.freebsd.org> From: Jun Kuriyama Date: Wed, 5 Jul 2000 03:33:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/books/handbook/contrib chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kuriyama 2000/07/05 03:33:50 PDT Modified files: en_US.ISO_8859-1/books/handbook/contrib chapter.sgml Log: rod@idiotswitch.org (mis-added in 1.112) is port contributer, too. Revision Changes Path 1.242 +5 -5 doc/en_US.ISO_8859-1/books/handbook/contrib/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 3:35:57 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7584F37BD39; Wed, 5 Jul 2000 03:35:55 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA28728; Wed, 5 Jul 2000 03:35:55 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Message-Id: <200007051035.DAA28728@freefall.freebsd.org> From: Jun Kuriyama Date: Wed, 5 Jul 2000 03:35:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/books/handbook/contrib chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kuriyama 2000/07/05 03:35:55 PDT Modified files: en_US.ISO_8859-1/books/handbook/contrib chapter.sgml Log: mami@whale.cc.muroran-it.ac.jp (mis-added in 1.144) is port contributer, too. Revision Changes Path 1.243 +5 -5 doc/en_US.ISO_8859-1/books/handbook/contrib/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 3:47:14 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 332D237B91A; Wed, 5 Jul 2000 03:47:07 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA29812; Wed, 5 Jul 2000 03:47:01 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Message-Id: <200007051047.DAA29812@freefall.freebsd.org> From: Sheldon Hearn Date: Wed, 5 Jul 2000 03:47:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/defaults periodic.conf src/etc/periodic/daily 400.status-disks src/share/man/man5 periodic.conf.5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sheldonh 2000/07/05 03:47:01 PDT Modified files: etc/defaults periodic.conf etc/periodic/daily 400.status-disks share/man/man5 periodic.conf.5 Log: Introduce a new option, daily_status_disks_df_flags, which specifies the command-line arguments to be used for the call to df(1) when daily_status_disks_enable is set to YES. The name of the new variable was chosen by the maintainer of our periodic hierarchy, Brian Somers. PR: 19631 Revision Changes Path 1.6 +2 -1 src/etc/defaults/periodic.conf 1.4 +2 -2 src/etc/periodic/daily/400.status-disks 1.8 +14 -3 src/share/man/man5/periodic.conf.5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 3:48:12 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BBB8E37BD0A; Wed, 5 Jul 2000 03:48:08 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA30093; Wed, 5 Jul 2000 03:48:08 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Message-Id: <200007051048.DAA30093@freefall.freebsd.org> From: Jun Kuriyama Date: Wed, 5 Jul 2000 03:48:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/books/handbook authors.ent doc/ja_JP.eucJP/books/handbook/staff chapter.sgml doc/ja_JP.eucJP/books/handbook/contrib chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kuriyama 2000/07/05 03:48:08 PDT Modified files: ja_JP.eucJP/books/handbook authors.ent ja_JP.eucJP/books/handbook/staff chapter.sgml ja_JP.eucJP/books/handbook/contrib chapter.sgml Log: Following changes in the English version are merged: 1.79 -> 1.95 authors.ent 1.173 -> 1.239 contrib/chapter.sgml 1.109 -> 1.132 staff/chapter.sgml Submitted by: IKENO Naoki Revision Changes Path 1.26 +33 -7 doc/ja_JP.eucJP/books/handbook/authors.ent 1.24 +72 -7 doc/ja_JP.eucJP/books/handbook/staff/chapter.sgml 1.34 +219 -57 doc/ja_JP.eucJP/books/handbook/contrib/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 4: 1: 5 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E854D37B8A0; Wed, 5 Jul 2000 04:00:59 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA32290; Wed, 5 Jul 2000 04:00:59 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <200007051100.EAA32290@freefall.freebsd.org> From: Kris Kennaway Date: Wed, 5 Jul 2000 04:00:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/traceroute6 traceroute6.8 traceroute6.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/07/05 04:00:58 PDT Modified files: usr.sbin/traceroute6 traceroute6.8 traceroute6.c Log: Sync with latest KAME code. Obtained from: KAME Revision Changes Path 1.5 +32 -7 src/usr.sbin/traceroute6/traceroute6.8 1.5 +355 -128 src/usr.sbin/traceroute6/traceroute6.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 4:12:58 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E3B0A37B91A; Wed, 5 Jul 2000 04:12:54 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA35544; Wed, 5 Jul 2000 04:12:54 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <200007051112.EAA35544@freefall.freebsd.org> From: Kris Kennaway Date: Wed, 5 Jul 2000 04:12:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/rrenumd Makefile lexer.l parser.y rrenumd.8 rrenumd.c rrenumd.conf.5 rrenumd.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/07/05 04:12:54 PDT Modified files: usr.sbin/rrenumd Makefile lexer.l parser.y rrenumd.8 rrenumd.c rrenumd.conf.5 rrenumd.h Log: Sync with latest KAME. Obtained from: KAME Revision Changes Path 1.2 +2 -6 src/usr.sbin/rrenumd/Makefile 1.2 +17 -1 src/usr.sbin/rrenumd/lexer.l 1.2 +77 -47 src/usr.sbin/rrenumd/parser.y 1.3 +4 -11 src/usr.sbin/rrenumd/rrenumd.8 1.2 +208 -33 src/usr.sbin/rrenumd/rrenumd.c 1.5 +24 -37 src/usr.sbin/rrenumd/rrenumd.conf.5 1.2 +16 -13 src/usr.sbin/rrenumd/rrenumd.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 4:13:34 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 483A237B518; Wed, 5 Jul 2000 04:13:26 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA35609; Wed, 5 Jul 2000 04:13:25 -0700 (PDT) (envelope-from knu@FreeBSD.org) Message-Id: <200007051113.EAA35609@freefall.freebsd.org> From: Akinori MUSHA Date: Wed, 5 Jul 2000 04:13:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/mswordview Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2000/07/05 04:13:25 PDT Modified files: textproc/mswordview Makefile Log: Fix a typo that broke make index. (s/gaphics/graphics/) Revision Changes Path 1.11 +2 -2 ports/textproc/mswordview/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 5: 4:39 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 04D2437B85E; Wed, 5 Jul 2000 05:04:36 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: (from des@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA40913; Wed, 5 Jul 2000 05:04:35 -0700 (PDT) (envelope-from des@FreeBSD.org) Message-Id: <200007051204.FAA40913@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Wed, 5 Jul 2000 05:04:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/fetch fetch.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG des 2000/07/05 05:04:35 PDT Modified files: usr.bin/fetch fetch.1 Log: Add MIT copyright Revision Changes Path 1.36 +3 -1 src/usr.bin/fetch/fetch.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 5:37:15 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CED4D37B59B; Wed, 5 Jul 2000 05:37:06 -0700 (PDT) (envelope-from tg@FreeBSD.org) Received: (from tg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA47588; Wed, 5 Jul 2000 05:37:07 -0700 (PDT) (envelope-from tg@FreeBSD.org) Message-Id: <200007051237.FAA47588@freefall.freebsd.org> From: Thomas Gellekum Date: Wed, 5 Jul 2000 05:37:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/rplay Makefile ports/audio/rplay/files rplayd.sh ports/chinese/xemacs/files xemacs20.sh ports/comms/conserver Makefile ports/comms/conserver/files conserver.sh ports/comms/hylafax/files hylafax.sh.sample ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG tg 2000/07/05 05:37:07 PDT Modified files: audio/rplay Makefile chinese/xemacs/files xemacs20.sh comms/conserver Makefile comms/hylafax/files hylafax.sh.sample comms/qpage Makefile databases/msql Makefile databases/mysql322-server/files mysql-server.sh databases/postgresql/files pgsql.sh.tmpl editors/emacs/files emacs.sh editors/mule-common Makefile editors/xemacs/files xemacs.sh editors/xemacs20/files xemacs20.sh editors/xemacs21/files xemacs21.sh emulators/rtc/files rtc.sh games/bnetd Makefile games/quakeserver Makefile games/tetrinet-x/files tetrinet-x.sh games/uox3/files uox3.sh irc/irc Makefile irc/ircd-hybrid/files ircd.sh japanese/Canna/files canna.sh.in japanese/Wnn/pkg INSTALL japanese/Wnn6/pkg INSTALL japanese/ebw3/files ebw3d.sh.sample japanese/elvis Makefile japanese/esecanna/files esecanna.sh japanese/postgresql/files pgsql.sh.tmpl japanese/sj3 Makefile korean/hanemacs/files emacs.sh lang/modula-3-lib Makefile mail/exim/files exim.sh mail/youbin/files youbind.sh.sample mail/zmailer Makefile misc/dnetc/files dnetc.sh misc/proxyper/files proxyper.sh net/arpwatch/files arpwatch.sh net/dhid Makefile net/elsa Makefile net/generic-nqs/files nqs.sh net/gnu-finger/files fingerd.sh.sample net/poptop/files pptpd.sh net/priss/files qtss.sh net/rwhois Makefile net/tac_plus4 Makefile net/tdetect Makefile net/ucd-snmp Makefile net/wide-dhcp Makefile net/zephyr/files zhm.sh news/diablo/scripts diablo.sh news/dnews/files dnews.sh russian/apache13 Makefile security/xinetd Makefile sysutils/LPRng/files lprng.sh sysutils/healthd Makefile sysutils/syslog-ng Makefile sysutils/upsmon/files upsmon.sh www/adzapper/files rc.adzapper.sh www/apache13 Makefile www/apache13+ipv6 Makefile www/httptunnel/files httptunnel.sh www/junkbuster/files junkbuster.sh.in www/mathopd Makefile www/roxen/files roxen.sh.in www/squid22 Makefile www/squid23 Makefile www/thttpd Makefile www/wwwoffle/files wwwoffled.sh www/zope Makefile Added files: audio/rplay/files rplayd.sh comms/conserver/files conserver.sh comms/qpage/files qpage.sh databases/msql/files msql2.sh editors/mule-common/files mule.sh games/bnetd/files bnetd.sh games/quakeserver/files quakeserver.sh irc/irc/files ircd.sh japanese/elvis/files ja-elvis.sh japanese/sj3/files sj3.sh.in lang/modula-3-lib/files 50.m3.sh mail/zmailer/files zmailer.sh.sample net/dhid/files dhid.sh net/elsa/files elsa.sh net/rwhois/files rwhoisd.sh net/tac_plus4/files tac_plus.sh net/tdetect/files tdetect.sh net/ucd-snmp/files snmpd.sh.sample net/wide-dhcp/files wide-dhcps.sh.sample russian/apache13/files apache.sh security/xinetd/files xinetd.sh sysutils/healthd/files healthd.sh sysutils/syslog-ng/files syslog-ng.sh.sample www/apache13/files apache.sh www/apache13+ipv6/files apache.sh www/apache13-modssl/files apache.sh www/mathopd/files mathopd.sh www/squid22/files squid.sh www/squid23/files squid.sh www/thttpd/files thttpd.sh www/zope/files zope.sh.in Log: As threatened on freebsd-ports: all startup scripts know about the two options `start' and `stop' now (unless I have forgotten any). This allows us to call the scripts from /etc/rc.shutdown with the correct option. The (42 or so) ports that already DTRT before are unchanged. Revision Changes Path 1.18 +2 -4 ports/audio/rplay/Makefile 1.2 +22 -9 ports/chinese/xemacs/files/xemacs20.sh 1.13 +3 -6 ports/comms/conserver/Makefile 1.2 +17 -3 ports/comms/hylafax/files/hylafax.sh.sample 1.15 +3 -4 ports/comms/qpage/Makefile 1.37 +3 -4 ports/databases/msql/Makefile 1.2 +1 -1 ports/databases/mysql322-server/files/mysql-server.sh 1.7 +21 -7 ports/databases/postgresql/files/pgsql.sh.tmpl 1.2 +19 -8 ports/editors/emacs/files/emacs.sh 1.49 +2 -11 ports/editors/mule-common/Makefile 1.3 +21 -9 ports/editors/xemacs/files/xemacs.sh 1.2 +21 -9 ports/editors/xemacs20/files/xemacs20.sh 1.2 +21 -9 ports/editors/xemacs21/files/xemacs21.sh 1.2 +15 -4 ports/emulators/rtc/files/rtc.sh 1.14 +3 -4 ports/games/bnetd/Makefile 1.23 +4 -11 ports/games/quakeserver/Makefile 1.2 +16 -2 ports/games/tetrinet-x/files/tetrinet-x.sh 1.2 +17 -4 ports/games/uox3/files/uox3.sh 1.26 +2 -5 ports/irc/irc/Makefile 1.2 +16 -3 ports/irc/ircd-hybrid/files/ircd.sh 1.2 +21 -8 ports/japanese/Canna/files/canna.sh.in 1.9 +28 -16 ports/japanese/Wnn/pkg/INSTALL 1.5 +15 -3 ports/japanese/Wnn6/pkg/INSTALL 1.2 +17 -5 ports/japanese/ebw3/files/ebw3d.sh.sample 1.17 +2 -17 ports/japanese/elvis/Makefile 1.2 +36 -16 ports/japanese/esecanna/files/esecanna.sh 1.4 +21 -7 ports/japanese/postgresql/files/pgsql.sh.tmpl 1.13 +2 -8 ports/japanese/sj3/Makefile 1.2 +19 -8 ports/korean/hanemacs/files/emacs.sh 1.25 +2 -6 ports/lang/modula-3-lib/Makefile 1.2 +15 -1 ports/mail/exim/files/exim.sh 1.2 +16 -3 ports/mail/youbin/files/youbind.sh.sample 1.5 +4 -9 ports/mail/zmailer/Makefile 1.3 +35 -22 ports/misc/dnetc/files/dnetc.sh 1.2 +15 -2 ports/misc/proxyper/files/proxyper.sh 1.3 +17 -3 ports/net/arpwatch/files/arpwatch.sh 1.7 +2 -4 ports/net/dhid/Makefile 1.5 +2 -4 ports/net/elsa/Makefile 1.2 +17 -4 ports/net/generic-nqs/files/nqs.sh 1.2 +18 -4 ports/net/gnu-finger/files/fingerd.sh.sample 1.2 +15 -1 ports/net/poptop/files/pptpd.sh 1.2 +15 -1 ports/net/priss/files/qtss.sh 1.15 +2 -9 ports/net/rwhois/Makefile 1.14 +2 -4 ports/net/tac_plus4/Makefile 1.11 +2 -5 ports/net/tdetect/Makefile 1.49 +2 -4 ports/net/ucd-snmp/Makefile 1.26 +2 -20 ports/net/wide-dhcp/Makefile 1.2 +16 -4 ports/net/zephyr/files/zhm.sh 1.2 +15 -3 ports/news/diablo/scripts/diablo.sh 1.3 +18 -6 ports/news/dnews/files/dnews.sh 1.13 +2 -4 ports/russian/apache13/Makefile 1.27 +2 -6 ports/security/xinetd/Makefile 1.3 +18 -6 ports/sysutils/LPRng/files/lprng.sh 1.8 +2 -4 ports/sysutils/healthd/Makefile 1.3 +2 -4 ports/sysutils/syslog-ng/Makefile 1.5 +17 -4 ports/sysutils/upsmon/files/upsmon.sh 1.2 +17 -4 ports/www/adzapper/files/rc.adzapper.sh 1.81 +2 -4 ports/www/apache13/Makefile 1.4 +2 -4 ports/www/apache13+ipv6/Makefile 1.2 +32 -18 ports/www/httptunnel/files/httptunnel.sh 1.3 +18 -4 ports/www/junkbuster/files/junkbuster.sh.in 1.7 +2 -4 ports/www/mathopd/Makefile 1.2 +16 -4 ports/www/roxen/files/roxen.sh.in 1.65 +2 -6 ports/www/squid22/Makefile 1.71 +2 -6 ports/www/squid23/Makefile 1.13 +2 -4 ports/www/thttpd/Makefile 1.2 +16 -1 ports/www/wwwoffle/files/wwwoffled.sh 1.8 +3 -4 ports/www/zope/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 5:40:29 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0B3FB37BF2F; Wed, 5 Jul 2000 05:40:26 -0700 (PDT) (envelope-from tg@FreeBSD.org) Received: (from tg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA48125; Wed, 5 Jul 2000 05:40:26 -0700 (PDT) (envelope-from tg@FreeBSD.org) Message-Id: <200007051240.FAA48125@freefall.freebsd.org> From: Thomas Gellekum Date: Wed, 5 Jul 2000 05:40:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc rc.shutdown X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG tg 2000/07/05 05:40:26 PDT Modified files: etc rc.shutdown Log: Now that the scripts in our ports support this, call the scripts in ${local_startup} with the `stop' option on shutdown. Revision Changes Path 1.5 +30 -2 src/etc/rc.shutdown To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 5:47: 8 2000 Delivered-To: cvs-all@freebsd.org Received: from mailout2.hananet.net (mailout2.hananet.net [210.220.163.35]) by hub.freebsd.org (Postfix) with ESMTP id C82A937B8C7; Wed, 5 Jul 2000 05:46:58 -0700 (PDT) (envelope-from cjh@kr.FreeBSD.org) Received: from gradius.myhome ([210.220.165.235]) by mailout2.hananet.net (Netscape Messaging Server 4.15) with ESMTP id FX866A03.95R; Wed, 5 Jul 2000 21:46:58 +0900 Received: (from cjh@localhost) by gradius.myhome (8.9.3/8.9.3) id VAA13998; Wed, 5 Jul 2000 21:46:54 +0900 (KST) (envelope-from cjh@kr.FreeBSD.org) X-Authentication-Warning: gradius.myhome: cjh set sender to cjh@kr.FreeBSD.org using -f To: asami@FreeBSD.org (Satoshi - Ports Wraith - Asami) Cc: "Akinori -Aki- MUSHA" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/korean/hlatex-psfonts-uhc-extra - Imported sources References: <200007041753.KAA83696@freefall.freebsd.org> <864s654tvq.fsf@gradius.myhome> <86itulmz64.wl@localhost.local.idaemons.org> From: CHOI Junho Date: 05 Jul 2000 21:46:54 +0900 In-Reply-To: asami@FreeBSD.org's message of "04 Jul 2000 17:01:13 -0700" Message-ID: <86n1jwsq0x.fsf@gradius.myhome> Lines: 20 User-Agent: Gnus/5.0805 (Gnus v5.8.5) Emacs/20.6 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >>>>> "S" == Satoshi writes: S> * From: "Akinori -Aki- MUSHA" S> * You don't need to bug the CVS meisters with such a trivial thing. :p S> * Just do a "cvs ci -f" to enter corrections. S> * I know "cvs admin -m .." will do in this case, but I'm not sure we S> * might use this kind of "destructive" cvs admin commands without CVS S> * meisters' permission. S> No, you shouldn't. Please use "cvs commit -f". :) ci -f is just a re-commit files if even unmodified. right? If it's sufficient for fixing such kind of thing, I'll do that. -- +++ Any opinions in this posting are my own and not those of my employers +++ CHOI Junho KFUG Web Data Bank FreeBSD, GNU/Linux Developer Youido Post Office, Seoul, Korea To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 6: 2:19 2000 Delivered-To: cvs-all@freebsd.org Received: from mailout2.hananet.net (mailout2.hananet.net [210.220.163.35]) by hub.freebsd.org (Postfix) with ESMTP id D58EA37B791; Wed, 5 Jul 2000 06:02:11 -0700 (PDT) (envelope-from cjh@kr.FreeBSD.org) Received: from gradius.myhome ([210.220.165.235]) by mailout2.hananet.net (Netscape Messaging Server 4.15) with ESMTP id FX86VM01.Z4X; Wed, 5 Jul 2000 22:02:10 +0900 Received: (from cjh@localhost) by gradius.myhome (8.9.3/8.9.3) id WAA14085; Wed, 5 Jul 2000 22:02:07 +0900 (KST) (envelope-from cjh@kr.FreeBSD.org) X-Authentication-Warning: gradius.myhome: cjh set sender to cjh@kr.FreeBSD.org using -f To: asami@FreeBSD.org (Satoshi - Ports Wraith - Asami) Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/korean/ftghostscript55 - Imported sources References: <200007041834.LAA90232@freefall.freebsd.org> From: CHOI Junho Date: 05 Jul 2000 22:02:06 +0900 In-Reply-To: asami@FreeBSD.org's message of "04 Jul 2000 17:03:00 -0700" Message-ID: <86aefwspbl.fsf@gradius.myhome> Lines: 16 User-Agent: Gnus/5.0805 (Gnus v5.8.5) Emacs/20.6 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >>>>> "S" == Satoshi writes: S> * Add ftghostscript55. S> Hmm. Shouldn't this have been repo-copied from korean/ftghostscript5? S> (Since Alladin ftgs-55 is eventually going to be GPL'ed and replace S> ftgs-5....) You're right. Should I re-commit again after your repo-copy? p.s. Always mistake :< -- +++ Any opinions in this posting are my own and not those of my employers +++ CHOI Junho KFUG Web Data Bank FreeBSD, GNU/Linux Developer Youido Post Office, Seoul, Korea To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 6: 9:15 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F358037B785; Wed, 5 Jul 2000 06:09:09 -0700 (PDT) (envelope-from sumikawa@FreeBSD.org) Received: (from sumikawa@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA52500; Wed, 5 Jul 2000 06:09:09 -0700 (PDT) (envelope-from sumikawa@FreeBSD.org) Message-Id: <200007051309.GAA52500@freefall.freebsd.org> From: Munechika SUMIKAWA Date: Wed, 5 Jul 2000 06:09:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: sysutils/xwipower - Imported sources X-FreeBSD-CVS-Branch: Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sumikawa 2000/07/05 06:09:09 PDT sysutils/xwipower - Imported sources Update of /home/ncvs/sysutils/xwipower In directory freefall.freebsd.org:/d/home/sumikawa/xwipower Log Message: Xwipower is the wave power level meter for wi(4). It also has a battry level meter on your notebook computer. WWW: http://iplab.aist-nara.ac.jp/member/masafu-o/xwipower/ Status: Vendor Tag: MASAFU-O Release Tags: v20000623 N sysutils/xwipower/Makefile cvs: ERROR: cannot write file /home/ncvs/sysutils/xwipower/Makefile,v: No such file or directory cvs: ERROR: cannot mkdir /home/ncvs/sysutils/xwipower/files -- not added: No such file or directory cvs: ERROR: cannot mkdir /home/ncvs/sysutils/xwipower/pkg -- not added: No such file or directory cvs: ERROR: cannot mkdir /home/ncvs/sysutils/xwipower/patches -- not added: No such file or directory No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 6:10:56 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AA33537B725; Wed, 5 Jul 2000 06:10:51 -0700 (PDT) (envelope-from sumikawa@FreeBSD.org) Received: (from sumikawa@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA52747; Wed, 5 Jul 2000 06:10:51 -0700 (PDT) (envelope-from sumikawa@FreeBSD.org) Message-Id: <200007051310.GAA52747@freefall.freebsd.org> From: Munechika SUMIKAWA Date: Wed, 5 Jul 2000 06:10:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/xwipower - Imported sources X-FreeBSD-CVS-Branch: Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sumikawa 2000/07/05 06:10:51 PDT ports/sysutils/xwipower - Imported sources Update of /home/ncvs/ports/sysutils/xwipower In directory freefall.freebsd.org:/d/home/sumikawa/xwipower Log Message: Xwipower is the wave power level meter for wi(4). It also has a battry level meter on your notebook computer. WWW: http://iplab.aist-nara.ac.jp/member/masafu-o/xwipower/ Status: Vendor Tag: MASAFU-O Release Tags: v20000623 N ports/sysutils/xwipower/Makefile N ports/sysutils/xwipower/files/md5 N ports/sysutils/xwipower/pkg/COMMENT N ports/sysutils/xwipower/pkg/DESCR N ports/sysutils/xwipower/pkg/PLIST N ports/sysutils/xwipower/patches/patch-aa No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 6:14:22 2000 Delivered-To: cvs-all@freebsd.org Received: from prince.net.ebina.hitachi.co.jp (kame204.kame.net [203.178.141.204]) by hub.freebsd.org (Postfix) with ESMTP id 9E9CB37BF2A; Wed, 5 Jul 2000 06:14:12 -0700 (PDT) (envelope-from sumikawa@ebina.hitachi.co.jp) Received: from localhost (localhost [127.0.0.1]) by prince.net.ebina.hitachi.co.jp (8.9.3/3.7W) with ESMTP id WAA01739; Wed, 5 Jul 2000 22:14:10 +0900 (JST) From: sumikawa@ebina.hitachi.co.jp To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: sysutils/xwipower - Imported sources In-Reply-To: <200007051309.GAA52500@freefall.freebsd.org> References: <200007051309.GAA52500@freefall.freebsd.org> X-Mailer: Mew version 1.94.2 on Emacs 20.7 / Mule 4.0 (HANANOEN) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20000705221410L.sumikawa@ebina.hitachi.co.jp> Date: Wed, 05 Jul 2000 22:14:10 +0900 (JST) X-Dispatcher: imput version 20000228(IM140) Lines: 13 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Sorry, I'll be more carefully... --- Munechika SUMIKAWA @ KAME Project / FreeBSD.org -------------------------------- N sysutils/xwipower/Makefile cvs: ERROR: cannot write file /home/ncvs/sysutils/xwipower/Makefile,v: No such file or directory cvs: ERROR: cannot mkdir /home/ncvs/sysutils/xwipower/files -- not added: No such file or directory cvs: ERROR: cannot mkdir /home/ncvs/sysutils/xwipower/pkg -- not added: No such file or directory cvs: ERROR: cannot mkdir /home/ncvs/sysutils/xwipower/patches -- not added: No such file or directory No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 6:16: 9 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 98FCC37B725; Wed, 5 Jul 2000 06:16:03 -0700 (PDT) (envelope-from sumikawa@FreeBSD.org) Received: (from sumikawa@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA53406; Wed, 5 Jul 2000 06:16:03 -0700 (PDT) (envelope-from sumikawa@FreeBSD.org) Message-Id: <200007051316.GAA53406@freefall.freebsd.org> From: Munechika SUMIKAWA Date: Wed, 5 Jul 2000 06:16:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sumikawa 2000/07/05 06:16:03 PDT Modified files: sysutils Makefile Log: activate xwipower Revision Changes Path 1.121 +2 -1 ports/sysutils/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 6:17:12 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3C98637BE4B; Wed, 5 Jul 2000 06:17:09 -0700 (PDT) (envelope-from sumikawa@FreeBSD.org) Received: (from sumikawa@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA53509; Wed, 5 Jul 2000 06:17:09 -0700 (PDT) (envelope-from sumikawa@FreeBSD.org) Message-Id: <200007051317.GAA53509@freefall.freebsd.org> From: Munechika SUMIKAWA Date: Wed, 5 Jul 2000 06:17:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sumikawa 2000/07/05 06:17:09 PDT Modified files: . modules Log: xwipower --> ports/sysutils/xwipower Revision Changes Path 1.1357 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 6:17:38 2000 Delivered-To: cvs-all@freebsd.org Received: from axl.ops.uunet.co.za (axl.ops.uunet.co.za [196.31.2.163]) by hub.freebsd.org (Postfix) with ESMTP id 45B1F37BE67; Wed, 5 Jul 2000 06:17:25 -0700 (PDT) (envelope-from sheldonh@axl.ops.uunet.co.za) Received: from sheldonh (helo=axl.ops.uunet.co.za) by axl.ops.uunet.co.za with local-esmtp (Exim 3.13 #1) id 139p3J-0000N2-00; Wed, 05 Jul 2000 15:17:21 +0200 From: Sheldon Hearn To: Thomas Gellekum Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/audio/rplay Makefile ports/audio/rplay/files rplayd.sh ports/chinese/xemacs/files xemacs20.sh ports/comms/conserver Makefile ports/comms/conserver/files conserver.sh ports/comms/hylafax/files hylafax.sh.sample ... In-reply-to: Your message of "Wed, 05 Jul 2000 05:37:07 MST." <200007051237.FAA47588@freefall.freebsd.org> Date: Wed, 05 Jul 2000 15:17:21 +0200 Message-ID: <1427.962803041@axl.ops.uunet.co.za> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 05 Jul 2000 05:37:07 MST, Thomas Gellekum wrote: > Log: > As threatened on freebsd-ports: all startup scripts know about the two > options `start' and `stop' now (unless I have forgotten any). This allows > us to call the scripts from /etc/rc.shutdown with the correct option. Are you sure it's wise to use killall? I presume you used it everywhere, although I only looked at my own port, exim. It seems to me that it's better to look for a pidfile where one is specifically created for this purpose. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 6:24: 6 2000 Delivered-To: cvs-all@freebsd.org Received: from ms.tokyo.jcom.ne.jp (ms.tokyo.jcom.ne.jp [210.234.123.18]) by hub.freebsd.org (Postfix) with ESMTP id D800A37BE6B; Wed, 5 Jul 2000 06:23:59 -0700 (PDT) (envelope-from knu@idaemons.org) Received: from daemon.local.idaemons.org (203-165-77-17.sugnm1.kt.home.ne.jp [203.165.77.17]) by ms.tokyo.jcom.ne.jp (8.9.3/3.7W 04/27/00) with ESMTP id WAA16022; Wed, 5 Jul 2000 22:23:21 +0900 (JST) Received: by daemon.local.idaemons.org (8.9.3/3.7W) id WAA05509; Wed, 5 Jul 2000 22:22:50 +0900 (JST) Date: Wed, 05 Jul 2000 22:22:49 +0900 Message-ID: <8666qkzp7a.wl@localhost.local.idaemons.org> From: "Akinori -Aki- MUSHA" To: cjh@kr.FreeBSD.org Cc: asami@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/korean/hlatex-psfonts-uhc-extra - Imported sources In-Reply-To: In your message of "05 Jul 2000 21:46:54 +0900" <86n1jwsq0x.fsf@gradius.myhome> References: <200007041753.KAA83696@freefall.freebsd.org> <864s654tvq.fsf@gradius.myhome> <86itulmz64.wl@localhost.local.idaemons.org> <86n1jwsq0x.fsf@gradius.myhome> User-Agent: Wanderlust/1.1.2 (Raspberry Beret) EMIKO/1.13.12 (Euglena sociabilis) FLIM/1.13.2 (Kasanui) APEL/10.2 MULE XEmacs/21.1 (patch 9) (Canyonlands) (i386--freebsd) Organization: Associated I. Daemons X-PGP-Public-Key: finger knu@FreeBSD.org X-PGP-Fingerprint: 1BEF D9B2 BABD 25D7 659A FD08 89C2 F3BE E981 4E16 MIME-Version: 1.0 (generated by EMIKO 1.13.12 - "Euglena sociabilis") Content-Type: text/plain; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG At 05 Jul 2000 21:46:54 +0900, CHOI Junho wrote: > S> * From: "Akinori -Aki- MUSHA" > S> * You don't need to bug the CVS meisters with such a trivial thing. :p > S> * Just do a "cvs ci -f" to enter corrections. > > S> * I know "cvs admin -m .." will do in this case, but I'm not sure we > S> * might use this kind of "destructive" cvs admin commands without CVS > S> * meisters' permission. > > S> No, you shouldn't. Please use "cvs commit -f". :) > > ci -f is just a re-commit files if even unmodified. right? > If it's sufficient for fixing such kind of thing, I'll do that. Yes, we mean even mistakes should be part of our history. -- / /__ __ / ) ) ) ) / Akinori -Aki- MUSHA aka / (_ / ( (__( @ idaemons.org / FreeBSD.org "We're only at home when we're on the run, on the wing, on the fly" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 6:39:20 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 73BF237B8CD; Wed, 5 Jul 2000 06:39:13 -0700 (PDT) (envelope-from cjh@FreeBSD.org) Received: (from cjh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA66277; Wed, 5 Jul 2000 06:39:13 -0700 (PDT) (envelope-from cjh@FreeBSD.org) Message-Id: <200007051339.GAA66277@freefall.freebsd.org> From: CHOI Junho Date: Wed, 5 Jul 2000 06:39:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/korean/hlatex-psfonts-uhc-extra Makefile ports/korean/hlatex-psfonts-uhc-extra/files md5 ports/korean/hlatex-psfonts-uhc-extra/pkg COMMENT DESCR PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG cjh 2000/07/05 06:39:13 PDT Modified files: korean/hlatex-psfonts-uhc-extra Makefile korean/hlatex-psfonts-uhc-extra/files md5 korean/hlatex-psfonts-uhc-extra/pkg COMMENT DESCR PLIST Log: I wrote a wrong port description when importing. Adding hlatex-psfonts-uhc-extra: Extra Korean PostScript font collection for HLaTeX(UHC encoding) Revision Changes Path 1.2 +1 -1 ports/korean/hlatex-psfonts-uhc-extra/Makefile 1.2 +0 -0 ports/korean/hlatex-psfonts-uhc-extra/files/md5 1.2 +0 -0 ports/korean/hlatex-psfonts-uhc-extra/pkg/COMMENT 1.2 +0 -0 ports/korean/hlatex-psfonts-uhc-extra/pkg/DESCR 1.2 +0 -0 ports/korean/hlatex-psfonts-uhc-extra/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 6:43: 6 2000 Delivered-To: cvs-all@freebsd.org Received: from mailout2.hananet.net (mailout2.hananet.net [210.220.163.35]) by hub.freebsd.org (Postfix) with ESMTP id 7001C37B7BC; Wed, 5 Jul 2000 06:42:57 -0700 (PDT) (envelope-from cjh@kr.FreeBSD.org) Received: from gradius.myhome ([210.220.165.235]) by mailout2.hananet.net (Netscape Messaging Server 4.15) with ESMTP id FX88RK00.L5Y; Wed, 5 Jul 2000 22:42:56 +0900 Received: (from cjh@localhost) by gradius.myhome (8.9.3/8.9.3) id WAA19031; Wed, 5 Jul 2000 22:42:52 +0900 (KST) (envelope-from cjh@kr.FreeBSD.org) X-Authentication-Warning: gradius.myhome: cjh set sender to cjh@kr.FreeBSD.org using -f To: "Akinori -Aki- MUSHA" Cc: asami@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/korean/hlatex-psfonts-uhc-extra - Imported sources References: <200007041753.KAA83696@freefall.freebsd.org> <864s654tvq.fsf@gradius.myhome> <86itulmz64.wl@localhost.local.idaemons.org> <86n1jwsq0x.fsf@gradius.myhome> <8666qkzp7a.wl@localhost.local.idaemons.org> From: CHOI Junho Date: 05 Jul 2000 22:42:51 +0900 In-Reply-To: "Akinori -Aki- MUSHA"'s message of "Wed, 05 Jul 2000 22:22:49 +0900" Message-ID: <86og4cr8v8.fsf@gradius.myhome> Lines: 14 User-Agent: Gnus/5.0805 (Gnus v5.8.5) Emacs/20.6 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >>>>> "A-M" == Akinori -Aki- MUSHA writes: > ci -f is just a re-commit files if even unmodified. right? > If it's sufficient for fixing such kind of thing, I'll do that. A-M> Yes, we mean even mistakes should be part of our history. You're right. I'll try ci -f. -- +++ Any opinions in this posting are my own and not those of my employers +++ CHOI Junho KFUG Web Data Bank FreeBSD, GNU/Linux Developer Youido Post Office, Seoul, Korea To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 7: 0:44 2000 Delivered-To: cvs-all@freebsd.org Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by hub.freebsd.org (Postfix) with ESMTP id 238BC37B50F; Wed, 5 Jul 2000 07:00:33 -0700 (PDT) (envelope-from robert@fledge.watson.org) Received: from fledge.watson.org (robert@fledge.pr.watson.org [192.0.2.3]) by fledge.watson.org (8.9.3/8.9.3) with SMTP id KAA28014; Wed, 5 Jul 2000 10:00:29 -0400 (EDT) (envelope-from robert@fledge.watson.org) Date: Wed, 5 Jul 2000 10:00:29 -0400 (EDT) From: Robert Watson X-Sender: robert@fledge.watson.org To: Archie Cobbs Cc: "Andrey A. Chernov" , freebsd-net@FreeBSD.ORG Subject: Re: cvs commit: src/sys/net if.c if_ethersubr.c if_var.h In-Reply-To: <200007011627.JAA05559@bubba.whistle.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG (I've redirected this to freebsd-net, but Bcc'd committers and cvs-all since that is where it started) On Sat, 1 Jul 2000, Archie Cobbs wrote: > I'm going to fix that later. Right now you'll get a panic if you > eject a PCCARD ethernet that was doing netgraph, unfortunately. > > The problem is that the interfaces are not very object oriented > (with respect to type), combined with the dynamically loadable code. > As an example of the former, all ethernet drivers call if_attach() > and ether_attach() when connecting, but only if_detach() when > disconnecting. Perhaps they should all only call ether_attach() > and ether_detach(). > > The simplest 'correct' solution I can think of is to have a linker set > into which each interface type could link if it wanted to have a > special if_detach() callout.. and then put ethernet in there, so > it can call (*ng_ether_detach_p)() when an ethernet interface is > detached. > > Got any better ideas? > > Anyway, I'm on vacationthis next week so probably won't get around > to fixing this until after then.. unless someone else wants to > take a stab. This is similar to the bpf_detach() issue a few months ago -- nested, typed attaches and detaches might be beter handled in a more OOP way -- perhaps if_detach() should take the DLT type, allowing it to determine the appropriate set of attaches based on that type, which would include bpf_attach/detach, ether_attach/detach, ng attaching, and so on. BTW, one of the current causes of panics associated with removable ethernet devices is the (struct ifnet *) pointer in mbuf's. We use the pointer for a number of things, including ipfw rules with interface entries, bpf "seen" detection for packets, et al. However, when the struct ifnet is freed, needless to say, the results are unfortunate. A number of people have chatted about this at various times, and potential solutions include garbage collecting (the solution for BPF attachments in bpf_detach, but scales poorly to mbufs), an extra level of indirection (which would leak a (struct ifnet *) but allow NULLing of the pointer without tracking down all entries), and just leaking the struct ifnet. In a world of virtual interfaces and netgraph (a world a promote), I think we need to solve the removable interface issue properly. Refcounting is probably too heavy weight for mbuf creation/deletion, as it would require a lock for the struct ifnet during mbuf handling, which would be nasty. It could be worked around by storing queues of extra mbufs off the ifnet, or storing a symbolic name for the ifnet (since it is infrequently used) and doing a lookup when necessary. Anyhow, your thoughts (and even solutions here) are welcome :-). Robert N M Watson robert@fledge.watson.org http://www.watson.org/~robert/ PGP key fingerprint: AF B5 5F FF A6 4A 79 37 ED 5F 55 E9 58 04 6A B1 TIS Labs at Network Associates, Safeport Network Services To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 7:20:44 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D6ADB37BE6B; Wed, 5 Jul 2000 07:20:41 -0700 (PDT) (envelope-from sanpei@FreeBSD.org) Received: (from sanpei@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA19631; Wed, 5 Jul 2000 07:20:41 -0700 (PDT) (envelope-from sanpei@FreeBSD.org) Message-Id: <200007051420.HAA19631@freefall.freebsd.org> From: MIHIRA Sanpei Yoshiro Date: Wed, 5 Jul 2000 07:20:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/xkbctrl/patches patch-ab X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sanpei 2000/07/05 07:20:41 PDT Modified files: x11/xkbctrl/patches patch-ab Log: fix typo in original source Mod2Mask --> Mod4Mask Submitted by: Sebastien Carlier Revision Changes Path 1.2 +10 -1 ports/x11/xkbctrl/patches/patch-ab To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 7:24:36 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EBC6837BD67; Wed, 5 Jul 2000 07:24:33 -0700 (PDT) (envelope-from dirk@FreeBSD.org) Received: (from dirk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA20031; Wed, 5 Jul 2000 07:24:33 -0700 (PDT) (envelope-from dirk@FreeBSD.org) Message-Id: <200007051424.HAA20031@freefall.freebsd.org> From: Dirk Froemberg Date: Wed, 5 Jul 2000 07:24:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/xmysqladmin Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dirk 2000/07/05 07:24:33 PDT Modified files: databases/xmysqladmin Makefile Log: Fix MASTER_SITES. Revision Changes Path 1.29 +4 -4 ports/databases/xmysqladmin/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 7:33:24 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E243737B600; Wed, 5 Jul 2000 07:33:21 -0700 (PDT) (envelope-from shige@FreeBSD.org) Received: (from shige@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA21474; Wed, 5 Jul 2000 07:33:21 -0700 (PDT) (envelope-from shige@FreeBSD.org) Message-Id: <200007051433.HAA21474@freefall.freebsd.org> From: Shigeyuki Fukushima Date: Wed, 5 Jul 2000 07:33:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/emacs20-dl Makefile ports/editors/emacs20-dl/files md5 ports/editors/emacs20-dl/patches patch-ai patch-ca patch-cb patch-cc patch-cd patch-cg patch-af patch-cf patch-ch ports/editors/emacs20-dl/pkg DESCR X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG shige 2000/07/05 07:33:21 PDT Modified files: editors/emacs20-dl Makefile editors/emacs20-dl/files md5 editors/emacs20-dl/patches patch-ai patch-ca patch-cb patch-cc patch-cd patch-cg editors/emacs20-dl/pkg DESCR Removed files: editors/emacs20-dl/patches patch-af patch-cf patch-ch Log: Update to 20.7. PR: ports/19692 Submitted by: OKAZAKI Tetsurou Revision Changes Path 1.18 +8 -3 ports/editors/emacs20-dl/Makefile 1.6 +1 -1 ports/editors/emacs20-dl/files/md5 1.2 +4 -4 ports/editors/emacs20-dl/patches/patch-ai 1.3 +3 -32 ports/editors/emacs20-dl/patches/patch-ca 1.5 +16 -10 ports/editors/emacs20-dl/patches/patch-cb 1.4 +12 -3 ports/editors/emacs20-dl/patches/patch-cc 1.2 +10 -2 ports/editors/emacs20-dl/patches/patch-cd 1.2 +23 -22 ports/editors/emacs20-dl/patches/patch-cg 1.9 +2 -2 ports/editors/emacs20-dl/pkg/DESCR To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 7:49: 8 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9738437B9F6; Wed, 5 Jul 2000 07:49:04 -0700 (PDT) (envelope-from shige@FreeBSD.org) Received: (from shige@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA23806; Wed, 5 Jul 2000 07:49:04 -0700 (PDT) (envelope-from shige@FreeBSD.org) Message-Id: <200007051449.HAA23806@freefall.freebsd.org> From: Shigeyuki Fukushima Date: Wed, 5 Jul 2000 07:49:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/emacs20-dl-canna Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG shige 2000/07/05 07:49:04 PDT Modified files: japanese/emacs20-dl-canna Makefile Log: Sync with emacs-20.7 update. PR: ports/19693 Submitted by: OKAZAKI Tetsurou Revision Changes Path 1.19 +2 -2 ports/japanese/emacs20-dl-canna/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 7:50:28 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2B0D837B9F6; Wed, 5 Jul 2000 07:50:26 -0700 (PDT) (envelope-from shige@FreeBSD.org) Received: (from shige@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA24523; Wed, 5 Jul 2000 07:50:26 -0700 (PDT) (envelope-from shige@FreeBSD.org) Message-Id: <200007051450.HAA24523@freefall.freebsd.org> From: Shigeyuki Fukushima Date: Wed, 5 Jul 2000 07:50:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/emacs20-dl-wnn6 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG shige 2000/07/05 07:50:26 PDT Modified files: japanese/emacs20-dl-wnn6 Makefile Log: Sync with emacs-20.7 update. Revision Changes Path 1.16 +2 -2 ports/japanese/emacs20-dl-wnn6/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 7:58:16 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 98BB237BEAB; Wed, 5 Jul 2000 07:58:12 -0700 (PDT) (envelope-from cjh@FreeBSD.org) Received: (from cjh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA25678; Wed, 5 Jul 2000 07:58:12 -0700 (PDT) (envelope-from cjh@FreeBSD.org) Message-Id: <200007051458.HAA25678@freefall.freebsd.org> From: CHOI Junho Date: Wed, 5 Jul 2000 07:58:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print Makefile ports/print/cjk-lyx Makefile ports/print/cjk-lyx/files md5 ports/print/cjk-lyx/patches patch-ab ports/print/cjk-lyx/pkg COMMENT DESCR PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG cjh 2000/07/05 07:58:12 PDT Modified files: print Makefile Added files: print/cjk-lyx Makefile print/cjk-lyx/files md5 print/cjk-lyx/patches patch-ab print/cjk-lyx/pkg COMMENT DESCR PLIST Log: Add CJK-LuX, Document processor interfaced with LaTeX, with CJK support Revision Changes Path 1.109 +2 -1 ports/print/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 7:58:26 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 856F037C11A; Wed, 5 Jul 2000 07:58:23 -0700 (PDT) (envelope-from cjh@FreeBSD.org) Received: (from cjh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA25760; Wed, 5 Jul 2000 07:58:23 -0700 (PDT) (envelope-from cjh@FreeBSD.org) Message-Id: <200007051458.HAA25760@freefall.freebsd.org> From: CHOI Junho Date: Wed, 5 Jul 2000 07:58:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG cjh 2000/07/05 07:58:23 PDT Modified files: . modules Log: cjk-lyx --> ports/print/cjk-lyx Revision Changes Path 1.1358 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 8:57:54 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CFE1037BA53; Wed, 5 Jul 2000 08:57:49 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA33483; Wed, 5 Jul 2000 08:57:49 -0700 (PDT) (envelope-from knu@FreeBSD.org) Message-Id: <200007051557.IAA33483@freefall.freebsd.org> From: Akinori MUSHA Date: Wed, 5 Jul 2000 08:57:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/esecanna/files esecanna.sh X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2000/07/05 08:57:49 PDT Modified files: japanese/esecanna/files esecanna.sh Log: - Fix a typo: esecannai -> esecanna - Refer to the pid file and use the value to kill the running process instead of using killall(1) so as not to fail. - Drop `force' support and just recommend to run ${PREFIX}/sbin/esecannaserver directly, in a certain situation. Revision Changes Path 1.3 +16 -17 ports/japanese/esecanna/files/esecanna.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 9:21:46 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C5D9837B77B; Wed, 5 Jul 2000 09:21:43 -0700 (PDT) (envelope-from jasone@FreeBSD.org) Received: (from jasone@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA37496; Wed, 5 Jul 2000 09:21:43 -0700 (PDT) (envelope-from jasone@FreeBSD.org) Message-Id: <200007051621.JAA37496@freefall.freebsd.org> From: Jason Evans Date: Wed, 5 Jul 2000 09:21:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc_r Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jasone 2000/07/05 09:21:43 PDT Modified files: lib/libc_r Makefile Log: Remove DEBUG_FLAGS=-g3, which never should have been committed. Revision Changes Path 1.26 +1 -3 src/lib/libc_r/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 9:24:27 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AF6E537B6B5; Wed, 5 Jul 2000 09:24:23 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA37758; Wed, 5 Jul 2000 09:24:23 -0700 (PDT) (envelope-from knu@FreeBSD.org) Message-Id: <200007051624.JAA37758@freefall.freebsd.org> From: Akinori MUSHA Date: Wed, 5 Jul 2000 09:24:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/vje30 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2000/07/05 09:24:23 PDT Modified files: japanese/vje30 Makefile Log: Make applying the vendor's minor update optional, as the updated version was found to be quite buggy and die too often. We'd rather take small memory leaks rather than frequent deaths. Sigh. Revision Changes Path 1.10 +11 -2 ports/japanese/vje30/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 9:34:54 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3F42D37B565; Wed, 5 Jul 2000 09:34:49 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA39185; Wed, 5 Jul 2000 09:34:49 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200007051634.JAA39185@freefall.freebsd.org> From: Maxim Sobolev Date: Wed, 5 Jul 2000 09:34:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/ftp Makefile ports/ftp/ftpcopy Makefile ports/ftp/ftpcopy/files md5 ports/ftp/ftpcopy/patches patch-aa ports/ftp/ftpcopy/pkg COMMENT DESCR PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/07/05 09:34:49 PDT Modified files: ftp Makefile Added files: ftp/ftpcopy Makefile ftp/ftpcopy/files md5 ftp/ftpcopy/patches patch-aa ftp/ftpcopy/pkg COMMENT DESCR PLIST Log: Add ftpcopy, a two command line ftp tools. - ftpcopy is a simply FTP client written to copy files or directories (recursively) from a FTP server. - ftpls is a FTP client which generates directory listings, either in plain text or HTML. Revision Changes Path 1.11 +2 -1 ports/ftp/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 9:35:13 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0D40337B565; Wed, 5 Jul 2000 09:35:05 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA39288; Wed, 5 Jul 2000 09:35:05 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200007051635.JAA39288@freefall.freebsd.org> From: Maxim Sobolev Date: Wed, 5 Jul 2000 09:35:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/07/05 09:35:04 PDT Modified files: . modules Log: ftpcopy --> ports/ftp/ftpcopy Revision Changes Path 1.1359 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 9:42:25 2000 Delivered-To: cvs-all@freebsd.org Received: from blizzard.sabbo.net (blizzard.sabbo.net [193.193.218.18]) by hub.freebsd.org (Postfix) with ESMTP id 0A67037B565; Wed, 5 Jul 2000 09:42:15 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from vic.sabbo.net (root@vic.sabbo.net [193.193.218.106]) by blizzard.sabbo.net (8.9.1/8.9.3) with ESMTP id TAA25624; Wed, 5 Jul 2000 19:40:41 +0300 (EEST) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vic.sabbo.net (8.9.3/8.9.3) with ESMTP id TAA73816; Wed, 5 Jul 2000 19:43:03 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <3963658A.EB0C0C98@FreeBSD.org> Date: Wed, 05 Jul 2000 19:42:50 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.73 [en] (WinNT; I) X-Accept-Language: uk,ru,en MIME-Version: 1.0 To: Cameron Grant Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/modules/sound Makefile Makefile.incsrc/sys/modules/sound/driver Makefile Makefile.incsrc/sys/modules/sound/driver/ad1816 Makefile src/sys/modules/sound/driver/csaMakefile src/sys/modules/sound/driver/csapcm Makefile ... References: <200007042332.QAA23709@freefall.freebsd.org> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Cameron Grant wrote: > cg 2000/07/04 16:32:16 PDT > > Added files: > sys/modules/sound Makefile Makefile.inc > sys/modules/sound/driver Makefile Makefile.inc > sys/modules/sound/driver/ad1816 Makefile > sys/modules/sound/driver/csa Makefile > sys/modules/sound/driver/csapcm Makefile > sys/modules/sound/driver/driver Makefile > sys/modules/sound/driver/ds1 Makefile > sys/modules/sound/driver/emu10k1 Makefile > sys/modules/sound/driver/es137x Makefile > sys/modules/sound/driver/es1888 Makefile > sys/modules/sound/driver/ess Makefile > sys/modules/sound/driver/gusc Makefile > sys/modules/sound/driver/mss Makefile > sys/modules/sound/driver/neomagic Makefile > sys/modules/sound/driver/sb Makefile > sys/modules/sound/driver/sbc Makefile > sys/modules/sound/driver/t4dwave Makefile > sys/modules/sound/pcm Makefile > Log: > newpcm module makefiles Could we add "dummy" module for Aureal Vortex driver, which AFAIK could not be imported due to licensing issues? We could put small README file there, telling user where to get required files and in which directory (sys/dev/sound/pci) put it to build a module. Please let me know if the proposition sounds reasonably to you, so I would prepare and submit appropriate diffs. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 10: 5:41 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B0E2837B621; Wed, 5 Jul 2000 10:05:37 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA43233; Wed, 5 Jul 2000 10:05:37 -0700 (PDT) (envelope-from knu@FreeBSD.org) Message-Id: <200007051705.KAA43233@freefall.freebsd.org> From: Akinori MUSHA Date: Wed, 5 Jul 2000 10:05:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/vje30 Makefile ports/japanese/vje30/files vje.sh ports/japanese/vje30/patches patch-ab X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2000/07/05 10:05:32 PDT Modified files: japanese/vje30 Makefile Added files: japanese/vje30/files vje.sh Removed files: japanese/vje30/patches patch-ab Log: Replace the startup script with the new one that supports {start|stop}. Revision Changes Path 1.11 +2 -1 ports/japanese/vje30/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 10: 9:26 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 65C1137B65E; Wed, 5 Jul 2000 10:09:24 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA44575; Wed, 5 Jul 2000 10:09:24 -0700 (PDT) (envelope-from knu@FreeBSD.org) Message-Id: <200007051709.KAA44575@freefall.freebsd.org> From: Akinori MUSHA Date: Wed, 5 Jul 2000 10:09:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/vje30-trial Makefile ports/japanese/vje30-trial/files vje.sh ports/japanese/vje30-trial/patches patch-ab X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2000/07/05 10:09:24 PDT Modified files: japanese/vje30-trial Makefile Added files: japanese/vje30-trial/files vje.sh Removed files: japanese/vje30-trial/patches patch-ab Log: Replace the startup script with the new one that supports {start|stop}. Revision Changes Path 1.9 +2 -1 ports/japanese/vje30-trial/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 10:21: 6 2000 Delivered-To: cvs-all@freebsd.org Received: from po4.wam.umd.edu (po4.wam.umd.edu [128.8.10.166]) by hub.freebsd.org (Postfix) with ESMTP id 895E237B791; Wed, 5 Jul 2000 10:20:53 -0700 (PDT) (envelope-from culverk@wam.umd.edu) Received: from rac8.wam.umd.edu (root@rac8.wam.umd.edu [128.8.10.148]) by po4.wam.umd.edu (8.9.3/8.9.3) with ESMTP id NAA12891; Wed, 5 Jul 2000 13:20:56 -0400 (EDT) Received: from rac8.wam.umd.edu (sendmail@localhost [127.0.0.1]) by rac8.wam.umd.edu (8.9.3/8.9.3) with SMTP id NAA02212; Wed, 5 Jul 2000 13:20:51 -0400 (EDT) Received: from localhost (culverk@localhost) by rac8.wam.umd.edu (8.9.3/8.9.3) with ESMTP id NAA02208; Wed, 5 Jul 2000 13:20:50 -0400 (EDT) X-Authentication-Warning: rac8.wam.umd.edu: culverk owned process doing -bs Date: Wed, 5 Jul 2000 13:20:50 -0400 (EDT) From: Kenneth Wayne Culver To: Maxim Sobolev Cc: Cameron Grant , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/modules/sound Makefile Makefile.incsrc/sys/modules/sound/driver Makefile Makefile.incsrc/sys/modules/sound/driver/ad1816 Makefile src/sys/modules/sound/driver/csaMakefile src/sys/modules/sound/driver/csapcm Makefile ... In-Reply-To: <3963658A.EB0C0C98@FreeBSD.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I was under the impression that this driver still doesn't work quite right. ================================================================= | Kenneth Culver | FreeBSD: The best NT upgrade | | Unix Systems Administrator | ICQ #: 24767726 | | and student at The | AIM: muythaibxr | | The University of Maryland, | Website: (Under Construction) | | College Park. | http://www.wam.umd.edu/~culverk/| ================================================================= On Wed, 5 Jul 2000, Maxim Sobolev wrote: > Cameron Grant wrote: > > > cg 2000/07/04 16:32:16 PDT > > > > Added files: > > sys/modules/sound Makefile Makefile.inc > > sys/modules/sound/driver Makefile Makefile.inc > > sys/modules/sound/driver/ad1816 Makefile > > sys/modules/sound/driver/csa Makefile > > sys/modules/sound/driver/csapcm Makefile > > sys/modules/sound/driver/driver Makefile > > sys/modules/sound/driver/ds1 Makefile > > sys/modules/sound/driver/emu10k1 Makefile > > sys/modules/sound/driver/es137x Makefile > > sys/modules/sound/driver/es1888 Makefile > > sys/modules/sound/driver/ess Makefile > > sys/modules/sound/driver/gusc Makefile > > sys/modules/sound/driver/mss Makefile > > sys/modules/sound/driver/neomagic Makefile > > sys/modules/sound/driver/sb Makefile > > sys/modules/sound/driver/sbc Makefile > > sys/modules/sound/driver/t4dwave Makefile > > sys/modules/sound/pcm Makefile > > Log: > > newpcm module makefiles > > Could we add "dummy" module for Aureal Vortex driver, which AFAIK could not be > imported due to licensing issues? We could put small README file there, telling > user where to get required files and in which directory (sys/dev/sound/pci) put it > to build a module. Please let me know if the proposition sounds reasonably to you, > so I would prepare and submit appropriate diffs. > > -Maxim > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe cvs-all" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 10:23:31 2000 Delivered-To: cvs-all@freebsd.org Received: from blizzard.sabbo.net (blizzard.sabbo.net [193.193.218.18]) by hub.freebsd.org (Postfix) with ESMTP id 9F3BB37B9C6; Wed, 5 Jul 2000 10:23:19 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from vic.sabbo.net (root@vic.sabbo.net [193.193.218.106]) by blizzard.sabbo.net (8.9.1/8.9.3) with ESMTP id UAA27522; Wed, 5 Jul 2000 20:21:47 +0300 (EEST) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vic.sabbo.net (8.9.3/8.9.3) with ESMTP id UAA74710; Wed, 5 Jul 2000 20:24:12 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <39636F2E.2677318@FreeBSD.org> Date: Wed, 05 Jul 2000 20:23:59 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.73 [en] (WinNT; I) X-Accept-Language: uk,ru,en MIME-Version: 1.0 To: Kenneth Wayne Culver Cc: Cameron Grant , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/modules/sound Makefile Makefile.incsrc/sys/modules/sound/driver Makefile Makefile.incsrc/sys/modules/sound/driver/ad1816 Makefile src/sys/modules/sound/driver/csaMakefile src/sys/modules/sound/driver/csapcmMakefile ... References: Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Kenneth Wayne Culver wrote: > I was under the impression that this driver still doesn't work quite > right. I have no problems with it so far. Which Vortex do you have? -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 10:30:31 2000 Delivered-To: cvs-all@freebsd.org Received: from po3.wam.umd.edu (po3.wam.umd.edu [128.8.10.165]) by hub.freebsd.org (Postfix) with ESMTP id 1727F37B9C7; Wed, 5 Jul 2000 10:30:23 -0700 (PDT) (envelope-from culverk@wam.umd.edu) Received: from rac8.wam.umd.edu (root@rac8.wam.umd.edu [128.8.10.148]) by po3.wam.umd.edu (8.9.3/8.9.3) with ESMTP id NAA14458; Wed, 5 Jul 2000 13:30:16 -0400 (EDT) Received: from rac8.wam.umd.edu (sendmail@localhost [127.0.0.1]) by rac8.wam.umd.edu (8.9.3/8.9.3) with SMTP id NAA03882; Wed, 5 Jul 2000 13:30:19 -0400 (EDT) Received: from localhost (culverk@localhost) by rac8.wam.umd.edu (8.9.3/8.9.3) with ESMTP id NAA03871; Wed, 5 Jul 2000 13:30:19 -0400 (EDT) X-Authentication-Warning: rac8.wam.umd.edu: culverk owned process doing -bs Date: Wed, 5 Jul 2000 13:30:16 -0400 (EDT) From: Kenneth Wayne Culver To: Maxim Sobolev Cc: Cameron Grant , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/modules/sound Makefile Makefile.incsrc/sys/modules/sound/driver Makefile Makefile.incsrc/sys/modules/sound/driver/ad1816 Makefile src/sys/modules/sound/driver/csaMakefile src/sys/modules/sound/driver/csapcmMakefile ... In-Reply-To: <39636F2E.2677318@FreeBSD.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > I was under the impression that this driver still doesn't work quite > > right. > > I have no problems with it so far. Which Vortex do you have? > The original. It's the 8820 I believe. When I play mp3's some of them (with low bitrates) play really fast, so they end up sounding like the chipmunks :-) I bought an es1371 based card instead.. :-) Ken To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 10:36:54 2000 Delivered-To: cvs-all@freebsd.org Received: from blizzard.sabbo.net (blizzard.sabbo.net [193.193.218.18]) by hub.freebsd.org (Postfix) with ESMTP id EC99A37B8A3; Wed, 5 Jul 2000 10:36:43 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from vic.sabbo.net (root@vic.sabbo.net [193.193.218.106]) by blizzard.sabbo.net (8.9.1/8.9.3) with ESMTP id UAA28292; Wed, 5 Jul 2000 20:35:13 +0300 (EEST) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vic.sabbo.net (8.9.3/8.9.3) with ESMTP id UAA74759; Wed, 5 Jul 2000 20:37:35 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <39637251.9468BEBA@FreeBSD.org> Date: Wed, 05 Jul 2000 20:37:21 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.73 [en] (WinNT; I) X-Accept-Language: uk,ru,en MIME-Version: 1.0 To: Kenneth Wayne Culver Cc: Cameron Grant , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/modules/sound Makefile Makefile.incsrc/sys/modules/sound/driver Makefile Makefile.incsrc/sys/modules/sound/driver/ad1816 Makefile src/sys/modules/sound/driver/csaMakefile src/sys/modules/sound/driver/csapcmMakefile... References: Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Kenneth Wayne Culver wrote: > > > I was under the impression that this driver still doesn't work quite > > > right. > > > > I have no problems with it so far. Which Vortex do you have? > > > The original. It's the 8820 I believe. When I play mp3's some of them > (with low bitrates) play really fast, so they end up sounding like the > chipmunks :-) I bought an es1371 based card instead.. :-) My 8830 works like a charm. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 10:40:32 2000 Delivered-To: cvs-all@freebsd.org Received: from po3.wam.umd.edu (po3.wam.umd.edu [128.8.10.165]) by hub.freebsd.org (Postfix) with ESMTP id 4862037B8A3; Wed, 5 Jul 2000 10:40:28 -0700 (PDT) (envelope-from culverk@wam.umd.edu) Received: from rac8.wam.umd.edu (root@rac8.wam.umd.edu [128.8.10.148]) by po3.wam.umd.edu (8.9.3/8.9.3) with ESMTP id NAA14874; Wed, 5 Jul 2000 13:40:22 -0400 (EDT) Received: from rac8.wam.umd.edu (sendmail@localhost [127.0.0.1]) by rac8.wam.umd.edu (8.9.3/8.9.3) with SMTP id NAA04542; Wed, 5 Jul 2000 13:40:26 -0400 (EDT) Received: from localhost (culverk@localhost) by rac8.wam.umd.edu (8.9.3/8.9.3) with ESMTP id NAA04538; Wed, 5 Jul 2000 13:40:25 -0400 (EDT) X-Authentication-Warning: rac8.wam.umd.edu: culverk owned process doing -bs Date: Wed, 5 Jul 2000 13:40:25 -0400 (EDT) From: Kenneth Wayne Culver To: Maxim Sobolev Cc: Cameron Grant , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/modules/sound Makefile Makefile.incsrc/sys/modules/sound/driver Makefile Makefile.incsrc/sys/modules/sound/driver/ad1816 Makefile src/sys/modules/sound/driver/csaMakefile src/sys/modules/sound/driver/csapcmMakefile... In-Reply-To: <39637251.9468BEBA@FreeBSD.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > My 8830 works like a charm. > Wait, the 8830 is the Vortex II right? Hrmm, maybe it's time I tried these things out again... My best friend has been waiting for a driver that works with the 8830 for a VERY long time. Just out of curiosity, is this the /usr/src/sys/dev/sound/pci/aureal.c driver? or is it that one that basically provides a way for FreeBSD to attach the linux driver and use it? Ken To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 10:42:39 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5A87237B8A3; Wed, 5 Jul 2000 10:42:34 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA48777; Wed, 5 Jul 2000 10:42:33 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <200007051742.KAA48777@freefall.freebsd.org> From: Satoshi Asami Date: Wed, 5 Jul 2000 10:42:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/xroads/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asami 2000/07/05 10:42:33 PDT Modified files: games/xroads/pkg PLIST Log: @dirrm share/games Submitted by: bento Revision Changes Path 1.4 +1 -0 ports/games/xroads/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 10:43:26 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CE34F37BA87; Wed, 5 Jul 2000 10:43:23 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA48911; Wed, 5 Jul 2000 10:43:23 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <200007051743.KAA48911@freefall.freebsd.org> From: Satoshi Asami Date: Wed, 5 Jul 2000 10:43:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/webstone Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asami 2000/07/05 10:43:23 PDT Modified files: www/webstone Makefile Log: Remove *.orig in post-patch so they won't be installed. Found by: bento Revision Changes Path 1.6 +5 -1 ports/www/webstone/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 10:43:38 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F30E237BA87; Wed, 5 Jul 2000 10:43:33 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA48997; Wed, 5 Jul 2000 10:43:34 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Message-Id: <200007051743.KAA48997@freefall.freebsd.org> From: Nick Hibma Date: Wed, 5 Jul 2000 10:43:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin Makefile src/usr.bin/usbhidctl Makefile usbhid.c usbhidctl.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG n_hibma 2000/07/05 10:43:33 PDT Modified files: usr.bin Makefile Added files: usr.bin/usbhidctl Makefile usbhid.c usbhidctl.1 Log: Add the usbhidctl utility, from NetBSD, by Lennart Augusst Revision Changes Path 1.149 +2 -1 src/usr.bin/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 10:43:40 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6A31637BB66; Wed, 5 Jul 2000 10:43:35 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA49015; Wed, 5 Jul 2000 10:43:35 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <200007051743.KAA49015@freefall.freebsd.org> From: Satoshi Asami Date: Wed, 5 Jul 2000 10:43:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/webstone/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asami 2000/07/05 10:43:35 PDT Modified files: www/webstone/pkg PLIST Log: Add webstone/webstone. Submitted by: bento Revision Changes Path 1.2 +1 -0 ports/www/webstone/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 10:44:13 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D816237BA87; Wed, 5 Jul 2000 10:44:09 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA49133; Wed, 5 Jul 2000 10:44:09 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <200007051744.KAA49133@freefall.freebsd.org> From: Satoshi Asami Date: Wed, 5 Jul 2000 10:44:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/xonix/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asami 2000/07/05 10:44:08 PDT Modified files: games/xonix/pkg PLIST Log: @dirrm lib/X11/xonix Submitted by: bento Revision Changes Path 1.5 +1 -0 ports/games/xonix/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 10:47:22 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CEC4D37BB7C; Wed, 5 Jul 2000 10:47:18 -0700 (PDT) (envelope-from bsd@FreeBSD.org) Received: (from bsd@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA49500; Wed, 5 Jul 2000 10:47:18 -0700 (PDT) (envelope-from bsd@FreeBSD.org) Message-Id: <200007051747.KAA49500@freefall.freebsd.org> From: "Brian S. Dean" Date: Wed, 5 Jul 2000 10:47:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/rshd rshd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG bsd 2000/07/05 10:47:18 PDT Modified files: libexec/rshd rshd.c Log: Plug the hole where rshd would bypass a proper .rhosts check if the password was empty. Reviewed by: Warner Losh Revision Changes Path 1.32 +3 -4 src/libexec/rshd/rshd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 10:48:30 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A498637BB75; Wed, 5 Jul 2000 10:48:24 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA49640; Wed, 5 Jul 2000 10:48:24 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Message-Id: <200007051748.KAA49640@freefall.freebsd.org> From: Sheldon Hearn Date: Wed, 5 Jul 2000 10:48:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/defaults periodic.conf X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sheldonh 2000/07/05 10:48:24 PDT Modified files: etc/defaults periodic.conf Log: The previous commit changed the df(1) units flag from -k to -h, which produced human-readable output. I like this, but it's certainly not something to change willy-nilly without discussion. Revert to -k. Anyway, the new variable allows folks to pick any units flag that fits their fancy. Revision Changes Path 1.7 +2 -2 src/etc/defaults/periodic.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 10:49:49 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 475DF37BA87; Wed, 5 Jul 2000 10:49:47 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA49798; Wed, 5 Jul 2000 10:49:47 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <200007051749.KAA49798@freefall.freebsd.org> From: Satoshi Asami Date: Wed, 5 Jul 2000 10:49:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/Tools/portbuild/scripts buildscript X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asami 2000/07/05 10:49:46 PDT Modified files: Tools/portbuild/scripts buildscript Log: Back out (1) in previous commit -- extra directories are fatal again. Otherwise it is often too hard to find out which port left the directory behind since packages propagates extra directories. Also, many of the extra directories contain files, so it makes no sense to ignore them. Revision Changes Path 1.7 +1 -5 ports/Tools/portbuild/scripts/buildscript To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 10:51:33 2000 Delivered-To: cvs-all@freebsd.org Received: from blizzard.sabbo.net (blizzard.sabbo.net [193.193.218.18]) by hub.freebsd.org (Postfix) with ESMTP id 5D93437BB7C; Wed, 5 Jul 2000 10:51:22 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from vic.sabbo.net (root@vic.sabbo.net [193.193.218.106]) by blizzard.sabbo.net (8.9.1/8.9.3) with ESMTP id UAA29020; Wed, 5 Jul 2000 20:49:52 +0300 (EEST) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vic.sabbo.net (8.9.3/8.9.3) with ESMTP id UAA74844; Wed, 5 Jul 2000 20:52:17 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <396375C3.9432B47B@FreeBSD.org> Date: Wed, 05 Jul 2000 20:52:03 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.73 [en] (WinNT; I) X-Accept-Language: uk,ru,en MIME-Version: 1.0 To: Kenneth Wayne Culver Cc: Cameron Grant , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/modules/sound Makefile Makefile.incsrc/sys/modules/sound/driver Makefile Makefile.incsrc/sys/modules/sound/driver/ad1816 Makefile src/sys/modules/sound/driver/csaMakefile src/sys/modules/sound/driver/csapcmMakefile... References: Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Kenneth Wayne Culver wrote: > > My 8830 works like a charm. > > > Wait, the 8830 is the Vortex II right? Hrmm, maybe it's time I tried these > things out again... My best friend has been waiting for a driver that > works with the 8830 for a VERY long time. Just out of curiosity, is this > the /usr/src/sys/dev/sound/pci/aureal.c driver? or is it that one that > basically provides a way for FreeBSD to attach the linux driver and use > it? The latter: http://www.cis.ohio-state.edu/~matey/au88x0/. Works fine on my -current box. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 11: 7:27 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2A49537BEE2; Wed, 5 Jul 2000 11:07:23 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA53152; Wed, 5 Jul 2000 11:07:23 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <200007051807.LAA53152@freefall.freebsd.org> From: Satoshi Asami Date: Wed, 5 Jul 2000 11:07:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/xitami/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asami 2000/07/05 11:07:22 PDT Modified files: www/xitami/pkg PLIST Log: Remove three directories silently if empty. Submitted by: bento Revision Changes Path 1.2 +3 -0 ports/www/xitami/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 11:20:37 2000 Delivered-To: cvs-all@freebsd.org Received: from blount.mail.mindspring.net (blount.mail.mindspring.net [207.69.200.226]) by hub.freebsd.org (Postfix) with ESMTP id 92FA337B81E; Wed, 5 Jul 2000 11:20:08 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca14-12.ix.netcom.com [205.186.215.12]) by blount.mail.mindspring.net (8.9.3/8.8.5) with ESMTP id OAA11129; Wed, 5 Jul 2000 14:19:35 -0400 (EDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id LAA97248; Wed, 5 Jul 2000 11:19:32 -0700 (PDT) To: CHOI Junho Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/korean/ftghostscript55 - Imported sources References: <200007041834.LAA90232@freefall.freebsd.org> <86aefwspbl.fsf@gradius.myhome> From: asami@FreeBSD.org (Satoshi - Ports Wraith - Asami) Date: 05 Jul 2000 11:19:31 -0700 In-Reply-To: CHOI Junho's message of "05 Jul 2000 22:02:06 +0900" Message-ID: Lines: 12 X-Mailer: Gnus v5.7/Emacs 20.6 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * From: CHOI Junho * You're right. Should I re-commit again after your repo-copy? Well, I can't copy it over the name "ftghostscript55" since you already committed it. :< We need to change the name. What about "ftghostscript-55" sound? (I know, it's awful to have that alongside "ftghostscript5", but there's nothing I can do at this point....) -PW To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 11:27:54 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 399D137BF86; Wed, 5 Jul 2000 11:27:51 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA55404; Wed, 5 Jul 2000 11:27:51 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200007051827.LAA55404@freefall.freebsd.org> From: Maxim Sobolev Date: Wed, 5 Jul 2000 11:27:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/ORBit Makefile ports/devel/ORBit/files md5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/07/05 11:27:50 PDT Modified files: devel/ORBit Makefile devel/ORBit/files md5 Log: Update to 0.5.2. Also make sure that installed libintl is respected. Revision Changes Path 1.33 +6 -3 ports/devel/ORBit/Makefile 1.13 +1 -1 ports/devel/ORBit/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 11:31:27 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2583A37C01A; Wed, 5 Jul 2000 11:31:23 -0700 (PDT) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA55781; Wed, 5 Jul 2000 11:31:23 -0700 (PDT) (envelope-from billf@FreeBSD.org) Message-Id: <200007051831.LAA55781@freefall.freebsd.org> From: Bill Fumerola Date: Wed, 5 Jul 2000 11:31:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/ethereal Makefile ports/net/ethereal/files md5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG billf 2000/07/05 11:31:23 PDT Modified files: net/ethereal Makefile net/ethereal/files md5 Log: Upgrade to 0.8.10 Revision Changes Path 1.30 +2 -2 ports/net/ethereal/Makefile 1.22 +1 -1 ports/net/ethereal/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 11:36:21 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A992637BB18; Wed, 5 Jul 2000 11:36:17 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA56275; Wed, 5 Jul 2000 11:36:17 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <200007051836.LAA56275@freefall.freebsd.org> From: Matt Jacob Date: Wed, 5 Jul 2000 11:36:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/forth loader.conf X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2000/07/05 11:36:17 PDT Modified files: (Branch: RELENG_4) sys/boot/forth loader.conf Log: MFC: add lines for WX (Intel Gig Ether) and ispfw (ISP Firmware) modules. Revision Changes Path 1.25.2.1 +3 -1 src/sys/boot/forth/loader.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 11:58:53 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6BDAD37C0D4; Wed, 5 Jul 2000 11:58:48 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA59015; Wed, 5 Jul 2000 11:58:48 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <200007051858.LAA59015@freefall.freebsd.org> From: Matt Jacob Date: Wed, 5 Jul 2000 11:58:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/isp isp.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2000/07/05 11:58:48 PDT Modified files: (Branch: RELENG_4) sys/dev/isp isp.c Log: MFC: Clean up ISPCTL_ABORT_CMD function to not be too chatty if it succeeds, or even if it fails with INVALID_PARM (which just means that the handle doesn't refer to an active commane). Revision Changes Path 1.41.2.3 +15 -8 src/sys/dev/isp/isp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 11:59:38 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8EB4637C532; Wed, 5 Jul 2000 11:59:33 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA59150; Wed, 5 Jul 2000 11:59:33 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <200007051859.LAA59150@freefall.freebsd.org> From: Matt Jacob Date: Wed, 5 Jul 2000 11:59:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/isp isp_freebsd.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2000/07/05 11:59:33 PDT Modified files: (Branch: RELENG_4) sys/dev/isp isp_freebsd.c Log: MFC: Oops! If we're deciding a command is now really dead, make *darned* sure that it really is by issuing a ISPCTL_ABORT_CMD just on the off chance the f/w will start it up again and, ha ha, start using the DMA resources we gave it but are now taking away. Revision Changes Path 1.32.2.3 +13 -1 src/sys/dev/isp/isp_freebsd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 12: 5:27 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D318D37BDBD; Wed, 5 Jul 2000 12:05:24 -0700 (PDT) (envelope-from itojun@FreeBSD.org) Received: (from itojun@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA60145; Wed, 5 Jul 2000 12:05:24 -0700 (PDT) (envelope-from itojun@FreeBSD.org) Message-Id: <200007051905.MAA60145@freefall.freebsd.org> From: Jun-ichiro itojun Hagino Date: Wed, 5 Jul 2000 12:05:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet6 README X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG itojun 2000/07/05 12:05:21 PDT Modified files: sys/netinet6 README Log: add list of KAME files - may not be 100% correct Revision Changes Path 1.2 +54 -1 src/sys/netinet6/README To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 12:10:25 2000 Delivered-To: cvs-all@freebsd.org Received: from icicle.winternet.com (icicle.winternet.com [198.174.169.13]) by hub.freebsd.org (Postfix) with ESMTP id 51B4337B737; Wed, 5 Jul 2000 12:10:19 -0700 (PDT) (envelope-from nrahlstr@mail.winternet.com) Received: from tundra.winternet.com (nrahlstr@tundra.winternet.com [198.174.169.11]) by icicle.winternet.com (8.9.3/8.9.3mc) with ESMTP id OAA06783; Wed, 5 Jul 2000 14:10:17 -0500 (CDT) SMTP "HELO" (ESMTP) greeting from tundra.winternet.com But _really_ from :: nrahlstr@tundra.winternet.com [198.174.169.11] SMTP "MAIL From" = nrahlstr@mail.winternet.com (Nathan Ahlstrom) SMTP "RCPT To" = Received: (from nrahlstr@localhost) by tundra.winternet.com (8.8.7/8.8.4) id OAA21312; Wed, 5 Jul 2000 14:10:16 -0500 (CDT) Date: Wed, 5 Jul 2000 14:10:15 -0500 From: Nathan Ahlstrom To: Kris Kennaway Cc: Paul Saab , Ruslan Ermilov , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/lib/libc/net name6.c Message-ID: <20000705141015.A19566@winternet.com> Mail-Followup-To: Kris Kennaway , Paul Saab , Ruslan Ermilov , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <20000703013915.A88158@elvis.mu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: ; from kris@FreeBSD.ORG on Mon, Jul 03, 2000 at 01:40:42AM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Kris Kennaway wrote: > On Mon, 3 Jul 2000, Paul Saab wrote: > > > Paul Saab (paul@mu.org) wrote: > > > Umm. This isn't exactly a MFC. This change does not match the change > > > made to -current. > > > > I'm stupid.. I missed the second commit by Kris.. Sorry.. I'll go back > > into my hole now. > > As punishment, you must commit dozens if not hundreds of MFCs. And close all of the associated PR's. ;-) -- Nathan Ahlstrom FreeBSD: http://www.FreeBSD.org/ nrahlstr@winternet.com PGP Key ID: 0x67BC9D19 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 12:19: 3 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 49CE337B509; Wed, 5 Jul 2000 12:18:59 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA62498; Wed, 5 Jul 2000 12:18:59 -0700 (PDT) (envelope-from knu@FreeBSD.org) Message-Id: <200007051918.MAA62498@freefall.freebsd.org> From: Akinori MUSHA Date: Wed, 5 Jul 2000 12:18:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/cvs2cl Makefile ports/devel/cvs2cl/files md5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2000/07/05 12:18:58 PDT Modified files: devel/cvs2cl Makefile devel/cvs2cl/files md5 Log: Update to rev. 2.8. (Several bug fixes have been done) Revision Changes Path 1.6 +2 -2 ports/devel/cvs2cl/Makefile 1.3 +1 -1 ports/devel/cvs2cl/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 12:34:49 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D73D937B740; Wed, 5 Jul 2000 12:34:44 -0700 (PDT) (envelope-from ume@FreeBSD.org) Received: (from ume@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA64501; Wed, 5 Jul 2000 12:34:44 -0700 (PDT) (envelope-from ume@FreeBSD.org) Message-Id: <200007051934.MAA64501@freefall.freebsd.org> From: Hajimu UMEMOTO Date: Wed, 5 Jul 2000 12:34:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libftpio Makefile ftp.errors ftpio.3 ftpio.c ftpio.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ume 2000/07/05 12:34:44 PDT Modified files: lib/libftpio Makefile ftp.errors ftpio.3 ftpio.c ftpio.h Log: IPv6 support. This is required for forthcoming IPv6 ready installer. Obtained from: KAME Revision Changes Path 1.10 +3 -2 src/lib/libftpio/Makefile 1.5 +3 -2 src/lib/libftpio/ftp.errors 1.22 +21 -2 src/lib/libftpio/ftpio.3 1.36 +275 -76 src/lib/libftpio/ftpio.c 1.16 +4 -1 src/lib/libftpio/ftpio.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 12:43:51 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3B1A237BB58; Wed, 5 Jul 2000 12:43:47 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA65539; Wed, 5 Jul 2000 12:43:47 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Message-Id: <200007051943.MAA65539@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Wed, 5 Jul 2000 12:43:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/ftp/spegla Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jkh 2000/07/05 12:43:46 PDT Modified files: ftp/spegla Makefile Log: Fix the skip directive. Submitted by: Makoto MATSUSHITA Revision Changes Path 1.11 +6 -1 ports/ftp/spegla/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 12:44:16 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E0B4537C135; Wed, 5 Jul 2000 12:44:04 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA65590; Wed, 5 Jul 2000 12:44:04 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Message-Id: <200007051944.MAA65590@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Wed, 5 Jul 2000 12:44:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/ftp/spegla/patches patch-ac X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jkh 2000/07/05 12:44:04 PDT Added files: ftp/spegla/patches patch-ac Log: Fix the skip directive. Submitted by: Makoto MATSUSHITA To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 13: 3:11 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 52D9937BE76; Wed, 5 Jul 2000 13:03:07 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA67926; Wed, 5 Jul 2000 13:03:07 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <200007052003.NAA67926@freefall.freebsd.org> From: Satoshi Asami Date: Wed, 5 Jul 2000 13:03:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/emulators/twin/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asami 2000/07/05 13:03:07 PDT Modified files: emulators/twin/pkg PLIST Log: @dirrm share/doc/twin Submitted by: bento Revision Changes Path 1.4 +1 -0 ports/emulators/twin/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 13:12:13 2000 Delivered-To: cvs-all@freebsd.org Received: from Awfulhak.org (tun.AwfulHak.org [194.242.139.173]) by hub.freebsd.org (Postfix) with ESMTP id 14B2F37BE4F; Wed, 5 Jul 2000 13:12:03 -0700 (PDT) (envelope-from brian@Awfulhak.org) Received: from hak.lan.Awfulhak.org (root@hak.lan.awfulhak.org [172.16.0.12]) by Awfulhak.org (8.9.3/8.9.3) with ESMTP id VAA46028; Wed, 5 Jul 2000 21:11:57 +0100 (BST) (envelope-from brian@Awfulhak.org) Received: from hak.lan.Awfulhak.org (localhost [127.0.0.1]) by hak.lan.Awfulhak.org (8.9.3/8.9.3) with ESMTP id TAA00583; Wed, 5 Jul 2000 19:58:08 +0100 (BST) (envelope-from brian@Awfulhak.org) Message-Id: <200007051858.TAA00583@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.1.1 10/15/1999 To: Thomas Gellekum Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, brian@hak.lan.awfulhak.org Subject: Re: cvs commit: src/etc rc.shutdown In-Reply-To: Message from Thomas Gellekum of "Wed, 05 Jul 2000 05:40:26 PDT." <200007051240.FAA48125@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 05 Jul 2000 19:58:08 +0100 From: Brian Somers Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > tg 2000/07/05 05:40:26 PDT > > Modified files: > etc rc.shutdown > Log: > Now that the scripts in our ports support this, call the scripts > in ${local_startup} with the `stop' option on shutdown. > > Revision Changes Path > 1.5 +30 -2 src/etc/rc.shutdown Is this not going to cause confusion as people update /etc and don't update /usr/local/etc/rc.d ? -- Brian Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 13:18:56 2000 Delivered-To: cvs-all@freebsd.org Received: from zippy.osd.bsdi.com (zippy.cdrom.com [204.216.27.228]) by hub.freebsd.org (Postfix) with ESMTP id EC08E37B5BF; Wed, 5 Jul 2000 13:18:52 -0700 (PDT) (envelope-from jkh@zippy.osd.bsdi.com) Received: from localhost (jkh@localhost [127.0.0.1]) by zippy.osd.bsdi.com (8.9.3/8.9.3) with ESMTP id NAA42296; Wed, 5 Jul 2000 13:19:46 -0700 (PDT) (envelope-from jkh@zippy.osd.bsdi.com) To: Jean-Marc Zucconi Cc: Alfred Perlstein , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/x11/XFree86-4 Makefile In-reply-to: Your message of "Mon, 03 Jul 2000 12:59:44 PDT." <200007031959.MAA37678@freefall.freebsd.org> Date: Wed, 05 Jul 2000 13:19:46 -0700 Message-ID: <42293.962828386@localhost> From: "Jordan K. Hubbard" Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > They have fixed the _known_ holes but the server is still setuid > root so the possibility of undiscovered security bugs remains. Which is all that can be said for *any* setuid root binary in FreeBSD. :-) - Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 13:37:36 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1C1E237BCC2; Wed, 5 Jul 2000 13:37:32 -0700 (PDT) (envelope-from paul@FreeBSD.org) Received: (from paul@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA72487; Wed, 5 Jul 2000 13:37:32 -0700 (PDT) (envelope-from paul@FreeBSD.org) Message-Id: <200007052037.NAA72487@freefall.freebsd.org> From: Paul Richards Date: Wed, 5 Jul 2000 13:37:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG paul 2000/07/05 13:37:32 PDT Modified files: . modules Log: Revert the libforms module entry to what it was originally. Revision Changes Path 1.1360 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 13:38: 0 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C30AD37BF59; Wed, 5 Jul 2000 13:37:55 -0700 (PDT) (envelope-from groudier@FreeBSD.org) Received: (from groudier@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA72552; Wed, 5 Jul 2000 13:37:55 -0700 (PDT) (envelope-from groudier@FreeBSD.org) Message-Id: <200007052037.NAA72552@freefall.freebsd.org> From: Gerard Roudier Date: Wed, 5 Jul 2000 13:37:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sym README.sym sym_fw1.h sym_fw2.h sym_hipd.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG groudier 2000/07/05 13:37:55 PDT Modified files: (Branch: RELENG_4) sys/dev/sym README.sym sym_fw1.h sym_fw2.h sym_hipd.c Log: MFC: `cvs log -r1.17 -r1.18 sym_hipd.c' to get full log. Significant changes: - Remove obsolete informations from the README.sym file. - Check also against DT_DATA_IN phase on parity/crc error. (Merged from Pamela Delaney's changes in the Linux driver) - Fix support for phase mismatch handling from the C code for the C1010 (only useful for testing issue). - Add an asynchonous notification handler for `lost device' (AC_LOST). Revision Changes Path 1.1.1.5.2.1 +22 -241 src/sys/dev/sym/README.sym 1.2.2.2 +3 -3 src/sys/dev/sym/sym_fw1.h 1.2.2.3 +3 -3 src/sys/dev/sym/sym_fw2.h 1.6.2.3 +98 -39 src/sys/dev/sym/sym_hipd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 13:46:29 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3B98537BFF4; Wed, 5 Jul 2000 13:46:25 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from localhost (kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) with ESMTP id NAA73700; Wed, 5 Jul 2000 13:46:25 -0700 (PDT) (envelope-from kris@FreeBSD.org) X-Authentication-Warning: freefall.freebsd.org: kris owned process doing -bs Date: Wed, 5 Jul 2000 13:46:25 -0700 (PDT) From: Kris Kennaway To: "Jordan K. Hubbard" Cc: Jean-Marc Zucconi , Alfred Perlstein , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/x11/XFree86-4 Makefile In-Reply-To: <42293.962828386@localhost> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 5 Jul 2000, Jordan K. Hubbard wrote: > > They have fixed the _known_ holes but the server is still setuid > > root so the possibility of undiscovered security bugs remains. > > Which is all that can be said for *any* setuid root binary in FreeBSD. :-) We don't have any setuid root binaries which are this complex and fearsome :-) Kris -- In God we Trust -- all others must submit an X.509 certificate. -- Charles Forsythe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 14: 2:50 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7CED737C2EA; Wed, 5 Jul 2000 14:02:46 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA76359; Wed, 5 Jul 2000 14:02:46 -0700 (PDT) (envelope-from ache@FreeBSD.org) Message-Id: <200007052102.OAA76359@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Wed, 5 Jul 2000 14:02:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/timedef lt_LT.ISO_8859-4.src X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ache 2000/07/05 14:02:46 PDT Modified files: share/timedef lt_LT.ISO_8859-4.src Log: Fix alt months Submitted by: Ri?ardas ?epas Revision Changes Path 1.2 +13 -13 src/share/timedef/lt_LT.ISO_8859-4.src To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 14: 4: 0 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7EB4937C0B0; Wed, 5 Jul 2000 14:03:57 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA76494; Wed, 5 Jul 2000 14:03:57 -0700 (PDT) (envelope-from ache@FreeBSD.org) Message-Id: <200007052103.OAA76494@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Wed, 5 Jul 2000 14:03:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/timedef lt_LT.ISO_8859-4.src X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ache 2000/07/05 14:03:57 PDT Modified files: (Branch: RELENG_4) share/timedef lt_LT.ISO_8859-4.src Log: MFC: alt months Revision Changes Path 1.1.2.1 +13 -13 src/share/timedef/lt_LT.ISO_8859-4.src To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 14:37:25 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1D66B37B608; Wed, 5 Jul 2000 14:37:22 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Received: (from wpaul@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA83783; Wed, 5 Jul 2000 14:37:22 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Message-Id: <200007052137.OAA83783@freefall.freebsd.org> From: Bill Paul Date: Wed, 5 Jul 2000 14:37:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_vr.c if_vrreg.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG wpaul 2000/07/05 14:37:21 PDT Modified files: sys/pci if_vr.c if_vrreg.h Log: Close PR# 19617: add support for VIA VT6102 NICs to VIA Rhine driver. Revision Changes Path 1.30 +4 -2 src/sys/pci/if_vr.c 1.8 +2 -1 src/sys/pci/if_vrreg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 14:40:59 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4546737B621; Wed, 5 Jul 2000 14:40:55 -0700 (PDT) (envelope-from ade@FreeBSD.org) Received: (from ade@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA84688; Wed, 5 Jul 2000 14:40:55 -0700 (PDT) (envelope-from ade@FreeBSD.org) Message-Id: <200007052140.OAA84688@freefall.freebsd.org> From: Ade Lovett Date: Wed, 5 Jul 2000 14:40:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/xmake Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ade 2000/07/05 14:40:55 PDT Modified files: devel/xmake Makefile Log: www.backplane.com -> apollo.backplane.com Obtained from: message from Matt on -smp Revision Changes Path 1.5 +2 -2 ports/devel/xmake/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 14:44: 4 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E705737B522; Wed, 5 Jul 2000 14:43:59 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Received: (from wpaul@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA85359; Wed, 5 Jul 2000 14:43:59 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Message-Id: <200007052143.OAA85359@freefall.freebsd.org> From: Bill Paul Date: Wed, 5 Jul 2000 14:43:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_vr.c if_vrreg.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG wpaul 2000/07/05 14:43:59 PDT Modified files: (Branch: RELENG_4) sys/pci if_vr.c if_vrreg.h Log: MFC: Close PR# 19617: add support for VIA VT6102 NICs to VIA Rhine driver Revision Changes Path 1.26.2.2 +4 -2 src/sys/pci/if_vr.c 1.7.2.1 +2 -1 src/sys/pci/if_vrreg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 14:54:12 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9743B37BAF0; Wed, 5 Jul 2000 14:54:08 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA87056; Wed, 5 Jul 2000 14:54:08 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <200007052154.OAA87056@freefall.freebsd.org> From: Kris Kennaway Date: Wed, 5 Jul 2000 14:54:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/faithd README faithd.8 faithd.c faithd.h ftp.c rsh.c tcp.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/07/05 14:54:08 PDT Modified files: usr.sbin/faithd README faithd.8 faithd.c faithd.h ftp.c rsh.c tcp.c Log: Sync with latest KAME. Obtained from: KAME Revision Changes Path 1.3 +13 -20 src/usr.sbin/faithd/README 1.4 +159 -66 src/usr.sbin/faithd/faithd.8 1.3 +191 -42 src/usr.sbin/faithd/faithd.c 1.2 +6 -3 src/usr.sbin/faithd/faithd.h 1.3 +12 -15 src/usr.sbin/faithd/ftp.c 1.3 +8 -6 src/usr.sbin/faithd/rsh.c 1.2 +4 -2 src/usr.sbin/faithd/tcp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 14:58:40 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 82D5C37B539; Wed, 5 Jul 2000 14:58:37 -0700 (PDT) (envelope-from ade@FreeBSD.org) Received: (from ade@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA87899; Wed, 5 Jul 2000 14:58:37 -0700 (PDT) (envelope-from ade@FreeBSD.org) Message-Id: <200007052158.OAA87899@freefall.freebsd.org> From: Ade Lovett Date: Wed, 5 Jul 2000 14:58:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/dryad Makefile ports/devel/dryad/files md5 ports/devel/dryad/patches patch-ab ports/devel/dryad/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ade 2000/07/05 14:58:36 PDT Modified files: devel/dryad Makefile devel/dryad/files md5 devel/dryad/patches patch-ab devel/dryad/pkg PLIST Log: Update to 0.1.3 Revision Changes Path 1.3 +4 -3 ports/devel/dryad/Makefile 1.2 +1 -1 ports/devel/dryad/files/md5 1.2 +5 -9 ports/devel/dryad/patches/patch-ab 1.2 +4 -0 ports/devel/dryad/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 14:59:36 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3B7AF37B561; Wed, 5 Jul 2000 14:59:32 -0700 (PDT) (envelope-from ade@FreeBSD.org) Received: (from ade@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA88173; Wed, 5 Jul 2000 14:59:31 -0700 (PDT) (envelope-from ade@FreeBSD.org) Message-Id: <200007052159.OAA88173@freefall.freebsd.org> From: Ade Lovett Date: Wed, 5 Jul 2000 14:59:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/gconf/patches patch-ab ports/devel/gconf/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ade 2000/07/05 14:59:31 PDT Modified files: devel/gconf/pkg PLIST Added files: devel/gconf/patches patch-ab Log: Put autoconf .m4 file in the right place Revision Changes Path 1.2 +1 -1 ports/devel/gconf/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 15: 0:17 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 67B8B37B539; Wed, 5 Jul 2000 15:00:11 -0700 (PDT) (envelope-from ade@FreeBSD.org) Received: (from ade@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA88423; Wed, 5 Jul 2000 15:00:11 -0700 (PDT) (envelope-from ade@FreeBSD.org) Message-Id: <200007052200.PAA88423@freefall.freebsd.org> From: Ade Lovett Date: Wed, 5 Jul 2000 15:00:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/gnomedebug Makefile ports/devel/gnomedebug/files md5 ports/devel/gnomedebug/patches patch-ab patch-ac patch-ad patch-ae X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ade 2000/07/05 15:00:10 PDT Modified files: devel/gnomedebug Makefile devel/gnomedebug/files md5 devel/gnomedebug/patches patch-ab patch-ac patch-ad patch-ae Log: Update to 0.1.4 Revision Changes Path 1.2 +2 -2 ports/devel/gnomedebug/Makefile 1.2 +1 -1 ports/devel/gnomedebug/files/md5 1.2 +5 -9 ports/devel/gnomedebug/patches/patch-ab 1.2 +5 -9 ports/devel/gnomedebug/patches/patch-ac 1.2 +5 -9 ports/devel/gnomedebug/patches/patch-ad 1.2 +5 -9 ports/devel/gnomedebug/patches/patch-ae To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 15: 1:45 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0C41337B539; Wed, 5 Jul 2000 15:01:42 -0700 (PDT) (envelope-from ade@FreeBSD.org) Received: (from ade@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA88796; Wed, 5 Jul 2000 15:01:41 -0700 (PDT) (envelope-from ade@FreeBSD.org) Message-Id: <200007052201.PAA88796@freefall.freebsd.org> From: Ade Lovett Date: Wed, 5 Jul 2000 15:01:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/gnomevfs Makefile ports/devel/gnomevfs/files md5 ports/devel/gnomevfs/patches patch-ad patch-ae patch-af patch-aa patch-ab ports/devel/gnomevfs/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ade 2000/07/05 15:01:41 PDT Modified files: devel/gnomevfs Makefile devel/gnomevfs/files md5 devel/gnomevfs/patches patch-aa patch-ab devel/gnomevfs/pkg PLIST Added files: devel/gnomevfs/patches patch-ad patch-ae patch-af Log: Update to 0.2 Revision Changes Path 1.2 +7 -3 ports/devel/gnomevfs/Makefile 1.2 +1 -1 ports/devel/gnomevfs/files/md5 1.2 +10 -10 ports/devel/gnomevfs/patches/patch-aa 1.2 +11 -4 ports/devel/gnomevfs/patches/patch-ab 1.2 +48 -0 ports/devel/gnomevfs/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 15: 2:28 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DB14F37B539; Wed, 5 Jul 2000 15:02:23 -0700 (PDT) (envelope-from ade@FreeBSD.org) Received: (from ade@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA88952; Wed, 5 Jul 2000 15:02:23 -0700 (PDT) (envelope-from ade@FreeBSD.org) Message-Id: <200007052202.PAA88952@freefall.freebsd.org> From: Ade Lovett Date: Wed, 5 Jul 2000 15:02:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/oaf Makefile ports/devel/oaf/files md5 ports/devel/oaf/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ade 2000/07/05 15:02:23 PDT Modified files: devel/oaf Makefile devel/oaf/files md5 devel/oaf/pkg PLIST Log: Update to 0.4.0 Revision Changes Path 1.5 +4 -3 ports/devel/oaf/Makefile 1.2 +1 -1 ports/devel/oaf/files/md5 1.3 +1 -0 ports/devel/oaf/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 15: 3:42 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4C2AD37B831; Wed, 5 Jul 2000 15:03:39 -0700 (PDT) (envelope-from ade@FreeBSD.org) Received: (from ade@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA89166; Wed, 5 Jul 2000 15:03:39 -0700 (PDT) (envelope-from ade@FreeBSD.org) Message-Id: <200007052203.PAA89166@freefall.freebsd.org> From: Ade Lovett Date: Wed, 5 Jul 2000 15:03:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-fm/gnomemc Makefile ports/x11-fm/gnomemc/files md5 ports/x11-fm/gnomemc/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ade 2000/07/05 15:03:38 PDT Modified files: x11-fm/gnomemc Makefile x11-fm/gnomemc/files md5 x11-fm/gnomemc/pkg PLIST Log: Update to 4.5.51 Revision Changes Path 1.20 +2 -2 ports/x11-fm/gnomemc/Makefile 1.14 +1 -1 ports/x11-fm/gnomemc/files/md5 1.13 +3 -0 ports/x11-fm/gnomemc/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 15: 6:40 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5AE7437B627; Wed, 5 Jul 2000 15:06:36 -0700 (PDT) (envelope-from ade@FreeBSD.org) Received: (from ade@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA90861; Wed, 5 Jul 2000 15:06:36 -0700 (PDT) (envelope-from ade@FreeBSD.org) Message-Id: <200007052206.PAA90861@freefall.freebsd.org> From: Ade Lovett Date: Wed, 5 Jul 2000 15:06:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/mc Makefile ports/misc/mc/files md5 ports/misc/mc/patches patch-ah ports/misc/mc/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ade 2000/07/05 15:06:35 PDT Modified files: misc/mc Makefile misc/mc/files md5 misc/mc/pkg PLIST Log: Update to 4.5.51 Revision Changes Path 1.48 +2 -2 ports/misc/mc/Makefile 1.23 +1 -1 ports/misc/mc/files/md5 1.24 +1 -0 ports/misc/mc/pkg/PLIST Removed files: misc/mc/patches patch-ah Log: This patch was a huge locale fix which now does not apply cleanly at all, and would take serious work with a binary editor to make it work. If these updates are really needed, they should be sent to the MC maintainers for inclusion in upcoming releases (where they'll work for x11-fm/gnomemc too) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 15:10: 4 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3752F37B7CF; Wed, 5 Jul 2000 15:09:58 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA91305; Wed, 5 Jul 2000 15:09:58 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <200007052209.PAA91305@freefall.freebsd.org> From: Kris Kennaway Date: Wed, 5 Jul 2000 15:09:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/rtadvd Makefile advcap.c advcap.h config.c config.h if.c if.h pathnames.h rrenum.c rrenum.h rtadvd.8 rtadvd.c rtadvd.conf rtadvd.conf.5 rtadvd.h timer.c timer.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/07/05 15:09:58 PDT Modified files: usr.sbin/rtadvd Makefile advcap.c advcap.h config.c config.h if.c if.h pathnames.h rrenum.c rrenum.h rtadvd.8 rtadvd.c rtadvd.conf rtadvd.conf.5 rtadvd.h timer.c timer.h Log: Sync with latest KAME Obtained from: KAME Revision Changes Path 1.2 +4 -4 src/usr.sbin/rtadvd/Makefile 1.2 +21 -18 src/usr.sbin/rtadvd/advcap.c 1.2 +6 -4 src/usr.sbin/rtadvd/advcap.h 1.4 +126 -19 src/usr.sbin/rtadvd/config.c 1.2 +8 -5 src/usr.sbin/rtadvd/config.h 1.3 +54 -20 src/usr.sbin/rtadvd/if.c 1.2 +28 -25 src/usr.sbin/rtadvd/if.h 1.3 +3 -1 src/usr.sbin/rtadvd/pathnames.h 1.3 +20 -16 src/usr.sbin/rtadvd/rrenum.c 1.2 +5 -3 src/usr.sbin/rtadvd/rrenum.h 1.4 +66 -50 src/usr.sbin/rtadvd/rtadvd.8 1.4 +442 -183 src/usr.sbin/rtadvd/rtadvd.c 1.2 +24 -9 src/usr.sbin/rtadvd/rtadvd.conf 1.2 +43 -18 src/usr.sbin/rtadvd/rtadvd.conf.5 1.2 +92 -48 src/usr.sbin/rtadvd/rtadvd.h 1.2 +21 -5 src/usr.sbin/rtadvd/timer.c 1.2 +25 -22 src/usr.sbin/rtadvd/timer.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 17:13:24 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B472D37BA90; Wed, 5 Jul 2000 17:13:22 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA05978; Wed, 5 Jul 2000 17:13:22 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Message-Id: <200007060013.RAA05978@freefall.freebsd.org> From: John Baldwin Date: Wed, 5 Jul 2000 17:13:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/i386/btx/btx btx.s X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2000/07/05 17:13:22 PDT Modified files: sys/boot/i386/btx/btx btx.s Log: Emulate the WBINVD instruction when it is called by the BIOS. Revision Changes Path 1.22 +16 -7 src/sys/boot/i386/btx/btx/btx.s To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 17:22:53 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D19C537BA74; Wed, 5 Jul 2000 17:22:50 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA06754; Wed, 5 Jul 2000 17:22:50 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Message-Id: <200007060022.RAA06754@freefall.freebsd.org> From: John Baldwin Date: Wed, 5 Jul 2000 17:22:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/i386/boot2 boot1.s X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2000/07/05 17:22:50 PDT Modified files: sys/boot/i386/boot2 boot1.s Log: Clarify the comments in here a bit. The first sector of boot2 is not just zeros, it is actually the disklabel itself. boot2.ldr is simply a placeholder in the boot2 binary. Revision Changes Path 1.14 +3 -3 src/sys/boot/i386/boot2/boot1.s To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 17:25: 8 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5AB9937BA74; Wed, 5 Jul 2000 17:25:06 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA07072; Wed, 5 Jul 2000 17:25:06 -0700 (PDT) (envelope-from ache@FreeBSD.org) Message-Id: <200007060025.RAA07072@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Wed, 5 Jul 2000 17:25:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libutil login_cap.3 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ache 2000/07/05 17:25:06 PDT Modified files: lib/libutil login_cap.3 Log: Fix .Fx usage (causing error diagnositc) Revision Changes Path 1.19 +3 -2 src/lib/libutil/login_cap.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 17:29:44 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6294137BAD9; Wed, 5 Jul 2000 17:29:41 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA07492; Wed, 5 Jul 2000 17:29:41 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Message-Id: <200007060029.RAA07492@freefall.freebsd.org> From: John Baldwin Date: Wed, 5 Jul 2000 17:29:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/i386/boot2 boot1.s X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2000/07/05 17:29:41 PDT Modified files: sys/boot/i386/boot2 boot1.s Log: Doh. The disklabel is not 0x200 bytes of zeros, but it is 0x200 bytes long. Revision Changes Path 1.15 +2 -2 src/sys/boot/i386/boot2/boot1.s To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 17:34: 6 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7800037BC05; Wed, 5 Jul 2000 17:34:03 -0700 (PDT) (envelope-from ps@FreeBSD.org) Received: (from ps@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA07871; Wed, 5 Jul 2000 17:34:03 -0700 (PDT) (envelope-from ps@FreeBSD.org) Message-Id: <200007060034.RAA07871@freefall.freebsd.org> From: Paul Saab Date: Wed, 5 Jul 2000 17:34:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/alpha/libalpha elf_freebsd.c src/sys/boot/common boot.c bootstrap.h misc.c src/sys/boot/i386/libi386 aout_freebsd.c elf_freebsd.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ps 2000/07/05 17:34:03 PDT Modified files: (Branch: RELENG_4) sys/boot/alpha/libalpha elf_freebsd.c sys/boot/common boot.c bootstrap.h misc.c sys/boot/i386/libi386 aout_freebsd.c elf_freebsd.c Log: MFC: Delay calling the device cleanup routines until the absolute last moment. Revision Changes Path 1.8.2.1 +1 -0 src/sys/boot/alpha/libalpha/elf_freebsd.c 1.15.2.2 +1 -6 src/sys/boot/common/boot.c 1.24.2.2 +3 -1 src/sys/boot/common/bootstrap.h 1.6.2.1 +11 -0 src/sys/boot/common/misc.c 1.12.2.1 +1 -0 src/sys/boot/i386/libi386/aout_freebsd.c 1.7.2.1 +1 -0 src/sys/boot/i386/libi386/elf_freebsd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 17:38:14 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4422437BA74; Wed, 5 Jul 2000 17:38:11 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA08276; Wed, 5 Jul 2000 17:38:11 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <200007060038.RAA08276@freefall.freebsd.org> From: Kris Kennaway Date: Wed, 5 Jul 2000 17:38:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pim6dd LICENSE.mrouted LICENSE.pimd Makefile VERSION callout.c config.c debug.c debug.h defs.h inet6.c kern.c main.c mld6.c mld6.h mld6_proto.c mrt.c mrt.h pathnames.h pim6.c pim6_proto.c pim6dd.8 pim6dd.conf.5 pimdd.h route.c ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/07/05 17:38:10 PDT Modified files: usr.sbin/pim6dd LICENSE.mrouted LICENSE.pimd Makefile VERSION callout.c config.c debug.c debug.h defs.h inet6.c kern.c main.c mld6.c mld6.h mld6_proto.c mrt.c mrt.h pathnames.h pim6.c pim6_proto.c pim6dd.8 pim6dd.conf.5 pimdd.h route.c routesock.c timer.c trace.c trace.h vers.c vif.c vif.h Log: Sync with latest KAME Obtained from: KAME Revision Changes Path 1.2 +0 -0 src/usr.sbin/pim6dd/LICENSE.mrouted 1.2 +2 -2 src/usr.sbin/pim6dd/LICENSE.pimd 1.2 +82 -6 src/usr.sbin/pim6dd/Makefile 1.2 +0 -0 src/usr.sbin/pim6dd/VERSION 1.2 +29 -29 src/usr.sbin/pim6dd/callout.c 1.2 +160 -49 src/usr.sbin/pim6dd/config.c 1.2 +89 -24 src/usr.sbin/pim6dd/debug.c 1.2 +43 -43 src/usr.sbin/pim6dd/debug.h 1.2 +81 -74 src/usr.sbin/pim6dd/defs.h 1.2 +4 -4 src/usr.sbin/pim6dd/inet6.c 1.2 +16 -16 src/usr.sbin/pim6dd/kern.c 1.3 +56 -56 src/usr.sbin/pim6dd/main.c 1.3 +42 -34 src/usr.sbin/pim6dd/mld6.c 1.2 +11 -8 src/usr.sbin/pim6dd/mld6.h 1.2 +23 -32 src/usr.sbin/pim6dd/mld6_proto.c 1.2 +42 -42 src/usr.sbin/pim6dd/mrt.c 1.2 +29 -29 src/usr.sbin/pim6dd/mrt.h 1.3 +12 -12 src/usr.sbin/pim6dd/pathnames.h 1.2 +31 -26 src/usr.sbin/pim6dd/pim6.c 1.2 +96 -98 src/usr.sbin/pim6dd/pim6_proto.c 1.6 +9 -14 src/usr.sbin/pim6dd/pim6dd.8 1.6 +9 -11 src/usr.sbin/pim6dd/pim6dd.conf.5 1.2 +127 -127 src/usr.sbin/pim6dd/pimdd.h 1.2 +57 -57 src/usr.sbin/pim6dd/route.c 1.2 +31 -31 src/usr.sbin/pim6dd/routesock.c 1.2 +40 -26 src/usr.sbin/pim6dd/timer.c 1.2 +16 -16 src/usr.sbin/pim6dd/trace.c 1.2 +42 -42 src/usr.sbin/pim6dd/trace.h 1.2 +0 -0 src/usr.sbin/pim6dd/vers.c 1.2 +39 -32 src/usr.sbin/pim6dd/vif.c 1.2 +32 -32 src/usr.sbin/pim6dd/vif.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 18: 2: 9 2000 Delivered-To: cvs-all@freebsd.org Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by hub.freebsd.org (Postfix) with ESMTP id 05E1A37B55B; Wed, 5 Jul 2000 18:01:58 -0700 (PDT) (envelope-from grog@wantadilla.lemis.com) Received: (from grog@localhost) by wantadilla.lemis.com (8.9.3/8.9.3) id KAA00935; Thu, 6 Jul 2000 10:31:55 +0930 (CST) (envelope-from grog) Date: Thu, 6 Jul 2000 10:31:55 +0930 From: Greg Lehey To: Jun-ichiro itojun Hagino Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/include ifaddrs.h Makefile src/lib/libc/net getifaddrs.3 getifaddrs.c Makefile.inc Message-ID: <20000706103155.X97425@wantadilla.lemis.com> References: <200007050213.TAA41026@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <200007050213.TAA41026@freefall.freebsd.org> Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tuesday, 4 July 2000 at 19:13:18 -0700, Jun-ichiro itojun Hagino wrote: > itojun 2000/07/04 19:13:18 PDT > > Modified files: > include Makefile > lib/libc/net Makefile.inc > Added files: > include ifaddrs.h > lib/libc/net getifaddrs.3 getifaddrs.c > Log: > add getifaddrs(3) from bsdi. this is a magic function which lets you grab > interface addresses in a portable manner, without headache of SIOCGIFCONF > or sysctl. it is in bsdi/openbsd/netbsd already. > from kame tree (actually, mandatory for latest kame tree). Shouldn't this have an "Obtained-from: BSDI"? I know the text is in there, but for people who look for keywords, this would CYA. Greg -- Finger grog@lemis.com for PGP public key See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 18:22:18 2000 Delivered-To: cvs-all@freebsd.org Received: from mercury.mich.com (mercury.mich.com [64.79.64.32]) by hub.freebsd.org (Postfix) with ESMTP id 6479637BD10; Wed, 5 Jul 2000 18:22:08 -0700 (PDT) (envelope-from will@almanac.yi.org) Received: from argon.gryphonsoft.com (pm016-002.dialup.bignet.net [64.79.82.210]) by mercury.mich.com (8.9.3/8.9.3) with ESMTP id VAA02144; Wed, 5 Jul 2000 21:21:40 -0400 Received: by argon.gryphonsoft.com (Postfix, from userid 1000) id C76A718BC; Wed, 5 Jul 2000 21:19:34 -0400 (EDT) Date: Wed, 5 Jul 2000 21:19:34 -0400 From: Will Andrews To: Maxim Sobolev Cc: Cameron Grant , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/modules/sound Makefile Makefile.incsrc/sys/modules/sound/driver Makefile Makefile.incsrc/sys/modules/sound/driver/ad1816 Makefile src/sys/modules/sound/driver/csaMakefile src/sys/modules/sound/driver/csapcm Makefile ... Message-ID: <20000705211934.A646@argon.gryphonsoft.com> References: <200007042332.QAA23709@freefall.freebsd.org> <3963658A.EB0C0C98@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <3963658A.EB0C0C98@FreeBSD.org>; from sobomax@FreeBSD.ORG on Wed, Jul 05, 2000 at 07:42:50PM +0300 X-Operating-System: FreeBSD 5.0-CURRENT i386 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Jul 05, 2000 at 07:42:50PM +0300, Maxim Sobolev wrote: > Could we add "dummy" module for Aureal Vortex driver, which AFAIK could not be > imported due to licensing issues? We could put small README file there, telling > user where to get required files and in which directory (sys/dev/sound/pci) put it > to build a module. Please let me know if the proposition sounds reasonably to you, > so I would prepare and submit appropriate diffs. It would be nice if the channel.c fix committed to -current was MFC'd (if not already) along with this. It would be nice if all I had to do was drop the asp30.o objfile in some directory, add the kernel option for aureal vortex chipset, and build. Please. =) -- Will Andrews GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 18:45:27 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C8D4337B80B; Wed, 5 Jul 2000 18:45:24 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA17324; Wed, 5 Jul 2000 18:45:24 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Message-Id: <200007060145.SAA17324@freefall.freebsd.org> From: Jun Kuriyama Date: Wed, 5 Jul 2000 18:45:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT access X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kuriyama 2000/07/05 18:45:24 PDT Modified files: . access Log: Please welcome new committers from Japanese Documentation Project. (1) Kazuo Horikawa (horikawa@FreeBSD.org) He is working on Japanese Manual Translation Project as manager/release engineer for years. I think he will work for doc/ja_JP.eucJP/man area and his work will be good hope for whom planning to translate manuals into native language. (2) Hiroki Sato (hrs@FreeBSD.org) He is working on Japanese Documentation Project as sub manager and his work on this area is widely as translation, reviewing, pre-commit checking, (www & doc tree) building knowledge, SGML/XML development. Guys, welcome aboard! Approved: nik Mentored: kuriyama Revision Changes Path 1.162 +3 -1 CVSROOT/access To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 18:48:18 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1948137BD58; Wed, 5 Jul 2000 18:48:09 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA17817; Wed, 5 Jul 2000 18:48:09 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <200007060148.SAA17817@freefall.freebsd.org> From: Kris Kennaway Date: Wed, 5 Jul 2000 18:48:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pim6sd BUGS.TODO BUGS.V6 LICENSE.mrouted LICENSE.pim6dd LICENSE.pim6sd LICENSE.pimd Makefile README README.first callout.c callout.h cfparse.h cfparse.y cftoken.l config.c config.h crc.c crc.h debug.c debug.h defs.h inet6.c ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/07/05 18:48:08 PDT Modified files: usr.sbin/pim6sd BUGS.TODO BUGS.V6 LICENSE.mrouted LICENSE.pim6dd LICENSE.pim6sd LICENSE.pimd Makefile README README.first callout.c callout.h cfparse.h cfparse.y cftoken.l config.c config.h crc.c crc.h debug.c debug.h defs.h inet6.c inet6.h kern.c kern.h main.c mld6.c mld6.h mld6_proto.c mld6_proto.h mrt.c mrt.h pathnames.h pim6.c pim6.h pim6_proto.c pim6_proto.h pim6sd.8 pim6sd.conf.5 pim6sd.conf.sample pim6stat pim6stat.1 pimd.h route.c route.h routesock.c routesock.h rp.c rp.h timer.c timer.h trace.c trace.h var.h vif.c vif.h vmbuf.h usr.sbin/pim6sd/mtrace6 Makefile mtrace6.8 mtrace6.c Log: Sync with latest KAME code. Obtained from: KAME Revision Changes Path 1.2 +7 -7 src/usr.sbin/pim6sd/BUGS.TODO 1.2 +1 -1 src/usr.sbin/pim6sd/BUGS.V6 1.2 +1 -1 src/usr.sbin/pim6sd/LICENSE.mrouted 1.2 +0 -1 src/usr.sbin/pim6sd/LICENSE.pim6dd 1.2 +1 -1 src/usr.sbin/pim6sd/LICENSE.pim6sd 1.2 +2 -2 src/usr.sbin/pim6sd/LICENSE.pimd 1.4 +54 -4 src/usr.sbin/pim6sd/Makefile 1.2 +0 -0 src/usr.sbin/pim6sd/README 1.2 +1 -1 src/usr.sbin/pim6sd/README.first 1.2 +1 -0 src/usr.sbin/pim6sd/callout.c 1.2 +3 -3 src/usr.sbin/pim6sd/callout.h 1.2 +2 -2 src/usr.sbin/pim6sd/cfparse.h 1.2 +87 -24 src/usr.sbin/pim6sd/cfparse.y 1.2 +10 -3 src/usr.sbin/pim6sd/cftoken.l 1.2 +171 -1285 src/usr.sbin/pim6sd/config.c 1.2 +23 -23 src/usr.sbin/pim6sd/config.h 1.2 +30 -24 src/usr.sbin/pim6sd/crc.c 1.2 +2 -3 src/usr.sbin/pim6sd/crc.h 1.2 +133 -45 src/usr.sbin/pim6sd/debug.c 1.2 +50 -50 src/usr.sbin/pim6sd/debug.h 1.2 +10 -11 src/usr.sbin/pim6sd/defs.h 1.2 +23 -14 src/usr.sbin/pim6sd/inet6.c 1.2 +7 -7 src/usr.sbin/pim6sd/inet6.h 1.2 +27 -27 src/usr.sbin/pim6sd/kern.c 1.2 +8 -9 src/usr.sbin/pim6sd/kern.h 1.3 +21 -22 src/usr.sbin/pim6sd/main.c 1.2 +42 -33 src/usr.sbin/pim6sd/mld6.c 1.2 +19 -17 src/usr.sbin/pim6sd/mld6.h 1.2 +26 -39 src/usr.sbin/pim6sd/mld6_proto.c 1.2 +5 -6 src/usr.sbin/pim6sd/mld6_proto.h 1.2 +16 -11 src/usr.sbin/pim6sd/mrt.c 1.2 +39 -40 src/usr.sbin/pim6sd/mrt.h 1.3 +6 -7 src/usr.sbin/pim6sd/pathnames.h 1.2 +69 -58 src/usr.sbin/pim6sd/pim6.c 1.2 +6 -7 src/usr.sbin/pim6sd/pim6.h 1.2 +56 -53 src/usr.sbin/pim6sd/pim6_proto.c 1.2 +10 -11 src/usr.sbin/pim6sd/pim6_proto.h 1.6 +14 -17 src/usr.sbin/pim6sd/pim6sd.8 1.5 +17 -16 src/usr.sbin/pim6sd/pim6sd.conf.5 1.2 +6 -6 src/usr.sbin/pim6sd/pim6sd.conf.sample 1.2 +0 -0 src/usr.sbin/pim6sd/pim6stat 1.4 +8 -9 src/usr.sbin/pim6sd/pim6stat.1 1.2 +129 -130 src/usr.sbin/pim6sd/pimd.h 1.2 +7 -8 src/usr.sbin/pim6sd/route.c 1.2 +7 -8 src/usr.sbin/pim6sd/route.h 1.2 +13 -13 src/usr.sbin/pim6sd/routesock.c 1.2 +6 -7 src/usr.sbin/pim6sd/routesock.h 1.2 +25 -28 src/usr.sbin/pim6sd/rp.c 1.2 +10 -11 src/usr.sbin/pim6sd/rp.h 1.2 +29 -14 src/usr.sbin/pim6sd/timer.c 1.2 +22 -23 src/usr.sbin/pim6sd/timer.h 1.2 +16 -17 src/usr.sbin/pim6sd/trace.c 1.2 +44 -45 src/usr.sbin/pim6sd/trace.h 1.2 +13 -13 src/usr.sbin/pim6sd/var.h 1.2 +73 -73 src/usr.sbin/pim6sd/vif.c 1.2 +53 -53 src/usr.sbin/pim6sd/vif.h 1.2 +3 -3 src/usr.sbin/pim6sd/vmbuf.h 1.2 +8 -9 src/usr.sbin/pim6sd/mtrace6/Makefile 1.5 +14 -19 src/usr.sbin/pim6sd/mtrace6/mtrace6.8 1.2 +71 -19 src/usr.sbin/pim6sd/mtrace6/mtrace6.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 18:50: 9 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 748D637B772; Wed, 5 Jul 2000 18:50:05 -0700 (PDT) (envelope-from mckusick@FreeBSD.org) Received: (from mckusick@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA18215; Wed, 5 Jul 2000 18:50:05 -0700 (PDT) (envelope-from mckusick@FreeBSD.org) Message-Id: <200007060150.SAA18215@freefall.freebsd.org> From: Kirk McKusick Date: Wed, 5 Jul 2000 18:50:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/mount mntopts.h mount_ufs.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mckusick 2000/07/05 18:50:05 PDT Modified files: sbin/mount mntopts.h mount_ufs.c Log: Add the snapshot option to mount_ufs. Revision Changes Path 1.17 +2 -1 src/sbin/mount/mntopts.h 1.17 +2 -1 src/sbin/mount/mount_ufs.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 18:51:32 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BDEFC37BEA8; Wed, 5 Jul 2000 18:51:27 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA18397; Wed, 5 Jul 2000 18:51:27 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Message-Id: <200007060151.SAA18397@freefall.freebsd.org> From: John Baldwin Date: Wed, 5 Jul 2000 18:51:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/i386/boot2 boot2.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2000/07/05 18:51:27 PDT Modified files: sys/boot/i386/boot2 boot2.c Log: - Inline all the functions that are only called once. This results in a savings of 68 bytes in boot2. - Also add a comment warning that you can't remove the empty exit() function. Revision Changes Path 1.30 +108 -115 src/sys/boot/i386/boot2/boot2.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 18:54:31 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8E36B37BFE3; Wed, 5 Jul 2000 18:54:29 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA18640; Wed, 5 Jul 2000 18:54:29 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <200007060154.SAA18640@freefall.freebsd.org> From: Kris Kennaway Date: Wed, 5 Jul 2000 18:54:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/ping6 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/07/05 18:54:29 PDT Modified files: sbin/ping6 Makefile Log: Correct style bugs in previous commit Revision Changes Path 1.3 +3 -3 src/sbin/ping6/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 18:55:28 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DC03437BDC2; Wed, 5 Jul 2000 18:55:25 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA18865; Wed, 5 Jul 2000 18:55:25 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <200007060155.SAA18865@freefall.freebsd.org> From: Kris Kennaway Date: Wed, 5 Jul 2000 18:55:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/rtsol Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/07/05 18:55:22 PDT Modified files: sbin/rtsol Makefile Log: Correct style bugs in previous commit Revision Changes Path 1.3 +3 -3 src/sbin/rtsol/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 19: 0:22 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8396237C06E; Wed, 5 Jul 2000 19:00:18 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA19527; Wed, 5 Jul 2000 19:00:18 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <200007060200.TAA19527@freefall.freebsd.org> From: Kris Kennaway Date: Wed, 5 Jul 2000 19:00:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/faithd Makefile src/usr.sbin/rrenumd Makefile src/usr.sbin/rtsold Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/07/05 19:00:18 PDT Modified files: usr.sbin/faithd Makefile usr.sbin/rrenumd Makefile usr.sbin/rtsold Makefile Log: Correct style bugs Revision Changes Path 1.2 +3 -3 src/usr.sbin/faithd/Makefile 1.3 +3 -3 src/usr.sbin/rrenumd/Makefile 1.3 +3 -3 src/usr.sbin/rtsold/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 19: 3:16 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D0CC137B577; Wed, 5 Jul 2000 19:03:13 -0700 (PDT) (envelope-from mckusick@FreeBSD.org) Received: (from mckusick@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA19846; Wed, 5 Jul 2000 19:03:12 -0700 (PDT) (envelope-from mckusick@FreeBSD.org) Message-Id: <200007060203.TAA19846@freefall.freebsd.org> From: Kirk McKusick Date: Wed, 5 Jul 2000 19:03:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/fsck dir.c fsck.h inode.c pass1.c pass5.c setup.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mckusick 2000/07/05 19:03:12 PDT Modified files: sbin/fsck dir.c fsck.h inode.c pass1.c pass5.c setup.c Log: Teach fsck about snapshot files. These changes should have no effect on operation of fsck on filesystems without snapshots. If you get compilation errors, be sure that you have copies of /usr/include/sys/mount.h (1.94), /usr/include/sys/stat.h (1.21), and /usr/include/ufs/ffs/fs.h (1.16) as of July 4, 2000 or later. Revision Changes Path 1.16 +11 -5 src/sbin/fsck/dir.c 1.13 +6 -3 src/sbin/fsck/fsck.h 1.21 +9 -4 src/sbin/fsck/inode.c 1.17 +21 -2 src/sbin/fsck/pass1.c 1.18 +69 -3 src/sbin/fsck/pass5.c 1.18 +11 -4 src/sbin/fsck/setup.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 19: 6:21 2000 Delivered-To: cvs-all@freebsd.org Received: from mercury.mich.com (mercury.mich.com [64.79.64.32]) by hub.freebsd.org (Postfix) with ESMTP id E4F4F37BEA8; Wed, 5 Jul 2000 19:06:09 -0700 (PDT) (envelope-from will@almanac.yi.org) Received: from argon.gryphonsoft.com (pm016-002.dialup.bignet.net [64.79.82.210]) by mercury.mich.com (8.9.3/8.9.3) with ESMTP id WAA11906; Wed, 5 Jul 2000 22:05:40 -0400 Received: by argon.gryphonsoft.com (Postfix, from userid 1000) id 1D66518BC; Wed, 5 Jul 2000 22:03:36 -0400 (EDT) Date: Wed, 5 Jul 2000 22:03:36 -0400 From: Will Andrews To: Jun Kuriyama Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: CVSROOT access Message-ID: <20000705220336.B646@argon.gryphonsoft.com> References: <200007060145.SAA17324@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <200007060145.SAA17324@freefall.freebsd.org>; from kuriyama@FreeBSD.ORG on Wed, Jul 05, 2000 at 06:45:24PM -0700 X-Operating-System: FreeBSD 5.0-CURRENT i386 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Jul 05, 2000 at 06:45:24PM -0700, Jun Kuriyama wrote: > Please welcome new committers from Japanese Documentation Project. > > (1) Kazuo Horikawa (horikawa@FreeBSD.org) > > He is working on Japanese Manual Translation Project as > manager/release engineer for years. I think he will work for > doc/ja_JP.eucJP/man area and his work will be good hope for whom > planning to translate manuals into native language. > > (2) Hiroki Sato (hrs@FreeBSD.org) > > He is working on Japanese Documentation Project as sub manager and his > work on this area is widely as translation, reviewing, pre-commit > checking, (www & doc tree) building knowledge, SGML/XML development. Congrats Hiroki-san and Horikawa-san! Great work on Japanese translation! =) -- Will Andrews GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 19:49:32 2000 Delivered-To: cvs-all@freebsd.org Received: from mercury.mich.com (mercury.mich.com [64.79.64.32]) by hub.freebsd.org (Postfix) with ESMTP id 14B9937BFF4; Wed, 5 Jul 2000 19:49:23 -0700 (PDT) (envelope-from will@almanac.yi.org) Received: from argon.gryphonsoft.com (pm016-002.dialup.bignet.net [64.79.82.210]) by mercury.mich.com (8.9.3/8.9.3) with ESMTP id WAA22071; Wed, 5 Jul 2000 22:48:52 -0400 Received: by argon.gryphonsoft.com (Postfix, from userid 1000) id 3492718BC; Wed, 5 Jul 2000 22:46:48 -0400 (EDT) Date: Wed, 5 Jul 2000 22:46:48 -0400 From: Will Andrews To: Thomas Gellekum Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/audio/rplay Makefile ports/audio/rplay/files rplayd.sh ports/chinese/xemacs/files xemacs20.sh ports/comms/conserver Makefile ports/comms/conserver/files conserver.sh ports/comms/hylafax/files hylafax.sh.sample ... Message-ID: <20000705224648.E646@argon.gryphonsoft.com> References: <200007051237.FAA47588@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <200007051237.FAA47588@freefall.freebsd.org>; from tg@FreeBSD.org on Wed, Jul 05, 2000 at 05:37:07AM -0700 X-Operating-System: FreeBSD 5.0-CURRENT i386 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Jul 05, 2000 at 05:37:07AM -0700, Thomas Gellekum wrote: > Log: > As threatened on freebsd-ports: all startup scripts know about the two > options `start' and `stop' now (unless I have forgotten any). This allows > us to call the scripts from /etc/rc.shutdown with the correct option. Thank you. I specifically made that threat. =) Now, something like this needs to be put in the base system too. =) Perhaps /etc/rc.d/{daemon}.sh that includes rc.conf wouldn't be bad... -- Will Andrews GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 19:53:58 2000 Delivered-To: cvs-all@freebsd.org Received: from mercury.mich.com (mercury.mich.com [64.79.64.32]) by hub.freebsd.org (Postfix) with ESMTP id 7D62B37BF05; Wed, 5 Jul 2000 19:53:43 -0700 (PDT) (envelope-from will@almanac.yi.org) Received: from argon.gryphonsoft.com (pm016-002.dialup.bignet.net [64.79.82.210]) by mercury.mich.com (8.9.3/8.9.3) with ESMTP id WAA22972; Wed, 5 Jul 2000 22:53:14 -0400 Received: by argon.gryphonsoft.com (Postfix, from userid 1000) id EA6C918BC; Wed, 5 Jul 2000 22:51:10 -0400 (EDT) Date: Wed, 5 Jul 2000 22:51:10 -0400 From: Will Andrews To: Maxim Sobolev Cc: Kenneth Wayne Culver , Cameron Grant , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/modules/sound Makefile Makefile.incsrc/sys/modules/sound/driver Makefile Makefile.incsrc/sys/modules/sound/driver/ad1816 Makefile src/sys/modules/sound/driver/csaMakefile src/sys/modules/sound/driver/csapcmMakefile... Message-ID: <20000705225110.F646@argon.gryphonsoft.com> References: <396375C3.9432B47B@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <396375C3.9432B47B@FreeBSD.org>; from sobomax@FreeBSD.org on Wed, Jul 05, 2000 at 08:52:03PM +0300 X-Operating-System: FreeBSD 5.0-CURRENT i386 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Jul 05, 2000 at 08:52:03PM +0300, Maxim Sobolev wrote: > The latter: http://www.cis.ohio-state.edu/~matey/au88x0/. Works fine on my > -current box. Just to say: it works great with my 4.0-STABLE (Jun 28) on my Aureal Vortex II 8830-based Diamond Monster Sound MX300. -- Will Andrews GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 19:58:28 2000 Delivered-To: cvs-all@freebsd.org Received: from whizzo.transsys.com (whizzo.TransSys.COM [144.202.42.10]) by hub.freebsd.org (Postfix) with ESMTP id 1D93E37C01C; Wed, 5 Jul 2000 19:58:22 -0700 (PDT) (envelope-from louie@whizzo.transsys.com) Received: from whizzo.transsys.com (localhost.transsys.com [127.0.0.1]) by whizzo.transsys.com (8.9.3/8.9.1) with ESMTP id WAA21955; Wed, 5 Jul 2000 22:58:20 -0400 (EDT) (envelope-from louie@whizzo.transsys.com) Message-Id: <200007060258.WAA21955@whizzo.transsys.com> X-Mailer: exmh version 2.1.1 10/15/1999 To: Kris Kennaway Cc: "Jordan K. Hubbard" , Jean-Marc Zucconi , Alfred Perlstein , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG X-Image-URL: http://www.transsys.com/louie/images/louie-mail.jpg From: "Louis A. Mamakos" Subject: Re: cvs commit: ports/x11/XFree86-4 Makefile References: In-reply-to: Your message of "Wed, 05 Jul 2000 13:46:25 PDT." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 05 Jul 2000 22:58:20 -0400 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > On Wed, 5 Jul 2000, Jordan K. Hubbard wrote: > > > > They have fixed the _known_ holes but the server is still setuid > > > root so the possibility of undiscovered security bugs remains. > > > > Which is all that can be said for *any* setuid root binary in FreeBSD. :-) > > We don't have any setuid root binaries which are this complex and fearsome > :-) Uh, -r-sr-xr-x 1 root wheel 316348 Jun 5 22:16 /usr/libexec/sendmail/sendmail* I'm not sure if I fear X or sendmail more, but it's pretty close! louie To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 20:19:27 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 789B637BEBD; Wed, 5 Jul 2000 20:19:20 -0700 (PDT) (envelope-from horikawa@FreeBSD.org) Received: (from horikawa@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA36105; Wed, 5 Jul 2000 20:19:20 -0700 (PDT) (envelope-from horikawa@FreeBSD.org) Message-Id: <200007060319.UAA36105@freefall.freebsd.org> From: Kazuo Horikawa Date: Wed, 5 Jul 2000 20:19:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/books/handbook authors.ent doc/en_US.ISO_8859-1/books/handbook/contrib chapter.sgml doc/en_US.ISO_8859-1/books/handbook/staff chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG horikawa 2000/07/05 20:19:20 PDT Modified files: en_US.ISO_8859-1/books/handbook authors.ent en_US.ISO_8859-1/books/handbook/contrib chapter.sgml en_US.ISO_8859-1/books/handbook/staff chapter.sgml Log: Move horikawa from contrib/chapter.sgml to staff/chapter.sgml. Revision Changes Path 1.97 +3 -1 doc/en_US.ISO_8859-1/books/handbook/authors.ent 1.244 +1 -5 doc/en_US.ISO_8859-1/books/handbook/contrib/chapter.sgml 1.135 +5 -1 doc/en_US.ISO_8859-1/books/handbook/staff/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 20:23:46 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5BE3237C044; Wed, 5 Jul 2000 20:23:44 -0700 (PDT) (envelope-from horikawa@FreeBSD.org) Received: (from horikawa@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA36970; Wed, 5 Jul 2000 20:23:44 -0700 (PDT) (envelope-from horikawa@FreeBSD.org) Message-Id: <200007060323.UAA36970@freefall.freebsd.org> From: Kazuo Horikawa Date: Wed, 5 Jul 2000 20:23:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/news newsflash.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG horikawa 2000/07/05 20:23:44 PDT Modified files: en/news newsflash.sgml Log: Add horikawa's introduction. Revision Changes Path 1.187 +7 -2 www/en/news/newsflash.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 20:30: 4 2000 Delivered-To: cvs-all@freebsd.org Received: from picnic.mat.net (picnic.mat.net [206.246.122.133]) by hub.freebsd.org (Postfix) with ESMTP id 19C8437C0DE; Wed, 5 Jul 2000 20:29:54 -0700 (PDT) (envelope-from chuckr@picnic.mat.net) Received: from localhost (chuckr@localhost [127.0.0.1]) by picnic.mat.net (8.9.3/8.9.3) with ESMTP id XAA68717; Wed, 5 Jul 2000 23:29:49 -0400 (EDT) (envelope-from chuckr@picnic.mat.net) Date: Wed, 5 Jul 2000 23:29:49 -0400 (EDT) From: Chuck Robey To: Will Andrews Cc: Maxim Sobolev , Kenneth Wayne Culver , Cameron Grant , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/modules/sound Makefile Makefile.incsrc/sys/modules/sound/driver Makefile Makefile.incsrc/sys/modules/sound/driver/ad1816 Makefile src/sys/modules/sound/driver/csaMakefile src/sys/modules/sound/driver/csapcmMakefile... In-Reply-To: <20000705225110.F646@argon.gryphonsoft.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 5 Jul 2000, Will Andrews wrote: > On Wed, Jul 05, 2000 at 08:52:03PM +0300, Maxim Sobolev wrote: > > The latter: http://www.cis.ohio-state.edu/~matey/au88x0/. Works fine on my > > -current box. > > Just to say: it works great with my 4.0-STABLE (Jun 28) on my Aureal > Vortex II 8830-based Diamond Monster Sound MX300. Having nothing at all to do with the FreeBSD parts, it's kinda disappointing to have what looks like a *really* superior card (in both price and performance) and know that, because (enter here the name of whoever the Aureal folks are this week) won't release the card specs, it's limited to being nothing more than just another cheapie soundcard. No midi, no 3d effects, nothing snazzy at all. What a waste. If they'd release the specs, probably everyone running Unix would run out and buy one, it's really technically superior, isn't it? ---------------------------------------------------------------------------- Chuck Robey | Interests include C & Java programming, FreeBSD, chuckr@picnic.mat.net | electronics, communications, and signal processing. New Year's Resolution: I will not sphroxify gullible people into looking up fictitious words in the dictionary. ---------------------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 20:41:36 2000 Delivered-To: cvs-all@freebsd.org Received: from mercury.mich.com (mercury.mich.com [64.79.64.32]) by hub.freebsd.org (Postfix) with ESMTP id 99D1337B760; Wed, 5 Jul 2000 20:41:25 -0700 (PDT) (envelope-from will@almanac.yi.org) Received: from argon.gryphonsoft.com (pm016-002.dialup.bignet.net [64.79.82.210]) by mercury.mich.com (8.9.3/8.9.3) with ESMTP id XAA32512; Wed, 5 Jul 2000 23:40:52 -0400 Received: by argon.gryphonsoft.com (Postfix, from userid 1000) id 3349B18BC; Wed, 5 Jul 2000 23:38:47 -0400 (EDT) Date: Wed, 5 Jul 2000 23:38:47 -0400 From: Will Andrews To: Chuck Robey Cc: Will Andrews , Maxim Sobolev , Kenneth Wayne Culver , Cameron Grant , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/modules/sound Makefile Makefile.incsrc/sys/modules/sound/driver Makefile Makefile.incsrc/sys/modules/sound/driver/ad1816 Makefile src/sys/modules/sound/driver/csaMakefile src/sys/modules/sound/driver/csapcmMakefile... Message-ID: <20000705233847.H646@argon.gryphonsoft.com> References: <20000705225110.F646@argon.gryphonsoft.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: ; from chuckr@picnic.mat.net on Wed, Jul 05, 2000 at 11:29:49PM -0400 X-Operating-System: FreeBSD 5.0-CURRENT i386 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Jul 05, 2000 at 11:29:49PM -0400, Chuck Robey wrote: [ snip stuff i've heard and said before ] > What a waste. If they'd release the specs, probably everyone running Unix > would run out and buy one, it's really technically superior, isn't it? I don't know if there's a better card. But this one sounds very nice. And it sure is a waste that they'll never release specs. =( Damn profit-greedy marketing morons. =) -- Will Andrews GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 20:48:45 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 26DDB37B85C; Wed, 5 Jul 2000 20:48:40 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA42076; Wed, 5 Jul 2000 20:48:39 -0700 (PDT) (envelope-from will@FreeBSD.org) Message-Id: <200007060348.UAA42076@freefall.freebsd.org> From: Will Andrews Date: Wed, 5 Jul 2000 20:48:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/teknap Makefile ports/audio/teknap/files md5 ports/audio/teknap/pkg DESCR MESSAGE PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2000/07/05 20:48:39 PDT Modified files: audio/teknap Makefile audio/teknap/files md5 audio/teknap/pkg DESCR MESSAGE PLIST Log: After repocopy from audio/bwap to audio/teknap, * update to teknap 1.0. * add gtk support. * new master site. * fix -lc_r bungle; use -pthread proper. (my fix) PR: 19721 Submitted by: maintainer Revision Changes Path 1.3 +45 -14 ports/audio/teknap/Makefile 1.2 +1 -1 ports/audio/teknap/files/md5 1.2 +1 -0 ports/audio/teknap/pkg/DESCR 1.2 +1 -1 ports/audio/teknap/pkg/MESSAGE 1.2 +546 -443 ports/audio/teknap/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 20:55:35 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4413837B5CD; Wed, 5 Jul 2000 20:55:31 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA43785; Wed, 5 Jul 2000 20:55:31 -0700 (PDT) (envelope-from will@FreeBSD.org) Message-Id: <200007060355.UAA43785@freefall.freebsd.org> From: Will Andrews Date: Wed, 5 Jul 2000 20:55:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio Makefile CVSROOT modules ports/audio/bwap Makefile ports/audio/bwap/files md5 ports/audio/bwap/pkg COMMENT DESCR MESSAGE PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2000/07/05 20:55:31 PDT Modified files: audio Makefile . modules Removed files: audio/bwap Makefile audio/bwap/files md5 audio/bwap/pkg COMMENT DESCR MESSAGE PLIST Log: Update audio category Makefile and modules for bwap -> teknap. Remove bwap port, obsoleted by teknap. Revision Changes Path 1.148 +2 -2 ports/audio/Makefile 1.1361 +2 -2 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 21: 1:42 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3D64B37B6D9; Wed, 5 Jul 2000 21:01:37 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA45071; Wed, 5 Jul 2000 21:01:38 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <200007060401.VAA45071@freefall.freebsd.org> From: Kris Kennaway Date: Wed, 5 Jul 2000 21:01:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/rtadvd dump.c dump.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/07/05 21:01:37 PDT Added files: usr.sbin/rtadvd dump.c dump.h Log: Add two files missing from the KAME sync Submitted by: Eric Sabban To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 21:36:28 2000 Delivered-To: cvs-all@freebsd.org Received: from guru.mired.org (zoom0-241.telepath.com [216.14.0.241]) by hub.freebsd.org (Postfix) with SMTP id B83EA37C0DA for ; Wed, 5 Jul 2000 21:36:23 -0700 (PDT) (envelope-from mwm@mired.org) Received: (qmail 12891 invoked by uid 100); 6 Jul 2000 02:49:39 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14691.62403.305892.897705@guru.mired.org> Date: Wed, 5 Jul 2000 21:49:39 -0500 (CDT) To: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/audio/rplay Makefile ports/audio/rplay/files rplayd.sh ports/chinese/xemacs/files xemacs20.sh ports/comms/conserver Makefile ports/comms/conserver/files conserver.sh ports/comms/hylafax/files hylafax.sh.sample ... In-Reply-To: References: X-Mailer: VM 6.72 under 21.1 (patch 10) "Capitol Reef" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > From: Sheldon Hearn > Subject: > On Wed, 05 Jul 2000 05:37:07 MST, Thomas Gellekum wrote: > > As threatened on freebsd-ports: all startup scripts know about the two > > options `start' and `stop' now (unless I have forgotten any). This allows > > us to call the scripts from /etc/rc.shutdown with the correct option. You apparently missed qmail port. However, it installs a symlink from ${LOCALBASE}/etc/rc.d (well, it will when the patch for the /usr/local dependency gets committed) to /var/qmail/rc. The installer is expected to copy the startup-script that is correct for their installation into place. I believe this is all being tweaked now. I'd expect the correct solution is to create a new qmail.sh that uses start) to run /var/qmail/rc, and stop to shut things down cleanly. > Are you sure it's wise to use killall? I presume you used it > everywhere, although I only looked at my own port, exim. If something runs as a single process (or can be halted by signalling a single process), killall shouldn't be needed. > It seems to me that it's better to look for a pidfile where one is > specifically created for this purpose. Creating one - even if the daemon doesn't - is pretty simple. Run the command in the background, then use "echo $! > /var/run/NAME.pid". Daemons that detach themselve may require more work. If you really want, the stop section can use killall if the file doesn't exist. From: "Daniel C. Sobral" Date: Wed, 5 Jul 2000 22:19:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/regex regcomp.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dcs 2000/07/05 22:19:30 PDT Modified files: lib/libc/regex regcomp.c Log: Use UCHAR_MAX consistently. Revision Changes Path 1.17 +2 -2 src/lib/libc/regex/regcomp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 22:46:42 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AD6A637B84B; Wed, 5 Jul 2000 22:46:37 -0700 (PDT) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA65644; Wed, 5 Jul 2000 22:46:37 -0700 (PDT) (envelope-from billf@FreeBSD.org) Message-Id: <200007060546.WAA65644@freefall.freebsd.org> From: Bill Fumerola Date: Wed, 5 Jul 2000 22:46:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/games/fortune/strfile strfile.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG billf 2000/07/05 22:46:37 PDT Modified files: games/fortune/strfile strfile.c Log: minor brucification. Revision Changes Path 1.17 +4 -4 src/games/fortune/strfile/strfile.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 23: 2:11 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7572C37B605; Wed, 5 Jul 2000 23:02:05 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Received: (from wpaul@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA67898; Wed, 5 Jul 2000 23:02:05 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Message-Id: <200007060602.XAA67898@freefall.freebsd.org> From: Bill Paul Date: Wed, 5 Jul 2000 23:02:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 sis.4 src/release/texts HARDWARE.TXT src/release/texts/alpha RELNOTES.TXT src/release/texts/i386 RELNOTES.TXT src/sys/pci if_sis.c if_sisreg.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG wpaul 2000/07/05 23:02:05 PDT Modified files: share/man/man4 sis.4 release/texts HARDWARE.TXT release/texts/alpha RELNOTES.TXT release/texts/i386 RELNOTES.TXT sys/pci if_sis.c if_sisreg.h Log: Add support for the National Semiconductor DP83815 fast ethernet controller chip. This chip is currently being used on the NetGear FA312-TX adapter, which I guess is a replacement for the FA310-TX (PNIC-based). I added support for this chip by modifying the sis driver since the SiS 900 and the NS DP83815 have almost the same programming interface (the RX filter programming and PHY access methods are different, but the general configuration, DMA scheme and register layout are identical). I would have had this done a lot sooner, but getting the damn MAC address out of the EEPROM proved to be more complicated than expected. Revision Changes Path 1.8 +14 -3 src/share/man/man4/sis.4 1.48 +3 -0 src/release/texts/HARDWARE.TXT 1.41 +5 -0 src/release/texts/alpha/RELNOTES.TXT 1.84 +6 -0 src/release/texts/i386/RELNOTES.TXT 1.17 +199 -23 src/sys/pci/if_sis.c 1.2 +33 -1 src/sys/pci/if_sisreg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 23:10:38 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4208937B5D0; Wed, 5 Jul 2000 23:10:35 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA70362; Wed, 5 Jul 2000 23:10:35 -0700 (PDT) (envelope-from knu@FreeBSD.org) Message-Id: <200007060610.XAA70362@freefall.freebsd.org> From: Akinori MUSHA Date: Wed, 5 Jul 2000 23:10:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/esecanna-module-vje25 Makefile ports/japanese/esecanna-module-vje25/files md5 ports/japanese/esecanna-module-vje30 Makefile ports/japanese/esecanna-module-vje30/files md5 ports/japanese/esecanna-module-wnn6 Makefile ports/japanese/esecanna-module-wnn6/files md5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2000/07/05 23:10:35 PDT Modified files: japanese/esecanna-module-vje25 Makefile japanese/esecanna-module-vje25/files md5 japanese/esecanna-module-vje30 Makefile japanese/esecanna-module-vje30/files md5 japanese/esecanna-module-wnn6 Makefile japanese/esecanna-module-wnn6/files md5 Log: Update esecanna modules: esecanna-module-vje25 -> 0.14.6 esecanna-module-vje30 -> 0.14.7 esecanna-module-wnn6 -> 0.14.3 Revision Changes Path 1.12 +2 -2 ports/japanese/esecanna-module-vje25/Makefile 1.5 +1 -1 ports/japanese/esecanna-module-vje25/files/md5 1.13 +2 -2 ports/japanese/esecanna-module-vje30/Makefile 1.7 +1 -1 ports/japanese/esecanna-module-vje30/files/md5 1.9 +2 -2 ports/japanese/esecanna-module-wnn6/Makefile 1.3 +1 -1 ports/japanese/esecanna-module-wnn6/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 23:34:24 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0CCC937C155; Wed, 5 Jul 2000 23:34:21 -0700 (PDT) (envelope-from dcs@FreeBSD.org) Received: (from dcs@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA73444; Wed, 5 Jul 2000 23:34:16 -0700 (PDT) (envelope-from dcs@FreeBSD.org) Message-Id: <200007060634.XAA73444@freefall.freebsd.org> From: "Daniel C. Sobral" Date: Wed, 5 Jul 2000 23:34:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/regex regcomp.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dcs 2000/07/05 23:34:16 PDT Modified files: lib/libc/regex regcomp.c Log: Correct comment to work with test code. Prevent out of bounds array access in some specific cases. Revision Changes Path 1.18 +3 -3 src/lib/libc/regex/regcomp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 23:37:37 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4799F37C20E; Wed, 5 Jul 2000 23:37:33 -0700 (PDT) (envelope-from dcs@FreeBSD.org) Received: (from dcs@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA73885; Wed, 5 Jul 2000 23:37:31 -0700 (PDT) (envelope-from dcs@FreeBSD.org) Message-Id: <200007060637.XAA73885@freefall.freebsd.org> From: "Daniel C. Sobral" Date: Wed, 5 Jul 2000 23:37:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/regex regcomp.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dcs 2000/07/05 23:37:30 PDT Modified files: lib/libc/regex regcomp.c Log: I hate signed chars.^W^W^W^W^WCast to unsigned char before using signed chars as array indices. Revision Changes Path 1.19 +2 -2 src/lib/libc/regex/regcomp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 5 23:43:48 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3324737C15D; Wed, 5 Jul 2000 23:43:44 -0700 (PDT) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA74706; Wed, 5 Jul 2000 23:43:44 -0700 (PDT) (envelope-from billf@FreeBSD.org) Message-Id: <200007060643.XAA74706@freefall.freebsd.org> From: Bill Fumerola Date: Wed, 5 Jul 2000 23:43:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/books/faq book.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG billf 2000/07/05 23:43:44 PDT Modified files: en_US.ISO_8859-1/books/faq book.sgml Log: Add a target for the IRC section so people can be kickbanned^Weasily pointed in its direction. Revision Changes Path 1.65 +2 -2 doc/en_US.ISO_8859-1/books/faq/book.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 0:55:32 2000 Delivered-To: cvs-all@freebsd.org Received: from axl.ops.uunet.co.za (axl.ops.uunet.co.za [196.31.2.163]) by hub.freebsd.org (Postfix) with ESMTP id ED96737B898; Thu, 6 Jul 2000 00:55:18 -0700 (PDT) (envelope-from sheldonh@axl.ops.uunet.co.za) Received: from sheldonh (helo=axl.ops.uunet.co.za) by axl.ops.uunet.co.za with local-esmtp (Exim 3.15 #1) id 13A6Us-0003Ih-00; Thu, 06 Jul 2000 09:54:58 +0200 From: Sheldon Hearn To: Brian Somers Cc: Thomas Gellekum , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc rc.shutdown In-reply-to: Your message of "Wed, 05 Jul 2000 19:58:08 +0100." <200007051858.TAA00583@hak.lan.Awfulhak.org> Date: Thu, 06 Jul 2000 09:54:58 +0200 Message-ID: <12690.962870098@axl.ops.uunet.co.za> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 05 Jul 2000 19:58:08 +0100, Brian Somers wrote: > > Now that the scripts in our ports support this, call the scripts > > in ${local_startup} with the `stop' option on shutdown. > > Is this not going to cause confusion as people update /etc and don't > update /usr/local/etc/rc.d ? Confusion, certainly. Disaster, no. :-) Basically, a HEADS UP to the -current mailing list will reduce the number of posts complaining about harmless error messages, but they are harmless nonetheless. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 1:27:45 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0D50337B726; Thu, 6 Jul 2000 01:27:42 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA87511; Thu, 6 Jul 2000 01:27:42 -0700 (PDT) (envelope-from ache@FreeBSD.org) Message-Id: <200007060827.BAA87511@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Thu, 6 Jul 2000 01:27:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/premail Makefile ports/mail/premail/patches patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ache 2000/07/06 01:27:42 PDT Modified files: mail/premail Makefile mail/premail/patches patch-aa Log: Switch to publius.net service, anon.lcs.mit.edu seems too obsoleted Revision Changes Path 1.19 +1 -2 ports/mail/premail/Makefile 1.11 +66 -66 ports/mail/premail/patches/patch-aa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 1:37:37 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 20C5C37B726; Thu, 6 Jul 2000 01:37:34 -0700 (PDT) (envelope-from roberto@FreeBSD.org) Received: (from roberto@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA88648; Thu, 6 Jul 2000 01:37:34 -0700 (PDT) (envelope-from roberto@FreeBSD.org) Message-Id: <200007060837.BAA88648@freefall.freebsd.org> From: Ollivier Robert Date: Thu, 6 Jul 2000 01:37:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb usbhid.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG roberto 2000/07/06 01:37:34 PDT Modified files: sys/dev/usb usbhid.h Log: Fix buildworld. Revision Changes Path 1.10 +3 -1 src/sys/dev/usb/usbhid.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 2:40:21 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8288D37B95A; Thu, 6 Jul 2000 02:40:17 -0700 (PDT) (envelope-from phantom@FreeBSD.org) Received: (from phantom@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA96602; Thu, 6 Jul 2000 02:40:17 -0700 (PDT) (envelope-from phantom@FreeBSD.org) Message-Id: <200007060940.CAA96602@freefall.freebsd.org> From: Alexey Zelkin Date: Thu, 6 Jul 2000 02:40:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/books/handbook/contrib chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG phantom 2000/07/06 02:40:16 PDT Modified files: en_US.ISO_8859-1/books/handbook/contrib chapter.sgml Log: Fix contributor e-mail address Requested by: Eugene Kuzakov at -doc Revision Changes Path 1.245 +2 -2 doc/en_US.ISO_8859-1/books/handbook/contrib/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 2:43:42 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 47DF237BA0C; Thu, 6 Jul 2000 02:43:38 -0700 (PDT) (envelope-from phantom@FreeBSD.org) Received: (from phantom@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA96878; Thu, 6 Jul 2000 02:43:38 -0700 (PDT) (envelope-from phantom@FreeBSD.org) Message-Id: <200007060943.CAA96878@freefall.freebsd.org> From: Alexey Zelkin Date: Thu, 6 Jul 2000 02:43:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/books/handbook/contrib chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG phantom 2000/07/06 02:43:37 PDT Modified files: en_US.ISO_8859-1/books/handbook/contrib chapter.sgml Log: Fix contributor e-mail address. Requested by: Adrian Hall at -doc Revision Changes Path 1.246 +3 -3 doc/en_US.ISO_8859-1/books/handbook/contrib/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 3:10: 6 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A5D8537C27D; Thu, 6 Jul 2000 03:10:02 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA00620; Thu, 6 Jul 2000 03:10:02 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <200007061010.DAA00620@freefall.freebsd.org> From: Kris Kennaway Date: Thu, 6 Jul 2000 03:10:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/kerberos5/include config.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/07/06 03:10:02 PDT Modified files: kerberos5/include config.h Log: Unbreak heimdal build: we can no longer #include Revision Changes Path 1.3 +2 -2 src/kerberos5/include/config.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 3:11:47 2000 Delivered-To: cvs-all@freebsd.org Received: from storm.FreeBSD.org.uk (storm.freebsd.org.uk [194.242.139.170]) by hub.freebsd.org (Postfix) with ESMTP id 8078337B5BC; Thu, 6 Jul 2000 03:11:39 -0700 (PDT) (envelope-from brian@Awfulhak.org) Received: from hak.lan.Awfulhak.org (hak.nat.Awfulhak.org [172.31.0.12]) by storm.FreeBSD.org.uk (8.9.3/8.9.3) with ESMTP id LAA52618; Thu, 6 Jul 2000 11:11:35 +0100 (BST) (envelope-from brian@Awfulhak.org) Received: from hak.lan.Awfulhak.org (localhost [127.0.0.1]) by hak.lan.Awfulhak.org (8.9.3/8.9.3) with ESMTP id LAA06892; Thu, 6 Jul 2000 11:11:32 +0100 (BST) (envelope-from brian@Awfulhak.org) Message-Id: <200007061011.LAA06892@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.1.1 10/15/1999 To: Sheldon Hearn Cc: Brian Somers , Thomas Gellekum , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, brian@hak.lan.Awfulhak.org Subject: Re: cvs commit: src/etc rc.shutdown In-Reply-To: Message from Sheldon Hearn of "Thu, 06 Jul 2000 09:54:58 +0200." <12690.962870098@axl.ops.uunet.co.za> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 06 Jul 2000 11:11:32 +0100 From: Brian Somers Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > On Wed, 05 Jul 2000 19:58:08 +0100, Brian Somers wrote: > > > > Now that the scripts in our ports support this, call the scripts > > > in ${local_startup} with the `stop' option on shutdown. > > > > Is this not going to cause confusion as people update /etc and don't > > update /usr/local/etc/rc.d ? > > Confusion, certainly. Disaster, no. :-) I don't think any of us are in a position to know what's currently in /usr/local/etc/rc.d on a given system. A ``egrep -Lw start\|stop /usr/local/etc/rc.d/*'' with a violent moan via email at startup may be strategic ? > Basically, a HEADS UP to the -current mailing list will reduce the > number of posts complaining about harmless error messages, but they are > harmless nonetheless. > > Ciao, > Sheldon. -- Brian Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 3:32:18 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0605937B564; Thu, 6 Jul 2000 03:32:16 -0700 (PDT) (envelope-from asmodai@FreeBSD.org) Received: (from asmodai@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA03108; Thu, 6 Jul 2000 03:32:15 -0700 (PDT) (envelope-from asmodai@FreeBSD.org) Message-Id: <200007061032.DAA03108@freefall.freebsd.org> From: Jeroen Ruigrok van der Werven Date: Thu, 6 Jul 2000 03:32:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/irc/ircII Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asmodai 2000/07/06 03:32:14 PDT Modified files: irc/ircII Makefile Log: Update MAINTAINER's e-mail address. Revision Changes Path 1.24 +2 -2 ports/irc/ircII/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 3:33:34 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D382837B564; Thu, 6 Jul 2000 03:33:29 -0700 (PDT) (envelope-from asmodai@FreeBSD.org) Received: (from asmodai@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA03277; Thu, 6 Jul 2000 03:33:29 -0700 (PDT) (envelope-from asmodai@FreeBSD.org) Message-Id: <200007061033.DAA03277@freefall.freebsd.org> From: Jeroen Ruigrok van der Werven Date: Thu, 6 Jul 2000 03:33:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/irc/epic4 Makefile ports/irc/epic4/files md5 ports/irc/epic4/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asmodai 2000/07/06 03:33:28 PDT Modified files: irc/epic4 Makefile irc/epic4/files md5 irc/epic4/pkg PLIST Log: Update port to new version, pre2.600. Submitted by: MAINTAINER Revision Changes Path 1.23 +8 -8 ports/irc/epic4/Makefile 1.12 +1 -1 ports/irc/epic4/files/md5 1.12 +3 -1 ports/irc/epic4/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 4: 6: 9 2000 Delivered-To: cvs-all@freebsd.org Received: from cip1.melaten.rwth-aachen.de (cip1.melaten.RWTH-Aachen.DE [134.130.92.100]) by hub.freebsd.org (Postfix) with ESMTP id 8DB1337C2F6; Thu, 6 Jul 2000 04:06:00 -0700 (PDT) (envelope-from tg@melaten.rwth-aachen.de) Received: from cip12.melaten.rwth-aachen.de (cip12.melaten.rwth-aachen.de [134.130.92.12]) by cip1.melaten.rwth-aachen.de (8.9.3/8.8.8) with ESMTP id MAA28447; Thu, 6 Jul 2000 12:09:11 +0200 Received: (from tg@localhost) by cip12.melaten.rwth-aachen.de (8.9.3/8.9.3) id NAA39888; Thu, 6 Jul 2000 13:18:48 +0200 (CEST) (envelope-from tg@melaten.rwth-aachen.de) X-Authentication-Warning: cip12.melaten.rwth-aachen.de: tg set sender to tg@melaten.rwth-aachen.de using -f To: Brian Somers Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, brian@hak.lan.awfulhak.org Subject: Re: cvs commit: src/etc rc.shutdown References: <200007051858.TAA00583@hak.lan.Awfulhak.org> From: Thomas Gellekum In-Reply-To: Brian Somers's message of "Wed, 05 Jul 2000 19:58:08 +0100" Date: 06 Jul 2000 13:18:48 +0200 Message-ID: Lines: 23 User-Agent: Gnus/5.0805 (Gnus v5.8.5) XEmacs/21.1 (Canyonlands) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Brian Somers writes: > > tg 2000/07/05 05:40:26 PDT > > > > Modified files: > > etc rc.shutdown > > Log: > > Now that the scripts in our ports support this, call the scripts > > in ${local_startup} with the `stop' option on shutdown. > > > > Revision Changes Path > > 1.5 +30 -2 src/etc/rc.shutdown > > Is this not going to cause confusion as people update /etc and don't > update /usr/local/etc/rc.d ? I forgot to mail a HEADS UP to -current and -stable. Sorry for that. How about a grace period for -stable? I'll commit the change, comment it out and activate it shortly before the freeze (20th, I think?). Let's say, 10 days from now. tg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 4:29:27 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E4D6D37B9A9; Thu, 6 Jul 2000 04:29:23 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA12552; Thu, 6 Jul 2000 04:29:23 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200007061129.EAA12552@freefall.freebsd.org> From: Maxim Sobolev Date: Thu, 6 Jul 2000 04:29:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits Makefile ports/x11-toolkits/gtkbe Makefile ports/x11-toolkits/gtkbe/files md5 ports/x11-toolkits/gtkbe/pkg COMMENT DESCR PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/07/06 04:29:23 PDT Modified files: x11-toolkits Makefile Added files: x11-toolkits/gtkbe Makefile x11-toolkits/gtkbe/files md5 x11-toolkits/gtkbe/pkg COMMENT DESCR PLIST Log: Add gtkbe - a BeOS look-alike GTK+ theme engine. Revision Changes Path 1.80 +2 -1 ports/x11-toolkits/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 4:29:57 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4464537C2B5; Thu, 6 Jul 2000 04:29:54 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA12629; Thu, 6 Jul 2000 04:29:53 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200007061129.EAA12629@freefall.freebsd.org> From: Maxim Sobolev Date: Thu, 6 Jul 2000 04:29:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/07/06 04:29:53 PDT Modified files: . modules Log: gtkbe --> ports/x11-toolkits/gtkbe Revision Changes Path 1.1362 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 4:39:55 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2FCC237B9D2; Thu, 6 Jul 2000 04:39:53 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA13787; Thu, 6 Jul 2000 04:39:53 -0700 (PDT) (envelope-from ru@FreeBSD.org) Message-Id: <200007061139.EAA13787@freefall.freebsd.org> From: Ruslan Ermilov Date: Thu, 6 Jul 2000 04:39:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/w3m/patches patch-ar X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2000/07/06 04:39:52 PDT Added files: www/w3m/patches patch-ar Log: Make HTTP proxy authorization work for FTP URLs. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 4:48:57 2000 Delivered-To: cvs-all@freebsd.org Received: from mailout2.hananet.net (mailout2.hananet.net [210.220.163.35]) by hub.freebsd.org (Postfix) with ESMTP id 39A8E37B90C; Thu, 6 Jul 2000 04:48:51 -0700 (PDT) (envelope-from cjh@kr.FreeBSD.org) Received: from gradius.myhome ([210.205.34.102]) by mailout2.hananet.net (Netscape Messaging Server 4.15) with ESMTP id FX9Y5E02.I7V; Thu, 6 Jul 2000 20:48:50 +0900 Received: (from cjh@localhost) by gradius.myhome (8.9.3/8.9.3) id UAA03504; Thu, 6 Jul 2000 20:48:44 +0900 (KST) (envelope-from cjh@kr.FreeBSD.org) X-Authentication-Warning: gradius.myhome: cjh set sender to cjh@kr.FreeBSD.org using -f To: asami@FreeBSD.org (Satoshi - Ports Wraith - Asami) Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/korean/ftghostscript55 - Imported sources References: <200007041834.LAA90232@freefall.freebsd.org> <86aefwspbl.fsf@gradius.myhome> From: CHOI Junho Date: 06 Jul 2000 20:48:39 +0900 In-Reply-To: asami@FreeBSD.org's message of "05 Jul 2000 11:19:31 -0700" Message-ID: <86u2e3lbs8.fsf@gradius.myhome> Lines: 28 User-Agent: Gnus/5.0805 (Gnus v5.8.5) Emacs/20.6 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >>>>> "S" == Satoshi writes: S> * From: CHOI Junho S> * You're right. Should I re-commit again after your repo-copy? S> Well, I can't copy it over the name "ftghostscript55" since you S> already committed it. :< S> We need to change the name. What about "ftghostscript-55" sound? (I S> know, it's awful to have that alongside "ftghostscript5", but there's S> nothing I can do at this point....) In fact, I named ftghostscript55 because of consistency with ftghostscript5. 'ft' means freetype but it is not a offcial name of patch set(and it named after vfghostscript!). it will be better if it can have more reasonable name. How about 'ghostscript55httf', named after real package name. Then, is the next procedure as follows? 1. Asami-san do repo-copy ftghostscript5 -> ghostscript55httf. 2. I remove ftghostscript55. 3. I commit ghostscript55httf to new version. -- +++ Any opinions in this posting are my own and not those of my employers +++ CHOI Junho KFUG Web Data Bank FreeBSD, GNU/Linux Developer Youido Post Office, Seoul, Korea To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 4:58: 3 2000 Delivered-To: cvs-all@freebsd.org Received: from mailout2.hananet.net (mailout2.hananet.net [210.220.163.35]) by hub.freebsd.org (Postfix) with ESMTP id 92F2237B9D2; Thu, 6 Jul 2000 04:57:55 -0700 (PDT) (envelope-from cjh@kr.FreeBSD.org) Received: from gradius.myhome ([210.205.34.102]) by mailout2.hananet.net (Netscape Messaging Server 4.15) with ESMTP id FX9YKI01.S7Q; Thu, 6 Jul 2000 20:57:54 +0900 Received: (from cjh@localhost) by gradius.myhome (8.9.3/8.9.3) id UAA03546; Thu, 6 Jul 2000 20:57:49 +0900 (KST) (envelope-from cjh@kr.FreeBSD.org) X-Authentication-Warning: gradius.myhome: cjh set sender to cjh@kr.FreeBSD.org using -f To: Jun Kuriyama Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: CVSROOT access References: <200007060145.SAA17324@freefall.freebsd.org> From: CHOI Junho Date: 06 Jul 2000 20:57:44 +0900 In-Reply-To: Jun Kuriyama's message of "Wed, 5 Jul 2000 18:45:24 -0700 (PDT)" Message-ID: <86d7krlbd3.fsf@gradius.myhome> Lines: 15 User-Agent: Gnus/5.0805 (Gnus v5.8.5) Emacs/20.6 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >>>>> "JK" == Jun Kuriyama writes: JK> (1) Kazuo Horikawa (horikawa@FreeBSD.org) JK> (2) Hiroki Sato (hrs@FreeBSD.org) Welcome! Wow, how many Japanese people are committers? -- +++ Any opinions in this posting are my own and not those of my employers +++ CHOI Junho KFUG Web Data Bank FreeBSD, GNU/Linux Developer Youido Post Office, Seoul, Korea To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 5: 2:39 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3C11D37BA35; Thu, 6 Jul 2000 05:02:37 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA15543; Thu, 6 Jul 2000 05:02:37 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200007061202.FAA15543@freefall.freebsd.org> From: Maxim Sobolev Date: Thu, 6 Jul 2000 05:02:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/gtkbe/pkg DESCR X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/07/06 05:02:36 PDT Modified files: x11-toolkits/gtkbe/pkg DESCR Log: Correct WWW. Revision Changes Path 1.2 +1 -1 ports/x11-toolkits/gtkbe/pkg/DESCR To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 5:14:55 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8EB7E37BB48; Thu, 6 Jul 2000 05:14:53 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA18022; Thu, 6 Jul 2000 05:14:53 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200007061214.FAA18022@freefall.freebsd.org> From: Maxim Sobolev Date: Thu, 6 Jul 2000 05:14:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/gtk-engines-collection Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/07/06 05:14:53 PDT Modified files: x11-toolkits/gtk-engines-collection Makefile Log: Add gtkbe. Revision Changes Path 1.3 +3 -2 ports/x11-toolkits/gtk-engines-collection/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 5:56:36 2000 Delivered-To: cvs-all@freebsd.org Received: from tasogare.imasy.or.jp (tasogare.imasy.or.jp [202.227.24.5]) by hub.freebsd.org (Postfix) with ESMTP id DE2E637BBCF; Thu, 6 Jul 2000 05:56:26 -0700 (PDT) (envelope-from iwasaki@jp.FreeBSD.org) Received: from localhost (iwasaki.imasy.or.jp [202.227.24.92]) by tasogare.imasy.or.jp (8.10.1+3.3W/3.7W-tasogare/smtpfeed 1.07) with ESMTP id e66CuAp78672; Thu, 6 Jul 2000 21:56:10 +0900 (JST) (envelope-from iwasaki@jp.FreeBSD.org) To: cjh@kr.FreeBSD.org Cc: kuriyama@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: CVSROOT access In-Reply-To: <86d7krlbd3.fsf@gradius.myhome> References: <200007060145.SAA17324@freefall.freebsd.org> <86d7krlbd3.fsf@gradius.myhome> X-Mailer: Mew version 1.94.1 on Emacs 19.34 / Mule 2.3 (SUETSUMUHANA) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20000706215609Z.iwasaki@jp.FreeBSD.org> Date: Thu, 06 Jul 2000 21:56:09 +0900 From: Mitsuru IWASAKI X-Dispatcher: imput version 20000228(IM140) Lines: 13 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > >>>>> "JK" == Jun Kuriyama writes: > > JK> (1) Kazuo Horikawa (horikawa@FreeBSD.org) > > JK> (2) Hiroki Sato (hrs@FreeBSD.org) > > Welcome! > > Wow, how many Japanese people are committers? Still 34 and only 16% (34/219) if I counted correctly :-) BTW, welcome Horikawa-san, Sato-san! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 6:23:43 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 022FC37BB79; Thu, 6 Jul 2000 06:23:41 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA29447; Thu, 6 Jul 2000 06:23:40 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Message-Id: <200007061323.GAA29447@freefall.freebsd.org> From: Nick Hibma Date: Thu, 6 Jul 2000 06:23:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb usb_port.h usbhid.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG n_hibma 2000/07/06 06:23:40 PDT Modified files: sys/dev/usb usb_port.h usbhid.h Log: Properly fix world. Sorry for breaking things in the first place. Revision Changes Path 1.32 +1 -3 src/sys/dev/usb/usb_port.h 1.11 +3 -1 src/sys/dev/usb/usbhid.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 6:35:42 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3897637C2BE; Thu, 6 Jul 2000 06:35:40 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA31323; Thu, 6 Jul 2000 06:35:40 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200007061335.GAA31323@freefall.freebsd.org> From: Maxim Sobolev Date: Thu, 6 Jul 2000 06:35:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java/jre Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/07/06 06:35:40 PDT Modified files: java/jre Makefile Log: Correct libc warning message: /usr/src/lib/compat/compat3x --> /usr/src/lib/compat/compat3x.${ARCH} Revision Changes Path 1.6 +2 -2 ports/java/jre/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 6:37:15 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 72B7F37C279; Thu, 6 Jul 2000 06:37:13 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA31562; Thu, 6 Jul 2000 06:37:13 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200007061337.GAA31562@freefall.freebsd.org> From: Maxim Sobolev Date: Thu, 6 Jul 2000 06:37:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/gtkbe Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/07/06 06:37:13 PDT Modified files: x11-toolkits/gtkbe Makefile Log: Fix typo. Revision Changes Path 1.2 +2 -2 ports/x11-toolkits/gtkbe/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 6:48:14 2000 Delivered-To: cvs-all@freebsd.org Received: from anchor-post-34.mail.demon.net (anchor-post-34.mail.demon.net [194.217.242.92]) by hub.freebsd.org (Postfix) with ESMTP id 9460037C2AC; Thu, 6 Jul 2000 06:48:05 -0700 (PDT) (envelope-from n_hibma@qubesoft.com) Received: from calcaphon.demon.co.uk ([193.237.19.5] helo=bluebottle.qubesoft.com) by anchor-post-34.mail.demon.net with esmtp (Exim 2.12 #1) id 13AC0V-000CSl-0Y; Thu, 6 Jul 2000 14:48:01 +0100 Received: from henny.webweaving.org (henny.qubesoft.com [192.168.1.5]) by bluebottle.qubesoft.com (8.9.3/8.9.1) with ESMTP id OAA39687; Thu, 6 Jul 2000 14:47:40 +0100 (BST) (envelope-from n_hibma@qubesoft.com) Received: from localhost (localhost [127.0.0.1]) by henny.webweaving.org (8.9.3/8.9.3) with ESMTP id OAA31011; Thu, 6 Jul 2000 14:23:45 +0100 (BST) (envelope-from n_hibma@qubesoft.com) Date: Thu, 6 Jul 2000 14:23:45 +0100 (BST) From: Nick Hibma X-Sender: n_hibma@localhost Reply-To: Nick Hibma To: Ollivier Robert Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/usb usbhid.h In-Reply-To: <200007060837.BAA88648@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Me tired, very tired. Sorry about that and thanks for fixing it. Nick > roberto 2000/07/06 01:37:34 PDT > > Modified files: > sys/dev/usb usbhid.h > Log: > Fix buildworld. > > Revision Changes Path > 1.10 +3 -1 src/sys/dev/usb/usbhid.h > > -- n_hibma@webweaving.org n_hibma@freebsd.org USB project http://www.etla.net/~n_hibma/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 6:48:26 2000 Delivered-To: cvs-all@freebsd.org Received: from anchor-post-30.mail.demon.net (anchor-post-30.mail.demon.net [194.217.242.88]) by hub.freebsd.org (Postfix) with ESMTP id 2C8D837C2F9; Thu, 6 Jul 2000 06:48:10 -0700 (PDT) (envelope-from n_hibma@qubesoft.com) Received: from calcaphon.demon.co.uk ([193.237.19.5] helo=bluebottle.qubesoft.com) by anchor-post-30.mail.demon.net with esmtp (Exim 2.12 #1) id 13AC0Y-000AUo-0U; Thu, 6 Jul 2000 14:48:05 +0100 Received: from henny.webweaving.org (henny.qubesoft.com [192.168.1.5]) by bluebottle.qubesoft.com (8.9.3/8.9.1) with ESMTP id OAA39694; Thu, 6 Jul 2000 14:47:40 +0100 (BST) (envelope-from n_hibma@qubesoft.com) Received: from localhost (localhost [127.0.0.1]) by henny.webweaving.org (8.9.3/8.9.3) with ESMTP id OAA31016; Thu, 6 Jul 2000 14:26:37 +0100 (BST) (envelope-from n_hibma@qubesoft.com) Date: Thu, 6 Jul 2000 14:26:37 +0100 (BST) From: Nick Hibma X-Sender: n_hibma@localhost Reply-To: Nick Hibma To: CHOI Junho Cc: Jun Kuriyama , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: CVSROOT access In-Reply-To: <86d7krlbd3.fsf@gradius.myhome> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > JK> (1) Kazuo Horikawa (horikawa@FreeBSD.org) > > JK> (2) Hiroki Sato (hrs@FreeBSD.org) > > Welcome! > > Wow, how many Japanese people are committers? Not enough, too many good people there :-) Welcome! Finally the doc project gets the people it needs. Nick -- n_hibma@webweaving.org n_hibma@freebsd.org USB project http://www.etla.net/~n_hibma/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 6:56:12 2000 Delivered-To: cvs-all@freebsd.org Received: from mout1.freenet.de (mout1.freenet.de [194.97.50.132]) by hub.freebsd.org (Postfix) with ESMTP id 532B937BDC2; Thu, 6 Jul 2000 06:56:06 -0700 (PDT) (envelope-from netchild@leidinger.net) Received: from [62.104.201.2] (helo=mx1.freenet.de) by mout1.freenet.de with esmtp (Exim 3.15 #1) id 13AC8I-00082Y-00; Thu, 06 Jul 2000 15:56:02 +0200 Received: from a2ede.pppool.de ([213.6.46.222] helo=Magelan.Leidinger.net) by mx1.freenet.de with esmtp (Exim 3.15 #1) id 13AC8H-0000uL-00; Thu, 06 Jul 2000 15:56:01 +0200 Received: from Leidinger.net (netchild@localhost [127.0.0.1]) by Magelan.Leidinger.net (8.9.3/8.9.3) with ESMTP id OAA01776; Thu, 6 Jul 2000 14:53:36 +0200 (CEST) (envelope-from netchild@Leidinger.net) Message-Id: <200007061253.OAA01776@Magelan.Leidinger.net> Date: Thu, 6 Jul 2000 14:53:35 +0200 (CEST) From: Alexander Leidinger Subject: Re: cvs commit: src/etc rc.shutdown To: sheldonh@uunet.co.za Cc: brian@Awfulhak.org, tg@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG In-Reply-To: <12690.962870098@axl.ops.uunet.co.za> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 6 Jul, Sheldon Hearn wrote: [call scripts in ${local_startup} with the `stop' option on shutdown] > Basically, a HEADS UP to the -current mailing list will reduce the > number of posts complaining about harmless error messages, but they are > harmless nonetheless. Please don't forget src/UPDATING. Bye, Alexander. -- Reboot America. http://www.Leidinger.net Alexander @ Leidinger.net GPG fingerprint = 7423 F3E6 3A7E B334 A9CC B10A 1F5F 130A A638 6E7E To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 6:57: 1 2000 Delivered-To: cvs-all@freebsd.org Received: from mailout2.hananet.net (mailout2.hananet.net [210.220.163.35]) by hub.freebsd.org (Postfix) with ESMTP id 42A2F37C27A; Thu, 6 Jul 2000 06:56:54 -0700 (PDT) (envelope-from cjh@kr.FreeBSD.org) Received: from gradius.myhome ([210.205.34.102]) by mailout2.hananet.net (Netscape Messaging Server 4.15) with ESMTP id FXA42K02.X8Y; Thu, 6 Jul 2000 22:56:44 +0900 Received: (from cjh@localhost) by gradius.myhome (8.9.3/8.9.3) id WAA32024; Thu, 6 Jul 2000 22:56:34 +0900 (KST) (envelope-from cjh@kr.FreeBSD.org) X-Authentication-Warning: gradius.myhome: cjh set sender to cjh@kr.FreeBSD.org using -f To: Mitsuru IWASAKI Cc: kuriyama@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: CVSROOT access References: <200007060145.SAA17324@freefall.freebsd.org> <86d7krlbd3.fsf@gradius.myhome> <20000706215609Z.iwasaki@jp.FreeBSD.org> From: CHOI Junho Date: 06 Jul 2000 22:56:33 +0900 In-Reply-To: Mitsuru IWASAKI's message of "Thu, 06 Jul 2000 21:56:09 +0900" Message-ID: <86puorjram.fsf@gradius.myhome> Lines: 23 User-Agent: Gnus/5.0805 (Gnus v5.8.5) Emacs/20.6 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >>>>> "MI" == Mitsuru IWASAKI writes: > writes: > > (1) Kazuo Horikawa (horikawa@FreeBSD.org) > > (2) Hiroki Sato (hrs@FreeBSD.org) > > Welcome! > > Wow, how many Japanese people are committers? MI> Still 34 and only 16% (34/219) if I counted correctly :-) Wow... That's nice. Only my hope is second Korean committer...(hopefully doc) :) -- +++ Any opinions in this posting are my own and not those of my employers +++ CHOI Junho KFUG Web Data Bank FreeBSD, GNU/Linux Developer Youido Post Office, Seoul, Korea To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 7:15:56 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7B8F737B536; Thu, 6 Jul 2000 07:15:53 -0700 (PDT) (envelope-from sada@FreeBSD.org) Received: (from sada@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA96457; Thu, 6 Jul 2000 07:15:53 -0700 (PDT) (envelope-from sada@FreeBSD.org) Message-Id: <200007061415.HAA96457@freefall.freebsd.org> From: SADA Kenji Date: Thu, 6 Jul 2000 07:15:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules ports/security Makefile ports/security/tripwire131 Makefile ports/security/tripwire131/files conf-freebsd2.h md5 tw.conf.freebsd2 twcheck ports/security/tripwire131/patches patch-aa patch-ab patch-ac ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sada 2000/07/06 07:15:53 PDT Modified files: . modules security Makefile security/tripwire-131 Makefile security/tripwire-131/files conf-freebsd2.h md5 tw.conf.freebsd2 security/tripwire-131/patches patch-aa patch-ab security/tripwire-131/pkg PLIST Added files: security/tripwire-131/patches patch-ad patch-ae patch-ba patch-bb patch-bc patch-bd Removed files: security/tripwire131 Makefile security/tripwire131/files conf-freebsd2.h md5 tw.conf.freebsd2 twcheck security/tripwire131/patches patch-aa patch-ab patch-ac patch-ad patch-ae patch-ba patch-bb patch-bc patch-bd security/tripwire131/pkg COMMENT DESCR PLIST security/tripwire-131/patches patch-mktemp patch-warnings Log: Upgrade to 1.3.1, beta version. PR: 18964 Submitted by: Cy Schubert Revision Changes Path 1.1363 +2 -2 CVSROOT/modules 1.111 +2 -2 ports/security/Makefile 1.12 +21 -26 ports/security/tripwire-131/Makefile 1.3 +1 -1 ports/security/tripwire-131/files/conf-freebsd2.h 1.2 +1 -1 ports/security/tripwire-131/files/md5 1.6 +2 -6 ports/security/tripwire-131/files/tw.conf.freebsd2 1.2 +2 -2 ports/security/tripwire-131/patches/patch-aa 1.3 +25 -58 ports/security/tripwire-131/patches/patch-ab 1.4 +1 -1 ports/security/tripwire-131/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 7:47:30 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F14AE37C385; Thu, 6 Jul 2000 07:47:25 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA00823; Thu, 6 Jul 2000 07:47:26 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200007061447.HAA00823@freefall.freebsd.org> From: Maxim Sobolev Date: Thu, 6 Jul 2000 07:47:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits Makefile ports/x11-toolkits/gtk-Mac2-theme Makefile ports/x11-toolkits/gtk-Mac2-theme/files md5 ports/x11-toolkits/gtk-Mac2-theme/patches patch-aa ports/x11-toolkits/gtk-Mac2-theme/pkg COMMENT DESCR PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/07/06 07:47:25 PDT Modified files: x11-toolkits Makefile Added files: x11-toolkits/gtk-Mac2-theme Makefile x11-toolkits/gtk-Mac2-theme/files md5 x11-toolkits/gtk-Mac2-theme/patches patch-aa x11-toolkits/gtk-Mac2-theme/pkg COMMENT DESCR PLIST Log: Add gtk-Mac2-theme - a GTK+ engine theme based on the look of MacOS. Revision Changes Path 1.81 +2 -1 ports/x11-toolkits/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 7:48: 0 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8A8A737C385; Thu, 6 Jul 2000 07:47:54 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA00890; Thu, 6 Jul 2000 07:47:54 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200007061447.HAA00890@freefall.freebsd.org> From: Maxim Sobolev Date: Thu, 6 Jul 2000 07:47:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/07/06 07:47:54 PDT Modified files: . modules Log: gtk-Mac2-theme --> ports/x11-toolkits/gtk-Mac2-theme Revision Changes Path 1.1364 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 7:48:33 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5E53637C383; Thu, 6 Jul 2000 07:48:28 -0700 (PDT) (envelope-from sada@FreeBSD.org) Received: (from sada@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA01086; Thu, 6 Jul 2000 07:48:28 -0700 (PDT) (envelope-from sada@FreeBSD.org) Message-Id: <200007061448.HAA01086@freefall.freebsd.org> From: SADA Kenji Date: Thu, 6 Jul 2000 07:48:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/fvwm2-devel Makefile ports/x11-wm/fvwm2-devel/files md5 ports/x11-wm/fvwm2-devel/pkg COMMENT DESCR MESSAGE PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sada 2000/07/06 07:48:28 PDT Removed files: x11-wm/fvwm2-devel Makefile x11-wm/fvwm2-devel/files md5 x11-wm/fvwm2-devel/pkg COMMENT DESCR MESSAGE PLIST Log: Cancel upgraded version which was imported without repo.copy. Failed by: sada To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 7:50:46 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E52C837C3DA; Thu, 6 Jul 2000 07:50:40 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA01463; Thu, 6 Jul 2000 07:50:40 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200007061450.HAA01463@freefall.freebsd.org> From: Maxim Sobolev Date: Thu, 6 Jul 2000 07:50:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/gtk-engines-collection Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/07/06 07:50:40 PDT Modified files: x11-toolkits/gtk-engines-collection Makefile Log: Add gtk-Mac2-theme. Revision Changes Path 1.4 +2 -1 ports/x11-toolkits/gtk-engines-collection/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 7:58:19 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 66E1237C406; Thu, 6 Jul 2000 07:58:16 -0700 (PDT) (envelope-from sada@FreeBSD.org) Received: (from sada@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA02407; Thu, 6 Jul 2000 07:58:16 -0700 (PDT) (envelope-from sada@FreeBSD.org) Message-Id: <200007061458.HAA02407@freefall.freebsd.org> From: SADA Kenji Date: Thu, 6 Jul 2000 07:58:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules ports/x11-wm Makefile ports/x11-wm/fvwm2-beta Makefile ports/x11-wm/fvwm2-beta/files md5 ports/x11-wm/fvwm2-beta/patches patch-ad ports/x11-wm/fvwm2-beta/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sada 2000/07/06 07:58:16 PDT Modified files: . modules x11-wm Makefile x11-wm/fvwm2-beta Makefile x11-wm/fvwm2-beta/files md5 x11-wm/fvwm2-beta/pkg PLIST Removed files: x11-wm/fvwm2-beta/patches patch-ad Log: Upgrade to 2.3.8, beta version. PR: ports/14088 Submitted by: Cy Schubert Revision Changes Path 1.1365 +2 -2 CVSROOT/modules 1.41 +2 -2 ports/x11-wm/Makefile 1.24 +22 -16 ports/x11-wm/fvwm2-beta/Makefile 1.10 +1 -1 ports/x11-wm/fvwm2-beta/files/md5 1.13 +352 -352 ports/x11-wm/fvwm2-beta/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 8:32: 2 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9004137C3FC; Thu, 6 Jul 2000 08:31:58 -0700 (PDT) (envelope-from ade@FreeBSD.org) Received: (from ade@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA07755; Thu, 6 Jul 2000 08:31:58 -0700 (PDT) (envelope-from ade@FreeBSD.org) Message-Id: <200007061531.IAA07755@freefall.freebsd.org> From: Ade Lovett Date: Thu, 6 Jul 2000 08:31:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/gnomelibs Makefile ports/x11/gnomelibs/files md5 ports/x11/gnomelibs/patches patch-bd X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ade 2000/07/06 08:31:57 PDT Modified files: x11/gnomelibs Makefile x11/gnomelibs/files md5 x11/gnomelibs/patches patch-bd Log: Update to 1.2.4 Revision Changes Path 1.63 +2 -2 ports/x11/gnomelibs/Makefile 1.26 +1 -1 ports/x11/gnomelibs/files/md5 1.11 +1 -1 ports/x11/gnomelibs/patches/patch-bd To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 8:32:45 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 98E4B37C52D; Thu, 6 Jul 2000 08:32:42 -0700 (PDT) (envelope-from ade@FreeBSD.org) Received: (from ade@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA07909; Thu, 6 Jul 2000 08:32:42 -0700 (PDT) (envelope-from ade@FreeBSD.org) Message-Id: <200007061532.IAA07909@freefall.freebsd.org> From: Ade Lovett Date: Thu, 6 Jul 2000 08:32:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/gob Makefile ports/x11-toolkits/gob/files md5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ade 2000/07/06 08:32:42 PDT Modified files: x11-toolkits/gob Makefile x11-toolkits/gob/files md5 Log: Update to 1.0.3 Revision Changes Path 1.12 +2 -2 ports/x11-toolkits/gob/Makefile 1.11 +1 -1 ports/x11-toolkits/gob/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 8:36: 3 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A0AB937B536; Thu, 6 Jul 2000 08:36:00 -0700 (PDT) (envelope-from julian@FreeBSD.org) Received: (from julian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA08398; Thu, 6 Jul 2000 08:36:00 -0700 (PDT) (envelope-from julian@FreeBSD.org) Message-Id: <200007061536.IAA08398@freefall.freebsd.org> From: Julian Elischer Date: Thu, 6 Jul 2000 08:36:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netgraph ng_ether.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG julian 2000/07/06 08:36:00 PDT Modified files: sys/netgraph ng_ether.c Log: Don't forget to set our MAC address into packets we wre sending out via netgraph. Eventually we may need to have a separate hook for packets that already have a source AMC address but for now just drop it in. Should fix PPPoE. Revision Changes Path 1.2 +7 -1 src/sys/netgraph/ng_ether.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 8:40:55 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8E24137C478; Thu, 6 Jul 2000 08:40:51 -0700 (PDT) (envelope-from sada@FreeBSD.org) Received: (from sada@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA09373; Thu, 6 Jul 2000 08:40:51 -0700 (PDT) (envelope-from sada@FreeBSD.org) Message-Id: <200007061540.IAA09373@freefall.freebsd.org> From: SADA Kenji Date: Thu, 6 Jul 2000 08:40:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/fvwm2-beta Makefile ports/x11-wm/fvwm2-beta/files md5 ports/x11-wm/fvwm2-beta/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sada 2000/07/06 08:40:51 PDT Modified files: x11-wm/fvwm2-beta Makefile x11-wm/fvwm2-beta/files md5 x11-wm/fvwm2-beta/pkg PLIST Log: Upgrade to 2.3.19. PR: ports/19439 Submitted by: Maintainer Revision Changes Path 1.25 +2 -2 ports/x11-wm/fvwm2-beta/Makefile 1.11 +1 -1 ports/x11-wm/fvwm2-beta/files/md5 1.14 +1 -0 ports/x11-wm/fvwm2-beta/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 9: 3:52 2000 Delivered-To: cvs-all@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id 7C1BB37C41C; Thu, 6 Jul 2000 09:03:44 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id KAA22708; Thu, 6 Jul 2000 10:03:41 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id KAA51349; Thu, 6 Jul 2000 10:03:18 -0600 (MDT) Message-Id: <200007061603.KAA51349@harmony.village.org> To: Alexander Leidinger Subject: Re: cvs commit: src/etc rc.shutdown Cc: sheldonh@uunet.co.za, brian@Awfulhak.org, tg@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Thu, 06 Jul 2000 14:53:35 +0200." <200007061253.OAA01776@Magelan.Leidinger.net> References: <200007061253.OAA01776@Magelan.Leidinger.net> Date: Thu, 06 Jul 2000 10:03:18 -0600 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <200007061253.OAA01776@Magelan.Leidinger.net> Alexander Leidinger writes: : On 6 Jul, Sheldon Hearn wrote: : : [call scripts in ${local_startup} with the `stop' option on shutdown] : : > Basically, a HEADS UP to the -current mailing list will reduce the : > number of posts complaining about harmless error messages, but they are : > harmless nonetheless. : : Please don't forget src/UPDATING. When you remember src/UPDATING, please send the update to me. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 9:24:34 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CC32B37C466; Thu, 6 Jul 2000 09:24:31 -0700 (PDT) (envelope-from sada@FreeBSD.org) Received: (from sada@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA17377; Thu, 6 Jul 2000 09:24:31 -0700 (PDT) (envelope-from sada@FreeBSD.org) Message-Id: <200007061624.JAA17377@freefall.freebsd.org> From: SADA Kenji Date: Thu, 6 Jul 2000 09:24:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/fvwm2-beta Makefile ports/x11-wm/fvwm2-beta/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sada 2000/07/06 09:24:31 PDT Modified files: x11-wm/fvwm2-beta Makefile x11-wm/fvwm2-beta/pkg PLIST Log: Made up for MAN and PLIST. This PR was sent as "Upgrade to 2.3.19", which is also sent by Maintainer and already committed, but the latter has problem with MAN and PLIST notations. So I committed this as a fix for current revision. PR: ports/19639 Submitted by: Martti Kuparinen Revision Changes Path 1.26 +9 -7 ports/x11-wm/fvwm2-beta/Makefile 1.15 +43 -0 ports/x11-wm/fvwm2-beta/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 10:18:42 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E021D37C41B; Thu, 6 Jul 2000 10:18:37 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA28184; Thu, 6 Jul 2000 10:18:37 -0700 (PDT) (envelope-from imp@FreeBSD.org) Message-Id: <200007061718.KAA28184@freefall.freebsd.org> From: Warner Losh Date: Thu, 6 Jul 2000 10:18:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT access X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG imp 2000/07/06 10:18:37 PDT Modified files: . access Log: Add Toshihiko ARAI-san (toshi) and Takanori Watanabe-san (takawata). ARAI-san is the PAO release engineer and will be coordinating release issues for laptops as well as any remaining PAO integration issues. Watanabe-san is the author of the smbus driver and one of the primary architects of the acpi project which is on the glide path to integration in to FreeBSD. Please welcome our latest two Japanese committers. Revision Changes Path 1.163 +3 -1 CVSROOT/access To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 10:43: 5 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B603C37C3C6; Thu, 6 Jul 2000 10:43:02 -0700 (PDT) (envelope-from hrs@FreeBSD.org) Received: (from hrs@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA34754; Thu, 6 Jul 2000 10:43:02 -0700 (PDT) (envelope-from hrs@FreeBSD.org) Message-Id: <200007061743.KAA34754@freefall.freebsd.org> From: Hiroki Sato Date: Thu, 6 Jul 2000 10:43:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/books/handbook authors.ent doc/en_US.ISO_8859-1/books/handbook/staff chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hrs 2000/07/06 10:43:02 PDT Modified files: en_US.ISO_8859-1/books/handbook authors.ent en_US.ISO_8859-1/books/handbook/staff chapter.sgml Log: Add myself as a committer to authors.ent and staff/chapter.sgml. Revision Changes Path 1.98 +3 -1 doc/en_US.ISO_8859-1/books/handbook/authors.ent 1.136 +5 -1 doc/en_US.ISO_8859-1/books/handbook/staff/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 10:43:40 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7C97A37C3CE; Thu, 6 Jul 2000 10:43:35 -0700 (PDT) (envelope-from hrs@FreeBSD.org) Received: (from hrs@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA34914; Thu, 6 Jul 2000 10:43:35 -0700 (PDT) (envelope-from hrs@FreeBSD.org) Message-Id: <200007061743.KAA34914@freefall.freebsd.org> From: Hiroki Sato Date: Thu, 6 Jul 2000 10:43:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/news newsflash.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hrs 2000/07/06 10:43:35 PDT Modified files: en/news newsflash.sgml Log: Add hrs's introduction. Revision Changes Path 1.188 +6 -2 www/en/news/newsflash.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 11: 0:19 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B222D37BAFB; Thu, 6 Jul 2000 11:00:16 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA38147; Thu, 6 Jul 2000 11:00:17 -0700 (PDT) (envelope-from will@FreeBSD.org) Message-Id: <200007061800.LAA38147@freefall.freebsd.org> From: Will Andrews Date: Thu, 6 Jul 2000 11:00:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/plib/patches patch-aa patch-ab patch-ac X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2000/07/06 11:00:17 PDT Removed files: x11-toolkits/plib/patches patch-aa patch-ab patch-ac Log: Ooops, remove these obsolete patches so PLIB 1.2.0 actually gets through patching for other folks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 11:17:12 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D5EE537B557; Thu, 6 Jul 2000 11:17:09 -0700 (PDT) (envelope-from ume@FreeBSD.org) Received: (from ume@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA41689; Thu, 6 Jul 2000 11:17:09 -0700 (PDT) (envelope-from ume@FreeBSD.org) Message-Id: <200007061817.LAA41689@freefall.freebsd.org> From: Hajimu UMEMOTO Date: Thu, 6 Jul 2000 11:17:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pim6sd Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ume 2000/07/06 11:17:09 PDT Modified files: usr.sbin/pim6sd Makefile Log: Make compilable. Reported by: Ollivier Robert Revision Changes Path 1.5 +2 -1 src/usr.sbin/pim6sd/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 11:59: 9 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D5F1E37BC94; Thu, 6 Jul 2000 11:59:05 -0700 (PDT) (envelope-from ade@FreeBSD.org) Received: (from ade@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA47769; Thu, 6 Jul 2000 11:59:05 -0700 (PDT) (envelope-from ade@FreeBSD.org) Message-Id: <200007061859.LAA47769@freefall.freebsd.org> From: Ade Lovett Date: Thu, 6 Jul 2000 11:59:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/ftp/junglemonkey Makefile ports/ftp/junglemonkey/files md5 ports/ftp/junglemonkey/patches patch-ad patch-ae ports/ftp/junglemonkey/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ade 2000/07/06 11:59:05 PDT Modified files: ftp/junglemonkey Makefile ftp/junglemonkey/files md5 ftp/junglemonkey/pkg PLIST Removed files: ftp/junglemonkey/patches patch-ad patch-ae Log: Update to 0.1.8 Revision Changes Path 1.4 +3 -3 ports/ftp/junglemonkey/Makefile 1.2 +1 -1 ports/ftp/junglemonkey/files/md5 1.2 +2 -0 ports/ftp/junglemonkey/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 12: 5:47 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E226737B872; Thu, 6 Jul 2000 12:05:43 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA50248; Thu, 6 Jul 2000 12:05:43 -0700 (PDT) (envelope-from brian@FreeBSD.org) Message-Id: <200007061905.MAA50248@freefall.freebsd.org> From: Brian Somers Date: Thu, 6 Jul 2000 12:05:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/ppp ppp.deny X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG brian 2000/07/06 12:05:43 PDT Modified files: etc/ppp ppp.deny Log: Add various system usernames (even though I try to avoid pppd!!!) PR: 19717 Submitted by: Tony Finch Revision Changes Path 1.4 +6 -1 src/etc/ppp/ppp.deny To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 12: 8:41 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8B0D137B8A4; Thu, 6 Jul 2000 12:08:39 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA50748; Thu, 6 Jul 2000 12:08:39 -0700 (PDT) (envelope-from knu@FreeBSD.org) Message-Id: <200007061908.MAA50748@freefall.freebsd.org> From: Akinori MUSHA Date: Thu, 6 Jul 2000 12:08:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc Makefile ports/textproc/diff-mode.el Makefile ports/textproc/diff-mode.el/files md5 ports/textproc/diff-mode.el/pkg COMMENT DESCR MESSAGE PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2000/07/06 12:08:39 PDT Modified files: textproc Makefile Added files: textproc/diff-mode.el Makefile textproc/diff-mode.el/files md5 textproc/diff-mode.el/pkg COMMENT DESCR MESSAGE PLIST Log: Import diff-mode.el, an Emacs major-mode for viewing/editing context diffs. PR: ports/19729 Submitted by: OKAZAKI Tetsurou Revision Changes Path 1.99 +2 -1 ports/textproc/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 12:11:26 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3266D37B8A4; Thu, 6 Jul 2000 12:11:23 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA51174; Thu, 6 Jul 2000 12:11:23 -0700 (PDT) (envelope-from knu@FreeBSD.org) Message-Id: <200007061911.MAA51174@freefall.freebsd.org> From: Akinori MUSHA Date: Thu, 6 Jul 2000 12:11:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2000/07/06 12:11:22 PDT Modified files: . modules Log: diff-mode.el --> ports/textproc/diff-mode.el Revision Changes Path 1.1366 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 12:21:11 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 13A9837C320; Thu, 6 Jul 2000 12:21:08 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Received: (from wpaul@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA52370; Thu, 6 Jul 2000 12:21:07 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Message-Id: <200007061921.MAA52370@freefall.freebsd.org> From: Bill Paul Date: Thu, 6 Jul 2000 12:21:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_sis.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG wpaul 2000/07/06 12:21:07 PDT Modified files: sys/pci if_sis.c Log: Fix a minor bug in the MAC address unscrambling code. (Some shift rights should have been shift lefts.) Revision Changes Path 1.18 +5 -5 src/sys/pci/if_sis.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 12:27:35 2000 Delivered-To: cvs-all@freebsd.org Received: from tasogare.imasy.or.jp (tasogare.imasy.or.jp [202.227.24.5]) by hub.freebsd.org (Postfix) with ESMTP id 9661337B6A0; Thu, 6 Jul 2000 12:27:31 -0700 (PDT) (envelope-from iwasaki@jp.FreeBSD.org) Received: from localhost (iwasaki.imasy.or.jp [202.227.24.92]) by tasogare.imasy.or.jp (8.10.1+3.3W/3.7W-tasogare/smtpfeed 1.07) with ESMTP id e66JRTp01656; Fri, 7 Jul 2000 04:27:29 +0900 (JST) (envelope-from iwasaki@jp.FreeBSD.org) To: imp@FreeBSD.org Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: CVSROOT access In-Reply-To: <200007061718.KAA28184@freefall.freebsd.org> References: <200007061718.KAA28184@freefall.freebsd.org> X-Mailer: Mew version 1.94.1 on Emacs 19.34 / Mule 2.3 (SUETSUMUHANA) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20000707042721A.iwasaki@jp.FreeBSD.org> Date: Fri, 07 Jul 2000 04:27:21 +0900 From: Mitsuru IWASAKI X-Dispatcher: imput version 20000228(IM140) Lines: 4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Add Toshihiko ARAI-san (toshi) and Takanori Watanabe-san (takawata). Yeah! Welcome ARAI-san and Watanabe-san. I can retire now :-) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 12:30:24 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 244F637C3B3; Thu, 6 Jul 2000 12:30:21 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Received: (from wpaul@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA53539; Thu, 6 Jul 2000 12:30:20 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Message-Id: <200007061930.MAA53539@freefall.freebsd.org> From: Bill Paul Date: Thu, 6 Jul 2000 12:30:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 sis.4 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG wpaul 2000/07/06 12:30:20 PDT Modified files: share/man/man4 sis.4 Log: Fix up the sis.4 man page per Sheldon Hearn: * Clear the Os macro, which is assumed gracefully at run-off time. * Use quotes to reduce the long name description (Nd) to a single argument. * Use meaningful arguments to the -width option of the Bl macro. * Mark rc.conf up with Xr instead of Pa so that it is obvious that further help on that file is available. * Explicitly indicate that mediaopt is a command modifier (Cm) of the ifconfig(8) utility. * Do not mark up half-duplex and full-duplex as arguments (Ar), since they are allowed values for an argument. * Fix various grammar and spelling mistakes. Revision Changes Path 1.9 +22 -21 src/share/man/man4/sis.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 12:43:50 2000 Delivered-To: cvs-all@freebsd.org Received: from florence.pavilion.net (florence.pavilion.net [212.74.0.25]) by hub.freebsd.org (Postfix) with ESMTP id 1EE6A37C330; Thu, 6 Jul 2000 12:43:44 -0700 (PDT) (envelope-from joe@pavilion.net) Received: from genius.systems.pavilion.net (genesis.tao.org.uk [194.242.131.254]) by florence.pavilion.net (8.9.3/8.8.8) with ESMTP id UAA02925; Thu, 6 Jul 2000 20:43:41 +0100 (BST) (envelope-from joe@pavilion.net) Received: by genius.systems.pavilion.net (Postfix, from userid 100) id A17E312BE3; Thu, 6 Jul 2000 20:45:44 +0100 (BST) Date: Thu, 6 Jul 2000 20:45:44 +0100 From: Josef Karthauser To: Will Andrews Cc: Chuck Robey , Maxim Sobolev , Kenneth Wayne Culver , Cameron Grant , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/modules/sound Makefile Makefile.incsrc/sys/modules/sound/driver Makefile Makefile.incsrc/sys/modules/sound/driver/ad1816 Makefile src/sys/modules/sound/driver/csaMakefile src/sys/modules/sound/driver/csapcmMakefile... Message-ID: <20000706204544.G91447@pavilion.net> References: <20000705225110.F646@argon.gryphonsoft.com> <20000705233847.H646@argon.gryphonsoft.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <20000705233847.H646@argon.gryphonsoft.com>; from andrews@technologist.com on Wed, Jul 05, 2000 at 11:38:47PM -0400 X-NCC-RegID: uk.pavilion Organisation: Pavilion Internet plc, Lees House, 21-23 Dyke Road, Brighton, England Phone: +44-845-333-5000 Fax: +44-845-333-5001 Mobile: +44-403-596893 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Jul 05, 2000 at 11:38:47PM -0400, Will Andrews wrote: > On Wed, Jul 05, 2000 at 11:29:49PM -0400, Chuck Robey wrote: > > [ snip stuff i've heard and said before ] > > > What a waste. If they'd release the specs, probably everyone running Unix > > would run out and buy one, it's really technically superior, isn't it? > > I don't know if there's a better card. But this one sounds very nice. > And it sure is a waste that they'll never release specs. =( My soundcard's got 8 24bit digital ins and out on it, and 6 analog 20 bit converters (in and out :) Does that make it better? ;p Now if Yamaha released the spec for the DSPFactory then we'd be in business :) and FreeBSD could run my studio as well. (Assuming that we can get Steinberg on board that is.) Joe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 12:44:56 2000 Delivered-To: cvs-all@freebsd.org Received: from peace.mahoroba.org (peace.calm.imasy.or.jp [202.227.26.34]) by hub.freebsd.org (Postfix) with ESMTP id 5048D37C342; Thu, 6 Jul 2000 12:44:46 -0700 (PDT) (envelope-from ume@mahoroba.org) Received: from localhost (IDENT:+Q7KPOmvE/zLg7ndGPSy4ChFsONj0O4LwWP5BB2NRJ09r5sZLbqEKHIrX0r0MQjW@localhost.mahoroba.org [::1]) (authenticated) by peace.mahoroba.org (8.10.2/3.7W-peace) with ESMTP id e66Jhvh84888; Fri, 7 Jul 2000 04:43:57 +0900 (JST) (envelope-from ume@mahoroba.org) Date: Fri, 07 Jul 2000 04:43:53 +0900 (JST) Message-Id: <20000707.044353.71152131.ume@mahoroba.org> To: iwasaki@jp.FreeBSD.org Cc: imp@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: CVSROOT access From: Hajimu UMEMOTO In-Reply-To: <20000707042721A.iwasaki@jp.FreeBSD.org> References: <200007061718.KAA28184@freefall.freebsd.org> <20000707042721A.iwasaki@jp.FreeBSD.org> X-Mailer: xcite1.20> Mew version 1.95b38 on Emacs 20.6 / Mule 4.0 =?iso-2022-jp?B?KBskQjJWMWMbKEIp?= X-PGP-Public-Key: http://www.imasy.org/~ume/publickey.asc X-PGP-Fingerprint: 6B 0C 53 FC 5D D0 37 91 05 D0 B3 EF 36 9B 6A BC X-URL: http://www.imasy.org/~ume/ X-OS: FreeBSD 5.0-CURRENT Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Add Toshihiko ARAI-san (toshi) and Takanori Watanabe-san (takawata). iwasaki> Yeah! Welcome ARAI-san and Watanabe-san. iwasaki> I can retire now :-) You are too young to retire. :-) Welcome ARAI-san and Watanabe-san. -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan ume@mahoroba.org ume@bisd.hitachi.co.jp ume@FreeBSD.org http://www.imasy.org/~ume/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 12:52: 3 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5E2B337B70C; Thu, 6 Jul 2000 12:51:59 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA56252; Thu, 6 Jul 2000 12:51:59 -0700 (PDT) (envelope-from brian@FreeBSD.org) Message-Id: <200007061951.MAA56252@freefall.freebsd.org> From: Brian Somers Date: Thu, 6 Jul 2000 12:51:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/faithd faithd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG brian 2000/07/06 12:51:59 PDT Modified files: usr.sbin/faithd faithd.c Log: Correct setproctitle() call Obtained from: OpenBSD Revision Changes Path 1.4 +2 -2 src/usr.sbin/faithd/faithd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 13: 4:39 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 18AF237BC22; Thu, 6 Jul 2000 13:04:35 -0700 (PDT) (envelope-from alfred@FreeBSD.org) Received: (from alfred@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA58338; Thu, 6 Jul 2000 13:04:35 -0700 (PDT) (envelope-from alfred@FreeBSD.org) Message-Id: <200007062004.NAA58338@freefall.freebsd.org> From: Alfred Perlstein Date: Thu, 6 Jul 2000 13:04:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include search.h src/lib/libc/db/hash hsearch.c search.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alfred 2000/07/06 13:04:35 PDT Modified files: include search.h lib/libc/db/hash hsearch.c Removed files: lib/libc/db/hash search.h Log: cleanup the tsearch import. remove (comment out) functions defined or depricated elsewhere: bsearch, lfind, lsearch, insque, remque change hcreate to take a size_t rather than uint (essentially the same) since hcreate/hdestroy are now in , remove private search.h in lib/libc/db/hash/ add $FreeBSD tags to hsearch.c Revision Changes Path 1.2 +5 -2 src/include/search.h 1.3 +4 -2 src/lib/libc/db/hash/hsearch.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 13:13:47 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2AAB537C1E2; Thu, 6 Jul 2000 13:13:44 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA60891; Thu, 6 Jul 2000 13:13:43 -0700 (PDT) (envelope-from ache@FreeBSD.org) Message-Id: <200007062013.NAA60891@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Thu, 6 Jul 2000 13:13:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libutil login_cap.3 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ache 2000/07/06 13:13:43 PDT Modified files: lib/libutil login_cap.3 Log: Better fix for .Fx macro Submitted by: sheldonh Revision Changes Path 1.20 +5 -3 src/lib/libutil/login_cap.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 13:19: 7 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 908D637BB2B; Thu, 6 Jul 2000 13:19:03 -0700 (PDT) (envelope-from ume@FreeBSD.org) Received: (from ume@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA61920; Thu, 6 Jul 2000 13:19:02 -0700 (PDT) (envelope-from ume@FreeBSD.org) Message-Id: <200007062019.NAA61920@freefall.freebsd.org> From: Hajimu UMEMOTO Date: Thu, 6 Jul 2000 13:19:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libftpio Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ume 2000/07/06 13:19:02 PDT Modified files: lib/libftpio Makefile Log: Reduce shlib major that is bumped by my mistake. We don't need bumping it in this time. Revision Changes Path 1.11 +2 -2 src/lib/libftpio/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 13:34:50 2000 Delivered-To: cvs-all@freebsd.org Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by hub.freebsd.org (Postfix) with ESMTP id 1AB5737B612; Thu, 6 Jul 2000 13:34:40 -0700 (PDT) (envelope-from robert@fledge.watson.org) Received: from fledge.watson.org (robert@fledge.pr.watson.org [192.0.2.3]) by fledge.watson.org (8.9.3/8.9.3) with SMTP id QAA54520; Thu, 6 Jul 2000 16:34:19 -0400 (EDT) (envelope-from robert@fledge.watson.org) Date: Thu, 6 Jul 2000 16:34:19 -0400 (EDT) From: Robert Watson X-Sender: robert@fledge.watson.org To: Sheldon Hearn Cc: Brian Somers , Thomas Gellekum , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc rc.shutdown In-Reply-To: <12690.962870098@axl.ops.uunet.co.za> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG So, generally, my observation for rc.d scripts was that previously, they never even looked at the arguments, so running (whatever) stop will actually run additional copies of the service on shutdown, if /usr/local/etc/rc.d is not updated. Is this correct? I.e., if I shutdown postgresql, but then run shutdown -p NOW, it will restart postgresql, then kill it? On Thu, 6 Jul 2000, Sheldon Hearn wrote: > > > On Wed, 05 Jul 2000 19:58:08 +0100, Brian Somers wrote: > > > > Now that the scripts in our ports support this, call the scripts > > > in ${local_startup} with the `stop' option on shutdown. > > > > Is this not going to cause confusion as people update /etc and don't > > update /usr/local/etc/rc.d ? > > Confusion, certainly. Disaster, no. :-) > > Basically, a HEADS UP to the -current mailing list will reduce the > number of posts complaining about harmless error messages, but they are > harmless nonetheless. > > Ciao, > Sheldon. > > Robert N M Watson robert@fledge.watson.org http://www.watson.org/~robert/ PGP key fingerprint: AF B5 5F FF A6 4A 79 37 ED 5F 55 E9 58 04 6A B1 TIS Labs at Network Associates, Safeport Network Services To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 13:55:34 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CAF7D37B6CB; Thu, 6 Jul 2000 13:55:29 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA68346; Thu, 6 Jul 2000 13:55:29 -0700 (PDT) (envelope-from will@FreeBSD.org) Message-Id: <200007062055.NAA68346@freefall.freebsd.org> From: Will Andrews Date: Thu, 6 Jul 2000 13:55:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net Makefile ports/net/p5-Net-SNMP Makefile ports/net/p5-Net-SNMP/files md5 ports/net/p5-Net-SNMP/pkg COMMENT DESCR PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2000/07/06 13:55:29 PDT Modified files: net Makefile Added files: net/p5-Net-SNMP Makefile net/p5-Net-SNMP/files md5 net/p5-Net-SNMP/pkg COMMENT DESCR PLIST Log: Add p5-Net-SNMP, a Perl interface to SNMP. PR: 19743 Submitted by: Christopher N. Harrell Revision Changes Path 1.372 +2 -1 ports/net/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 13:56:11 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2950737B78C; Thu, 6 Jul 2000 13:56:06 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA68485; Thu, 6 Jul 2000 13:56:06 -0700 (PDT) (envelope-from will@FreeBSD.org) Message-Id: <200007062056.NAA68485@freefall.freebsd.org> From: Will Andrews Date: Thu, 6 Jul 2000 13:56:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2000/07/06 13:56:05 PDT Modified files: . modules Log: p5-Net-SNMP --> ports/net/p5-Net-SNMP Revision Changes Path 1.1367 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 13:58:18 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EFFDB37B7DA; Thu, 6 Jul 2000 13:58:12 -0700 (PDT) (envelope-from jdp@FreeBSD.org) Received: (from jdp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA69088; Thu, 6 Jul 2000 13:58:12 -0700 (PDT) (envelope-from jdp@FreeBSD.org) Message-Id: <200007062058.NAA69088@freefall.freebsd.org> From: John Polstra Date: Thu, 6 Jul 2000 13:58:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT avail X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jdp 2000/07/06 13:58:12 PDT Modified files: . avail Log: Remove the freeze on the crypto files. Revision Changes Path 1.122 +1 -9 CVSROOT/avail To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 14:33:59 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5A19237B8F3; Thu, 6 Jul 2000 14:33:52 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA76670; Thu, 6 Jul 2000 14:33:52 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007062133.OAA76670@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 6 Jul 2000 14:33:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/binutils FREEBSD-deletelist FREEBSD-upgrade src/contrib/binutils/bfd elf.c elf32-i386.c elf64-alpha.c elflink.h freebsd.h src/contrib/binutils/bfd/po Make-in POTFILES.in bfd.pot src/contrib/binutils/binutils nm.c objcopy.1 ... X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/06 14:33:52 PDT Modified files: (Branch: RELENG_4) contrib/binutils FREEBSD-upgrade Modified files: contrib/binutils FREEBSD-deletelist Modified files: (Branch: RELENG_4) contrib/binutils/bfd elf.c elf32-i386.c elf64-alpha.c elflink.h freebsd.h contrib/binutils/binutils nm.c objcopy.1 objdump.1 strings.c strip.1 contrib/binutils/gas configure configure.in contrib/binutils/gas/config tc-i386.c tc-i386.h te-freebsd.h contrib/binutils/gas/doc as.1 contrib/binutils/ld Makefile.in configure.host configure.tgt ld.1 contrib/binutils/ld/emultempl elf32.em Added files: (Branch: RELENG_4) contrib/binutils/bfd/po Make-in POTFILES.in bfd.pot contrib/binutils/binutils/po Make-in POTFILES.in binutils.pot contrib/binutils/gas/po Make-in POTFILES.in gas.pot contrib/binutils/ld/po Make-in POTFILES.in ld.pot contrib/binutils/opcodes/po Make-in POTFILES.in opcodes.pot Log: Upgrade to Binutils 2.10.0. Revision Changes Path 1.2.2.1 +35 -12 src/contrib/binutils/FREEBSD-upgrade 1.3 +3 -1 src/contrib/binutils/FREEBSD-deletelist 1.3.6.2 +1495 -227 src/contrib/binutils/bfd/elf.c 1.4.2.2 +218 -118 src/contrib/binutils/bfd/elf32-i386.c 1.3.2.1 +1009 -414 src/contrib/binutils/bfd/elf64-alpha.c 1.2.6.1 +1867 -457 src/contrib/binutils/bfd/elflink.h 1.2.6.1 +12 -14 src/contrib/binutils/bfd/freebsd.h 1.3.6.2 +38 -32 src/contrib/binutils/binutils/nm.c 1.2.6.1 +60 -28 src/contrib/binutils/binutils/objcopy.1 1.3.6.1 +13 -2 src/contrib/binutils/binutils/objdump.1 1.2.6.1 +38 -12 src/contrib/binutils/binutils/strings.c 1.2.6.1 +2 -1 src/contrib/binutils/binutils/strip.1 1.4.6.1 +2634 -466 src/contrib/binutils/gas/configure 1.3.6.1 +228 -78 src/contrib/binutils/gas/configure.in 1.4.2.1 +2752 -1463src/contrib/binutils/gas/config/tc-i386.c 1.3.6.1 +188 -152 src/contrib/binutils/gas/config/tc-i386.h 1.1.6.1 +31 -7 src/contrib/binutils/gas/config/te-freebsd.h 1.2.6.1 +9 -2 src/contrib/binutils/gas/doc/as.1 1.3.6.1 +577 -216 src/contrib/binutils/ld/Makefile.in 1.1.1.2.6.1 +104 -32 src/contrib/binutils/ld/configure.host 1.4.6.1 +122 -25 src/contrib/binutils/ld/configure.tgt 1.2.2.1 +31 -2 src/contrib/binutils/ld/ld.1 1.2.6.1 +96 -68 src/contrib/binutils/ld/emultempl/elf32.em To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 14:45:14 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8C75237B9BE; Thu, 6 Jul 2000 14:45:04 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA78502; Thu, 6 Jul 2000 14:45:04 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007062145.OAA78502@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 6 Jul 2000 14:45:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/libreadline complete.c display.c readline.3 readline.h rlconf.h shell.c terminal.c util.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/06 14:45:04 PDT Modified files: (Branch: RELENG_4) contrib/libreadline complete.c display.c readline.3 readline.h rlconf.h shell.c terminal.c util.c Log: MFC: upgrade to version 4.1. Revision Changes Path 1.6.2.1 +79 -57 src/contrib/libreadline/complete.c 1.3.2.1 +240 -119 src/contrib/libreadline/display.c 1.5.2.1 +7 -5 src/contrib/libreadline/readline.3 1.9.2.1 +27 -7 src/contrib/libreadline/readline.h 1.3.2.1 +3 -6 src/contrib/libreadline/rlconf.h 1.4.2.1 +47 -4 src/contrib/libreadline/shell.c 1.2.2.1 +116 -95 src/contrib/libreadline/terminal.c 1.5.2.1 +6 -19 src/contrib/libreadline/util.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 14:47: 3 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3F13C37B7D8; Thu, 6 Jul 2000 14:47:00 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA78811; Thu, 6 Jul 2000 14:46:59 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007062146.OAA78811@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 6 Jul 2000 14:46:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/gcore elfcore.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/06 14:46:59 PDT Modified files: (Branch: RELENG_4) usr.bin/gcore elfcore.c Log: MFC: rev 1.6 Change our ELF binary branding to match the SCO (as USL) method in the latest SVR4 ELF spec. Revision Changes Path 1.5.2.1 +3 -3 src/usr.bin/gcore/elfcore.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 14:51:43 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1415237B691; Thu, 6 Jul 2000 14:51:36 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA80213; Thu, 6 Jul 2000 14:51:35 -0700 (PDT) (envelope-from will@FreeBSD.org) Message-Id: <200007062151.OAA80213@freefall.freebsd.org> From: Will Andrews Date: Thu, 6 Jul 2000 14:51:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/books/handbook/contrib chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2000/07/06 14:51:34 PDT Modified files: en_US.ISO_8859-1/books/handbook/contrib chapter.sgml Log: Add Christopher N. Harrell for the net/p5-Net-SNMP port. Revision Changes Path 1.247 +5 -1 doc/en_US.ISO_8859-1/books/handbook/contrib/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 14:53:42 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6FBC137B691; Thu, 6 Jul 2000 14:53:36 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA80549; Thu, 6 Jul 2000 14:53:35 -0700 (PDT) (envelope-from will@FreeBSD.org) Message-Id: <200007062153.OAA80549@freefall.freebsd.org> From: Will Andrews Date: Thu, 6 Jul 2000 14:53:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/books/porters-handbook book.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2000/07/06 14:53:35 PDT Modified files: en_US.ISO_8859-1/books/porters-handbook book.sgml Log: Make note of Satoshi's __FreeBSD_version update for Perl 5.6.0 on -CURRENT. Reviewed by: jhb Revision Changes Path 1.109 +6 -1 doc/en_US.ISO_8859-1/books/porters-handbook/book.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 14:56: 9 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7541B37B798; Thu, 6 Jul 2000 14:56:05 -0700 (PDT) (envelope-from assar@FreeBSD.org) Received: (from assar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA80930; Thu, 6 Jul 2000 14:56:04 -0700 (PDT) (envelope-from assar@FreeBSD.org) Message-Id: <200007062156.OAA80930@freefall.freebsd.org> From: Assar Westerlund Date: Thu, 6 Jul 2000 14:56:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/crypto/kerberosIV/lib/roken roken.h X-FreeBSD-CVS-Branch: RELENG_3 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG assar 2000/07/06 14:56:04 PDT Removed files: (Branch: RELENG_3) crypto/kerberosIV/lib/roken roken.h Log: this file no longer exists To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 14:56:46 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8FE5837B691; Thu, 6 Jul 2000 14:56:43 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA81110; Thu, 6 Jul 2000 14:56:42 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007062156.OAA81110@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 6 Jul 2000 14:56:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/binutils/gdb/i386 tm.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/06 14:56:42 PDT Modified files: (Branch: RELENG_4) gnu/usr.bin/binutils/gdb/i386 tm.h Log: MFC: 1.13 (debugging support when using libc_r's pthreads) Revision Changes Path 1.12.2.1 +8 -0 src/gnu/usr.bin/binutils/gdb/i386/tm.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 15: 6: 1 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D990137BAC0; Thu, 6 Jul 2000 15:05:42 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA83341; Thu, 6 Jul 2000 15:05:42 -0700 (PDT) (envelope-from ache@FreeBSD.org) Message-Id: <200007062205.PAA83341@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Thu, 6 Jul 2000 15:05:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/csh Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ache 2000/07/06 15:05:42 PDT Modified files: bin/csh Makefile Log: curses -> termcap, mainly for purity and to indicate which functions family really used Revision Changes Path 1.19 +3 -3 src/bin/csh/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 15: 6:33 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4D72137BD36; Thu, 6 Jul 2000 15:06:25 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA83465; Thu, 6 Jul 2000 15:06:25 -0700 (PDT) (envelope-from ache@FreeBSD.org) Message-Id: <200007062206.PAA83465@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Thu, 6 Jul 2000 15:06:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/csh Makefile X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ache 2000/07/06 15:06:24 PDT Modified files: (Branch: RELENG_4) bin/csh Makefile Log: MFC: curses -> termcap Revision Changes Path 1.11.2.2 +3 -3 src/bin/csh/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 15: 8:10 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C0B0C37B691; Thu, 6 Jul 2000 15:08:07 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA83693; Thu, 6 Jul 2000 15:08:07 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007062208.PAA83693@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 6 Jul 2000 15:08:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/binutils/gdb/alpha tm.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/06 15:08:07 PDT Modified files: (Branch: RELENG_4) gnu/usr.bin/binutils/gdb/alpha tm.h Log: MFC: rev 1.3 (debugging support when using libc_r's pthreads) Revision Changes Path 1.2.2.1 +8 -0 src/gnu/usr.bin/binutils/gdb/alpha/tm.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 15: 8:57 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9A44637BDD1; Thu, 6 Jul 2000 15:08:51 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA83807; Thu, 6 Jul 2000 15:08:51 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007062208.PAA83807@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 6 Jul 2000 15:08:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/binutils/gdb/i386 freebsd-nat.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/06 15:08:51 PDT Modified files: (Branch: RELENG_4) gnu/usr.bin/binutils/gdb/i386 freebsd-nat.c Log: MFC: rev 1.22 (debugging support when using libc_r's pthreads) Revision Changes Path 1.21.4.1 +4 -14 src/gnu/usr.bin/binutils/gdb/i386/freebsd-nat.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 15:12:53 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 998D037B58A; Thu, 6 Jul 2000 15:12:46 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA84522; Thu, 6 Jul 2000 15:12:46 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007062212.PAA84522@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 6 Jul 2000 15:12:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/binutils/gdb Makefile X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/06 15:12:46 PDT Modified files: (Branch: RELENG_4) gnu/usr.bin/binutils/gdb Makefile Log: MFC: rev 1.44-45 (fix LDADD) rev 1.46 (debugging support when using libc_r's pthreads) rev 1.47-48 (upgrade to Binutils 2.10.0) Revision Changes Path 1.43.2.2 +26 -22 src/gnu/usr.bin/binutils/gdb/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 15:16:27 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1212837B866; Thu, 6 Jul 2000 15:16:13 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA85780; Thu, 6 Jul 2000 15:16:13 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007062216.PAA85780@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 6 Jul 2000 15:16:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/binutils Makefile Makefile.inc Makefile.inc0 src/gnu/usr.bin/binutils/addr2line Makefile src/gnu/usr.bin/binutils/ar Makefile src/gnu/usr.bin/binutils/as Makefile Makefile.inc Makefile.inc0 ... X-FreeBSD-CVS-Branch: HEAD,RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/06 15:16:13 PDT Modified files: (Branch: RELENG_4) gnu/usr.bin/binutils Makefile Makefile.inc Makefile.inc0 gnu/usr.bin/binutils/addr2line Makefile gnu/usr.bin/binutils/ar Makefile gnu/usr.bin/binutils/as Makefile Makefile.inc Makefile.inc0 gnu/usr.bin/binutils/as/alpha-freebsd Makefile config.h gnu/usr.bin/binutils/as/i386-freebsd Makefile config.h gnu/usr.bin/binutils/as/i386-winnt Makefile config.h obj-format.h targ-cpu.h targ-env.h gnu/usr.bin/binutils/as/m68k-freebsd Makefile config.h itbl-cpu.h obj-format.h targ-cpu.h targ-env.h gnu/usr.bin/binutils/as/m68k-netbsdaout Makefile config.h itbl-cpu.h obj-format.h targ-cpu.h targ-env.h gnu/usr.bin/binutils/as/mips-freebsd Makefile gnu/usr.bin/binutils/as/powerpc-freebsd Makefile config.h itbl-cpu.h obj-format.h targ-cpu.h targ-env.h gnu/usr.bin/binutils/as/sparc-freebsd Makefile config.h obj-format.h targ-cpu.h targ-env.h Modified files: gnu/usr.bin/binutils/as/sparc64-freebsd Makefile config.h obj-format.h targ-cpu.h targ-env.h Modified files: (Branch: RELENG_4) gnu/usr.bin/binutils/doc Makefile inc-hist.diff gnu/usr.bin/binutils/gasp Makefile gasp.1 gnu/usr.bin/binutils/ld Makefile Makefile.alpha Makefile.i386 Makefile.m68k Makefile.mips Makefile.powerpc Makefile.sparc config.h genscripts.sh Modified files: gnu/usr.bin/binutils/ld Makefile.sparc64 Modified files: (Branch: RELENG_4) gnu/usr.bin/binutils/ld/m68k ldemul-list.h gnu/usr.bin/binutils/ld/powerpc ldemul-list.h gnu/usr.bin/binutils/ld/sparc ldemul-list.h gnu/usr.bin/binutils/libbfd Makefile Makefile.alpha Makefile.i386 Makefile.m68k Makefile.mips Makefile.powerpc Makefile.rs6000 Makefile.sparc Modified files: gnu/usr.bin/binutils/libbfd Makefile.sparc64 Modified files: (Branch: RELENG_4) gnu/usr.bin/binutils/libbfd/alpha bfd.h config.h gnu/usr.bin/binutils/libbfd/i386 bfd.h config.h gnu/usr.bin/binutils/libbfd/m68k bfd.h config.h gnu/usr.bin/binutils/libbfd/powerpc bfd.h config.h gnu/usr.bin/binutils/libbfd/rs6000 bfd.h config.h gnu/usr.bin/binutils/libbfd/sparc bfd.h config.h Modified files: gnu/usr.bin/binutils/libbfd/sparc64 bfd.h config.h Modified files: (Branch: RELENG_4) gnu/usr.bin/binutils/libbinutils Makefile Makefile.alpha Makefile.i386 Makefile.mips config.h gnu/usr.bin/binutils/libiberty Makefile config.h gnu/usr.bin/binutils/libopcodes Makefile Makefile.alpha Makefile.i386 Makefile.m68k Makefile.mips Makefile.powerpc Makefile.sparc config.h Modified files: gnu/usr.bin/binutils/libopcodes Makefile.sparc64 Modified files: (Branch: RELENG_4) gnu/usr.bin/binutils/nm Makefile gnu/usr.bin/binutils/objcopy Makefile gnu/usr.bin/binutils/objdump Makefile gnu/usr.bin/binutils/ranlib Makefile gnu/usr.bin/binutils/size Makefile gnu/usr.bin/binutils/strings Makefile gnu/usr.bin/binutils/strip Makefile Log: MFC: Upgrade to Binutils 2.10.0. Revision Changes Path 1.11.2.1 +1 -1 src/gnu/usr.bin/binutils/Makefile 1.4.2.1 +0 -0 src/gnu/usr.bin/binutils/Makefile.inc 1.9.2.1 +2 -2 src/gnu/usr.bin/binutils/Makefile.inc0 1.3.2.1 +2 -6 src/gnu/usr.bin/binutils/addr2line/Makefile 1.4.2.1 +2 -6 src/gnu/usr.bin/binutils/ar/Makefile 1.10.2.1 +1 -1 src/gnu/usr.bin/binutils/as/Makefile 1.3.2.1 +0 -0 src/gnu/usr.bin/binutils/as/Makefile.inc 1.6.2.1 +4 -8 src/gnu/usr.bin/binutils/as/Makefile.inc0 1.7.2.1 +1 -1 src/gnu/usr.bin/binutils/as/alpha-freebsd/Makefile 1.1.6.1 +204 -61 src/gnu/usr.bin/binutils/as/alpha-freebsd/config.h 1.7.2.1 +1 -1 src/gnu/usr.bin/binutils/as/i386-freebsd/Makefile 1.1.6.1 +204 -61 src/gnu/usr.bin/binutils/as/i386-freebsd/config.h 1.1.2.1 +0 -0 src/gnu/usr.bin/binutils/as/i386-winnt/Makefile 1.1.2.1 +0 -0 src/gnu/usr.bin/binutils/as/i386-winnt/config.h 1.1.2.1 +0 -0 src/gnu/usr.bin/binutils/as/i386-winnt/obj-format.h 1.1.2.1 +0 -0 src/gnu/usr.bin/binutils/as/i386-winnt/targ-cpu.h 1.1.2.1 +0 -0 src/gnu/usr.bin/binutils/as/i386-winnt/targ-env.h 1.2.2.1 +1 -1 src/gnu/usr.bin/binutils/as/m68k-freebsd/Makefile 1.1.2.1 +0 -0 src/gnu/usr.bin/binutils/as/m68k-freebsd/config.h 1.1.2.1 +0 -0 src/gnu/usr.bin/binutils/as/m68k-freebsd/itbl-cpu.h 1.1.2.1 +0 -0 src/gnu/usr.bin/binutils/as/m68k-freebsd/obj-format.h 1.1.2.1 +0 -0 src/gnu/usr.bin/binutils/as/m68k-freebsd/targ-cpu.h 1.1.2.1 +0 -0 src/gnu/usr.bin/binutils/as/m68k-freebsd/targ-env.h 1.1.2.1 +0 -0 src/gnu/usr.bin/binutils/as/m68k-netbsdaout/Makefile 1.1.2.1 +0 -0 src/gnu/usr.bin/binutils/as/m68k-netbsdaout/config.h 1.1.2.1 +0 -0 src/gnu/usr.bin/binutils/as/m68k-netbsdaout/itbl-cpu.h 1.1.2.1 +0 -0 src/gnu/usr.bin/binutils/as/m68k-netbsdaout/obj-format.h 1.1.2.1 +0 -0 src/gnu/usr.bin/binutils/as/m68k-netbsdaout/targ-cpu.h 1.1.2.1 +0 -0 src/gnu/usr.bin/binutils/as/m68k-netbsdaout/targ-env.h 1.5.2.1 +4 -1 src/gnu/usr.bin/binutils/as/mips-freebsd/Makefile 1.2.2.1 +7 -3 src/gnu/usr.bin/binutils/as/powerpc-freebsd/Makefile 1.1.2.1 +200 -71 src/gnu/usr.bin/binutils/as/powerpc-freebsd/config.h 1.1.2.1 +0 -0 src/gnu/usr.bin/binutils/as/powerpc-freebsd/itbl-cpu.h 1.1.2.1 +0 -0 src/gnu/usr.bin/binutils/as/powerpc-freebsd/obj-format.h 1.1.2.1 +0 -0 src/gnu/usr.bin/binutils/as/powerpc-freebsd/targ-cpu.h 1.1.2.1 +0 -0 src/gnu/usr.bin/binutils/as/powerpc-freebsd/targ-env.h 1.3.2.1 +4 -1 src/gnu/usr.bin/binutils/as/sparc-freebsd/Makefile 1.1.2.1 +0 -0 src/gnu/usr.bin/binutils/as/sparc-freebsd/config.h 1.1.2.1 +0 -0 src/gnu/usr.bin/binutils/as/sparc-freebsd/obj-format.h 1.1.2.1 +0 -0 src/gnu/usr.bin/binutils/as/sparc-freebsd/targ-cpu.h 1.1.2.1 +0 -0 src/gnu/usr.bin/binutils/as/sparc-freebsd/targ-env.h 1.3 +1 -1 src/gnu/usr.bin/binutils/as/sparc64-freebsd/Makefile 1.2 +0 -0 src/gnu/usr.bin/binutils/as/sparc64-freebsd/config.h 1.2 +0 -0 src/gnu/usr.bin/binutils/as/sparc64-freebsd/obj-format.h 1.2 +0 -0 src/gnu/usr.bin/binutils/as/sparc64-freebsd/targ-cpu.h 1.2 +0 -0 src/gnu/usr.bin/binutils/as/sparc64-freebsd/targ-env.h 1.4.2.1 +6 -3 src/gnu/usr.bin/binutils/doc/Makefile 1.1.6.1 +27 -4 src/gnu/usr.bin/binutils/doc/inc-hist.diff 1.6.2.1 +3 -5 src/gnu/usr.bin/binutils/gasp/Makefile 1.1.2.1 +0 -0 src/gnu/usr.bin/binutils/gasp/gasp.1 1.8.2.1 +8 -7 src/gnu/usr.bin/binutils/ld/Makefile 1.7.2.1 +2 -2 src/gnu/usr.bin/binutils/ld/Makefile.alpha 1.8.2.1 +2 -2 src/gnu/usr.bin/binutils/ld/Makefile.i386 1.3.2.1 +1 -1 src/gnu/usr.bin/binutils/ld/Makefile.m68k 1.5.2.1 +1 -1 src/gnu/usr.bin/binutils/ld/Makefile.mips 1.3.2.1 +1 -1 src/gnu/usr.bin/binutils/ld/Makefile.powerpc 1.3.2.1 +2 -2 src/gnu/usr.bin/binutils/ld/Makefile.sparc 1.2.6.1 +138 -14 src/gnu/usr.bin/binutils/ld/config.h 1.1.2.1 +11 -3 src/gnu/usr.bin/binutils/ld/genscripts.sh 1.3 +1 -1 src/gnu/usr.bin/binutils/ld/Makefile.sparc64 1.1.2.1 +0 -0 src/gnu/usr.bin/binutils/ld/m68k/ldemul-list.h 1.1.2.1 +0 -0 src/gnu/usr.bin/binutils/ld/powerpc/ldemul-list.h 1.1.2.1 +0 -0 src/gnu/usr.bin/binutils/ld/sparc/ldemul-list.h 1.9.2.1 +7 -2 src/gnu/usr.bin/binutils/libbfd/Makefile 1.5.2.1 +1 -1 src/gnu/usr.bin/binutils/libbfd/Makefile.alpha 1.8.2.1 +1 -1 src/gnu/usr.bin/binutils/libbfd/Makefile.i386 1.2.2.1 +1 -1 src/gnu/usr.bin/binutils/libbfd/Makefile.m68k 1.2.2.1 +0 -0 src/gnu/usr.bin/binutils/libbfd/Makefile.mips 1.2.2.1 +1 -1 src/gnu/usr.bin/binutils/libbfd/Makefile.powerpc 1.2.2.1 +1 -1 src/gnu/usr.bin/binutils/libbfd/Makefile.rs6000 1.2.2.1 +15 -10 src/gnu/usr.bin/binutils/libbfd/Makefile.sparc 1.4 +1 -1 src/gnu/usr.bin/binutils/libbfd/Makefile.sparc64 1.3.2.1 +595 -37 src/gnu/usr.bin/binutils/libbfd/alpha/bfd.h 1.3.6.1 +178 -24 src/gnu/usr.bin/binutils/libbfd/alpha/config.h 1.2.6.1 +593 -34 src/gnu/usr.bin/binutils/libbfd/i386/bfd.h 1.3.6.1 +178 -24 src/gnu/usr.bin/binutils/libbfd/i386/config.h 1.1.2.1 +0 -0 src/gnu/usr.bin/binutils/libbfd/m68k/bfd.h 1.1.2.1 +0 -0 src/gnu/usr.bin/binutils/libbfd/m68k/config.h 1.1.2.1 +0 -0 src/gnu/usr.bin/binutils/libbfd/powerpc/bfd.h 1.1.2.1 +0 -0 src/gnu/usr.bin/binutils/libbfd/powerpc/config.h 1.1.2.1 +0 -0 src/gnu/usr.bin/binutils/libbfd/rs6000/bfd.h 1.1.2.1 +0 -0 src/gnu/usr.bin/binutils/libbfd/rs6000/config.h 1.1.2.1 +592 -34 src/gnu/usr.bin/binutils/libbfd/sparc/bfd.h 1.1.2.1 +0 -0 src/gnu/usr.bin/binutils/libbfd/sparc/config.h 1.3 +0 -0 src/gnu/usr.bin/binutils/libbfd/sparc64/bfd.h 1.2 +0 -0 src/gnu/usr.bin/binutils/libbfd/sparc64/config.h 1.8.2.1 +2 -2 src/gnu/usr.bin/binutils/libbinutils/Makefile 1.2.2.1 +0 -0 src/gnu/usr.bin/binutils/libbinutils/Makefile.alpha 1.2.2.1 +0 -0 src/gnu/usr.bin/binutils/libbinutils/Makefile.i386 1.2.2.1 +0 -0 src/gnu/usr.bin/binutils/libbinutils/Makefile.mips 1.3.6.1 +134 -23 src/gnu/usr.bin/binutils/libbinutils/config.h 1.3.2.1 +1 -0 src/gnu/usr.bin/binutils/libiberty/Makefile 1.1.1.1.6.1 +227 -10 src/gnu/usr.bin/binutils/libiberty/config.h 1.6.2.1 +1 -1 src/gnu/usr.bin/binutils/libopcodes/Makefile 1.3.2.1 +0 -0 src/gnu/usr.bin/binutils/libopcodes/Makefile.alpha 1.2.2.1 +0 -0 src/gnu/usr.bin/binutils/libopcodes/Makefile.i386 1.1.2.1 +0 -0 src/gnu/usr.bin/binutils/libopcodes/Makefile.m68k 1.2.2.1 +0 -0 src/gnu/usr.bin/binutils/libopcodes/Makefile.mips 1.1.2.1 +0 -0 src/gnu/usr.bin/binutils/libopcodes/Makefile.powerpc 1.1.2.1 +0 -0 src/gnu/usr.bin/binutils/libopcodes/Makefile.sparc 1.1.1.1.6.1 +127 -0 src/gnu/usr.bin/binutils/libopcodes/config.h 1.2 +0 -0 src/gnu/usr.bin/binutils/libopcodes/Makefile.sparc64 1.4.2.1 +2 -6 src/gnu/usr.bin/binutils/nm/Makefile 1.4.2.1 +2 -6 src/gnu/usr.bin/binutils/objcopy/Makefile 1.4.2.1 +3 -7 src/gnu/usr.bin/binutils/objdump/Makefile 1.4.2.1 +2 -6 src/gnu/usr.bin/binutils/ranlib/Makefile 1.4.2.1 +2 -6 src/gnu/usr.bin/binutils/size/Makefile 1.4.2.1 +2 -6 src/gnu/usr.bin/binutils/strings/Makefile 1.6.2.1 +2 -6 src/gnu/usr.bin/binutils/strip/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 15:18:50 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 088E737B895; Thu, 6 Jul 2000 15:18:45 -0700 (PDT) (envelope-from jmg@FreeBSD.org) Received: (from jmg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA86043; Thu, 6 Jul 2000 15:18:45 -0700 (PDT) (envelope-from jmg@FreeBSD.org) Message-Id: <200007062218.PAA86043@freefall.freebsd.org> From: John-Mark Gurney Date: Thu, 6 Jul 2000 15:18:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/sys kqueue.2 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jmg 2000/07/06 15:18:45 PDT Modified files: lib/libc/sys kqueue.2 Log: remove sys/time.h by instruction from bde. Revision Changes Path 1.10 +1 -2 src/lib/libc/sys/kqueue.2 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 15:23:12 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BC73A37B7C0; Thu, 6 Jul 2000 15:23:09 -0700 (PDT) (envelope-from jmg@FreeBSD.org) Received: (from jmg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA86564; Thu, 6 Jul 2000 15:23:10 -0700 (PDT) (envelope-from jmg@FreeBSD.org) Message-Id: <200007062223.PAA86564@freefall.freebsd.org> From: John-Mark Gurney Date: Thu, 6 Jul 2000 15:23:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/sys kqueue.2 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jmg 2000/07/06 15:23:10 PDT Modified files: (Branch: RELENG_4) lib/libc/sys kqueue.2 Log: MFC: merge in rev 1.3 through 1.10 Revision Changes Path 1.1.2.3 +33 -9 src/lib/libc/sys/kqueue.2 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 15:26:43 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3F67F37B866; Thu, 6 Jul 2000 15:26:41 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA87109; Thu, 6 Jul 2000 15:26:41 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007062226.PAA87109@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 6 Jul 2000 15:26:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern imgact_elf.c src/sys/sys imgact_elf.h src/sys/i386/linux linux_sysvec.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/06 15:26:41 PDT Modified files: (Branch: RELENG_4) sys/kern imgact_elf.c sys/sys imgact_elf.h sys/i386/linux linux_sysvec.c Log: MFC: Change our ELF binary branding to match the SCO (as USL) method in the latest SVR4 ELF spec. Revision Changes Path 1.73.2.1 +28 -27 src/sys/kern/imgact_elf.c 1.17.2.1 +9 -7 src/sys/sys/imgact_elf.h 1.55.2.2 +3 -2 src/sys/i386/linux/linux_sysvec.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 15:42:23 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 267C437B88A; Thu, 6 Jul 2000 15:42:20 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA89438; Thu, 6 Jul 2000 15:42:20 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007062242.PAA89438@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 6 Jul 2000 15:42:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys elf_common.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/06 15:42:19 PDT Modified files: (Branch: RELENG_4) sys/sys elf_common.h Log: MFC: Change our ELF binary branding to match the SCO (as USL) method in the latest SVR4 ELF spec. Revision Changes Path 1.5.2.1 +21 -3 src/sys/sys/elf_common.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 15:51:21 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9C56237B88A; Thu, 6 Jul 2000 15:51:17 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA90979; Thu, 6 Jul 2000 15:51:17 -0700 (PDT) (envelope-from imp@FreeBSD.org) Message-Id: <200007062251.PAA90979@freefall.freebsd.org> From: Warner Losh Date: Thu, 6 Jul 2000 15:51:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src UPDATING X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG imp 2000/07/06 15:51:17 PDT Modified files: . UPDATING Log: o rc.d now use start/stop, and some scripts may produce warnings. o NOTES replaces LINT. Make a note of it in an older entry. Revision Changes Path 1.93 +8 -1 src/UPDATING To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 16: 4:38 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B112337B8D1; Thu, 6 Jul 2000 16:04:34 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA93147; Thu, 6 Jul 2000 16:04:33 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007062304.QAA93147@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 6 Jul 2000 16:04:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/i386/boot0 Makefile boot0.s src/sys/boot/i386/boot2 Makefile boot1.s src/sys/boot/i386/btx/btx Makefile btx.s src/sys/boot/i386/btx/btxldr btxldr.s src/sys/boot/i386/cdldr cdldr.s src/sys/boot/i386/mbr Makefile ... X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/06 16:04:33 PDT Modified files: (Branch: RELENG_4) sys/boot/i386/boot0 Makefile boot0.s sys/boot/i386/boot2 Makefile boot1.s sys/boot/i386/btx/btx Makefile btx.s sys/boot/i386/btx/btxldr btxldr.s sys/boot/i386/cdldr cdldr.s sys/boot/i386/mbr Makefile mbr.s sys/boot/i386/pxeldr pxeldr.s sys/boot/pc98/btx/btx Makefile btx.s sys/boot/pc98/btx/btxldr btxldr.s Log: MFC: clean up all of the 16-bit assembly code in the x86 bootstrap to work with Binutils 2.10.0 -- all the old m4 macros are no longer needed. Also MFC rev 1.18-22 sys/boot/i386/btx/btx/btx.s (change string and support new instructions). Revision Changes Path 1.8.2.1 +4 -4 src/sys/boot/i386/boot0/Makefile 1.14.2.1 +102 -103 src/sys/boot/i386/boot0/boot0.s 1.16.2.2 +7 -10 src/sys/boot/i386/boot2/Makefile 1.10.2.1 +188 -121 src/sys/boot/i386/boot2/boot1.s 1.7.2.1 +3 -3 src/sys/boot/i386/btx/btx/Makefile 1.15.2.2 +159 -138 src/sys/boot/i386/btx/btx/btx.s 1.8.2.2 +12 -12 src/sys/boot/i386/btx/btxldr/btxldr.s 1.1.2.2 +16 -20 src/sys/boot/i386/cdldr/cdldr.s 1.2.2.1 +1 -7 src/sys/boot/i386/mbr/Makefile 1.3.2.1 +63 -31 src/sys/boot/i386/mbr/mbr.s 1.1.2.2 +16 -20 src/sys/boot/i386/pxeldr/pxeldr.s 1.3.2.1 +3 -3 src/sys/boot/pc98/btx/btx/Makefile 1.6.2.3 +148 -149 src/sys/boot/pc98/btx/btx/btx.s 1.3.2.2 +12 -12 src/sys/boot/pc98/btx/btxldr/btxldr.s To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 16: 4:50 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B034C37B9AF; Thu, 6 Jul 2000 16:04:37 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA93214; Thu, 6 Jul 2000 16:04:36 -0700 (PDT) (envelope-from ache@FreeBSD.org) Message-Id: <200007062304.QAA93214@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Thu, 6 Jul 2000 16:04:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/libreadline USAGE rlprivate.h rlshell.h xmalloc.h CHANGELOG CHANGES COPYING MANIFEST Makefile.in README aclocal.m4 ansi_stdlib.h bind.c callback.c chardefs.h complete.c config.h.in configure configure.in display.c emacs_keymap.c ... X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ache 2000/07/06 16:04:36 PDT Modified files: (Branch: RELENG_4) contrib/libreadline CHANGELOG CHANGES COPYING MANIFEST Makefile.in README aclocal.m4 ansi_stdlib.h bind.c callback.c chardefs.h complete.c config.h.in configure configure.in display.c emacs_keymap.c funmap.c histexpand.c histfile.c histlib.h history.c history.h histsearch.c input.c isearch.c keymaps.c keymaps.h kill.c macro.c nls.c parens.c posixdir.h posixjmp.h posixstat.h readline.3 readline.c readline.h rlconf.h rldefs.h rlstdc.h rltty.c rltty.h rlwinsize.h search.c shell.c signals.c tcap.h terminal.c tilde.c tilde.h undo.c util.c vi_keymap.c vi_mode.c xmalloc.c contrib/libreadline/doc Makefile.in hist.texinfo hstech.texinfo hsuser.texinfo manvers.texinfo rlman.texinfo rltech.texinfo rluser.texinfo contrib/libreadline/examples Makefile.in fileman.c rl.c rltest.c rlversion.c contrib/libreadline/shlib Makefile.in contrib/libreadline/support config.guess config.sub shlib-install shobj-conf Added files: (Branch: RELENG_4) contrib/libreadline USAGE rlprivate.h rlshell.h xmalloc.h contrib/libreadline/doc rluserman.texinfo contrib/libreadline/examples excallback.c rlfe.c Removed files: (Branch: RELENG_4) contrib/libreadline acconfig.h Log: MFC: upgrade to 4.1 Revision Changes Path 1.1.1.2.2.1 +123 -0 src/contrib/libreadline/CHANGELOG 1.1.1.2.2.1 +108 -0 src/contrib/libreadline/CHANGES 1.1.1.1.8.1 +2 -2 src/contrib/libreadline/COPYING 1.1.1.3.2.1 +11 -1 src/contrib/libreadline/MANIFEST 1.1.1.4.2.1 +74 -13 src/contrib/libreadline/Makefile.in 1.1.1.4.2.1 +1 -1 src/contrib/libreadline/README 1.1.1.3.2.1 +149 -23 src/contrib/libreadline/aclocal.m4 1.1.1.1.8.1 +1 -1 src/contrib/libreadline/ansi_stdlib.h 1.1.1.4.2.1 +267 -162 src/contrib/libreadline/bind.c 1.1.1.4.2.1 +3 -11 src/contrib/libreadline/callback.c 1.1.1.2.6.1 +2 -2 src/contrib/libreadline/chardefs.h 1.6.2.2 +1 -1 src/contrib/libreadline/complete.c 1.1.1.2.6.1 +3 -0 src/contrib/libreadline/config.h.in 1.1.1.3.2.1 +256 -147 src/contrib/libreadline/configure 1.1.1.3.2.1 +18 -5 src/contrib/libreadline/configure.in 1.3.2.2 +1 -1 src/contrib/libreadline/display.c 1.1.1.1.8.1 +2 -14 src/contrib/libreadline/emacs_keymap.c 1.1.1.4.2.1 +11 -5 src/contrib/libreadline/funmap.c 1.1.1.4.2.1 +8 -10 src/contrib/libreadline/histexpand.c 1.1.1.5.2.1 +31 -23 src/contrib/libreadline/histfile.c 1.1.1.2.2.1 +9 -3 src/contrib/libreadline/histlib.h 1.1.1.3.2.1 +3 -3 src/contrib/libreadline/history.c 1.1.1.3.2.1 +5 -5 src/contrib/libreadline/history.h 1.1.1.2.6.1 +2 -5 src/contrib/libreadline/histsearch.c 1.1.1.2.2.1 +21 -71 src/contrib/libreadline/input.c 1.1.1.5.2.1 +7 -14 src/contrib/libreadline/isearch.c 1.1.1.2.2.1 +7 -7 src/contrib/libreadline/keymaps.c 1.1.1.3.2.1 +10 -2 src/contrib/libreadline/keymaps.h 1.1.1.4.2.1 +14 -25 src/contrib/libreadline/kill.c 1.1.1.1.8.1 +5 -14 src/contrib/libreadline/macro.c 1.1.1.3.6.1 +9 -12 src/contrib/libreadline/nls.c 1.1.1.3.2.1 +23 -18 src/contrib/libreadline/parens.c 1.1.1.2.6.1 +2 -2 src/contrib/libreadline/posixdir.h 1.1.1.2.2.1 +18 -0 src/contrib/libreadline/posixjmp.h 1.1.1.1.8.1 +2 -2 src/contrib/libreadline/posixstat.h 1.5.2.2 +1 -1 src/contrib/libreadline/readline.3 1.1.1.4.2.1 +69 -136 src/contrib/libreadline/readline.c 1.9.2.2 +1 -1 src/contrib/libreadline/readline.h 1.3.2.2 +1 -1 src/contrib/libreadline/rlconf.h 1.1.1.2.6.1 +4 -3 src/contrib/libreadline/rldefs.h 1.1.1.1.4.1 +6 -46 src/contrib/libreadline/rlstdc.h 1.1.1.3.2.1 +171 -31 src/contrib/libreadline/rltty.c 1.1.1.3.6.1 +22 -3 src/contrib/libreadline/rltty.h 1.1.1.1.6.1 +2 -3 src/contrib/libreadline/rlwinsize.h 1.1.1.3.2.1 +114 -68 src/contrib/libreadline/search.c 1.4.2.2 +1 -1 src/contrib/libreadline/shell.c 1.1.1.3.2.1 +26 -28 src/contrib/libreadline/signals.c 1.1.1.2.6.1 +2 -2 src/contrib/libreadline/tcap.h 1.2.2.2 +1 -1 src/contrib/libreadline/terminal.c 1.1.1.5.2.1 +38 -17 src/contrib/libreadline/tilde.c 1.1.1.2.6.1 +24 -4 src/contrib/libreadline/tilde.h 1.1.1.2.6.1 +4 -2 src/contrib/libreadline/undo.c 1.5.2.2 +1 -1 src/contrib/libreadline/util.c 1.1.1.1.8.1 +2 -2 src/contrib/libreadline/vi_keymap.c 1.1.1.3.2.1 +8 -25 src/contrib/libreadline/vi_mode.c 1.1.1.1.8.1 +14 -13 src/contrib/libreadline/xmalloc.c 1.1.1.3.2.1 +65 -22 src/contrib/libreadline/doc/Makefile.in 1.1.1.3.2.1 +2 -2 src/contrib/libreadline/doc/hist.texinfo 1.1.1.2.6.1 +8 -1 src/contrib/libreadline/doc/hstech.texinfo 1.1.1.2.6.1 +74 -35 src/contrib/libreadline/doc/hsuser.texinfo 1.1.1.1.4.1 +5 -5 src/contrib/libreadline/doc/manvers.texinfo 1.1.1.3.2.1 +2 -2 src/contrib/libreadline/doc/rlman.texinfo 1.1.1.4.2.1 +47 -4 src/contrib/libreadline/doc/rltech.texinfo 1.1.1.4.2.1 +395 -53 src/contrib/libreadline/doc/rluser.texinfo 1.1.1.3.2.1 +34 -4 src/contrib/libreadline/examples/Makefile.in 1.1.1.2.6.1 +17 -9 src/contrib/libreadline/examples/fileman.c 1.1.1.3.2.1 +26 -13 src/contrib/libreadline/examples/rl.c 1.1.1.3.6.1 +8 -8 src/contrib/libreadline/examples/rltest.c 1.1.1.1.4.1 +5 -3 src/contrib/libreadline/examples/rlversion.c 1.1.1.1.4.1 +56 -5 src/contrib/libreadline/shlib/Makefile.in 1.1.1.3.2.1 +279 -101 src/contrib/libreadline/support/config.guess 1.1.1.3.2.1 +333 -64 src/contrib/libreadline/support/config.sub 1.1.1.1.4.1 +45 -2 src/contrib/libreadline/support/shlib-install 1.1.1.1.4.1 +43 -7 src/contrib/libreadline/support/shobj-conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 16: 5: 0 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 846F237B9AF; Thu, 6 Jul 2000 16:04:56 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA93321; Thu, 6 Jul 2000 16:04:55 -0700 (PDT) (envelope-from imp@FreeBSD.org) Message-Id: <200007062304.QAA93321@freefall.freebsd.org> From: Warner Losh Date: Thu, 6 Jul 2000 16:04:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src UPDATING X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG imp 2000/07/06 16:04:55 PDT Modified files: . UPDATING Log: Add information on libftpio version backoff. Also mention the crypto collection changes. Revision Changes Path 1.94 +15 -1 src/UPDATING To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 16:11:16 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 69F1E37B9C0; Thu, 6 Jul 2000 16:11:12 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA95581; Thu, 6 Jul 2000 16:11:12 -0700 (PDT) (envelope-from ache@FreeBSD.org) Message-Id: <200007062311.QAA95581@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Thu, 6 Jul 2000 16:11:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/lib/libreadline Makefile.inc config.h src/gnu/lib/libreadline/readline/doc Makefile X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ache 2000/07/06 16:11:11 PDT Modified files: (Branch: RELENG_4) gnu/lib/libreadline Makefile.inc config.h gnu/lib/libreadline/readline/doc Makefile Log: MFC: upgrade to 4.1 Revision Changes Path 1.4.2.1 +3 -3 src/gnu/lib/libreadline/Makefile.inc 1.4.6.1 +4 -0 src/gnu/lib/libreadline/config.h 1.2.2.1 +9 -3 src/gnu/lib/libreadline/readline/doc/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 16:27:31 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B99E437B9C0; Thu, 6 Jul 2000 16:27:28 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA98312; Thu, 6 Jul 2000 16:27:28 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007062327.QAA98312@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 6 Jul 2000 16:27:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/i386/loader Makefile loader.8 src/sys/boot/alpha/common Makefile.common src/sys/boot/common loader.8 Makefile.inc src/sys/boot/alpha/loader Makefile X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/06 16:27:28 PDT Modified files: (Branch: RELENG_4) sys/boot/i386/loader Makefile sys/boot/alpha/common Makefile.common sys/boot/common Makefile.inc sys/boot/alpha/loader Makefile Added files: (Branch: RELENG_4) sys/boot/common loader.8 Removed files: (Branch: RELENG_4) sys/boot/i386/loader loader.8 Log: MFC: Commonly install manpages and backup previous loader. Revision Changes Path 1.41.2.3 +1 -3 src/sys/boot/i386/loader/Makefile 1.4.2.2 +6 -9 src/sys/boot/alpha/common/Makefile.common 1.9.2.1 +6 -1 src/sys/boot/common/Makefile.inc 1.2.2.3 +1 -2 src/sys/boot/alpha/loader/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 16:29:56 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D11B937B890; Thu, 6 Jul 2000 16:29:52 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA98812; Thu, 6 Jul 2000 16:29:52 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007062329.QAA98812@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 6 Jul 2000 16:29:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/alpha Makefile.inc src/sys/boot/alpha/netboot Makefile src/sys/boot/arc Makefile.inc src/sys/boot/common newvers.sh src/sys/boot/pc98/boot2 README.serial.98 boot2.S probe_keyboard.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/06 16:29:52 PDT Modified files: (Branch: RELENG_4) sys/boot/alpha Makefile.inc sys/boot/alpha/netboot Makefile sys/boot/arc Makefile.inc sys/boot/common newvers.sh sys/boot/pc98/boot2 README.serial.98 boot2.S probe_keyboard.c Log: MFC: add FreeBSD Ids. Revision Changes Path 1.5.6.1 +1 -0 src/sys/boot/alpha/Makefile.inc 1.8.2.1 +1 -0 src/sys/boot/alpha/netboot/Makefile 1.1.1.1.2.1 +1 -0 src/sys/boot/arc/Makefile.inc 1.1.2.1 +1 -0 src/sys/boot/common/newvers.sh 1.1.4.1 +2 -0 src/sys/boot/pc98/boot2/README.serial.98 1.1.4.1 +1 -0 src/sys/boot/pc98/boot2/boot2.S 1.1.4.1 +2 -0 src/sys/boot/pc98/boot2/probe_keyboard.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 16:31:50 2000 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [209.152.133.57]) by hub.freebsd.org (Postfix) with ESMTP id 7A20837BA5E; Thu, 6 Jul 2000 16:31:44 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.9.3/8.9.1) id QAA45803; Thu, 6 Jul 2000 16:31:43 -0700 (PDT) (envelope-from obrien) Date: Thu, 6 Jul 2000 16:31:43 -0700 From: "David O'Brien" To: "Andrey A. Chernov" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/gnu/lib/libreadline Makefile.inc config.h src/gnu/lib/libreadline/readline/doc Makefile Message-ID: <20000706163143.A90320@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <200007062311.QAA95581@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <200007062311.QAA95581@freefall.freebsd.org>; from ache@FreeBSD.org on Thu, Jul 06, 2000 at 04:11:12PM -0700 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Jul 06, 2000 at 04:11:12PM -0700, Andrey A. Chernov wrote: > ache 2000/07/06 16:11:11 PDT > Modified files: (Branch: RELENG_4) > gnu/lib/libreadline Makefile.inc config.h > gnu/lib/libreadline/readline/doc Makefile > Log: > MFC: upgrade to 4.1 SINCE I had done the MFC on contrib/libreadline, I would have appreciated if you would have let me deal with all the issues with the MFC. I have quite a large number of MFC diffs and as I said on the freebsd-stable list, RELENG_4 should be considered broken for a few hours. Either that or I "cd /usr/src ; cvs ci -m 'MFC.'". -- -- David (obrien@FreeBSD.org) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 16:35:24 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D7A1237B57A; Thu, 6 Jul 2000 16:35:18 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA99758; Thu, 6 Jul 2000 16:35:18 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007062335.QAA99758@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 6 Jul 2000 16:35:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/pc98/loader Makefile X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/06 16:35:18 PDT Modified files: (Branch: RELENG_4) sys/boot/pc98/loader Makefile Log: MFC: Commonly install manpages and backup previous loader. Revision Changes Path 1.12.2.3 +1 -3 src/sys/boot/pc98/loader/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 16:45: 9 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5948637BA3B; Thu, 6 Jul 2000 16:45:05 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA01608; Thu, 6 Jul 2000 16:45:05 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007062345.QAA01608@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 6 Jul 2000 16:45:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/ficl loader.c Makefile ficl.h words.c src/sys/boot/i386/loader version src/sys/boot/alpha/loader version X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/06 16:45:01 PDT Modified files: (Branch: RELENG_4) sys/boot/ficl Makefile ficl.h words.c sys/boot/i386/loader version sys/boot/alpha/loader version Added files: (Branch: RELENG_4) sys/boot/ficl loader.c Log: MFC: Add setenv, getenv, setenv?, unsetenv, copyin and copyout, ANS CORE EXT and SOURCE-ID. Also don't use FP regs on the Alpha in libficl and other Alpha needed fixes. Revision Changes Path 1.17.2.2 +3 -2 src/sys/boot/ficl/Makefile 1.11.2.1 +50 -15 src/sys/boot/ficl/ficl.h 1.23.2.1 +327 -135 src/sys/boot/ficl/words.c 1.5.2.1 +2 -1 src/sys/boot/i386/loader/version 1.2.2.1 +3 -1 src/sys/boot/alpha/loader/version To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 16:51:54 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 034C637BA66; Thu, 6 Jul 2000 16:51:48 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA02806; Thu, 6 Jul 2000 16:51:48 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007062351.QAA02806@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 6 Jul 2000 16:51:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/ficl dict.c ficl.c testmain.c vm.c src/sys/boot/ficl/alpha sysdep.c sysdep.h src/sys/boot/ficl/softwords string.fr classes.fr jhlocal.fr oo.fr softcore.awk softcore.fr X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/06 16:51:47 PDT Modified files: (Branch: RELENG_4) sys/boot/ficl dict.c ficl.c testmain.c vm.c sys/boot/ficl/alpha sysdep.c sysdep.h sys/boot/ficl/softwords classes.fr jhlocal.fr oo.fr softcore.awk softcore.fr Added files: (Branch: RELENG_4) sys/boot/ficl/softwords string.fr Log: MFC: upgrade to FICL 2.04 and fix issues on the Alpha platform. Revision Changes Path 1.6.2.1 +33 -12 src/sys/boot/ficl/dict.c 1.13.2.1 +44 -15 src/sys/boot/ficl/ficl.c 1.5.2.1 +2 -2 src/sys/boot/ficl/testmain.c 1.5.2.1 +48 -6 src/sys/boot/ficl/vm.c 1.7.2.1 +1 -37 src/sys/boot/ficl/alpha/sysdep.c 1.5.2.1 +7 -7 src/sys/boot/ficl/alpha/sysdep.h 1.1.6.1 +40 -7 src/sys/boot/ficl/softwords/classes.fr 1.1.6.1 +24 -11 src/sys/boot/ficl/softwords/jhlocal.fr 1.1.6.1 +35 -1 src/sys/boot/ficl/softwords/oo.fr 1.3.2.1 +52 -14 src/sys/boot/ficl/softwords/softcore.awk 1.8.2.1 +27 -12 src/sys/boot/ficl/softwords/softcore.fr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 16:53:28 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4BA0F37B78C; Thu, 6 Jul 2000 16:53:25 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA03072; Thu, 6 Jul 2000 16:53:25 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007062353.QAA03072@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 6 Jul 2000 16:53:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/i386/pxeldr pxeboot.8 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/06 16:53:25 PDT Modified files: (Branch: RELENG_4) sys/boot/i386/pxeldr pxeboot.8 Log: MFC: rev 1.2 (emove metion of the 'magic options) Revision Changes Path 1.1.2.3 +1 -4 src/sys/boot/i386/pxeldr/pxeboot.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 16:54:57 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D169237BA34; Thu, 6 Jul 2000 16:54:54 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA03318; Thu, 6 Jul 2000 16:54:54 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007062354.QAA03318@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 6 Jul 2000 16:54:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/i386/pxeldr Makefile X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/06 16:54:54 PDT Modified files: (Branch: RELENG_4) sys/boot/i386/pxeldr Makefile Log: MFC: rev 1.3 (clean up cruft) Revision Changes Path 1.1.2.3 +1 -5 src/sys/boot/i386/pxeldr/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 16:58:21 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AAFED37BA5E; Thu, 6 Jul 2000 16:58:17 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA03882; Thu, 6 Jul 2000 16:58:17 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007062358.QAA03882@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 6 Jul 2000 16:58:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/common boot.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/06 16:58:17 PDT Modified files: (Branch: RELENG_4) sys/boot/common boot.c Log: MFC: rev 1.18 (boot /kernel.old if /kernel is missing) Revision Changes Path 1.15.2.3 +3 -1 src/sys/boot/common/boot.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 16:59:33 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3CE9037BA34; Thu, 6 Jul 2000 16:59:29 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA04056; Thu, 6 Jul 2000 16:59:29 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007062359.QAA04056@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 6 Jul 2000 16:59:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/common commands.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/06 16:59:28 PDT Modified files: (Branch: RELENG_4) sys/boot/common commands.c Log: MFC: rev 1.14 (fix 'q' or 'Q' for the show command) Revision Changes Path 1.13.2.1 +3 -2 src/sys/boot/common/commands.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 17: 0:28 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B5AE037B987; Thu, 6 Jul 2000 17:00:26 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA04220; Thu, 6 Jul 2000 17:00:26 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007070000.RAA04220@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 6 Jul 2000 17:00:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/common dev_net.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/06 17:00:26 PDT Modified files: (Branch: RELENG_4) sys/boot/common dev_net.c Log: MFC: rev 1.7 Only probe network settings on the first open of the network device. The alpha firmware takes a seriously long time to open the network device the first time. Revision Changes Path 1.6.2.1 +2 -1 src/sys/boot/common/dev_net.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 17: 1:28 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2D57537BA66; Thu, 6 Jul 2000 17:01:25 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA04330; Thu, 6 Jul 2000 17:01:25 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007070001.RAA04330@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 6 Jul 2000 17:01:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/common interp.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/06 17:01:25 PDT Modified files: (Branch: RELENG_4) sys/boot/common interp.c Log: MFC: rev 1.23 * Remove the setting of sourceid from bf_vm(), as bf_vm() really has no clue. * set sourceid to 0 when booting, which is the correct setting for stdin. * set sourceid to an arbitrary fd when include'ing, preserving and restoring the previous sourceid. Revision Changes Path 1.22.2.1 +8 -2 src/sys/boot/common/interp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 17: 7:14 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E7A3F37BAC7; Thu, 6 Jul 2000 17:07:09 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA06344; Thu, 6 Jul 2000 17:07:09 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007070007.RAA06344@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 6 Jul 2000 17:07:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/common interp_forth.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/06 17:07:09 PDT Modified files: (Branch: RELENG_4) sys/boot/common interp_forth.c Log: MFC: rev 1.1{6,8} (place original builtins in a vocabulary called "builtins" and fix vocabulary juggling) MFC: rev 1.7 * Remove the setting of sourceid from bf_vm(), as bf_vm() really has no clue. * set sourceid to 0 when booting, which is the correct setting for stdin. * set sourceid to an arbitrary fd when include'ing, preserving and restoring the previous sourceid. Revision Changes Path 1.15.2.1 +7 -5 src/sys/boot/common/interp_forth.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 17: 8:42 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7C7F837BAB1; Thu, 6 Jul 2000 17:08:36 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA06646; Thu, 6 Jul 2000 17:08:36 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007070008.RAA06646@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 6 Jul 2000 17:08:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/common load_aout.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/06 17:08:35 PDT Modified files: (Branch: RELENG_4) sys/boot/common load_aout.c Log: MFC: rev 1.18 (make MI as `sizeof' returns different sizes on different platforms) Revision Changes Path 1.16.2.1 +3 -3 src/sys/boot/common/load_aout.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 17: 9:49 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2D83B37BA82; Thu, 6 Jul 2000 17:09:46 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA06875; Thu, 6 Jul 2000 17:09:45 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007070009.RAA06875@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 6 Jul 2000 17:09:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/common ls.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/06 17:09:45 PDT Modified files: (Branch: RELENG_4) sys/boot/common ls.c Log: White space commit to remove differences with the HEAD. Revision Changes Path 1.8.2.2 +2 -2 src/sys/boot/common/ls.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 17:11:27 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 97D8E37BC45; Thu, 6 Jul 2000 17:11:24 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA07203; Thu, 6 Jul 2000 17:11:24 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007070011.RAA07203@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 6 Jul 2000 17:11:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/pc98/boot2 boot.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/06 17:11:24 PDT Modified files: (Branch: RELENG_4) sys/boot/pc98/boot2 boot.c Log: MFC: rev 1.8 (allow compliation on standard i386) Revision Changes Path 1.6.2.2 +2 -2 src/sys/boot/pc98/boot2/boot.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 17:14:38 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1A97B37BB30; Thu, 6 Jul 2000 17:14:36 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA07735; Thu, 6 Jul 2000 17:14:35 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007070014.RAA07735@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 6 Jul 2000 17:14:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/forth loader.4th X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/06 17:14:35 PDT Modified files: (Branch: RELENG_4) sys/boot/forth loader.4th Log: MFC: rev 1.6 (Modify boot-conf so it can take a kernel or directory name as a parameter and DTRT) rev 1.7 (add version checking) rev 1.8 (fix usage of the word environment?) Revision Changes Path 1.5.2.1 +147 -5 src/sys/boot/forth/loader.4th To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 17:16: 1 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D077C37BAEC; Thu, 6 Jul 2000 17:15:54 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA08038; Thu, 6 Jul 2000 17:15:54 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007070015.RAA08038@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 6 Jul 2000 17:15:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/forth support.4th X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/06 17:15:54 PDT Modified files: (Branch: RELENG_4) sys/boot/forth support.4th Log: MFC: rev 1.4 Remove AGAIN definition, as FICL 2.04 provides it. Add strlen, and 2>r 2r> Revision Changes Path 1.3.2.1 +12 -4 src/sys/boot/forth/support.4th To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 17:20:56 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 01ED637BA82; Thu, 6 Jul 2000 17:20:51 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA08900; Thu, 6 Jul 2000 17:20:50 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007070020.RAA08900@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 6 Jul 2000 17:20:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/alpha/libalpha OSFpal.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/06 17:20:50 PDT Modified files: (Branch: RELENG_4) sys/boot/alpha/libalpha OSFpal.c Log: MFC: rev 1.3 (record the new PALcode revision in the pcs structure after changing to run OSF/1 PALcode) Revision Changes Path 1.2.2.1 +3 -1 src/sys/boot/alpha/libalpha/OSFpal.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 17:23:24 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6EDAF37BAB0; Thu, 6 Jul 2000 17:23:22 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA09344; Thu, 6 Jul 2000 17:23:21 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <200007070023.RAA09344@freefall.freebsd.org> From: Kris Kennaway Date: Thu, 6 Jul 2000 17:23:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/msgs msgs.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/07/06 17:23:21 PDT Modified files: (Branch: RELENG_4) usr.bin/msgs msgs.c Log: Don't allow printf directives in PAGER Obtained from: OpenBSD Revision Changes Path 1.15.2.1 +2 -2 src/usr.bin/msgs/msgs.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 17:24:20 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C30F037BA66; Thu, 6 Jul 2000 17:24:14 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA09481; Thu, 6 Jul 2000 17:24:14 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <200007070024.RAA09481@freefall.freebsd.org> From: Kris Kennaway Date: Thu, 6 Jul 2000 17:24:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/msgs msgs.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/07/06 17:24:14 PDT Modified files: usr.bin/msgs msgs.c Log: MFS: Don't allow printf directives in PAGER Obtained from: OpenBSD Revision Changes Path 1.16 +2 -2 src/usr.bin/msgs/msgs.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 17:24:50 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D918537BA66; Thu, 6 Jul 2000 17:24:44 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from localhost (kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) with ESMTP id RAA09560; Thu, 6 Jul 2000 17:24:44 -0700 (PDT) (envelope-from kris@FreeBSD.org) X-Authentication-Warning: freefall.freebsd.org: kris owned process doing -bs Date: Thu, 6 Jul 2000 17:24:44 -0700 (PDT) From: Kris Kennaway To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/msgs msgs.c In-Reply-To: <200007070023.RAA09344@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 6 Jul 2000, Kris Kennaway wrote: > kris 2000/07/06 17:23:21 PDT > > Modified files: (Branch: RELENG_4) Oops, didn't intend to commit this to RELENG_4, but it's a trivial change. Kris -- In God we Trust -- all others must submit an X.509 certificate. -- Charles Forsythe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 17:29:35 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E90E137BADC; Thu, 6 Jul 2000 17:29:32 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA10105; Thu, 6 Jul 2000 17:29:32 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007070029.RAA10105@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 6 Jul 2000 17:29:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf kmod.mk Makefile.alpha Makefile.i386 files.i386 files.pc98 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/06 17:29:32 PDT Modified files: (Branch: RELENG_4) sys/conf Makefile.alpha Makefile.i386 files.i386 files.pc98 Added files: (Branch: RELENG_4) sys/conf kmod.mk Log: MFC: 1. build modules with kernel 2. use objcopy to strip the gcc2_compiled. symbol from kernels 3. use "nm | awk ..." instead of genassym(1) 4. move kmod.mk from share/mk to /sys Revision Changes Path 1.47.2.2 +65 -16 src/sys/conf/Makefile.alpha 1.179.2.2 +70 -16 src/sys/conf/Makefile.i386 1.307.2.5 +5 -5 src/sys/conf/files.i386 1.140.2.6 +5 -5 src/sys/conf/files.pc98 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 17:30:43 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3241837BBD5; Thu, 6 Jul 2000 17:30:41 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA10330; Thu, 6 Jul 2000 17:30:41 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007070030.RAA10330@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 6 Jul 2000 17:30:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ppbus lptio.h lpt.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/06 17:30:41 PDT Modified files: (Branch: RELENG_4) sys/dev/ppbus lpt.c Added files: (Branch: RELENG_4) sys/dev/ppbus lptio.h Log: MFC: Use MI lptio.h, rather than MD lpt.h. Revision Changes Path 1.15.2.3 +2 -3 src/sys/dev/ppbus/lpt.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 17:38:58 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 703C537B5EB; Thu, 6 Jul 2000 17:38:51 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA11861; Thu, 6 Jul 2000 17:38:51 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007070038.RAA11861@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 6 Jul 2000 17:38:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/gnu/i386/fpemul reg_div.s reg_round.s wm_sqrt.s src/sys/i386/i386 bioscall.s db_interface.c exception.s locore.s support.s src/sys/i386/include atomic.h src/sys/i386/isa apic_vector.s icu_vector.s ipl.s src/sys/i386/linux linux_locore.s ... X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/06 17:38:51 PDT Modified files: (Branch: RELENG_4) sys/gnu/i386/fpemul reg_div.s reg_round.s wm_sqrt.s sys/i386/i386 bioscall.s db_interface.c exception.s locore.s support.s sys/i386/include atomic.h sys/i386/isa apic_vector.s icu_vector.s ipl.s sys/i386/linux linux_locore.s sys/i386/svr4 svr4_locore.s Log: MFC: x86 ASM cleanups allowed/required with/by Binutils 2.10.0. 1. Do not specify the size to operations; allow the assembler to decide. (we often were mixing 32-bit operations with 16-bit operands) 2. AT&T asm syntax requires a leading '*' in front of the operand for indirect calls and jumps. Revision Changes Path 1.9.2.1 +2 -2 src/sys/gnu/i386/fpemul/reg_div.s 1.9.2.1 +1 -1 src/sys/gnu/i386/fpemul/reg_round.s 1.9.2.1 +1 -1 src/sys/gnu/i386/fpemul/wm_sqrt.s 1.6.2.1 +2 -2 src/sys/i386/i386/bioscall.s 1.48.2.1 +2 -2 src/sys/i386/i386/db_interface.c 1.65.2.2 +18 -18 src/sys/i386/i386/exception.s 1.132.2.2 +7 -11 src/sys/i386/i386/locore.s 1.67.2.2 +8 -24 src/sys/i386/i386/support.s 1.9.2.1 +10 -10 src/sys/i386/include/atomic.h 1.47.2.3 +21 -21 src/sys/i386/isa/apic_vector.s 1.14.2.1 +9 -9 src/sys/i386/isa/icu_vector.s 1.32.2.2 +3 -3 src/sys/i386/isa/ipl.s 1.5.2.1 +1 -1 src/sys/i386/linux/linux_locore.s 1.10.2.1 +2 -2 src/sys/i386/svr4/svr4_locore.s To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 17:44:41 2000 Delivered-To: cvs-all@freebsd.org Received: from netplex.com.au (adsl-63-207-30-186.dsl.snfc21.pacbell.net [63.207.30.186]) by hub.freebsd.org (Postfix) with ESMTP id 496C737B505; Thu, 6 Jul 2000 17:44:35 -0700 (PDT) (envelope-from peter@netplex.com.au) Received: from netplex.com.au (peter@localhost [127.0.0.1]) by netplex.com.au (8.9.3/8.9.3) with ESMTP id RAA03203; Thu, 6 Jul 2000 17:44:33 -0700 (PDT) (envelope-from peter@netplex.com.au) Message-Id: <200007070044.RAA03203@netplex.com.au> X-Mailer: exmh version 2.1.1 10/15/1999 To: Robert Watson Cc: Sheldon Hearn , Brian Somers , Thomas Gellekum , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc rc.shutdown In-Reply-To: Message from Robert Watson of "Thu, 06 Jul 2000 16:34:19 EDT." Date: Thu, 06 Jul 2000 17:44:33 -0700 From: Peter Wemm Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Robert Watson wrote: > > So, generally, my observation for rc.d scripts was that previously, they > never even looked at the arguments, so running (whatever) stop will > actually run additional copies of the service on shutdown, if > /usr/local/etc/rc.d is not updated. Is this correct? I have previously implemented /etc/shutdown.d and /usr/local/etc/shutdown.d to avoid the confusion about what happens when /etc/rc.shutdown calls "/usr/local/etc/rc.d/apache.sh stop" and the old apache.sh doesn't check $1 and starts up instead. I also had patches to about a dozen ports to install shutdown scripts, but I suspect they are long out of date now. Cheers, -Peter -- Peter Wemm - peter@FreeBSD.org; peter@yahoo-inc.com; peter@netplex.com.au "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 17:45:22 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5F6F037BADC; Thu, 6 Jul 2000 17:45:17 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA13153; Thu, 6 Jul 2000 17:45:17 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007070045.RAA13153@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 6 Jul 2000 17:45:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 mem.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/06 17:45:16 PDT Modified files: (Branch: RELENG_4) sys/i386/i386 mem.c Log: MFC: rev 1.83 (sort sys includes) Revision Changes Path 1.79.2.2 +5 -5 src/sys/i386/i386/mem.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 17:52:50 2000 Delivered-To: cvs-all@freebsd.org Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by hub.freebsd.org (Postfix) with ESMTP id DA22237BADC; Thu, 6 Jul 2000 17:52:44 -0700 (PDT) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.9.3/8.9.3) id UAA35213; Thu, 6 Jul 2000 20:52:43 -0400 (EDT) (envelope-from wollman) Date: Thu, 6 Jul 2000 20:52:43 -0400 (EDT) From: Garrett Wollman Message-Id: <200007070052.UAA35213@khavrinen.lcs.mit.edu> To: "David E. O'Brien" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/gnu/i386/fpemul reg_div.s reg_round.s wm_sqrt.s src/sys/i386/i386 bioscall.s db_interface.c exception.s locore.s support.s src/sys/i386/include atomic.h src/sys/i386/isa apic_vector.s icu_vector.s ipl.s src/sys/i386/linux linux_locore.s ... In-Reply-To: <200007070038.RAA11861@freefall.freebsd.org> References: <200007070038.RAA11861@freefall.freebsd.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG < said: > MFC: x86 ASM cleanups allowed/required with/by Binutils 2.10.0. How will this affect source upgrades from 3.5? -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 17:58:37 2000 Delivered-To: cvs-all@freebsd.org Received: from pike.osd.bsdi.com (pike.osd.bsdi.com [204.216.28.222]) by hub.freebsd.org (Postfix) with ESMTP id 906EA37B6F9; Thu, 6 Jul 2000 17:58:33 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from foo.osd.bsdi.com (root@foo.osd.bsdi.com [204.216.28.137]) by pike.osd.bsdi.com (8.9.3/8.9.3) with ESMTP id RAA29774; Thu, 6 Jul 2000 17:58:21 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from FreeBSD.org (jhb@localhost [127.0.0.1]) by foo.osd.bsdi.com (8.9.3/8.9.3) with ESMTP id RAA10237; Thu, 6 Jul 2000 17:57:56 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Message-ID: <39652B14.28A4B823@FreeBSD.org> Date: Thu, 06 Jul 2000 17:57:56 -0700 From: John Baldwin Organization: BSD, Inc. X-Mailer: Mozilla 4.73 [en] (X11; I; FreeBSD 4.0-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: Garrett Wollman Cc: "David E. O'Brien" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/gnu/i386/fpemul reg_div.s reg_round.swm_sqrt.s src/sys/i386/i386 bioscall.s db_interface.c exception.slocore.s support.s src/sys/i386/include atomic.h src/sys/i386/isaapic_vector.s icu_vector.s ipl.s src/sys/i386/linux linux_locore.s ... References: <200007070038.RAA11861@freefall.freebsd.org> <200007070052.UAA35213@khavrinen.lcs.mit.edu> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Garrett Wollman wrote: > > < said: > > > MFC: x86 ASM cleanups allowed/required with/by Binutils 2.10.0. > > How will this affect source upgrades from 3.5? Same as it has effected the 4.x to -current upgrades since -current's binutils was upgraded: none. > -GAWollman -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.cslab.vt.edu/~jobaldwi/pgpkey.asc "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 17:59:27 2000 Delivered-To: cvs-all@freebsd.org Received: from netplex.com.au (adsl-63-207-30-186.dsl.snfc21.pacbell.net [63.207.30.186]) by hub.freebsd.org (Postfix) with ESMTP id 6188637B6CA; Thu, 6 Jul 2000 17:59:19 -0700 (PDT) (envelope-from peter@netplex.com.au) Received: from netplex.com.au (peter@localhost [127.0.0.1]) by netplex.com.au (8.9.3/8.9.3) with ESMTP id RAA03317; Thu, 6 Jul 2000 17:59:16 -0700 (PDT) (envelope-from peter@netplex.com.au) Message-Id: <200007070059.RAA03317@netplex.com.au> X-Mailer: exmh version 2.1.1 10/15/1999 To: Garrett Wollman Cc: "David E. O'Brien" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/gnu/i386/fpemul reg_div.s reg_round.s wm_sqrt.s src/sys/i386/i386 bioscall.s db_interface.c exception.s locore.s support.s src/sys/i386/include atomic.h src/sys/i386/isa apic_vector.s icu_vector.s ipl.s src/sys/i386/linux linux_locore.s ... In-Reply-To: Message from Garrett Wollman of "Thu, 06 Jul 2000 20:52:43 EDT." <200007070052.UAA35213@khavrinen.lcs.mit.edu> Date: Thu, 06 Jul 2000 17:59:16 -0700 From: Peter Wemm Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Garrett Wollman wrote: > < said: > > > MFC: x86 ASM cleanups allowed/required with/by Binutils 2.10.0. Hopefully not in the slightest. I recently (4 days ago) took a 4.0-REL system up to -current with a straight 'make world'. That crossed over the binutils etc changes and there were no hiccups at all. I would expect 3.5-> 4.x to be similar now, and 4.x->5.x to be even more trivial than it used to be. Cheers, -Peter -- Peter Wemm - peter@FreeBSD.org; peter@yahoo-inc.com; peter@netplex.com.au "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 18: 8: 4 2000 Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 542) id CAB4337B6CA; Thu, 6 Jul 2000 18:08:00 -0700 (PDT) Date: Thu, 6 Jul 2000 18:08:00 -0700 From: "Andrey A. Chernov" To: David O'Brien Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/gnu/lib/libreadline Makefile.inc config.h src/gnu/lib/libreadline/readline/doc Makefile Message-ID: <20000706180759.A70316@freebsd.org> References: <200007062311.QAA95581@freefall.freebsd.org> <20000706163143.A90320@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <20000706163143.A90320@dragon.nuxi.com>; from obrien@FreeBSD.org on Thu, Jul 06, 2000 at 04:31:43PM -0700 Organization: Biomechanoid Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Jul 06, 2000 at 04:31:43PM -0700, David O'Brien wrote: > On Thu, Jul 06, 2000 at 04:11:12PM -0700, Andrey A. Chernov wrote: > > ache 2000/07/06 16:11:11 PDT > > Modified files: (Branch: RELENG_4) > > gnu/lib/libreadline Makefile.inc config.h > > gnu/lib/libreadline/readline/doc Makefile > > Log: > > MFC: upgrade to 4.1 > > SINCE I had done the MFC on contrib/libreadline, I would have appreciated > if you would have let me deal with all the issues with the MFC. As I see initial MFC was partially done, i.e. some files removed/added was not included, etc. I do this only because I am kinda maintainer of libreadline. I do not plan to MFC any other non-mine changes. -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 18: 9:56 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 709E337BB4E; Thu, 6 Jul 2000 18:09:52 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA18664; Thu, 6 Jul 2000 18:09:52 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007070109.SAA18664@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 6 Jul 2000 18:09:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/linux linux_ioctl.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/06 18:09:52 PDT Modified files: (Branch: RELENG_4) sys/i386/linux linux_ioctl.c Log: MFC: rev 1.51 (style fixes) Revision Changes Path 1.50.2.1 +5 -5 src/sys/i386/linux/linux_ioctl.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 18:12:11 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1A04837B6CA; Thu, 6 Jul 2000 18:12:08 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA19031; Thu, 6 Jul 2000 18:12:08 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007070112.SAA19031@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 6 Jul 2000 18:12:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/linux linux_ioctl.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/06 18:12:07 PDT Modified files: (Branch: RELENG_4) sys/i386/linux linux_ioctl.h Log: MFC: rev 1.3 (style fixes) Revision Changes Path 1.2.2.1 +13 -13 src/sys/i386/linux/linux_ioctl.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 18:15:27 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 83F9D37B673; Thu, 6 Jul 2000 18:15:25 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA19623; Thu, 6 Jul 2000 18:15:25 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007070115.SAA19623@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 6 Jul 2000 18:15:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/linux linux_misc.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/06 18:15:25 PDT Modified files: (Branch: RELENG_4) sys/i386/linux linux_misc.c Log: MFC: rev 1.78 (remove unneeded #include) rev 1.79 (Linux allows to mmap annonymous with a file descriptor passed, FreeBSD doesn't. In the Linux emulation layer, ignore the fd passed when MAP_ANON is specified.) Revision Changes Path 1.77.2.1 +11 -4 src/sys/i386/linux/linux_misc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 18:16:57 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DB85137B673; Thu, 6 Jul 2000 18:16:52 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA20179; Thu, 6 Jul 2000 18:16:52 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007070116.SAA20179@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 6 Jul 2000 18:16:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/linux linux_stats.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/06 18:16:52 PDT Modified files: (Branch: RELENG_4) sys/i386/linux linux_stats.c Log: MFC: rev 1.21 (remove unneeded #includes) Revision Changes Path 1.20.2.1 +1 -3 src/sys/i386/linux/linux_stats.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 18:18:27 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F0EFC37BB4E; Thu, 6 Jul 2000 18:18:22 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA20555; Thu, 6 Jul 2000 18:18:22 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007070118.SAA20555@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 6 Jul 2000 18:18:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/linux syscalls.master X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/06 18:18:22 PDT Modified files: (Branch: RELENG_4) sys/i386/linux syscalls.master Log: MFC: rev 1.31 Fixed the return type for exit() and the args struct tag several NOPROTO syscalls including exit(). These entries were unused, so the bugs had no effect, but the the args struct tag will be used to calculate sy_nargs correctly. exit() was wrong in all emulators. Revision Changes Path 1.30.2.1 +4 -3 src/sys/i386/linux/syscalls.master To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 18:22:50 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B14EC37BB30; Thu, 6 Jul 2000 18:22:46 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA21346; Thu, 6 Jul 2000 18:22:46 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007070122.SAA21346@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 6 Jul 2000 18:22:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/linux linux_sysent.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/06 18:22:46 PDT Modified files: (Branch: RELENG_4) sys/i386/linux linux_sysent.c Log: MFC: Regenerated (fixed the calculation of sy_nargs in sysent tables). Revision Changes Path 1.33.2.1 +1 -1 src/sys/i386/linux/linux_sysent.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 18:23:50 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3C1D737BB30; Thu, 6 Jul 2000 18:23:46 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA21546; Thu, 6 Jul 2000 18:23:46 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007070123.SAA21546@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 6 Jul 2000 18:23:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/linux linux_util.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/06 18:23:46 PDT Modified files: (Branch: RELENG_4) sys/i386/linux linux_util.c Log: MFC: rev 1.10 (remove unneeded #includes) Revision Changes Path 1.9.2.1 +1 -2 src/sys/i386/linux/linux_util.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 18:29: 4 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 78B0037BB45; Thu, 6 Jul 2000 18:29:02 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA22296; Thu, 6 Jul 2000 18:29:02 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007070129.SAA22296@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 6 Jul 2000 18:29:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules/linux Makefile X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/06 18:29:01 PDT Modified files: (Branch: RELENG_4) sys/modules/linux Makefile Log: MFC: rev 1.35-36(use sys/conf/kmod.mk to make /sys self contained) rev 1.37 (use getassym script) Revision Changes Path 1.34.2.1 +5 -2 src/sys/modules/linux/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 18:30:32 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8E05537BBF4; Thu, 6 Jul 2000 18:30:29 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA22446; Thu, 6 Jul 2000 18:30:29 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007070130.SAA22446@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 6 Jul 2000 18:30:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules/svr4 Makefile X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/06 18:30:29 PDT Modified files: (Branch: RELENG_4) sys/modules/svr4 Makefile Log: MFC: rev 1.1{4,6} (use sys/conf/kmod.mk to make /sys self contained) rev 1.15 (make MI) rev 1.17 (use getassym script) Revision Changes Path 1.13.2.1 +8 -3 src/sys/modules/svr4/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 18:31:20 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E44B537BBD5; Thu, 6 Jul 2000 18:31:16 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA22637; Thu, 6 Jul 2000 18:31:16 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007070131.SAA22637@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 6 Jul 2000 18:31:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys assym.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/06 18:31:16 PDT Modified files: (Branch: RELENG_4) sys/sys assym.h Log: MFC: rev 1.4 Use "nm | awk ..." instead of genassym(1) to generate symbol value headers. Symbol values are now represented using array sizes (4 arrays per symbol so that 16-bit machines can represent 64-bit values) instead of being raw binary values. Revision Changes Path 1.3.2.1 +8 -12 src/sys/sys/assym.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 18:34:52 2000 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [209.152.133.57]) by hub.freebsd.org (Postfix) with ESMTP id 247FF37BB7E; Thu, 6 Jul 2000 18:34:44 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.9.3/8.9.1) id SAA46574; Thu, 6 Jul 2000 18:34:24 -0700 (PDT) (envelope-from obrien) Date: Thu, 6 Jul 2000 18:34:24 -0700 From: "David O'Brien" To: Garrett Wollman Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/gnu/i386/fpemul reg_div.s reg_round.s wm_sqrt.s src/sys/i386/i386 bioscall.s db_interface.c exception.s locore.s support.s src/sys/i386/include atomic.h src/sys/i386/isa apic_vector.s icu_vector.s ipl.s src/sys/i386/linux linux_locore.s ... Message-ID: <20000706183424.C90320@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <200007070038.RAA11861@freefall.freebsd.org> <200007070052.UAA35213@khavrinen.lcs.mit.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <200007070052.UAA35213@khavrinen.lcs.mit.edu>; from wollman@khavrinen.lcs.mit.edu on Thu, Jul 06, 2000 at 08:52:43PM -0400 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Jul 06, 2000 at 08:52:43PM -0400, Garrett Wollman wrote: > > MFC: x86 ASM cleanups allowed/required with/by Binutils 2.10.0. > How will this affect source upgrades from 3.5? _IF_ it affects them, our `make buildworld' is fubar'ed again [w/in the bootstrap, build tools, and cross targets]; and need to be fixed. -- -- David (obrien@FreeBSD.org) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 18:36:39 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BB8F137BB45; Thu, 6 Jul 2000 18:36:36 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA23372; Thu, 6 Jul 2000 18:36:36 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007070136.SAA23372@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 6 Jul 2000 18:36:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern genassym.sh X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/06 18:36:36 PDT Added files: (Branch: RELENG_4) sys/kern genassym.sh Log: MFC: Use "nm | awk ..." instead of genassym(1) to generate symbol value headers. Symbol values are now represented using array sizes (4 arrays per symbol so that 16-bit machines can represent 64-bit values) instead of being raw binary values. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 18:38:19 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 89F6337BC31; Thu, 6 Jul 2000 18:38:14 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA23590; Thu, 6 Jul 2000 18:38:14 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007070138.SAA23590@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 6 Jul 2000 18:38:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/linux linux_proto.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/06 18:38:14 PDT Modified files: (Branch: RELENG_4) sys/i386/linux linux_proto.h Log: MFC: rev 1.33 Regenerated (fixed the calculation of sy_nargs in sysent tables). Revision Changes Path 1.32.2.1 +1 -1 src/sys/i386/linux/linux_proto.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 18:39: 3 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9464637BBBA; Thu, 6 Jul 2000 18:38:59 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA23669; Thu, 6 Jul 2000 18:38:59 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007070138.SAA23669@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 6 Jul 2000 18:38:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/linux linux_syscall.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/06 18:38:59 PDT Modified files: (Branch: RELENG_4) sys/i386/linux linux_syscall.h Log: MFC: rev 1.28 Regenerated (fixed the calculation of sy_nargs in sysent tables). Revision Changes Path 1.27.2.1 +1 -1 src/sys/i386/linux/linux_syscall.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 19:20:23 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 98BAE37BCC7; Thu, 6 Jul 2000 19:20:20 -0700 (PDT) (envelope-from horikawa@FreeBSD.org) Received: (from horikawa@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA36452; Thu, 6 Jul 2000 19:20:20 -0700 (PDT) (envelope-from horikawa@FreeBSD.org) Message-Id: <200007070220.TAA36452@freefall.freebsd.org> From: Kazuo Horikawa Date: Thu, 6 Jul 2000 19:20:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/man-doc Makefile ports/japanese/man-doc/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG horikawa 2000/07/06 19:20:20 PDT Modified files: japanese/man-doc Makefile japanese/man-doc/pkg PLIST Log: o Update DISTNAME and PKGNAME to meet with the version in doc/ja_JP.eucJP/man. o Stop making a symlink ${PREFIX}/share/man/ja_JP.EUC, in order to avoid that /usr/bin/man formats ja_JP.EUC manuals under it. o pkg/PLIST becomes placeholder, because actual PLIST (work/PLIST) is created dynamically based on doc/ja_JP.eucJP/man. Submitted by: man-jp@jp.FreeBSD.org Revision Changes Path 1.33 +2 -4 ports/japanese/man-doc/Makefile 1.8 +1 -746 ports/japanese/man-doc/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 19:41:30 2000 Delivered-To: cvs-all@freebsd.org Received: from smtp1.interramp.com (smtp1.interramp.com [38.8.45.2]) by hub.freebsd.org (Postfix) with ESMTP id 907F137B695; Thu, 6 Jul 2000 19:41:20 -0700 (PDT) (envelope-from horikawa@psinet.com) Received: from [38.26.194.73] (helo=localhost) by smtp1.interramp.com with esmtp (Exim 1.90 #1) id 13AO4s-0004ae-00; Thu, 6 Jul 2000 22:41:18 -0400 To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/japanese/man-doc Makefile ports/japanese/man-doc/pkg PLIST In-Reply-To: Your message of "Thu, 6 Jul 2000 19:20:20 -0700 (PDT)" <200007070220.TAA36452@freefall.freebsd.org> References: <200007070220.TAA36452@freefall.freebsd.org> X-Mailer: Mew version 1.93 on Emacs 19.34 / Mule 2.3 (SUETSUMUHANA) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20000706223842I.horikawa@psinet.com> Date: Thu, 06 Jul 2000 22:38:42 -0400 From: Kazuo Horikawa X-Dispatcher: imput version 980905(IM100) Lines: 6 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Actually, what I changed was PORTVERSION. > Log: > o Update DISTNAME and PKGNAME to meet with the version in doc/ja_JP.eucJP/man. -- Kazuo Horikawa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 21: 3:10 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2330537B563; Thu, 6 Jul 2000 21:02:47 -0700 (PDT) (envelope-from horikawa@FreeBSD.org) Received: (from horikawa@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA57806; Thu, 6 Jul 2000 21:02:47 -0700 (PDT) (envelope-from horikawa@FreeBSD.org) Message-Id: <200007070402.VAA57806@freefall.freebsd.org> From: Kazuo Horikawa Date: Thu, 6 Jul 2000 21:02:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/man/man1 Makefile apropos.1 at.1 basename.1 builtin.1 cat.1 cdcontrol.1 chflags.1 cmp.1 col.1 column.1 compress.1 date.1 df.1 doscmd.1 du.1 ed.1 expand.1 fdwrite.1 find.1 fstat.1 ftp.1 gencat.1 groups.1 id.1 ipcrm.1 ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG horikawa 2000/07/06 21:02:46 PDT Modified files: ja_JP.eucJP/man/man1 Makefile apropos.1 at.1 basename.1 builtin.1 cat.1 cdcontrol.1 chflags.1 cmp.1 col.1 column.1 compress.1 date.1 df.1 doscmd.1 du.1 ed.1 expand.1 fdwrite.1 find.1 fstat.1 ftp.1 gencat.1 groups.1 id.1 ipcrm.1 join.1 jot.1 kbdcontrol.1 keyinfo.1 ldd.1 leave.1 limits.1 logger.1 logname.1 lpr.1 ls.1 lsvfs.1 make.1 makewhatis.1 man.1 mkfifo.1 mt.1 ncplist.1 ncplogin.1 ncplogout.1 nohup.1 opieinfo.1 opiekey.1 opiepasswd.1 paste.1 printenv.1 quota.1 rm.1 rup.1 ruptime.1 rusers.1 rwall.1 rwho.1 sasc.1 sockstat.1 tail.1 tar.1 tcpslice.1 tee.1 telnet.1 tip.1 touch.1 uname.1 uniq.1 wc.1 whoami.1 ja_JP.eucJP/man/man5 amd.conf.5 crontab.5 login.conf.5 opiekeys.5 passwd.5 pccard.conf.5 rc.conf.5 utmp.5 ja_JP.eucJP/man/man7 hier.7 mdoc.7 mdoc.samples.7 security.7 ja_JP.eucJP/man/man8 Makefile accton.8 amd.8 ancontrol.8 boot_i386.8 burncd.8 camcontrol.8 chkgrp.8 comcontrol.8 dhclient-script.8 disklabel.8 dump.8 dumpon.8 fdisk.8 fsirand.8 gifconfig.8 hlfsd.8 ifmcstat.8 ipfw.8 jail.8 kldstat.8 locate.updatedb.8 mailwrapper.8 mknod.8 mount.8 mount_msdos.8 mount_null.8 mount_std.8 mountd.8 moused.8 mtree.8 natd.8 ndc.8 ndp.8 newfs_msdos.8 newsyslog.8 ntpd.8 ntpdate.8 ntpdc.8 ntpq.8 ntptrace.8 pccardd.8 ping6.8 ppp.8 prefix.8 rc.8 restore.8 rexecd.8 setkey.8 spppcontrol.8 telnetd.8 timed.8 traceroute.8 traceroute6.8 usbd.8 vinum.8 vnconfig.8 ypserv.8 Removed files: ja_JP.eucJP/man/man8 ng_UI.8 ng_async.8 ng_bpf.8 ng_cisco.8 ng_echo.8 ng_ether.8 ng_frame_relay.8 ng_hole.8 ng_iface.8 ng_ksocket.8 ng_lmi.8 ng_ppp.8 ng_pppoe.8 ng_pptpgre.8 ng_rfc1490.8 ng_socket.8 ng_tee.8 ng_tty.8 ng_vjc.8 Log: Cache up 4.0-20000703-STABLE (w/o some new manuals) Reviewed by:man-jp@jp.FreeBSD.org Revision Changes Path 1.23 +57 -40 doc/ja_JP.eucJP/man/man1/Makefile 1.6 +6 -4 doc/ja_JP.eucJP/man/man1/apropos.1 1.11 +5 -2 doc/ja_JP.eucJP/man/man1/at.1 1.6 +5 -5 doc/ja_JP.eucJP/man/man1/basename.1 1.3 +4 -11 doc/ja_JP.eucJP/man/man1/builtin.1 1.8 +78 -9 doc/ja_JP.eucJP/man/man1/cat.1 1.10 +5 -5 doc/ja_JP.eucJP/man/man1/cdcontrol.1 1.6 +2 -2 doc/ja_JP.eucJP/man/man1/chflags.1 1.6 +7 -3 doc/ja_JP.eucJP/man/man1/cmp.1 1.4 +6 -6 doc/ja_JP.eucJP/man/man1/col.1 1.4 +6 -6 doc/ja_JP.eucJP/man/man1/column.1 1.3 +9 -9 doc/ja_JP.eucJP/man/man1/compress.1 1.15 +61 -61 doc/ja_JP.eucJP/man/man1/date.1 1.10 +10 -2 doc/ja_JP.eucJP/man/man1/df.1 1.6 +17 -4 doc/ja_JP.eucJP/man/man1/doscmd.1 1.7 +7 -7 doc/ja_JP.eucJP/man/man1/du.1 1.10 +3 -2 doc/ja_JP.eucJP/man/man1/ed.1 1.3 +9 -9 doc/ja_JP.eucJP/man/man1/expand.1 1.7 +3 -3 doc/ja_JP.eucJP/man/man1/fdwrite.1 1.14 +10 -2 doc/ja_JP.eucJP/man/man1/find.1 1.6 +10 -6 doc/ja_JP.eucJP/man/man1/fstat.1 1.13 +12 -6 doc/ja_JP.eucJP/man/man1/ftp.1 1.8 +1 -1 doc/ja_JP.eucJP/man/man1/gencat.1 1.3 +5 -5 doc/ja_JP.eucJP/man/man1/groups.1 1.7 +4 -4 doc/ja_JP.eucJP/man/man1/id.1 1.7 +2 -2 doc/ja_JP.eucJP/man/man1/ipcrm.1 1.3 +45 -27 doc/ja_JP.eucJP/man/man1/join.1 1.7 +1 -1 doc/ja_JP.eucJP/man/man1/jot.1 1.11 +1 -1 doc/ja_JP.eucJP/man/man1/kbdcontrol.1 1.6 +0 -1 doc/ja_JP.eucJP/man/man1/keyinfo.1 1.4 +12 -9 doc/ja_JP.eucJP/man/man1/ldd.1 1.3 +3 -4 doc/ja_JP.eucJP/man/man1/leave.1 1.12 +33 -24 doc/ja_JP.eucJP/man/man1/limits.1 1.3 +4 -4 doc/ja_JP.eucJP/man/man1/logger.1 1.5 +3 -3 doc/ja_JP.eucJP/man/man1/logname.1 1.10 +44 -6 doc/ja_JP.eucJP/man/man1/lpr.1 1.13 +10 -3 doc/ja_JP.eucJP/man/man1/ls.1 1.6 +6 -6 doc/ja_JP.eucJP/man/man1/lsvfs.1 1.11 +5 -1 doc/ja_JP.eucJP/man/man1/make.1 1.5 +2 -2 doc/ja_JP.eucJP/man/man1/makewhatis.1 1.7 +3 -3 doc/ja_JP.eucJP/man/man1/man.1 1.6 +4 -3 doc/ja_JP.eucJP/man/man1/mkfifo.1 1.11 +2 -2 doc/ja_JP.eucJP/man/man1/mt.1 1.2 +15 -12 doc/ja_JP.eucJP/man/man1/ncplist.1 1.2 +103 -51 doc/ja_JP.eucJP/man/man1/ncplogin.1 1.2 +20 -11 doc/ja_JP.eucJP/man/man1/ncplogout.1 1.7 +5 -4 doc/ja_JP.eucJP/man/man1/nohup.1 1.4 +2 -1 doc/ja_JP.eucJP/man/man1/opieinfo.1 1.4 +2 -1 doc/ja_JP.eucJP/man/man1/opiekey.1 1.3 +2 -1 doc/ja_JP.eucJP/man/man1/opiepasswd.1 1.3 +10 -7 doc/ja_JP.eucJP/man/man1/paste.1 1.3 +7 -1 doc/ja_JP.eucJP/man/man1/printenv.1 1.5 +6 -7 doc/ja_JP.eucJP/man/man1/quota.1 1.12 +1 -1 doc/ja_JP.eucJP/man/man1/rm.1 1.5 +5 -3 doc/ja_JP.eucJP/man/man1/rup.1 1.6 +5 -3 doc/ja_JP.eucJP/man/man1/ruptime.1 1.6 +14 -8 doc/ja_JP.eucJP/man/man1/rusers.1 1.6 +4 -2 doc/ja_JP.eucJP/man/man1/rwall.1 1.3 +8 -9 doc/ja_JP.eucJP/man/man1/rwho.1 1.7 +3 -2 doc/ja_JP.eucJP/man/man1/sasc.1 1.7 +2 -2 doc/ja_JP.eucJP/man/man1/sockstat.1 1.5 +1 -1 doc/ja_JP.eucJP/man/man1/tail.1 1.13 +7 -7 doc/ja_JP.eucJP/man/man1/tar.1 1.8 +1 -1 doc/ja_JP.eucJP/man/man1/tcpslice.1 1.3 +3 -3 doc/ja_JP.eucJP/man/man1/tee.1 1.11 +9 -3 doc/ja_JP.eucJP/man/man1/telnet.1 1.6 +19 -12 doc/ja_JP.eucJP/man/man1/tip.1 1.4 +3 -3 doc/ja_JP.eucJP/man/man1/touch.1 1.5 +1 -1 doc/ja_JP.eucJP/man/man1/uname.1 1.7 +2 -2 doc/ja_JP.eucJP/man/man1/uniq.1 1.5 +3 -3 doc/ja_JP.eucJP/man/man1/wc.1 1.3 +5 -5 doc/ja_JP.eucJP/man/man1/whoami.1 1.9 +2 -2 doc/ja_JP.eucJP/man/man5/amd.conf.5 1.7 +24 -1 doc/ja_JP.eucJP/man/man5/crontab.5 1.11 +2 -1 doc/ja_JP.eucJP/man/man5/login.conf.5 1.4 +4 -1 doc/ja_JP.eucJP/man/man5/opiekeys.5 1.13 +142 -57 doc/ja_JP.eucJP/man/man5/passwd.5 1.5 +45 -5 doc/ja_JP.eucJP/man/man5/pccard.conf.5 1.23 +14 -2 doc/ja_JP.eucJP/man/man5/rc.conf.5 1.6 +2 -2 doc/ja_JP.eucJP/man/man5/utmp.5 1.11 +3 -5 doc/ja_JP.eucJP/man/man7/hier.7 1.11 +13 -4 doc/ja_JP.eucJP/man/man7/mdoc.7 1.11 +52 -6 doc/ja_JP.eucJP/man/man7/mdoc.samples.7 1.10 +2 -2 doc/ja_JP.eucJP/man/man7/security.7 1.20 +34 -37 doc/ja_JP.eucJP/man/man8/Makefile 1.5 +1 -2 doc/ja_JP.eucJP/man/man8/accton.8 1.12 +2 -3 doc/ja_JP.eucJP/man/man8/amd.8 1.2 +3 -3 doc/ja_JP.eucJP/man/man8/ancontrol.8 1.15 +2 -1 doc/ja_JP.eucJP/man/man8/boot_i386.8 1.2 +1 -1 doc/ja_JP.eucJP/man/man8/burncd.8 1.17 +133 -89 doc/ja_JP.eucJP/man/man8/camcontrol.8 1.5 +13 -8 doc/ja_JP.eucJP/man/man8/chkgrp.8 1.8 +1 -6 doc/ja_JP.eucJP/man/man8/comcontrol.8 1.6 +1 -1 doc/ja_JP.eucJP/man/man8/dhclient-script.8 1.8 +9 -9 doc/ja_JP.eucJP/man/man8/disklabel.8 1.11 +2 -2 doc/ja_JP.eucJP/man/man8/dump.8 1.11 +1 -11 doc/ja_JP.eucJP/man/man8/dumpon.8 1.12 +7 -7 doc/ja_JP.eucJP/man/man8/fdisk.8 1.7 +1 -1 doc/ja_JP.eucJP/man/man8/fsirand.8 1.2 +7 -9 doc/ja_JP.eucJP/man/man8/gifconfig.8 1.6 +1 -2 doc/ja_JP.eucJP/man/man8/hlfsd.8 1.2 +2 -2 doc/ja_JP.eucJP/man/man8/ifmcstat.8 1.19 +154 -15 doc/ja_JP.eucJP/man/man8/ipfw.8 1.2 +10 -4 doc/ja_JP.eucJP/man/man8/jail.8 1.6 +1 -1 doc/ja_JP.eucJP/man/man8/kldstat.8 1.4 +2 -2 doc/ja_JP.eucJP/man/man8/locate.updatedb.8 1.2 +6 -5 doc/ja_JP.eucJP/man/man8/mailwrapper.8 1.8 +1 -1 doc/ja_JP.eucJP/man/man8/mknod.8 1.13 +1 -2 doc/ja_JP.eucJP/man/man8/mount.8 1.12 +1 -1 doc/ja_JP.eucJP/man/man8/mount_msdos.8 1.8 +4 -3 doc/ja_JP.eucJP/man/man8/mount_null.8 1.6 +9 -1 doc/ja_JP.eucJP/man/man8/mount_std.8 1.12 +1 -1 doc/ja_JP.eucJP/man/man8/mountd.8 1.17 +45 -3 doc/ja_JP.eucJP/man/man8/moused.8 1.7 +16 -2 doc/ja_JP.eucJP/man/man8/mtree.8 1.16 +315 -224 doc/ja_JP.eucJP/man/man8/natd.8 1.4 +1 -1 doc/ja_JP.eucJP/man/man8/ndc.8 1.2 +2 -2 doc/ja_JP.eucJP/man/man8/ndp.8 1.7 +6 -6 doc/ja_JP.eucJP/man/man8/newfs_msdos.8 1.15 +100 -6 doc/ja_JP.eucJP/man/man8/newsyslog.8 1.2 +1 -1 doc/ja_JP.eucJP/man/man8/ntpd.8 1.5 +2 -2 doc/ja_JP.eucJP/man/man8/ntpdate.8 1.2 +4 -2 doc/ja_JP.eucJP/man/man8/ntpdc.8 1.10 +8 -3 doc/ja_JP.eucJP/man/man8/ntpq.8 1.5 +1 -1 doc/ja_JP.eucJP/man/man8/ntptrace.8 1.12 +21 -5 doc/ja_JP.eucJP/man/man8/pccardd.8 1.2 +9 -6 doc/ja_JP.eucJP/man/man8/ping6.8 1.35 +187 -83 doc/ja_JP.eucJP/man/man8/ppp.8 1.2 +25 -20 doc/ja_JP.eucJP/man/man8/prefix.8 1.9 +4 -5 doc/ja_JP.eucJP/man/man8/rc.8 1.12 +6 -6 doc/ja_JP.eucJP/man/man8/restore.8 1.6 +10 -2 doc/ja_JP.eucJP/man/man8/rexecd.8 1.2 +7 -8 doc/ja_JP.eucJP/man/man8/setkey.8 1.6 +3 -2 doc/ja_JP.eucJP/man/man8/spppcontrol.8 1.12 +2 -2 doc/ja_JP.eucJP/man/man8/telnetd.8 1.6 +95 -68 doc/ja_JP.eucJP/man/man8/timed.8 1.10 +0 -1 doc/ja_JP.eucJP/man/man8/traceroute.8 1.2 +10 -8 doc/ja_JP.eucJP/man/man8/traceroute6.8 1.5 +6 -1 doc/ja_JP.eucJP/man/man8/usbd.8 1.18 +95 -30 doc/ja_JP.eucJP/man/man8/vinum.8 1.10 +2 -2 doc/ja_JP.eucJP/man/man8/vnconfig.8 1.10 +2 -2 doc/ja_JP.eucJP/man/man8/ypserv.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 21: 3: 9 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7AD6F37BF23; Thu, 6 Jul 2000 21:02:59 -0700 (PDT) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA57878; Thu, 6 Jul 2000 21:02:59 -0700 (PDT) (envelope-from billf@FreeBSD.org) Message-Id: <200007070402.VAA57878@freefall.freebsd.org> From: Bill Fumerola Date: Thu, 6 Jul 2000 21:02:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/mtv Makefile ports/graphics/mtv/files md5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG billf 2000/07/06 21:02:59 PDT Modified files: graphics/mtv Makefile graphics/mtv/files md5 Log: Upgrade to 1.1.1.3 and use ${PORTVERSION} stuff to make this easier to upgrade in the future. Approved by: kris (MAINTAINER) Revision Changes Path 1.7 +4 -5 ports/graphics/mtv/Makefile 1.5 +1 -1 ports/graphics/mtv/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 21: 9:57 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A796E37BD23; Thu, 6 Jul 2000 21:09:51 -0700 (PDT) (envelope-from grog@FreeBSD.org) Received: (from grog@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA60447; Thu, 6 Jul 2000 21:09:51 -0700 (PDT) (envelope-from grog@FreeBSD.org) Message-Id: <200007070409.VAA60447@freefall.freebsd.org> From: Greg Lehey Date: Thu, 6 Jul 2000 21:09:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet6 in6.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG grog 2000/07/06 21:09:51 PDT Modified files: sys/netinet6 in6.c Log: Suppress a warning message about trigraphs. Approved-by: itojun Revision Changes Path 1.9 +2 -2 src/sys/netinet6/in6.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 21:28:38 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3BF8C37B695; Thu, 6 Jul 2000 21:28:33 -0700 (PDT) (envelope-from takawata@FreeBSD.org) Received: (from takawata@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA63472; Thu, 6 Jul 2000 21:28:33 -0700 (PDT) (envelope-from takawata@FreeBSD.org) Message-Id: <200007070428.VAA63472@freefall.freebsd.org> From: Takanori Watanabe Date: Thu, 6 Jul 2000 21:28:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/books/handbook authors.ent doc/en_US.ISO_8859-1/books/handbook/contrib chapter.sgml doc/en_US.ISO_8859-1/books/handbook/staff chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG takawata 2000/07/06 21:28:33 PDT Modified files: en_US.ISO_8859-1/books/handbook authors.ent en_US.ISO_8859-1/books/handbook/contrib chapter.sgml en_US.ISO_8859-1/books/handbook/staff chapter.sgml Log: Hello world. Remove me from contributors and add me as a commiter. Revision Changes Path 1.99 +3 -1 doc/en_US.ISO_8859-1/books/handbook/authors.ent 1.248 +1 -6 doc/en_US.ISO_8859-1/books/handbook/contrib/chapter.sgml 1.137 +5 -1 doc/en_US.ISO_8859-1/books/handbook/staff/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 21:31:14 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9444137B695; Thu, 6 Jul 2000 21:31:12 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA64095; Thu, 6 Jul 2000 21:31:12 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007070431.VAA64095@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 6 Jul 2000 21:31:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/binutils/etc Makefile.in cfg-paper.texi configure configure.in configure.man configure.texi make-stds.texi standards.texi X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/06 21:31:12 PDT Removed files: (Branch: RELENG_4) contrib/binutils/etc Makefile.in cfg-paper.texi configure configure.in configure.man configure.texi make-stds.texi standards.texi Log: Upgrade to Binutils 2.10.0. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 21:32: 8 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9214E37B695; Thu, 6 Jul 2000 21:32:04 -0700 (PDT) (envelope-from takawata@FreeBSD.org) Received: (from takawata@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA64276; Thu, 6 Jul 2000 21:32:04 -0700 (PDT) (envelope-from takawata@FreeBSD.org) Message-Id: <200007070432.VAA64276@freefall.freebsd.org> From: Takanori Watanabe Date: Thu, 6 Jul 2000 21:32:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/news newsflash.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG takawata 2000/07/06 21:32:04 PDT Modified files: en/news newsflash.sgml Log: Add takawata's introduction. Revision Changes Path 1.189 +6 -2 www/en/news/newsflash.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 21:55:11 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 86C3237B910; Thu, 6 Jul 2000 21:55:07 -0700 (PDT) (envelope-from assar@FreeBSD.org) Received: (from assar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA68873; Thu, 6 Jul 2000 21:55:07 -0700 (PDT) (envelope-from assar@FreeBSD.org) Message-Id: <200007070455.VAA68873@freefall.freebsd.org> From: Assar Westerlund Date: Thu, 6 Jul 2000 21:55:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libcom_err Makefile X-FreeBSD-CVS-Branch: RELENG_3 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG assar 2000/07/06 21:55:07 PDT Modified files: (Branch: RELENG_3) lib/libcom_err Makefile Log: (beforeinstall): install header files here so that they can be used by other libraries (libfetch) Revision Changes Path 1.8.2.3 +7 -1 src/lib/libcom_err/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 22: 5:48 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E0D6337B895; Thu, 6 Jul 2000 22:05:45 -0700 (PDT) (envelope-from assar@FreeBSD.org) Received: (from assar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA71779; Thu, 6 Jul 2000 22:05:45 -0700 (PDT) (envelope-from assar@FreeBSD.org) Message-Id: <200007070505.WAA71779@freefall.freebsd.org> From: Assar Westerlund Date: Thu, 6 Jul 2000 22:05:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/kerberosIV/lib/libkrb Makefile X-FreeBSD-CVS-Branch: RELENG_3 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG assar 2000/07/06 22:05:45 PDT Modified files: (Branch: RELENG_3) kerberosIV/lib/libkrb Makefile Log: (INCLUDES): add ktypes.h (also required by krb.h) Revision Changes Path 1.4.2.3 +6 -3 src/kerberosIV/lib/libkrb/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 22:12:43 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6CE5337BD5A; Thu, 6 Jul 2000 22:12:40 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA73425; Thu, 6 Jul 2000 22:12:40 -0700 (PDT) (envelope-from imp@FreeBSD.org) Message-Id: <200007070512.WAA73425@freefall.freebsd.org> From: Warner Losh Date: Thu, 6 Jul 2000 22:12:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/mk bsd.kmod.mk X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG imp 2000/07/06 22:12:40 PDT Modified files: share/mk bsd.kmod.mk Log: Add ${.CURDIR}/../../../.. to the list of places we look for the kernel. The new moudles/sound/drivers/foo pushes us down one more level. Revision Changes Path 1.85 +2 -2 src/share/mk/bsd.kmod.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 22:17:54 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DD9AB37BA58; Thu, 6 Jul 2000 22:17:50 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA76347; Thu, 6 Jul 2000 22:17:50 -0700 (PDT) (envelope-from imp@FreeBSD.org) Message-Id: <200007070517.WAA76347@freefall.freebsd.org> From: Warner Losh Date: Thu, 6 Jul 2000 22:17:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src UPDATING X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG imp 2000/07/06 22:17:50 PDT Modified files: . UPDATING Log: Add warning about needing to set SYSDIR to build new kernels after July 4th due to the new sys/modules/sound/drivers/* being added to the tree. You will need to do this until you do a make installworld with my bsd.kmod.mk change. Revision Changes Path 1.95 +5 -1 src/UPDATING To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 22:34:57 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 59DC137B8D4; Thu, 6 Jul 2000 22:34:35 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA80022; Thu, 6 Jul 2000 22:34:35 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007070534.WAA80022@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 6 Jul 2000 22:34:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/binutils .#FREEBSD-deletelist.1.2 ChangeLog FREEBSD-upgrade Makefile.in config-ml.in config.guess config.sub configure configure.in install-sh ltconfig ltmain.sh missing move-if-change ylwrap src/contrib/binutils/bfd ChangeLog-9193 ... X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/06 22:34:34 PDT Modified files: (Branch: RELENG_4) contrib/binutils FREEBSD-upgrade Makefile.in config-ml.in config.guess config.sub configure configure.in install-sh ltconfig ltmain.sh missing move-if-change ylwrap contrib/binutils/bfd ChangeLog Makefile.am Makefile.in README acinclude.m4 aclocal.m4 aout-target.h aout-tic30.c aoutf1.h aoutx.h archive.c archures.c bfd-in.h bfd-in2.h bfd.c binary.c cache.c coff-alpha.c coff-i386.c coff-mips.c coff-tic30.c coff-z8k.c coffcode.h coffgen.c cofflink.c coffswap.h config.bfd config.in configure configure.host configure.in cpu-alpha.c cpu-i386.c cpu-mips.c cpu-v850.c dep-in.sed dwarf2.c ecoff.c ecofflink.c elf-bfd.h elf.c elf32-arc.c elf32-gen.c elf32-i386.c elf32-mips.c elf32-v850.c elf64-alpha.c elf64-gen.c elf64-mips.c elfcode.h elfcore.h elflink.c elflink.h elfxx-target.h format.c freebsd.h gen-aout.c hash.c i386linux.c ieee.c ihex.c libaout.h libbfd-in.h libbfd.c libbfd.h libcoff-in.h libcoff.h libecoff.h linker.c mipsbsd.c netbsd-core.c netbsd.h opncls.c osf-core.c pe-i386.c ptrace-core.c reloc.c reloc16.c section.c srec.c stabs.c syms.c sysdep.h targets.c tekhex.c trad-core.c contrib/binutils/bfd/doc ChangeLog Makefile.am Makefile.in archures.texi bfd.texinfo bfdt.texi coffcode.texi hash.texi libbfd.texi linker.texi opncls.texi reloc.texi section.texi syms.texi targets.texi contrib/binutils/bfd/hosts alphalinux.h contrib/binutils/binutils ChangeLog Makefile.am Makefile.in NEWS README aclocal.m4 addr2line.c ar.1 ar.c arlex.l arparse.y arsup.c binutils.texi bucomm.c bucomm.h coffdump.c config.in config.texi configure configure.in debug.c deflex.l defparse.c defparse.h defparse.y dlltool.c dlltool.h filemode.c ieee.c nm.c objcopy.1 objcopy.c objdump.1 objdump.c prdbg.c rclex.c rclex.l rcparse.c rcparse.h rcparse.y rdcoff.c rddbg.c resbin.c rescoff.c resrc.c size.c srconv.c stabs.c strings.1 strings.c strip.1 sysdump.c version.c wrstabs.c contrib/binutils/config ChangeLog mt-linux contrib/binutils/gas CONTRIBUTORS ChangeLog Makefile.am Makefile.in NEWS README acinclude.m4 aclocal.m4 app.c as.c as.h atof-generic.c cgen.c cond.c config.in configure configure.in dep-in.sed depend.c ecoff.c ecoff.h expr.c expr.h frags.c frags.h gasp.c hash.c hash.h input-file.c input-scrub.c itbl-ops.c itbl-ops.h listing.c listing.h macro.c macro.h messages.c obj.h output-file.c read.c read.h sb.h stabs.c struc-symbol.h subsegs.c subsegs.h symbols.c symbols.h write.c write.h contrib/binutils/gas/config atof-ieee.c obj-aout.c obj-aout.h obj-coff.c obj-coff.h obj-ecoff.c obj-ecoff.h obj-elf.c obj-elf.h obj-ieee.c obj-multi.h tc-alpha.c tc-alpha.h tc-arc.c tc-arc.h tc-i386.c tc-i386.h tc-mips.c tc-mips.h tc-tic30.c tc-tic30.h tc-v850.c tc-v850.h tc-z8k.c tc-z8k.h te-freebsd.h contrib/binutils/gas/doc Makefile.am Makefile.in all.texi as.1 as.texinfo c-i386.texi c-mips.texi c-v850.texi internals.texi contrib/binutils/include ChangeLog ansidecl.h bfdlink.h demangle.h dis-asm.h fnmatch.h getopt.h libiberty.h objalloc.h obstack.h remote-sim.h symcat.h contrib/binutils/include/aout ChangeLog aout64.h stab.def contrib/binutils/include/coff ChangeLog internal.h pe.h sh.h contrib/binutils/include/elf ChangeLog alpha.h arc.h common.h dwarf.h dwarf2.h external.h internal.h mips.h v850.h contrib/binutils/include/opcode ChangeLog alpha.h cgen.h i386.h mips.h v850.h contrib/binutils/ld ChangeLog Makefile.am Makefile.in NEWS aclocal.m4 config.in configure configure.host configure.in configure.tgt genscripts.sh ld.1 ld.h ld.texinfo ldcref.c ldctor.c ldctor.h ldemul.c ldemul.h ldexp.c ldexp.h ldfile.c ldfile.h ldgram.y ldint.texinfo ldlang.c ldlang.h ldlex.l ldmain.c ldmain.h ldmisc.c ldver.c ldwrite.c lexsup.c mri.c sysdep.h contrib/binutils/ld/emulparams elf32ebmip.sh elf32elmip.sh i386pe.sh contrib/binutils/ld/emultempl elf32.em generic.em linux.em mipsecoff.em pe.em vanilla.em contrib/binutils/ld/scripttempl aout.sc elf.sc pe.sc v850.sc contrib/binutils/libiberty ChangeLog Makefile.in README alloca.c argv.c atexit.c basename.c choose-temp.c clock.c config.table configure.in cplus-dem.c floatformat.c fnmatch.c getcwd.c getopt.c getopt1.c getpagesize.c getruntime.c memchr.c memcpy.c memmove.c objalloc.c obstack.c pexecute.c random.c strchr.c strerror.c strrchr.c strsignal.c strtol.c strtoul.c tmpnam.c vasprintf.c vfprintf.c vprintf.c xmalloc.c xstrdup.c contrib/binutils/libiberty/config mh-cxux7 contrib/binutils/opcodes ChangeLog Makefile.am Makefile.in aclocal.m4 alpha-dis.c alpha-opc.c arc-dis.c arc-opc.c cgen-asm.c cgen-dis.c cgen-opc.c config.in configure configure.in dis-buf.c disassemble.c i386-dis.c mips-dis.c mips-opc.c mips16-opc.c sh-dis.c sh-opc.h tic30-dis.c v850-dis.c v850-opc.c z8k-dis.c z8kgen.c Added files: (Branch: RELENG_4) contrib/binutils .#FREEBSD-deletelist.1.2 ChangeLog contrib/binutils/bfd ChangeLog-9193 ChangeLog-9495 ChangeLog-9697 aout-arm.c aout-sparcle.c armnetbsd.c coff-arm.c coff-ppc.c coff-sparc.c cpu-arm.c cpu-powerpc.c cpu-sparc.c dwarf1.c elf32-arm.h elf32-ppc.c elf32-sparc.c elf64-sparc.c elfarm-nabi.c elfarm-oabi.c pe-arm.c pe-mips.c pe-ppc.c ppcboot.c sco5-core.c sparclinux.c sparcnetbsd.c sunos.c contrib/binutils/bfd/doc bfdint.texi contrib/binutils/binutils dllwrap.c dyn-string.c dyn-string.h readelf.c rename.c resres.c contrib/binutils/config acinclude.m4 mh-armpic mh-ppcpic mh-sparcpic mh-sysv5 mt-armpic mt-ospace mt-ppcpic mt-sparcpic contrib/binutils/gas ChangeLog-9295 ChangeLog-9697 asintl.h cgen.h dwarf2dbg.c dwarf2dbg.h contrib/binutils/gas/config e-i386aout.c tc-arm.c tc-arm.h tc-ppc.c tc-ppc.h tc-sparc.c tc-sparc.h te-ppcnw.h te-sparcaout.h contrib/binutils/gas/doc c-arm.texi c-sparc.texi contrib/binutils/include bin-bugs.h filenames.h hashtab.h partition.h splay-tree.h contrib/binutils/include/aout sun4.h contrib/binutils/include/coff arm.h mipspe.h powerpc.h sparc.h contrib/binutils/include/elf arm-oabi.h arm.h i386.h ppc.h reloc-macros.h sh.h sparc.h contrib/binutils/include/opcode arm.h ppc.h sparc.h contrib/binutils/ld deffile.h deffilep.y pe-dll.c pe-dll.h contrib/binutils/ld/emulparams armaoutb.sh armaoutl.sh armcoff.sh armelf.sh armelf_linux.sh armelf_linux26.sh armelf_oabi.sh armnbsd.sh armpe.sh coff_sparc.sh elf32_sparc.sh elf32bmipn32.sh elf32lppc.sh elf32ppc.sh elf32ppclinux.sh elf64_sparc.sh elf64bmip.sh i386pe_posix.sh mipspe.sh ppcmacos.sh ppcnw.sh ppcpe.sh sparcaout.sh sparclinux.sh sparcnbsd.sh contrib/binutils/ld/emultempl armcoff.em armelf.em armelf_oabi.em astring.sed ostring.sed contrib/binutils/ld/scripttempl armaout.sc armcoff.sc elfppc.sc ppcpe.sc sparccoff.sc contrib/binutils/libiberty acconfig.h alloca-conf.h calloc.c config.in configure getpwd.c hashtab.c mkstemps.c partition.c putenv.c setenv.c splay-tree.c xmemdup.c contrib/binutils/libiberty/config mh-openedition contrib/binutils/opcodes arm-dis.c arm-opc.h opintl.h ppc-dis.c ppc-opc.c sparc-dis.c sparc-opc.c Log: Upgrade to Binutils 2.10.0. Revision Changes Path 1.2.2.2 +0 -0 src/contrib/binutils/FREEBSD-upgrade 1.1.1.2.6.1 +308 -114 src/contrib/binutils/Makefile.in 1.1.1.2.6.1 +78 -4 src/contrib/binutils/config-ml.in 1.1.1.2.6.1 +390 -156 src/contrib/binutils/config.guess 1.1.1.2.6.1 +207 -185 src/contrib/binutils/config.sub 1.1.1.2.6.1 +152 -36 src/contrib/binutils/configure 1.1.1.2.6.1 +256 -81 src/contrib/binutils/configure.in 1.1.1.1.6.1 +0 -36 src/contrib/binutils/install-sh 1.1.1.1.6.1 +1947 -381 src/contrib/binutils/ltconfig 1.1.1.1.6.1 +2698 -1119src/contrib/binutils/ltmain.sh 1.1.1.1.6.1 +63 -7 src/contrib/binutils/missing 1.1.1.1.6.1 +1 -1 src/contrib/binutils/move-if-change 1.1.1.1.6.1 +19 -3 src/contrib/binutils/ylwrap 1.1.1.2.6.1 +5122 -7926src/contrib/binutils/bfd/ChangeLog 1.1.1.1.6.1 +241 -93 src/contrib/binutils/bfd/Makefile.am 1.1.1.2.6.1 +429 -210 src/contrib/binutils/bfd/Makefile.in 1.1.1.2.6.1 +3 -0 src/contrib/binutils/bfd/README 1.1.1.1.6.1 +53 -13 src/contrib/binutils/bfd/acinclude.m4 1.1.1.2.6.1 +657 -161 src/contrib/binutils/bfd/aclocal.m4 1.1.1.2.6.1 +10 -8 src/contrib/binutils/bfd/aout-target.h 1.1.1.1.6.1 +26 -24 src/contrib/binutils/bfd/aout-tic30.c 1.1.1.2.6.1 +8 -0 src/contrib/binutils/bfd/aoutf1.h 1.1.1.2.6.1 +103 -54 src/contrib/binutils/bfd/aoutx.h 1.1.1.2.6.1 +81 -31 src/contrib/binutils/bfd/archive.c 1.1.1.2.6.1 +126 -8 src/contrib/binutils/bfd/archures.c 1.1.1.2.6.1 +66 -12 src/contrib/binutils/bfd/bfd-in.h 1.1.1.2.6.1 +468 -33 src/contrib/binutils/bfd/bfd-in2.h 1.1.1.2.6.1 +51 -23 src/contrib/binutils/bfd/bfd.c 1.1.1.2.6.1 +42 -17 src/contrib/binutils/bfd/binary.c 1.1.1.1.6.1 +28 -5 src/contrib/binutils/bfd/cache.c 1.1.1.1.6.1 +14 -10 src/contrib/binutils/bfd/coff-alpha.c 1.1.1.2.6.1 +162 -200 src/contrib/binutils/bfd/coff-i386.c 1.1.1.1.2.1 +60 -41 src/contrib/binutils/bfd/coff-mips.c 1.1.1.1.6.1 +5 -3 src/contrib/binutils/bfd/coff-tic30.c 1.1.1.1.6.1 +1 -41 src/contrib/binutils/bfd/coff-z8k.c 1.1.1.2.6.1 +1159 -341 src/contrib/binutils/bfd/coffcode.h 1.1.1.2.6.1 +162 -35 src/contrib/binutils/bfd/coffgen.c 1.1.1.2.6.1 +407 -132 src/contrib/binutils/bfd/cofflink.c 1.1.1.2.6.1 +31 -13 src/contrib/binutils/bfd/coffswap.h 1.1.1.2.6.1 +247 -32 src/contrib/binutils/bfd/config.bfd 1.1.1.2.6.1 +176 -24 src/contrib/binutils/bfd/config.in 1.1.1.2.6.1 +2874 -466 src/contrib/binutils/bfd/configure 1.1.1.2.6.1 +3 -0 src/contrib/binutils/bfd/configure.host 1.1.1.2.6.1 +130 -66 src/contrib/binutils/bfd/configure.in 1.1.1.1.6.1 +27 -14 src/contrib/binutils/bfd/cpu-alpha.c 1.1.1.1.6.1 +17 -1 src/contrib/binutils/bfd/cpu-i386.c 1.1.1.1.2.1 +2 -0 src/contrib/binutils/bfd/cpu-mips.c 1.1.1.1.6.1 +10 -1 src/contrib/binutils/bfd/cpu-v850.c 1.1.1.2.6.1 +1 -1 src/contrib/binutils/bfd/dep-in.sed 1.1.1.1.6.1 +372 -208 src/contrib/binutils/bfd/dwarf2.c 1.1.1.2.6.1 +45 -21 src/contrib/binutils/bfd/ecoff.c 1.1.1.2.6.1 +7 -7 src/contrib/binutils/bfd/ecofflink.c 1.1.1.2.6.1 +345 -48 src/contrib/binutils/bfd/elf-bfd.h 1.3.6.3 +0 -0 src/contrib/binutils/bfd/elf.c 1.1.1.1.6.1 +6 -6 src/contrib/binutils/bfd/elf32-arc.c 1.1.1.1.6.1 +39 -4 src/contrib/binutils/bfd/elf32-gen.c 1.4.2.3 +0 -0 src/contrib/binutils/bfd/elf32-i386.c 1.1.1.1.2.1 +3522 -1894src/contrib/binutils/bfd/elf32-mips.c 1.1.1.1.6.1 +656 -205 src/contrib/binutils/bfd/elf32-v850.c 1.3.2.2 +0 -0 src/contrib/binutils/bfd/elf64-alpha.c 1.1.1.1.6.1 +39 -4 src/contrib/binutils/bfd/elf64-gen.c 1.1.1.1.2.1 +199 -181 src/contrib/binutils/bfd/elf64-mips.c 1.1.1.2.6.1 +159 -53 src/contrib/binutils/bfd/elfcode.h 1.1.1.2.6.1 +56 -381 src/contrib/binutils/bfd/elfcore.h 1.1.1.2.6.1 +133 -26 src/contrib/binutils/bfd/elflink.c 1.2.6.2 +0 -0 src/contrib/binutils/bfd/elflink.h 1.1.1.2.6.1 +121 -14 src/contrib/binutils/bfd/elfxx-target.h 1.1.1.1.6.1 +25 -2 src/contrib/binutils/bfd/format.c 1.2.6.2 +0 -0 src/contrib/binutils/bfd/freebsd.h 1.1.1.1.6.1 +3 -3 src/contrib/binutils/bfd/gen-aout.c 1.1.1.1.6.1 +3 -3 src/contrib/binutils/bfd/hash.c 1.1.1.1.6.1 +8 -7 src/contrib/binutils/bfd/i386linux.c 1.1.1.2.6.1 +184 -26 src/contrib/binutils/bfd/ieee.c 1.1.1.2.6.1 +17 -14 src/contrib/binutils/bfd/ihex.c 1.1.1.2.6.1 +3 -1 src/contrib/binutils/bfd/libaout.h 1.1.1.2.6.1 +26 -2 src/contrib/binutils/bfd/libbfd-in.h 1.1.1.2.6.1 +175 -55 src/contrib/binutils/bfd/libbfd.c 1.1.1.2.6.1 +108 -4 src/contrib/binutils/bfd/libbfd.h 1.1.1.2.6.1 +48 -3 src/contrib/binutils/bfd/libcoff-in.h 1.1.1.2.6.1 +78 -12 src/contrib/binutils/bfd/libcoff.h 1.1.1.1.6.1 +2 -2 src/contrib/binutils/bfd/libecoff.h 1.1.1.2.6.1 +42 -25 src/contrib/binutils/bfd/linker.c 1.1.1.1.2.1 +17 -11 src/contrib/binutils/bfd/mipsbsd.c 1.1.1.2.6.1 +2 -3 src/contrib/binutils/bfd/netbsd-core.c 1.1.1.2.6.1 +1 -5 src/contrib/binutils/bfd/netbsd.h 1.1.1.2.6.1 +104 -1 src/contrib/binutils/bfd/opncls.c 1.1.1.1.6.1 +4 -4 src/contrib/binutils/bfd/osf-core.c 1.1.1.1.6.1 +8 -1 src/contrib/binutils/bfd/pe-i386.c 1.1.1.1.6.1 +3 -5 src/contrib/binutils/bfd/ptrace-core.c 1.1.1.2.6.1 +569 -210 src/contrib/binutils/bfd/reloc.c 1.1.1.2.6.1 +8 -5 src/contrib/binutils/bfd/reloc16.c 1.1.1.1.6.1 +174 -22 src/contrib/binutils/bfd/section.c 1.1.1.2.6.1 +34 -44 src/contrib/binutils/bfd/srec.c 1.1.1.2.6.1 +11 -3 src/contrib/binutils/bfd/stabs.c 1.1.1.2.6.1 +139 -32 src/contrib/binutils/bfd/syms.c 1.1.1.1.6.1 +21 -1 src/contrib/binutils/bfd/sysdep.h 1.1.1.2.6.1 +115 -10 src/contrib/binutils/bfd/targets.c 1.1.1.2.6.1 +10 -6 src/contrib/binutils/bfd/tekhex.c 1.1.1.1.6.1 +17 -13 src/contrib/binutils/bfd/trad-core.c 1.1.1.2.6.1 +33 -0 src/contrib/binutils/bfd/doc/ChangeLog 1.1.1.1.6.1 +3 -1 src/contrib/binutils/bfd/doc/Makefile.am 1.1.1.2.6.1 +126 -63 src/contrib/binutils/bfd/doc/Makefile.in 1.1.1.2.6.1 +59 -4 src/contrib/binutils/bfd/doc/archures.texi 1.1.1.2.6.1 +2 -2 src/contrib/binutils/bfd/doc/bfd.texinfo 1.1.1.1.6.1 +4 -0 src/contrib/binutils/bfd/doc/bfdt.texi 1.1.1.2.6.1 +37 -10 src/contrib/binutils/bfd/doc/coffcode.texi 1.1.1.2.6.1 +1 -1 src/contrib/binutils/bfd/doc/hash.texi 1.1.1.2.6.1 +15 -1 src/contrib/binutils/bfd/doc/libbfd.texi 1.1.1.2.6.1 +1 -1 src/contrib/binutils/bfd/doc/linker.texi 1.1.1.2.6.1 +31 -0 src/contrib/binutils/bfd/doc/opncls.texi 1.1.1.2.6.1 +277 -8 src/contrib/binutils/bfd/doc/reloc.texi 1.1.1.2.6.1 +68 -11 src/contrib/binutils/bfd/doc/section.texi 1.1.1.2.6.1 +17 -1 src/contrib/binutils/bfd/doc/syms.texi 1.1.1.2.6.1 +33 -3 src/contrib/binutils/bfd/doc/targets.texi 1.1.1.1.6.1 +2 -2 src/contrib/binutils/bfd/hosts/alphalinux.h 1.1.1.2.6.1 +2158 -34 src/contrib/binutils/binutils/ChangeLog 1.1.1.1.6.1 +188 -121 src/contrib/binutils/binutils/Makefile.am 1.1.1.2.6.1 +556 -371 src/contrib/binutils/binutils/Makefile.in 1.1.1.2.6.1 +32 -0 src/contrib/binutils/binutils/NEWS 1.1.1.2.6.1 +79 -24 src/contrib/binutils/binutils/README 1.1.1.2.6.1 +614 -149 src/contrib/binutils/binutils/aclocal.m4 1.1.1.2.6.1 +20 -9 src/contrib/binutils/binutils/addr2line.c 1.1.1.2.6.1 +28 -4 src/contrib/binutils/binutils/ar.1 1.1.1.2.6.1 +225 -105 src/contrib/binutils/binutils/ar.c 1.1.1.1.6.1 +4 -0 src/contrib/binutils/binutils/arlex.l 1.1.1.1.6.1 +4 -3 src/contrib/binutils/binutils/arparse.y 1.1.1.1.6.1 +30 -26 src/contrib/binutils/binutils/arsup.c 1.1.1.2.6.1 +647 -92 src/contrib/binutils/binutils/binutils.texi 1.1.1.2.6.1 +65 -33 src/contrib/binutils/binutils/bucomm.c 1.1.1.1.6.1 +50 -6 src/contrib/binutils/binutils/bucomm.h 1.1.1.1.6.1 +11 -16 src/contrib/binutils/binutils/coffdump.c 1.1.1.2.6.1 +135 -29 src/contrib/binutils/binutils/config.in 1.1.1.2.6.1 +1 -1 src/contrib/binutils/binutils/config.texi 1.1.1.2.6.1 +2576 -352 src/contrib/binutils/binutils/configure 1.1.1.2.6.1 +80 -22 src/contrib/binutils/binutils/configure.in 1.1.1.1.6.1 +129 -68 src/contrib/binutils/binutils/debug.c 1.1.1.2.6.1 +9 -2 src/contrib/binutils/binutils/deflex.l 1.1.1.1.6.1 +360 -214 src/contrib/binutils/binutils/defparse.c 1.1.1.1.6.1 +26 -19 src/contrib/binutils/binutils/defparse.h 1.1.1.2.6.1 +37 -12 src/contrib/binutils/binutils/defparse.y 1.1.1.2.6.1 +1584 -413 src/contrib/binutils/binutils/dlltool.c 1.1.1.1.6.1 +3 -2 src/contrib/binutils/binutils/dlltool.h 1.1.1.1.6.1 +3 -3 src/contrib/binutils/binutils/filemode.c 1.1.1.1.6.1 +114 -98 src/contrib/binutils/binutils/ieee.c 1.3.6.3 +0 -0 src/contrib/binutils/binutils/nm.c 1.2.6.2 +0 -0 src/contrib/binutils/binutils/objcopy.1 1.1.1.2.6.1 +696 -607 src/contrib/binutils/binutils/objcopy.c 1.3.6.2 +0 -0 src/contrib/binutils/binutils/objdump.1 1.1.1.2.6.1 +488 -290 src/contrib/binutils/binutils/objdump.c 1.1.1.1.6.1 +4 -4 src/contrib/binutils/binutils/prdbg.c 1.1.1.1.6.1 +272 -209 src/contrib/binutils/binutils/rclex.c 1.1.1.1.6.1 +121 -90 src/contrib/binutils/binutils/rclex.l 1.1.1.1.6.1 +1117 -1003src/contrib/binutils/binutils/rcparse.c 1.1.1.1.6.1 +82 -81 src/contrib/binutils/binutils/rcparse.h 1.1.1.1.6.1 +48 -18 src/contrib/binutils/binutils/rcparse.y 1.1.1.1.6.1 +17 -19 src/contrib/binutils/binutils/rdcoff.c 1.1.1.1.6.1 +15 -5 src/contrib/binutils/binutils/rddbg.c 1.1.1.1.6.1 +87 -76 src/contrib/binutils/binutils/resbin.c 1.1.1.1.6.1 +40 -31 src/contrib/binutils/binutils/rescoff.c 1.1.1.1.6.1 +460 -70 src/contrib/binutils/binutils/resrc.c 1.1.1.2.6.1 +21 -14 src/contrib/binutils/binutils/size.c 1.1.1.2.6.1 +14 -25 src/contrib/binutils/binutils/srconv.c 1.1.1.2.6.1 +226 -99 src/contrib/binutils/binutils/stabs.c 1.1.1.1.6.1 +3 -3 src/contrib/binutils/binutils/strings.1 1.2.6.2 +0 -0 src/contrib/binutils/binutils/strings.c 1.2.6.2 +0 -0 src/contrib/binutils/binutils/strip.1 1.1.1.2.6.1 +12 -20 src/contrib/binutils/binutils/sysdump.c 1.1.1.1.6.1 +5 -4 src/contrib/binutils/binutils/version.c 1.1.1.2.6.1 +12 -13 src/contrib/binutils/binutils/wrstabs.c 1.1.1.2.6.1 +86 -0 src/contrib/binutils/config/ChangeLog 1.1.1.1.6.1 +1 -1 src/contrib/binutils/config/mt-linux 1.1.1.2.6.1 +8 -1 src/contrib/binutils/gas/CONTRIBUTORS 1.1.1.2.6.1 +4500 -5708src/contrib/binutils/gas/ChangeLog 1.1.1.1.6.1 +970 -653 src/contrib/binutils/gas/Makefile.am 1.1.1.2.6.1 +1427 -767 src/contrib/binutils/gas/Makefile.in 1.1.1.2.6.1 +49 -2 src/contrib/binutils/gas/NEWS 1.1.1.2.6.1 +2 -0 src/contrib/binutils/gas/README 1.1.1.1.6.1 +5 -7 src/contrib/binutils/gas/acinclude.m4 1.1.1.2.6.1 +619 -156 src/contrib/binutils/gas/aclocal.m4 1.1.1.2.6.1 +201 -72 src/contrib/binutils/gas/app.c 1.1.1.2.6.1 +186 -102 src/contrib/binutils/gas/as.c 1.1.1.2.6.1 +68 -19 src/contrib/binutils/gas/as.h 1.1.1.2.6.1 +2 -2 src/contrib/binutils/gas/atof-generic.c 1.1.1.2.6.1 +162 -120 src/contrib/binutils/gas/cgen.c 1.1.1.2.6.1 +100 -22 src/contrib/binutils/gas/cond.c 1.1.1.1.6.1 +199 -71 src/contrib/binutils/gas/config.in 1.4.6.2 +0 -0 src/contrib/binutils/gas/configure 1.3.6.2 +0 -0 src/contrib/binutils/gas/configure.in 1.1.1.1.6.1 +1 -1 src/contrib/binutils/gas/dep-in.sed 1.1.1.1.6.1 +2 -2 src/contrib/binutils/gas/depend.c 1.1.1.2.6.1 +139 -107 src/contrib/binutils/gas/ecoff.c 1.1.1.2.6.1 +13 -10 src/contrib/binutils/gas/ecoff.h 1.1.1.2.6.1 +194 -79 src/contrib/binutils/gas/expr.c 1.1.1.2.6.1 +24 -11 src/contrib/binutils/gas/expr.h 1.1.1.2.6.1 +36 -19 src/contrib/binutils/gas/frags.c 1.1.1.2.6.1 +12 -6 src/contrib/binutils/gas/frags.h 1.1.1.2.6.1 +100 -124 src/contrib/binutils/gas/gasp.c 1.1.1.2.6.1 +335 -762 src/contrib/binutils/gas/hash.c 1.1.1.1.6.1 +59 -26 src/contrib/binutils/gas/hash.h 1.1.1.1.6.1 +15 -14 src/contrib/binutils/gas/input-file.c 1.1.1.2.6.1 +34 -7 src/contrib/binutils/gas/input-scrub.c 1.1.1.1.6.1 +27 -32 src/contrib/binutils/gas/itbl-ops.c 1.1.1.1.6.1 +4 -4 src/contrib/binutils/gas/itbl-ops.h 1.1.1.2.6.1 +217 -149 src/contrib/binutils/gas/listing.c 1.1.1.2.6.1 +1 -0 src/contrib/binutils/gas/listing.h 1.1.1.2.6.1 +35 -51 src/contrib/binutils/gas/macro.c 1.1.1.1.6.1 +40 -2 src/contrib/binutils/gas/macro.h 1.1.1.2.6.1 +17 -13 src/contrib/binutils/gas/messages.c 1.1.1.1.6.1 +9 -4 src/contrib/binutils/gas/obj.h 1.1.1.2.6.1 +11 -11 src/contrib/binutils/gas/output-file.c 1.1.1.2.6.1 +558 -304 src/contrib/binutils/gas/read.c 1.1.1.2.6.1 +14 -0 src/contrib/binutils/gas/read.h 1.1.1.1.6.1 +1 -1 src/contrib/binutils/gas/sb.h 1.1.1.2.6.1 +164 -27 src/contrib/binutils/gas/stabs.c 1.1.1.1.6.1 +56 -72 src/contrib/binutils/gas/struc-symbol.h 1.1.1.2.6.1 +76 -6 src/contrib/binutils/gas/subsegs.c 1.1.1.1.6.1 +5 -4 src/contrib/binutils/gas/subsegs.h 1.1.1.2.6.1 +856 -98 src/contrib/binutils/gas/symbols.c 1.1.1.2.6.1 +116 -1 src/contrib/binutils/gas/symbols.h 1.1.1.2.6.1 +199 -168 src/contrib/binutils/gas/write.c 1.1.1.2.6.1 +13 -0 src/contrib/binutils/gas/write.h 1.1.1.2.6.1 +30 -9 src/contrib/binutils/gas/config/atof-ieee.c 1.1.1.2.6.1 +102 -39 src/contrib/binutils/gas/config/obj-aout.c 1.1.1.2.6.1 +21 -8 src/contrib/binutils/gas/config/obj-aout.h 1.1.1.2.6.1 +485 -269 src/contrib/binutils/gas/config/obj-coff.c 1.1.1.2.6.1 +74 -17 src/contrib/binutils/gas/config/obj-coff.h 1.1.1.1.6.1 +21 -11 src/contrib/binutils/gas/config/obj-ecoff.c 1.1.1.1.6.1 +9 -8 src/contrib/binutils/gas/config/obj-ecoff.h 1.1.1.2.6.1 +595 -315 src/contrib/binutils/gas/config/obj-elf.c 1.1.1.2.6.1 +105 -56 src/contrib/binutils/gas/config/obj-elf.h 1.1.1.1.6.1 +4 -4 src/contrib/binutils/gas/config/obj-ieee.c 1.1.1.2.6.1 +95 -41 src/contrib/binutils/gas/config/obj-multi.h 1.1.1.2.6.1 +1397 -274 src/contrib/binutils/gas/config/tc-alpha.c 1.1.1.2.6.1 +61 -5 src/contrib/binutils/gas/config/tc-alpha.h 1.1.1.1.6.1 +54 -51 src/contrib/binutils/gas/config/tc-arc.c 1.1.1.1.6.1 +2 -2 src/contrib/binutils/gas/config/tc-arc.h 1.4.2.2 +0 -0 src/contrib/binutils/gas/config/tc-i386.c 1.3.6.2 +0 -0 src/contrib/binutils/gas/config/tc-i386.h 1.1.1.1.2.1 +1201 -721 src/contrib/binutils/gas/config/tc-mips.c 1.1.1.1.2.1 +6 -2 src/contrib/binutils/gas/config/tc-mips.h 1.1.1.1.6.1 +3 -24 src/contrib/binutils/gas/config/tc-tic30.c 1.1.1.1.6.1 +2 -0 src/contrib/binutils/gas/config/tc-tic30.h 1.1.1.1.6.1 +709 -129 src/contrib/binutils/gas/config/tc-v850.c 1.1.1.1.6.1 +6 -1 src/contrib/binutils/gas/config/tc-v850.h 1.1.1.1.6.1 +29 -53 src/contrib/binutils/gas/config/tc-z8k.c 1.1.1.1.6.1 +9 -1 src/contrib/binutils/gas/config/tc-z8k.h 1.1.6.2 +0 -0 src/contrib/binutils/gas/config/te-freebsd.h 1.1.1.1.6.1 +11 -2 src/contrib/binutils/gas/doc/Makefile.am 1.1.1.2.6.1 +171 -81 src/contrib/binutils/gas/doc/Makefile.in 1.1.1.2.6.1 +10 -6 src/contrib/binutils/gas/doc/all.texi 1.2.6.2 +0 -0 src/contrib/binutils/gas/doc/as.1 1.1.1.2.6.1 +355 -90 src/contrib/binutils/gas/doc/as.texinfo 1.1.1.2.6.1 +193 -120 src/contrib/binutils/gas/doc/c-i386.texi 1.1.1.1.2.1 +55 -9 src/contrib/binutils/gas/doc/c-mips.texi 1.1.1.1.6.1 +58 -3 src/contrib/binutils/gas/doc/c-v850.texi 1.1.1.2.6.1 +237 -28 src/contrib/binutils/gas/doc/internals.texi 1.1.1.2.6.1 +382 -15 src/contrib/binutils/include/ChangeLog 1.1.1.1.6.1 +73 -3 src/contrib/binutils/include/ansidecl.h 1.1.1.2.6.1 +27 -4 src/contrib/binutils/include/bfdlink.h 1.1.1.2.6.1 +13 -8 src/contrib/binutils/include/demangle.h 1.1.1.2.6.1 +43 -8 src/contrib/binutils/include/dis-asm.h 1.1.1.1.6.1 +2 -1 src/contrib/binutils/include/fnmatch.h 1.1.1.2.6.1 +1 -1 src/contrib/binutils/include/getopt.h 1.1.1.2.6.1 +41 -16 src/contrib/binutils/include/libiberty.h 1.1.1.1.6.1 +2 -1 src/contrib/binutils/include/objalloc.h 1.1.1.2.6.1 +182 -155 src/contrib/binutils/include/obstack.h 1.1.1.2.6.1 +43 -11 src/contrib/binutils/include/remote-sim.h 1.1.1.1.6.1 +2 -2 src/contrib/binutils/include/symcat.h 1.1.1.1.6.1 +9 -0 src/contrib/binutils/include/aout/ChangeLog 1.1.1.1.6.1 +4 -0 src/contrib/binutils/include/aout/aout64.h 1.1.1.1.6.1 +6 -2 src/contrib/binutils/include/aout/stab.def 1.1.1.2.6.1 +135 -0 src/contrib/binutils/include/coff/ChangeLog 1.1.1.2.6.1 +42 -34 src/contrib/binutils/include/coff/internal.h 1.1.1.1.6.1 +48 -19 src/contrib/binutils/include/coff/pe.h 1.1.1.2.6.1 +38 -0 src/contrib/binutils/include/coff/sh.h 1.1.1.2.6.1 +590 -8 src/contrib/binutils/include/elf/ChangeLog 1.1.1.2.6.1 +40 -32 src/contrib/binutils/include/elf/alpha.h 1.1.1.1.6.1 +10 -8 src/contrib/binutils/include/elf/arc.h 1.1.1.2.6.2 +3 -1 src/contrib/binutils/include/elf/common.h 1.1.1.1.6.1 +3 -2 src/contrib/binutils/include/elf/dwarf.h 1.1.1.1.6.1 +88 -1 src/contrib/binutils/include/elf/dwarf2.h 1.1.1.1.6.1 +14 -3 src/contrib/binutils/include/elf/external.h 1.1.1.2.6.1 +16 -4 src/contrib/binutils/include/elf/internal.h 1.1.1.1.4.1 +398 -7 src/contrib/binutils/include/elf/mips.h 1.1.1.1.6.1 +38 -21 src/contrib/binutils/include/elf/v850.h 1.1.1.2.6.1 +850 -22 src/contrib/binutils/include/opcode/ChangeLog 1.1.1.1.6.1 +5 -4 src/contrib/binutils/include/opcode/alpha.h 1.1.1.2.6.1 +937 -411 src/contrib/binutils/include/opcode/cgen.h 1.1.1.2.6.1 +1101 -871 src/contrib/binutils/include/opcode/i386.h 1.1.1.1.2.1 +38 -4 src/contrib/binutils/include/opcode/mips.h 1.1.1.1.6.1 +12 -0 src/contrib/binutils/include/opcode/v850.h 1.1.1.2.6.1 +2283 -56 src/contrib/binutils/ld/ChangeLog 1.1.1.1.6.1 +260 -88 src/contrib/binutils/ld/Makefile.am 1.3.6.2 +0 -0 src/contrib/binutils/ld/Makefile.in 1.1.1.2.6.1 +32 -1 src/contrib/binutils/ld/NEWS 1.1.1.2.6.1 +613 -148 src/contrib/binutils/ld/aclocal.m4 1.1.1.2.6.1 +136 -14 src/contrib/binutils/ld/config.in 1.1.1.2.6.1 +2479 -307 src/contrib/binutils/ld/configure 1.1.1.2.6.2 +0 -0 src/contrib/binutils/ld/configure.host 1.1.1.2.6.1 +83 -14 src/contrib/binutils/ld/configure.in 1.4.6.2 +0 -0 src/contrib/binutils/ld/configure.tgt 1.1.1.1.6.1 +21 -21 src/contrib/binutils/ld/genscripts.sh 1.2.2.2 +0 -0 src/contrib/binutils/ld/ld.1 1.1.1.2.6.1 +73 -1 src/contrib/binutils/ld/ld.h 1.1.1.2.6.1 +2293 -1613src/contrib/binutils/ld/ld.texinfo 1.1.1.2.6.1 +18 -16 src/contrib/binutils/ld/ldcref.c 1.1.1.2.6.1 +138 -11 src/contrib/binutils/ld/ldctor.c 1.1.1.1.6.1 +9 -3 src/contrib/binutils/ld/ldctor.h 1.1.1.2.6.1 +55 -7 src/contrib/binutils/ld/ldemul.c 1.1.1.1.6.1 +21 -1 src/contrib/binutils/ld/ldemul.h 1.1.1.2.6.1 +84 -47 src/contrib/binutils/ld/ldexp.c 1.1.1.1.6.1 +12 -5 src/contrib/binutils/ld/ldexp.h 1.1.1.2.6.1 +60 -24 src/contrib/binutils/ld/ldfile.c 1.1.1.1.6.1 +3 -0 src/contrib/binutils/ld/ldfile.h 1.1.1.2.6.1 +169 -59 src/contrib/binutils/ld/ldgram.y 1.1.1.1.6.1 +156 -4 src/contrib/binutils/ld/ldint.texinfo 1.1.1.2.6.1 +1537 -626 src/contrib/binutils/ld/ldlang.c 1.1.1.2.6.1 +17 -7 src/contrib/binutils/ld/ldlang.h 1.1.1.2.6.1 +23 -8 src/contrib/binutils/ld/ldlex.l 1.1.1.2.6.1 +128 -78 src/contrib/binutils/ld/ldmain.c 1.1.1.1.6.1 +5 -3 src/contrib/binutils/ld/ldmain.h 1.1.1.2.6.1 +31 -9 src/contrib/binutils/ld/ldmisc.c 1.1.1.2.6.1 +3 -3 src/contrib/binutils/ld/ldver.c 1.1.1.2.6.1 +4 -4 src/contrib/binutils/ld/ldwrite.c 1.1.1.2.6.1 +306 -121 src/contrib/binutils/ld/lexsup.c 1.1.1.1.6.1 +7 -6 src/contrib/binutils/ld/mri.c 1.1.1.1.6.1 +4 -0 src/contrib/binutils/ld/sysdep.h 1.1.1.1.2.1 +0 -1 src/contrib/binutils/ld/emulparams/elf32ebmip.sh 1.1.1.1.2.1 +0 -1 src/contrib/binutils/ld/emulparams/elf32elmip.sh 1.1.1.2.6.1 +3 -0 src/contrib/binutils/ld/emulparams/i386pe.sh 1.2.6.2 +0 -0 src/contrib/binutils/ld/emultempl/elf32.em 1.1.1.1.6.1 +13 -3 src/contrib/binutils/ld/emultempl/generic.em 1.1.1.1.6.1 +23 -18 src/contrib/binutils/ld/emultempl/linux.em 1.1.1.1.2.1 +13 -3 src/contrib/binutils/ld/emultempl/mipsecoff.em 1.1.1.2.6.1 +888 -307 src/contrib/binutils/ld/emultempl/pe.em 1.1.1.1.6.1 +11 -1 src/contrib/binutils/ld/emultempl/vanilla.em 1.1.1.1.6.1 +4 -2 src/contrib/binutils/ld/scripttempl/aout.sc 1.1.1.2.6.1 +149 -35 src/contrib/binutils/ld/scripttempl/elf.sc 1.1.1.2.6.1 +36 -24 src/contrib/binutils/ld/scripttempl/pe.sc 1.1.1.1.6.1 +35 -10 src/contrib/binutils/ld/scripttempl/v850.sc 1.1.1.2.6.1 +1286 -57 src/contrib/binutils/libiberty/ChangeLog 1.1.1.2.6.1 +149 -197 src/contrib/binutils/libiberty/Makefile.in 1.1.1.2.6.1 +21 -84 src/contrib/binutils/libiberty/README 1.1.1.1.6.1 +34 -8 src/contrib/binutils/libiberty/alloca.c 1.1.1.2.6.1 +4 -8 src/contrib/binutils/libiberty/argv.c 1.1.1.1.6.1 +5 -1 src/contrib/binutils/libiberty/atexit.c 1.1.1.1.6.1 +31 -8 src/contrib/binutils/libiberty/basename.c 1.1.1.2.6.1 +82 -30 src/contrib/binutils/libiberty/choose-temp.c 1.1.1.1.6.1 +21 -3 src/contrib/binutils/libiberty/clock.c 1.1.1.2.6.1 +29 -46 src/contrib/binutils/libiberty/config.table 1.1.1.2.6.1 +369 -53 src/contrib/binutils/libiberty/configure.in 1.1.1.2.6.1 +1996 -599 src/contrib/binutils/libiberty/cplus-dem.c 1.1.1.2.6.1 +12 -10 src/contrib/binutils/libiberty/floatformat.c 1.1.1.1.6.1 +10 -8 src/contrib/binutils/libiberty/fnmatch.c 1.1.1.1.6.1 +13 -1 src/contrib/binutils/libiberty/getcwd.c 1.1.1.2.6.1 +64 -52 src/contrib/binutils/libiberty/getopt.c 1.1.1.2.6.1 +5 -4 src/contrib/binutils/libiberty/getopt1.c 1.1.1.1.6.1 +31 -24 src/contrib/binutils/libiberty/getpagesize.c 1.1.1.1.6.1 +23 -15 src/contrib/binutils/libiberty/getruntime.c 1.1.1.1.6.1 +2 -2 src/contrib/binutils/libiberty/memchr.c 1.1.1.1.6.1 +1 -1 src/contrib/binutils/libiberty/memcpy.c 1.1.1.1.6.1 +1 -1 src/contrib/binutils/libiberty/memmove.c 1.1.1.1.6.1 +3 -1 src/contrib/binutils/libiberty/objalloc.c 1.1.1.2.6.1 +130 -51 src/contrib/binutils/libiberty/obstack.c 1.1.1.2.6.1 +100 -86 src/contrib/binutils/libiberty/pexecute.c 1.1.1.1.6.1 +30 -13 src/contrib/binutils/libiberty/random.c 1.1.1.1.6.1 +1 -1 src/contrib/binutils/libiberty/strchr.c 1.1.1.1.6.1 +9 -9 src/contrib/binutils/libiberty/strerror.c 1.1.1.1.6.1 +1 -1 src/contrib/binutils/libiberty/strrchr.c 1.1.1.2.6.1 +9 -9 src/contrib/binutils/libiberty/strsignal.c 1.1.1.1.6.1 +3 -6 src/contrib/binutils/libiberty/strtol.c 1.1.1.1.6.1 +4 -7 src/contrib/binutils/libiberty/strtoul.c 1.1.1.1.6.1 +1 -1 src/contrib/binutils/libiberty/tmpnam.c 1.1.1.2.6.1 +4 -3 src/contrib/binutils/libiberty/vasprintf.c 1.1.1.1.6.1 +15 -7 src/contrib/binutils/libiberty/vfprintf.c 1.1.1.1.6.1 +1 -1 src/contrib/binutils/libiberty/vprintf.c 1.1.1.2.6.1 +50 -14 src/contrib/binutils/libiberty/xmalloc.c 1.1.1.1.6.1 +11 -5 src/contrib/binutils/libiberty/xstrdup.c 1.1.1.1.6.1 +1 -3 src/contrib/binutils/libiberty/config/mh-cxux7 1.1.1.2.6.1 +2056 -80 src/contrib/binutils/opcodes/ChangeLog 1.1.1.1.6.1 +172 -50 src/contrib/binutils/opcodes/Makefile.am 1.1.1.2.6.1 +402 -146 src/contrib/binutils/opcodes/Makefile.in 1.1.1.2.6.1 +604 -148 src/contrib/binutils/opcodes/aclocal.m4 1.1.1.1.6.1 +17 -5 src/contrib/binutils/opcodes/alpha-dis.c 1.1.1.2.6.1 +154 -30 src/contrib/binutils/opcodes/alpha-opc.c 1.1.1.1.6.1 +3 -1 src/contrib/binutils/opcodes/arc-dis.c 1.1.1.1.6.1 +10 -7 src/contrib/binutils/opcodes/arc-opc.c 1.1.1.2.6.1 +157 -94 src/contrib/binutils/opcodes/cgen-asm.c 1.1.1.2.6.1 +135 -85 src/contrib/binutils/opcodes/cgen-dis.c 1.1.1.2.6.1 +347 -58 src/contrib/binutils/opcodes/cgen-opc.c 1.1.1.2.6.1 +123 -4 src/contrib/binutils/opcodes/config.in 1.1.1.2.6.1 +2474 -426 src/contrib/binutils/opcodes/configure 1.1.1.2.6.1 +41 -8 src/contrib/binutils/opcodes/configure.in 1.1.1.2.6.1 +43 -10 src/contrib/binutils/opcodes/dis-buf.c 1.1.1.2.6.1 +65 -3 src/contrib/binutils/opcodes/disassemble.c 1.1.1.2.6.1 +2603 -1144src/contrib/binutils/opcodes/i386-dis.c 1.1.1.1.2.1 +113 -63 src/contrib/binutils/opcodes/mips-dis.c 1.1.1.1.2.1 +128 -51 src/contrib/binutils/opcodes/mips-opc.c 1.1.1.1.2.1 +7 -6 src/contrib/binutils/opcodes/mips16-opc.c 1.1.1.2.6.1 +350 -3 src/contrib/binutils/opcodes/sh-dis.c 1.1.1.2.6.1 +494 -237 src/contrib/binutils/opcodes/sh-opc.h 1.1.1.1.6.1 +2 -3 src/contrib/binutils/opcodes/tic30-dis.c 1.1.1.1.6.1 +129 -1 src/contrib/binutils/opcodes/v850-dis.c 1.1.1.1.6.1 +314 -22 src/contrib/binutils/opcodes/v850-opc.c 1.1.1.2.6.1 +0 -1 src/contrib/binutils/opcodes/z8k-dis.c 1.1.1.1.6.1 +0 -1 src/contrib/binutils/opcodes/z8kgen.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 23:11:29 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 13D3937B580; Thu, 6 Jul 2000 23:11:27 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA86067; Thu, 6 Jul 2000 23:11:26 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007070611.XAA86067@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 6 Jul 2000 23:11:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/binutils .#FREEBSD-deletelist.1.2 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/06 23:11:26 PDT Removed files: (Branch: RELENG_4) contrib/binutils .#FREEBSD-deletelist.1.2 Log: I_HATE_CVS To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 23:21:43 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1C8F437BC65; Thu, 6 Jul 2000 23:21:41 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA87246; Thu, 6 Jul 2000 23:21:40 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <200007070621.XAA87246@freefall.freebsd.org> From: Satoshi Asami Date: Thu, 6 Jul 2000 23:21:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asami 2000/07/06 23:21:35 PDT Modified files: devel Makefile Log: Remove smapi, it's moved to mail. Revision Changes Path 1.309 +1 -2 ports/devel/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 23:31:49 2000 Delivered-To: cvs-all@freebsd.org Received: from panzer.kdm.org (panzer.kdm.org [216.160.178.169]) by hub.freebsd.org (Postfix) with ESMTP id 4458637BCEB; Thu, 6 Jul 2000 23:31:40 -0700 (PDT) (envelope-from ken@panzer.kdm.org) Received: (from ken@localhost) by panzer.kdm.org (8.9.3/8.9.1) id AAA01319; Fri, 7 Jul 2000 00:31:39 -0600 (MDT) (envelope-from ken) Date: Fri, 7 Jul 2000 00:31:39 -0600 From: "Kenneth D. Merry" To: Warner Losh Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src UPDATING Message-ID: <20000707003139.A1286@panzer.kdm.org> References: <200007070517.WAA76347@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <200007070517.WAA76347@freefall.freebsd.org>; from imp@FreeBSD.org on Thu, Jul 06, 2000 at 10:17:50PM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Jul 06, 2000 at 22:17:50 -0700, Warner Losh wrote: > imp 2000/07/06 22:17:50 PDT > > Modified files: > . UPDATING > Log: > Add warning about needing to set SYSDIR to build new kernels after > July 4th due to the new sys/modules/sound/drivers/* being added to the > tree. You will need to do this until you do a make installworld with > my bsd.kmod.mk change. Thanks for making the change. Do you, or does anyone else know, whether it would be possible, or a good idea, to use the .mk files from the share/mk directory that goes along with a given source tree? That would make things "just work" when there are mk file changes like this. Ken -- Kenneth Merry ken@kdm.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 23:33:50 2000 Delivered-To: cvs-all@freebsd.org Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id 583E637BD5A; Thu, 6 Jul 2000 23:33:40 -0700 (PDT) (envelope-from bde@zeta.org.au) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.8.7/8.8.7) with ESMTP id QAA32112; Fri, 7 Jul 2000 16:33:36 +1000 Date: Fri, 7 Jul 2000 16:33:32 +1000 (EST) From: Bruce Evans X-Sender: bde@besplex.bde.org To: "David E. O'Brien" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/gnu/usr.bin/binutils Makefile Makefile.inc Makefile.inc0 src/gnu/usr.bin/binutils/addr2line Makefile src/gnu/usr.bin/binutils/ar Makefile src/gnu/usr.bin/binutils/as Makefile Makefile.inc Makefile.inc0 ... In-Reply-To: <200007062216.PAA85780@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 6 Jul 2000, David E. O'Brien wrote: > obrien 2000/07/06 15:16:13 PDT >... > Revision Changes Path >... > 1.3 +1 -1 src/gnu/usr.bin/binutils/as/sparc64-freebsd/Makefile > 1.2 +0 -0 src/gnu/usr.bin/binutils/as/sparc64-freebsd/config.h > 1.2 +0 -0 src/gnu/usr.bin/binutils/as/sparc64-freebsd/obj-format.h > 1.2 +0 -0 src/gnu/usr.bin/binutils/as/sparc64-freebsd/targ-cpu.h > 1.2 +0 -0 src/gnu/usr.bin/binutils/as/sparc64-freebsd/targ-env.h >... > 1.3 +1 -1 src/gnu/usr.bin/binutils/ld/Makefile.sparc64 >... Why all the null changes, especially to the head? (+1 -1 is to change $FreeBSD$ in -current). Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 23:40:58 2000 Delivered-To: cvs-all@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id D6B2437BCF3; Thu, 6 Jul 2000 23:40:48 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id AAA26807; Fri, 7 Jul 2000 00:40:46 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id AAA59141; Fri, 7 Jul 2000 00:40:22 -0600 (MDT) Message-Id: <200007070640.AAA59141@harmony.village.org> To: "Kenneth D. Merry" Subject: Re: cvs commit: src UPDATING Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, arch@FreeBSD.org Reply-To: arch@FreeBSD.org In-reply-to: Your message of "Fri, 07 Jul 2000 00:31:39 MDT." <20000707003139.A1286@panzer.kdm.org> References: <20000707003139.A1286@panzer.kdm.org> <200007070517.WAA76347@freefall.freebsd.org> Date: Fri, 07 Jul 2000 00:40:22 -0600 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG [[ redirected to arch ]] In message <20000707003139.A1286@panzer.kdm.org> "Kenneth D. Merry" writes: : Thanks for making the change. No problem. I saw the error and knew what the problem was instantly. Having hit it before... : Do you, or does anyone else know, whether it would be possible, or a good : idea, to use the .mk files from the share/mk directory that goes along : with a given source tree? We generally do. For buildworld, we already use the mk file in the tree. For the kernel we mostly already use the mk file in the sys tree. We're using sys/conf/kmod.mk. However, to support building outside of the sys tree we're still including bsd.kmod.mk. This file now just looks for how to define SYSDIR, defines it and includes $SYSDIR/sys/conf/kmod.mk. The real problem was that the change to bsd.kmod.mk wasn't done before the integraton of the sound changes. That would have made it easier to cope in the transition. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 23:51:58 2000 Delivered-To: cvs-all@freebsd.org Received: from dt052n3e.san.rr.com (dt052n3e.san.rr.com [204.210.33.62]) by hub.freebsd.org (Postfix) with ESMTP id ECDE037BCF3; Thu, 6 Jul 2000 23:51:49 -0700 (PDT) (envelope-from DougB@gorean.org) Received: from gorean.org (master [10.0.0.2]) by dt052n3e.san.rr.com (8.9.3/8.9.3) with ESMTP id XAA35556; Thu, 6 Jul 2000 23:50:44 -0700 (PDT) (envelope-from DougB@gorean.org) Message-ID: <39657DC3.7D96BEC4@gorean.org> Date: Thu, 06 Jul 2000 23:50:43 -0700 From: Doug Barton Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.73 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Peter Wemm Cc: Thomas Gellekum , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/etc rc.shutdown References: <200007070044.RAA03203@netplex.com.au> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Peter Wemm wrote: > > Robert Watson wrote: > > > > So, generally, my observation for rc.d scripts was that previously, they > > never even looked at the arguments, so running (whatever) stop will > > actually run additional copies of the service on shutdown, if > > /usr/local/etc/rc.d is not updated. Is this correct? > > I have previously implemented /etc/shutdown.d and /usr/local/etc/shutdown.d > to avoid the confusion about what happens when /etc/rc.shutdown > calls "/usr/local/etc/rc.d/apache.sh stop" and the old apache.sh doesn't > check $1 and starts up instead. Personally I'm a little disappointed that this didn't get more discussion, say on -arch. I think that changing the existing interface is a POLA violation. I would support making a shutdown directory, or potentially even making rc.shutdown more useful so that it calls the scripts for those apps that need them specifically would be better solutions. Doug To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 6 23:53:51 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 79F9F37B781; Thu, 6 Jul 2000 23:53:45 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA92406; Thu, 6 Jul 2000 23:53:45 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <200007070653.XAA92406@freefall.freebsd.org> From: Satoshi Asami Date: Thu, 6 Jul 2000 23:53:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports INDEX X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asami 2000/07/06 23:53:45 PDT Modified files: . INDEX Log: New index, with 3,483 (3 x 3 x 3 x 3 x 43) ports. With people like sobomax and will going crazy, the tree is exploding! Revision Changes Path 1.283 +152 -139 ports/INDEX To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 0:15:11 2000 Delivered-To: cvs-all@freebsd.org Received: from netplex.com.au (adsl-63-207-30-186.dsl.snfc21.pacbell.net [63.207.30.186]) by hub.freebsd.org (Postfix) with ESMTP id E0AED37BDBC; Fri, 7 Jul 2000 00:15:02 -0700 (PDT) (envelope-from peter@netplex.com.au) Received: from netplex.com.au (peter@localhost [127.0.0.1]) by netplex.com.au (8.9.3/8.9.3) with ESMTP id AAA04369; Fri, 7 Jul 2000 00:14:56 -0700 (PDT) (envelope-from peter@netplex.com.au) Message-Id: <200007070714.AAA04369@netplex.com.au> X-Mailer: exmh version 2.1.1 10/15/1999 To: "Kenneth D. Merry" Cc: Warner Losh , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src UPDATING In-Reply-To: Message from "Kenneth D. Merry" of "Fri, 07 Jul 2000 00:31:39 MDT." <20000707003139.A1286@panzer.kdm.org> Date: Fri, 07 Jul 2000 00:14:55 -0700 From: Peter Wemm Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG "Kenneth D. Merry" wrote: > On Thu, Jul 06, 2000 at 22:17:50 -0700, Warner Losh wrote: > > imp 2000/07/06 22:17:50 PDT > > > > Modified files: > > . UPDATING > > Log: > > Add warning about needing to set SYSDIR to build new kernels after > > July 4th due to the new sys/modules/sound/drivers/* being added to the > > tree. You will need to do this until you do a make installworld with > > my bsd.kmod.mk change. > > Thanks for making the change. > > Do you, or does anyone else know, whether it would be possible, or a good > idea, to use the .mk files from the share/mk directory that goes along > with a given source tree? > > That would make things "just work" when there are mk file changes like > this. That is the point of the current bsd.kmod.mk file - it does a best-effort attempt to grab the ../...../conf/kmod.mk file that goes along with the tree. The bug is that the sys/modules directory wasn't expected to get deeper before it died and the rather cheap and nasty hack to find the conf/ kmod.mk file didn't go up enough. Apart from that one file, we can make changes in the sys/ tree and it is automatically kept in sync with the rest of sys/. Cheers, -Peter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 0:26: 0 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E5C4837BDEF; Fri, 7 Jul 2000 00:25:57 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA97273; Fri, 7 Jul 2000 00:25:57 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <200007070725.AAA97273@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 7 Jul 2000 00:25:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/prefix prefix.8 prefix.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/07/07 00:25:57 PDT Modified files: usr.sbin/prefix prefix.8 prefix.c Log: Sync with latest KAME Obtained from: KAME Revision Changes Path 1.4 +51 -26 src/usr.sbin/prefix/prefix.8 1.3 +19 -19 src/usr.sbin/prefix/prefix.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 0:36: 2 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 44FFE37B5D7; Fri, 7 Jul 2000 00:35:58 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA98361; Fri, 7 Jul 2000 00:35:57 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <200007070735.AAA98361@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 7 Jul 2000 00:35:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/rip6query Makefile rip6query.8 rip6query.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/07/07 00:35:52 PDT Modified files: usr.sbin/rip6query Makefile rip6query.8 rip6query.c Log: Sync with latest KAME Obtained from: KAME Revision Changes Path 1.2 +1 -0 src/usr.sbin/rip6query/Makefile 1.2 +5 -5 src/usr.sbin/rip6query/rip6query.8 1.4 +11 -15 src/usr.sbin/rip6query/rip6query.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 0:44:46 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6EE1837B546; Fri, 7 Jul 2000 00:44:38 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA99420; Fri, 7 Jul 2000 00:44:38 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007070744.AAA99420@freefall.freebsd.org> From: "David E. O'Brien" Date: Fri, 7 Jul 2000 00:44:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/binutils/gdb freebsd-uthread.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/07 00:44:37 PDT Added files: (Branch: RELENG_4) gnu/usr.bin/binutils/gdb freebsd-uthread.c Log: MFC: rev 1.3 (debugging support when using libc_r's pthreads) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 0:46:39 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D076137B505; Fri, 7 Jul 2000 00:46:36 -0700 (PDT) (envelope-from dcs@FreeBSD.org) Received: (from dcs@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA99543; Fri, 7 Jul 2000 00:46:36 -0700 (PDT) (envelope-from dcs@FreeBSD.org) Message-Id: <200007070746.AAA99543@freefall.freebsd.org> From: "Daniel C. Sobral" Date: Fri, 7 Jul 2000 00:46:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/regex engine.c regcomp.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dcs 2000/07/07 00:46:36 PDT Modified files: lib/libc/regex engine.c regcomp.c Log: Deal with the signed/unsigned chars issue in a more proper manner. We use a CHAR_MIN-based array, like elsewhere in the code. Remove a number of unused variables (some due to the above change, one that was left after a number of optimizing steps through the source). Brucified by: bde Revision Changes Path 1.8 +13 -19 src/lib/libc/regex/engine.c 1.20 +6 -4 src/lib/libc/regex/regcomp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 0:47:45 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3519137B58A; Fri, 7 Jul 2000 00:47:40 -0700 (PDT) (envelope-from dcs@FreeBSD.org) Received: (from dcs@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA99649; Fri, 7 Jul 2000 00:47:40 -0700 (PDT) (envelope-from dcs@FreeBSD.org) Message-Id: <200007070747.AAA99649@freefall.freebsd.org> From: "Daniel C. Sobral" Date: Fri, 7 Jul 2000 00:47:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/regex regcomp.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dcs 2000/07/07 00:47:39 PDT Modified files: lib/libc/regex regcomp.c Log: Do not free NULL pointers. Revision Changes Path 1.21 +2 -2 src/lib/libc/regex/regcomp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 0:52:27 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4E24D37B5F6; Fri, 7 Jul 2000 00:52:22 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA00156; Fri, 7 Jul 2000 00:52:22 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <200007070752.AAA00156@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 7 Jul 2000 00:52:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/whois whois.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/07/07 00:52:22 PDT Modified files: usr.bin/whois whois.c Log: Enable whois queries over IPv6 Obtained from: KAME Revision Changes Path 1.16 +42 -46 src/usr.bin/whois/whois.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 1: 3:44 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1B6E237B5F6; Fri, 7 Jul 2000 01:03:39 -0700 (PDT) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA01272; Fri, 7 Jul 2000 01:03:38 -0700 (PDT) (envelope-from nik@FreeBSD.org) Message-Id: <200007070803.BAA01272@freefall.freebsd.org> From: Nik Clayton Date: Fri, 7 Jul 2000 01:03:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT access X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nik 2000/07/07 01:03:38 PDT Modified files: . access Log: Add Daniel Harris (dannyboy), who is now in the enviable position of being able to commit all the -doc PRs he's submitted. I'm sure -committers will extend the traditional warm welcome to him. Revision Changes Path 1.164 +2 -1 CVSROOT/access To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 1:15:23 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 57C0B37B5F6; Fri, 7 Jul 2000 01:15:20 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA19853; Fri, 7 Jul 2000 01:15:20 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Message-Id: <200007070815.BAA19853@freefall.freebsd.org> From: Nick Hibma Date: Fri, 7 Jul 2000 01:15:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libusb data.c descr.c parse.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG n_hibma 2000/07/07 01:15:20 PDT Modified files: lib/libusb data.c descr.c parse.c Log: Remove DIAGASSERT Revision Changes Path 1.2 +1 -7 src/lib/libusb/data.c 1.2 +1 -3 src/lib/libusb/descr.c 1.2 +1 -18 src/lib/libusb/parse.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 1:25: 4 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9098D37B75F; Fri, 7 Jul 2000 01:25:02 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA23980; Fri, 7 Jul 2000 01:25:02 -0700 (PDT) (envelope-from ache@FreeBSD.org) Message-Id: <200007070825.BAA23980@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Fri, 7 Jul 2000 01:24:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/locale collcmp.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ache 2000/07/07 01:24:57 PDT Modified files: lib/libc/locale collcmp.c Log: fix comment Revision Changes Path 1.13 +2 -2 src/lib/libc/locale/collcmp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 1:28: 6 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6521137B75F; Fri, 7 Jul 2000 01:28:03 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA25284; Fri, 7 Jul 2000 01:28:03 -0700 (PDT) (envelope-from ache@FreeBSD.org) Message-Id: <200007070828.BAA25284@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Fri, 7 Jul 2000 01:28:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/csh Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ache 2000/07/07 01:28:03 PDT Modified files: bin/csh Makefile Log: restore tabs lost from prev commit Asked-by: bde Revision Changes Path 1.20 +3 -3 src/bin/csh/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 1:29:49 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 917BA37B8E4; Fri, 7 Jul 2000 01:29:44 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA25993; Fri, 7 Jul 2000 01:29:41 -0700 (PDT) (envelope-from ache@FreeBSD.org) Message-Id: <200007070829.BAA25993@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Fri, 7 Jul 2000 01:29:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/csh Makefile X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ache 2000/07/07 01:29:40 PDT Modified files: (Branch: RELENG_4) bin/csh Makefile Log: MFC: tabs Revision Changes Path 1.11.2.3 +3 -3 src/bin/csh/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 1:31:41 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2F7A137B809; Fri, 7 Jul 2000 01:31:38 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA26973; Fri, 7 Jul 2000 01:31:38 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007070831.BAA26973@freefall.freebsd.org> From: "David E. O'Brien" Date: Fri, 7 Jul 2000 01:31:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/brandelf Makefile X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/07 01:31:37 PDT Modified files: (Branch: RELENG_4) usr.bin/brandelf Makefile Log: MFC: white space sync Revision Changes Path 1.3.6.1 +3 -1 src/usr.bin/brandelf/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 1:32:26 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1EA3A37B809; Fri, 7 Jul 2000 01:32:20 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA27296; Fri, 7 Jul 2000 01:32:20 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007070832.BAA27296@freefall.freebsd.org> From: "David E. O'Brien" Date: Fri, 7 Jul 2000 01:32:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/brandelf brandelf.1 brandelf.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/07 01:32:18 PDT Modified files: (Branch: RELENG_4) usr.bin/brandelf brandelf.1 brandelf.c Log: MFC: Change our ELF binary branding to match the SCO (as USL) method in the latest SVR4 ELF spec Revision Changes Path 1.9.2.1 +28 -17 src/usr.bin/brandelf/brandelf.1 1.13.2.1 +64 -34 src/usr.bin/brandelf/brandelf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 1:36:10 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C3FE137B75F; Fri, 7 Jul 2000 01:36:07 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA28951; Fri, 7 Jul 2000 01:36:08 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <200007070836.BAA28951@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 7 Jul 2000 01:36:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netkey key_debug.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/07/07 01:36:07 PDT Modified files: sys/netkey key_debug.c Log: Add missing #include to unbreak IPSEC_DEBUG builds Submitted by: Jim Bloom Revision Changes Path 1.12 +2 -1 src/sys/netkey/key_debug.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 1:39:48 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 11F2837B8E4; Fri, 7 Jul 2000 01:39:45 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA30202; Fri, 7 Jul 2000 01:39:42 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <200007070839.BAA30202@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 7 Jul 2000 01:39:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys param.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/07/07 01:39:36 PDT Modified files: sys/sys param.h Log: Bump __FreeBSD_version to note KAME upgrade Revision Changes Path 1.73 +2 -2 src/sys/sys/param.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 1:43:24 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id ED8DE37B97B; Fri, 7 Jul 2000 01:43:21 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA31609; Fri, 7 Jul 2000 01:43:22 -0700 (PDT) (envelope-from knu@FreeBSD.org) Message-Id: <200007070843.BAA31609@freefall.freebsd.org> From: Akinori MUSHA Date: Fri, 7 Jul 2000 01:43:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/netscape-wrapper Makefile ports/www/netscape-wrapper/files netscape.sh X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2000/07/07 01:43:20 PDT Modified files: www/netscape-wrapper Makefile www/netscape-wrapper/files netscape.sh Log: Escape problematic characters such as `,', `(' and `)' in an URL. PR: ports/19609 Submitted by: Mikko Tyolajarvi Revision Changes Path 1.3 +2 -2 ports/www/netscape-wrapper/Makefile 1.3 +2 -2 ports/www/netscape-wrapper/files/netscape.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 1:44:32 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C1B3037BC0E; Fri, 7 Jul 2000 01:44:29 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA32077; Fri, 7 Jul 2000 01:44:30 -0700 (PDT) (envelope-from knu@FreeBSD.org) Message-Id: <200007070844.BAA32077@freefall.freebsd.org> From: Akinori MUSHA Date: Fri, 7 Jul 2000 01:44:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/netscape-wrapper Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2000/07/07 01:44:25 PDT Modified files: www/netscape-wrapper Makefile Log: Woot, this version should have called 2000.07.07, not 2000.07.7. Revision Changes Path 1.4 +2 -2 ports/www/netscape-wrapper/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 2: 4: 7 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 13C1B37B6F7; Fri, 7 Jul 2000 02:04:04 -0700 (PDT) (envelope-from markm@FreeBSD.org) Received: (from markm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA35259; Fri, 7 Jul 2000 02:04:03 -0700 (PDT) (envelope-from markm@FreeBSD.org) Message-Id: <200007070904.CAA35259@freefall.freebsd.org> From: Mark Murray Date: Fri, 7 Jul 2000 02:03:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files src/sys/dev/randomdev harvest.c randomdev.c yarrow.c yarrow.h src/sys/modules/randomdev Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG markm 2000/07/07 02:03:59 PDT Modified files: sys/conf files sys/dev/randomdev randomdev.c yarrow.c yarrow.h sys/modules/randomdev Makefile Added files: sys/dev/randomdev harvest.c Log: Add entropy gathering code. This will work whether the module is compiled in or loaded. Revision Changes Path 1.383 +2 -1 src/sys/conf/files 1.6 +32 -32 src/sys/dev/randomdev/randomdev.c 1.4 +211 -83 src/sys/dev/randomdev/yarrow.c 1.2 +46 -11 src/sys/dev/randomdev/yarrow.h 1.3 +1 -3 src/sys/modules/randomdev/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 2: 6:59 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7579337B6FA; Fri, 7 Jul 2000 02:06:55 -0700 (PDT) (envelope-from markm@FreeBSD.org) Received: (from markm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA36779; Fri, 7 Jul 2000 02:06:55 -0700 (PDT) (envelope-from markm@FreeBSD.org) Message-Id: <200007070906.CAA36779@freefall.freebsd.org> From: Mark Murray Date: Fri, 7 Jul 2000 02:06:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys random.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG markm 2000/07/07 02:06:54 PDT Modified files: sys/sys random.h Log: Darn; didn't commit this with the rest of the entropy gathering code. Revision Changes Path 1.21 +7 -1 src/sys/sys/random.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 2: 9:46 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9CDE837B6F7; Fri, 7 Jul 2000 02:09:42 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA37047; Fri, 7 Jul 2000 02:09:42 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007070909.CAA37047@freefall.freebsd.org> From: "David E. O'Brien" Date: Fri, 7 Jul 2000 02:09:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/mk bsd.kmod.mk X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/07 02:09:42 PDT Modified files: (Branch: RELENG_4) share/mk bsd.kmod.mk Log: MFC: revs 1.82-84 (use sys/conf/kmod.mk now to make /sys self contained) Revision Changes Path 1.75.2.1 +8 -312 src/share/mk/bsd.kmod.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 2:19: 3 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BE12F37B6F7; Fri, 7 Jul 2000 02:19:00 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA37948; Fri, 7 Jul 2000 02:18:59 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <200007070918.CAA37948@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 7 Jul 2000 02:18:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/books/porters-handbook book.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/07/07 02:18:59 PDT Modified files: en_US.ISO_8859-1/books/porters-handbook book.sgml Log: Document __FreeBSD_version 500008 Revision Changes Path 1.110 +6 -1 doc/en_US.ISO_8859-1/books/porters-handbook/book.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 2:35:28 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 465C737B5F6; Fri, 7 Jul 2000 02:35:22 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA39330; Fri, 7 Jul 2000 02:35:22 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <200007070935.CAA39330@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 7 Jul 2000 02:35:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/ftp/proftpd Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/07/07 02:35:21 PDT Modified files: ftp/proftpd Makefile Log: Mark FORBIDDEN: yet another remote root exploit. Revision Changes Path 1.27 +3 -1 ports/ftp/proftpd/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 2:38: 4 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BD51C37B542; Fri, 7 Jul 2000 02:38:01 -0700 (PDT) (envelope-from markm@FreeBSD.org) Received: (from markm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA39628; Fri, 7 Jul 2000 02:38:01 -0700 (PDT) (envelope-from markm@FreeBSD.org) Message-Id: <200007070938.CAA39628@freefall.freebsd.org> From: Mark Murray Date: Fri, 7 Jul 2000 02:38:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG markm 2000/07/07 02:38:01 PDT Modified files: sys/modules Makefile Log: Honour appropriate no-crypto flags. Revision Changes Path 1.130 +6 -2 src/sys/modules/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 2:45:34 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4A70D37B5F6; Fri, 7 Jul 2000 02:45:31 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA40397; Fri, 7 Jul 2000 02:45:31 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <200007070945.CAA40397@freefall.freebsd.org> From: Peter Wemm Date: Fri, 7 Jul 2000 02:45:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/mk bsd.kmod.mk X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG peter 2000/07/07 02:45:30 PDT Modified files: (Branch: RELENG_4) share/mk bsd.kmod.mk Log: MFC: 1.85: use an extra .. for one more nesting level. This should make it comparable with -CURRENT and therefore easier to build a 4.x kernel under -current and vice versa. Revision Changes Path 1.75.2.2 +2 -2 src/share/mk/bsd.kmod.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 2:49:52 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8966237BA10; Fri, 7 Jul 2000 02:49:48 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA40818; Fri, 7 Jul 2000 02:49:48 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <200007070949.CAA40818@freefall.freebsd.org> From: Peter Wemm Date: Fri, 7 Jul 2000 02:49:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf kmod.mk X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG peter 2000/07/07 02:49:48 PDT Modified files: (Branch: RELENG_4) sys/conf kmod.mk Log: MFC: parts of 1.80: call gensetdefs in the correct place. It was being called *way* too early, leading to the sets to be terminated in the .kld files and making them useless for linking into a static kernel. Revision Changes Path 1.82.2.2 +7 -7 src/sys/conf/kmod.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 3:43:58 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D746337BBB9; Fri, 7 Jul 2000 03:43:54 -0700 (PDT) (envelope-from dannyboy@FreeBSD.org) Received: (from dannyboy@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA46271; Fri, 7 Jul 2000 03:43:54 -0700 (PDT) (envelope-from dannyboy@FreeBSD.org) Message-Id: <200007071043.DAA46271@freefall.freebsd.org> From: Daniel Harris Date: Fri, 7 Jul 2000 03:43:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/books/handbook authors.ent doc/en_US.ISO_8859-1/books/handbook/contrib chapter.sgml doc/en_US.ISO_8859-1/books/handbook/staff chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dannyboy 2000/07/07 03:43:54 PDT Modified files: en_US.ISO_8859-1/books/handbook authors.ent en_US.ISO_8859-1/books/handbook/contrib chapter.sgml en_US.ISO_8859-1/books/handbook/staff chapter.sgml Log: First commit; add myself to committers and remove myself as a contributor. Revision Changes Path 1.100 +3 -1 doc/en_US.ISO_8859-1/books/handbook/authors.ent 1.249 +1 -6 doc/en_US.ISO_8859-1/books/handbook/contrib/chapter.sgml 1.138 +5 -1 doc/en_US.ISO_8859-1/books/handbook/staff/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 4: 0:46 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3162237B962; Fri, 7 Jul 2000 04:00:44 -0700 (PDT) (envelope-from dannyboy@FreeBSD.org) Received: (from dannyboy@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA48475; Fri, 7 Jul 2000 04:00:44 -0700 (PDT) (envelope-from dannyboy@FreeBSD.org) Message-Id: <200007071100.EAA48475@freefall.freebsd.org> From: Daniel Harris Date: Fri, 7 Jul 2000 04:00:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/news newsflash.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dannyboy 2000/07/07 04:00:44 PDT Modified files: en/news newsflash.sgml Log: Announce myself. Revision Changes Path 1.190 +6 -2 www/en/news/newsflash.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 4: 9:59 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4904B37BD0C; Fri, 7 Jul 2000 04:09:53 -0700 (PDT) (envelope-from dannyboy@FreeBSD.org) Received: (from dannyboy@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA52213; Fri, 7 Jul 2000 04:09:53 -0700 (PDT) (envelope-from dannyboy@FreeBSD.org) Message-Id: <200007071109.EAA52213@freefall.freebsd.org> From: Daniel Harris Date: Fri, 7 Jul 2000 04:09:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en register.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dannyboy 2000/07/07 04:09:53 PDT Modified files: en register.sgml Log: Dealing with my own PR. Fixes committed. PR: 19618 Revision Changes Path 1.17 +5 -5 www/en/register.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 4:31: 5 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 62EB137B94C; Fri, 7 Jul 2000 04:31:01 -0700 (PDT) (envelope-from tg@FreeBSD.org) Received: (from tg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA53935; Fri, 7 Jul 2000 04:31:01 -0700 (PDT) (envelope-from tg@FreeBSD.org) Message-Id: <200007071131.EAA53935@freefall.freebsd.org> From: Thomas Gellekum Date: Fri, 7 Jul 2000 04:31:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/Canna/files canna.sh.in X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG tg 2000/07/07 04:31:00 PDT Modified files: japanese/Canna/files canna.sh.in Log: Fix script I broke. PR: 19744 Submitted by: knu, "Mas.TAKEMURA" Revision Changes Path 1.3 +2 -1 ports/japanese/Canna/files/canna.sh.in To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 4:52: 7 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E081E37B798; Fri, 7 Jul 2000 04:52:03 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA55752; Fri, 7 Jul 2000 04:52:03 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Message-Id: <200007071152.EAA55752@freefall.freebsd.org> From: Sheldon Hearn Date: Fri, 7 Jul 2000 04:52:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 md.4 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sheldonh 2000/07/07 04:52:03 PDT Added files: share/man/man4 md.4 Log: Add phk's md(4) manual page, written by phk himself. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 4:57: 5 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2180437B798; Fri, 7 Jul 2000 04:57:03 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA56173; Fri, 7 Jul 2000 04:57:03 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Message-Id: <200007071157.EAA56173@freefall.freebsd.org> From: Sheldon Hearn Date: Fri, 7 Jul 2000 04:57:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sheldonh 2000/07/07 04:57:03 PDT Modified files: share/man/man4 Makefile Log: Add md.4 to the build. Revision Changes Path 1.96 +2 -2 src/share/man/man4/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 5:17:25 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 006B437BC3B; Fri, 7 Jul 2000 05:17:21 -0700 (PDT) (envelope-from cjh@FreeBSD.org) Received: (from cjh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA60404; Fri, 7 Jul 2000 05:17:20 -0700 (PDT) (envelope-from cjh@FreeBSD.org) Message-Id: <200007071217.FAA60404@freefall.freebsd.org> From: CHOI Junho Date: Fri, 7 Jul 2000 05:17:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/korean/bitchx Makefile ports/korean/bitchx/files md5 ports/korean/bitchx/pkg COMMENT DESCR PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG cjh 2000/07/07 05:17:20 PDT Modified files: korean/bitchx Makefile korean/bitchx/files md5 korean/bitchx/pkg COMMENT DESCR PLIST Log: Update to 1.0c16/Korean. PR: ports/19709 Submitted by: JunSeon Oh Revision Changes Path 1.6 +67 -19 ports/korean/bitchx/Makefile 1.6 +2 -1 ports/korean/bitchx/files/md5 1.3 +1 -1 ports/korean/bitchx/pkg/COMMENT 1.3 +17 -10 ports/korean/bitchx/pkg/DESCR 1.2 +971 -6 ports/korean/bitchx/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 5:35: 9 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D590F37B67C; Fri, 7 Jul 2000 05:35:05 -0700 (PDT) (envelope-from itojun@FreeBSD.org) Received: (from itojun@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA61927; Fri, 7 Jul 2000 05:35:05 -0700 (PDT) (envelope-from itojun@FreeBSD.org) Message-Id: <200007071235.FAA61927@freefall.freebsd.org> From: Jun-ichiro itojun Hagino Date: Fri, 7 Jul 2000 05:35:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/crypto/telnet/telnet commands.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG itojun 2000/07/07 05:35:05 PDT Modified files: crypto/telnet/telnet commands.c Log: sync with usr.bin/telnet/commands.c 1.21 -> 1.22. pierre.dampure@alveley.org Revision Changes Path 1.13 +17 -19 src/crypto/telnet/telnet/commands.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 5:37: 3 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9D62837B67C; Fri, 7 Jul 2000 05:36:59 -0700 (PDT) (envelope-from nyan@FreeBSD.org) Received: (from nyan@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA62057; Fri, 7 Jul 2000 05:36:59 -0700 (PDT) (envelope-from nyan@FreeBSD.org) Message-Id: <200007071236.FAA62057@freefall.freebsd.org> From: Takahashi Yoshihiro Date: Fri, 7 Jul 2000 05:36:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf Makefile.pc98 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nyan 2000/07/07 05:36:59 PDT Modified files: (Branch: RELENG_4) sys/conf Makefile.pc98 Log: Sync with sys/conf/Makefile.i386 revision 1.179.2.2. Revision Changes Path 1.82.2.2 +70 -16 src/sys/conf/Makefile.pc98 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 6: 6:38 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2CBC737BCBB; Fri, 7 Jul 2000 06:06:33 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA66749; Fri, 7 Jul 2000 06:06:32 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200007071306.GAA66749@freefall.freebsd.org> From: Maxim Sobolev Date: Fri, 7 Jul 2000 06:06:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pkg_install/info info.h main.c perform.c pkg_info.1 show.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/07/07 06:06:32 PDT Modified files: usr.sbin/pkg_install/info info.h main.c perform.c pkg_info.1 show.c Log: New option "-s" to query size of the installed package(s). PR: 19445 Submitted by: sobomax Reviewed by: knu Approved by: silence Revision Changes Path 1.12 +3 -1 src/usr.sbin/pkg_install/info/info.h 1.24 +6 -2 src/usr.sbin/pkg_install/info/main.c 1.30 +3 -1 src/usr.sbin/pkg_install/info/perform.c 1.25 +4 -2 src/usr.sbin/pkg_install/info/pkg_info.1 1.15 +58 -1 src/usr.sbin/pkg_install/info/show.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 6:27:26 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 421DC37BEF7; Fri, 7 Jul 2000 06:27:23 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA68811; Fri, 7 Jul 2000 06:27:23 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200007071327.GAA68811@freefall.freebsd.org> From: Maxim Sobolev Date: Fri, 7 Jul 2000 06:27:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/py-coro Makefile ports/devel/py-coro/files md5 ports/devel/py-coro/patches patch-aa ports/devel/py-coro/pkg COMMENT DESCR PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/07/07 06:27:23 PDT Modified files: devel Makefile Added files: devel/py-coro Makefile devel/py-coro/files md5 devel/py-coro/patches patch-aa devel/py-coro/pkg COMMENT DESCR PLIST Log: Add py-coro - a Python coroutines module. PR: 19466 Submitted by: Kelly Yancey Revision Changes Path 1.310 +2 -1 ports/devel/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 6:28:10 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5D44337B9A4; Fri, 7 Jul 2000 06:28:07 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA68861; Fri, 7 Jul 2000 06:28:07 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200007071328.GAA68861@freefall.freebsd.org> From: Maxim Sobolev Date: Fri, 7 Jul 2000 06:28:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/07/07 06:28:07 PDT Modified files: . modules Log: py-coro --> ports/devel/py-coro Revision Changes Path 1.1368 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 6:36: 3 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D3DA737BD45; Fri, 7 Jul 2000 06:36:00 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA69891; Fri, 7 Jul 2000 06:36:01 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200007071336.GAA69891@freefall.freebsd.org> From: Maxim Sobolev Date: Fri, 7 Jul 2000 06:36:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/sarah Makefile ports/sysutils/sarah/files md5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/07/07 06:36:00 PDT Modified files: sysutils/sarah Makefile sysutils/sarah/files md5 Log: Update to 0.4b. PR: 19747 Submitted by: maintainer Revision Changes Path 1.4 +14 -17 ports/sysutils/sarah/Makefile 1.3 +1 -1 ports/sysutils/sarah/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 7: 1:14 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DB3A437BC92; Fri, 7 Jul 2000 07:01:09 -0700 (PDT) (envelope-from bp@FreeBSD.org) Received: (from bp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA72839; Fri, 7 Jul 2000 07:01:09 -0700 (PDT) (envelope-from bp@FreeBSD.org) Message-Id: <200007071401.HAA72839@freefall.freebsd.org> From: Boris Popov Date: Fri, 7 Jul 2000 07:01:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_subr.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG bp 2000/07/07 07:01:09 PDT Modified files: sys/kern vfs_subr.c Log: Fix support for more than 256 simultaneous mounts. Theoretical limit is 2^16 mounts per fs type. Reported by: Troy Arie Cobb via phk Reviewed by: bde Revision Changes Path 1.265 +5 -3 src/sys/kern/vfs_subr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 7: 2:37 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E7F3237B7E2; Fri, 7 Jul 2000 07:02:32 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA73043; Fri, 7 Jul 2000 07:02:32 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200007071402.HAA73043@freefall.freebsd.org> From: Maxim Sobolev Date: Fri, 7 Jul 2000 07:02:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/libtai Makefile ports/devel/libtai/files md5 ports/devel/libtai/patches patch-aa patch-ab patch-ac patch-ad patch-ae patch-af patch-ag ports/devel/libtai/pkg COMMENT DESCR PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/07/07 07:02:32 PDT Modified files: devel Makefile Added files: devel/libtai Makefile devel/libtai/files md5 devel/libtai/patches patch-aa patch-ab patch-ac patch-ad patch-ae patch-af patch-ag devel/libtai/pkg COMMENT DESCR PLIST Log: Add libtai - a library for storing and manipulating dates and times in second/attosecond. PR: 19348 Submitted by: Mario Sergio Fujikawa Ferreira Revision Changes Path 1.311 +2 -1 ports/devel/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 7: 3:15 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 71C0937B7E2; Fri, 7 Jul 2000 07:03:13 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA73103; Fri, 7 Jul 2000 07:03:12 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200007071403.HAA73103@freefall.freebsd.org> From: Maxim Sobolev Date: Fri, 7 Jul 2000 07:03:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/07/07 07:03:12 PDT Modified files: . modules Log: libtai --> ports/devel/libtai Revision Changes Path 1.1369 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 7:15:24 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C3E5337B7E2; Fri, 7 Jul 2000 07:15:20 -0700 (PDT) (envelope-from bp@FreeBSD.org) Received: (from bp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA75978; Fri, 7 Jul 2000 07:15:20 -0700 (PDT) (envelope-from bp@FreeBSD.org) Message-Id: <200007071415.HAA75978@freefall.freebsd.org> From: Boris Popov Date: Fri, 7 Jul 2000 07:15:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_malloc.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG bp 2000/07/07 07:15:20 PDT Modified files: (Branch: RELENG_4) sys/kern kern_malloc.c Log: MFC: If kernel compiled with INVARIANTS clear all references to the removed memory type and print warning message if not all memory of that type is freed. Revision Changes Path 1.64.2.2 +25 -1 src/sys/kern/kern_malloc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 7:22:18 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2BC7337BF70; Fri, 7 Jul 2000 07:22:10 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA76784; Fri, 7 Jul 2000 07:22:10 -0700 (PDT) (envelope-from brian@FreeBSD.org) Message-Id: <200007071422.HAA76784@freefall.freebsd.org> From: Brian Somers Date: Fri, 7 Jul 2000 07:22:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp bundle.c bundle.h command.c ip.c ip.h nat_cmd.c ppp.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG brian 2000/07/07 07:22:10 PDT Modified files: usr.sbin/ppp bundle.c bundle.h command.c ip.c ip.h nat_cmd.c ppp.8 Log: o Log the (payload/size) of all packet types, not just TCP packets o If the new ``filter-decapsulation'' is enabled, delve into UDP packets that contain 0xff 0x03 as the first two bytes, and if we recognise it as PROTO_IP, decapsulate it for the purpose of filter checking. If we recognise it as PROTO_ mention this for logging purposes only. This change is aimed at people running PPPoUDP where the UDP traffic is being sent over another PPP link. It's desireable to have the top level link connected all the time, but to have the bottom level link capable of decapsulating the traffic and comparing the payload against the filters, thus allowing ``set filter dial ...'' to work in tunnelled environments. The caveat here is that the top ppp cannot employ any compression layers without making the data unreadable for the bottom ppp. ``disable deflate pred1 vj'' and ``deny deflate pred1 vj'' is suggested. Revision Changes Path 1.98 +15 -12 src/usr.sbin/ppp/bundle.c 1.40 +12 -11 src/usr.sbin/ppp/bundle.h 1.240 +6 -3 src/usr.sbin/ppp/command.c 1.83 +61 -9 src/usr.sbin/ppp/ip.c 1.15 +3 -2 src/usr.sbin/ppp/ip.h 1.48 +2 -2 src/usr.sbin/ppp/nat_cmd.c 1.226 +33 -1 src/usr.sbin/ppp/ppp.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 7:30: 5 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A5B5837B927; Fri, 7 Jul 2000 07:30:02 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA77765; Fri, 7 Jul 2000 07:30:02 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200007071430.HAA77765@freefall.freebsd.org> From: Maxim Sobolev Date: Fri, 7 Jul 2000 07:30:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils Makefile ports/sysutils/clockspeed Makefile ports/sysutils/clockspeed/files md5 ports/sysutils/clockspeed/patches patch-aa patch-ab patch-ac patch-ad ports/sysutils/clockspeed/pkg COMMENT DESCR PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/07/07 07:30:02 PDT Modified files: sysutils Makefile Added files: sysutils/clockspeed Makefile sysutils/clockspeed/files md5 sysutils/clockspeed/patches patch-aa patch-ab patch-ac patch-ad sysutils/clockspeed/pkg COMMENT DESCR PLIST Log: Add clockspeed - a program which uses a hardware tick counter to compensate for a persistently fast or slow system clock. It also could be used to synchronize time across LAN or WAN. PR: 19349 Submitted by: Mario Sergio Fujikawa Ferreira Revision Changes Path 1.122 +2 -1 ports/sysutils/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 7:30:37 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A720337BDAE; Fri, 7 Jul 2000 07:30:30 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA77830; Fri, 7 Jul 2000 07:30:30 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200007071430.HAA77830@freefall.freebsd.org> From: Maxim Sobolev Date: Fri, 7 Jul 2000 07:30:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/07/07 07:30:30 PDT Modified files: . modules Log: clockspeed --> ports/sysutils/clockspeed Revision Changes Path 1.1370 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 7:37:51 2000 Delivered-To: cvs-all@freebsd.org Received: from blizzard.sabbo.net (blizzard.sabbo.net [193.193.218.18]) by hub.freebsd.org (Postfix) with ESMTP id 21FA437BDA2; Fri, 7 Jul 2000 07:37:40 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from vic.sabbo.net (root@vic.sabbo.net [193.193.218.106]) by blizzard.sabbo.net (8.9.1/8.9.3) with ESMTP id RAA24716; Fri, 7 Jul 2000 17:35:49 +0300 (EEST) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vic.sabbo.net (8.9.3/8.9.3) with ESMTP id RAA37456; Fri, 7 Jul 2000 17:38:09 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <3965EB4D.CABB3B33@FreeBSD.org> Date: Fri, 07 Jul 2000 17:38:05 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.73 [en] (WinNT; I) X-Accept-Language: uk,ru,en MIME-Version: 1.0 To: Satoshi Asami Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/devel Makefile References: <200007070621.XAA87246@freefall.freebsd.org> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Satoshi Asami wrote: > asami 2000/07/06 23:21:35 PDT > > Modified files: > devel Makefile > Log: > Remove smapi, it's moved to mail. Oops, sorry, my fault :-\ -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 7:46:19 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E6DF737B505; Fri, 7 Jul 2000 07:46:13 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA79645; Fri, 7 Jul 2000 07:46:13 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Message-Id: <200007071446.HAA79645@freefall.freebsd.org> From: Sheldon Hearn Date: Fri, 7 Jul 2000 07:46:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/ls ls.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sheldonh 2000/07/07 07:46:13 PDT Modified files: bin/ls ls.1 Log: Explain the dependence of colour support on the capabilities of the terminal emulator. As pointed out by jhb, a more scalable solution would be preferable when multiple applications in the base system begin linking against libh. Submitted by: Doug Barton Revision Changes Path 1.39 +21 -1 src/bin/ls/ls.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 7:54:49 2000 Delivered-To: cvs-all@freebsd.org Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by hub.freebsd.org (Postfix) with ESMTP id 5F0D237C295; Fri, 7 Jul 2000 07:54:42 -0700 (PDT) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.9.3/8.9.3) id KAA37898; Fri, 7 Jul 2000 10:54:39 -0400 (EDT) (envelope-from wollman) Date: Fri, 7 Jul 2000 10:54:39 -0400 (EDT) From: Garrett Wollman Message-Id: <200007071454.KAA37898@khavrinen.lcs.mit.edu> To: obrien@FreeBSD.org Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/gnu/i386/fpemul reg_div.s reg_round.s wm_sqrt.s src/sys/i386/i386 bioscall.s db_interface.c exception.s locore.s support.s src/sys/i386/include atomic.h src/sys/i386/isa apic_vector.s icu_vector.s ipl.s src/sys/i386/linux linux_locore.s ... In-Reply-To: <20000706183424.C90320@dragon.nuxi.com> References: <200007070038.RAA11861@freefall.freebsd.org> <200007070052.UAA35213@khavrinen.lcs.mit.edu> <20000706183424.C90320@dragon.nuxi.com> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG < said: > _IF_ it affects them, our `make buildworld' is fubar'ed again [w/in the > bootstrap, build tools, and cross targets]; and need to be fixed. Last time I tried it, `make buildworld'/`make installworld' crossing the 3.x--4.x boundary required a 4.x kernel already running. -GAWollman -- Garrett A. Wollman | O Siem / We are all family / O Siem / We're all the same wollman@lcs.mit.edu | O Siem / The fires of freedom Opinions not those of| Dance in the burning flame MIT, LCS, CRS, or NSA| - Susan Aglukark and Chad Irschick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 7:57:46 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9FD3137BE9D; Fri, 7 Jul 2000 07:57:41 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA82065; Fri, 7 Jul 2000 07:57:41 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200007071457.HAA82065@freefall.freebsd.org> From: Maxim Sobolev Date: Fri, 7 Jul 2000 07:57:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/Tools/scripts README X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/07/07 07:57:41 PDT Modified files: Tools/scripts README Log: Add checknewvers.sh - a script which checks for availability of the newest versions of distfiles on MASTER_SITES. This is still work in progress, so please use with caution and don't forget report bugs and submit patches. Revision Changes Path 1.5 +3 -1 ports/Tools/scripts/README To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 8: 0:40 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BB90437C61D; Fri, 7 Jul 2000 08:00:38 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA82410; Fri, 7 Jul 2000 08:00:38 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200007071500.IAA82410@freefall.freebsd.org> From: Maxim Sobolev Date: Fri, 7 Jul 2000 08:00:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/Tools/scripts checknewver.sh X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/07/07 08:00:38 PDT Added files: Tools/scripts checknewver.sh Log: Add checknewver.sh - a shell script which checks for availability of newest version of distfiles on MASTER_SITES. This is still work in progress, so please use with caution and don't forget report bugs and submit patches. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 8:30:11 2000 Delivered-To: cvs-all@freebsd.org Received: from mail.uni-bielefeld.de (mail2.uni-bielefeld.de [129.70.4.90]) by hub.freebsd.org (Postfix) with ESMTP id 7EA6437C117; Fri, 7 Jul 2000 08:30:05 -0700 (PDT) (envelope-from bfischer@Techfak.uni-bielefeld.de) Received: from frolic.no-support.loc (ppp36-317.hrz.uni-bielefeld.de [129.70.37.61]) by mail.uni-bielefeld.de (Sun Internet Mail Server sims.4.0.2000.05.17.04.13.p6) with ESMTP id <0FXC0023Q314GD@mail.uni-bielefeld.de>; Fri, 7 Jul 2000 17:30:03 +0200 (MET DST) Received: from broccoli.no-support.loc (broccoli.no-support.loc [192.168.43.99]) by frolic.no-support.loc (8.9.3/8.9.3) with ESMTP id XAA01553; Thu, 06 Jul 2000 23:50:40 +0200 (CEST envelope-from bjoern@no-support.loc) Received: (from bjoern@localhost) by broccoli.no-support.loc (8.9.3/8.9.3) id XAA02496; Thu, 06 Jul 2000 23:50:40 +0200 (CEST envelope-from bjoern@no-support.loc) Date: Thu, 06 Jul 2000 23:50:39 +0200 From: Bjoern Fischer Subject: Re: cvs commit: src/sys/isofs/cd9660 cd9660_node.c cd9660_vfsops.c iso.h In-reply-to: <200006290119.SAA45578@freefall.freebsd.org>; from bp@FreeBSD.ORG on Wed, Jun 28, 2000 at 06:19:13PM -0700 To: Boris Popov Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Message-id: <20000706235039.A1382@broccoli.no-support.loc> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-disposition: inline Content-transfer-encoding: 7BIT User-Agent: Mutt/1.2i References: <200006290119.SAA45578@freefall.freebsd.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Jun 28, 2000 at 06:19:13PM -0700, Boris Popov wrote: > Modified files: > sys/isofs/cd9660 cd9660_node.c cd9660_vfsops.c iso.h > Log: > Fix memory leakage on module unload. Is it possible to MFC this to STABLE? Thanks. Bjoern -- -----BEGIN GEEK CODE BLOCK----- GCS d--(+) s++: a- C+++(-) UB++++OSI++++$ P+++(-) L---(++) !E W- N+ o>+ K- !w !O !M !V PS++ PE- PGP++ t+++ !5 X++ tv- b+++ D++ G e+ h-- y+ ------END GEEK CODE BLOCK------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 8:42: 0 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5207637BF24; Fri, 7 Jul 2000 08:41:57 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA87464; Fri, 7 Jul 2000 08:41:57 -0700 (PDT) (envelope-from knu@FreeBSD.org) Message-Id: <200007071541.IAA87464@freefall.freebsd.org> From: Akinori MUSHA Date: Fri, 7 Jul 2000 08:41:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/cvs2cl Makefile ports/devel/cvs2cl/files md5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2000/07/07 08:41:56 PDT Modified files: devel/cvs2cl Makefile devel/cvs2cl/files md5 Log: Update to 2.9. Revision Changes Path 1.7 +2 -2 ports/devel/cvs2cl/Makefile 1.4 +1 -1 ports/devel/cvs2cl/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 8:43:44 2000 Delivered-To: cvs-all@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id F3EF637C869; Fri, 7 Jul 2000 08:43:35 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id JAA28908; Fri, 7 Jul 2000 09:43:34 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id JAA62247; Fri, 7 Jul 2000 09:43:33 -0600 (MDT) Message-Id: <200007071543.JAA62247@harmony.village.org> To: Garrett Wollman Subject: Re: cvs commit: src/sys/gnu/i386/fpemul reg_div.s reg_round.s wm_sqrt.s src/sys/i386/i386 bioscall.s db_interface.c exception.s locore.s support.s src/sys/i386/include atomic.h src/sys/i386/isa apic_vector.s icu_vector.s ipl.s src/sys/i386/linux linux_locore.s ... Cc: obrien@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Fri, 07 Jul 2000 10:54:39 EDT." <200007071454.KAA37898@khavrinen.lcs.mit.edu> References: <200007071454.KAA37898@khavrinen.lcs.mit.edu> <200007070038.RAA11861@freefall.freebsd.org> <200007070052.UAA35213@khavrinen.lcs.mit.edu> <20000706183424.C90320@dragon.nuxi.com> Date: Fri, 07 Jul 2000 09:43:33 -0600 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <200007071454.KAA37898@khavrinen.lcs.mit.edu> Garrett Wollman writes: : < said: : : > _IF_ it affects them, our `make buildworld' is fubar'ed again [w/in the : > bootstrap, build tools, and cross targets]; and need to be fixed. : : Last time I tried it, `make buildworld'/`make installworld' crossing : the 3.x--4.x boundary required a 4.x kernel already running. That problem was fixed a long time ago, just before 4.0 was released. I've done make buildworld on our 3.2+some 3.4bits box at work several times over the past few months. If something has broken again in the past month or so, I'd like to know about it for my updating blurb. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 9:13:25 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 693E437C081; Fri, 7 Jul 2000 09:13:22 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA91164; Fri, 7 Jul 2000 09:13:22 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <200007071613.JAA91164@freefall.freebsd.org> From: Steve Price Date: Fri, 7 Jul 2000 09:13:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/jabber-transport Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG steve 2000/07/07 09:13:22 PDT Modified files: net/jabber-transport Makefile Log: Location on MASTER_SITE changed. PR: 19741 Submitted by: maintainer Revision Changes Path 1.3 +2 -2 ports/net/jabber-transport/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 9:14:22 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B6CF237BED1; Fri, 7 Jul 2000 09:14:19 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA91344; Fri, 7 Jul 2000 09:14:19 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <200007071614.JAA91344@freefall.freebsd.org> From: Steve Price Date: Fri, 7 Jul 2000 09:14:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/libetherx Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG steve 2000/07/07 09:14:19 PDT Modified files: net/libetherx Makefile Log: Location on MASTER_SITE changed. PR: 19740 Submitted by: maintainer Revision Changes Path 1.5 +2 -2 ports/net/libetherx/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 9:15:40 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D2C4E37BF36; Fri, 7 Jul 2000 09:15:37 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA91579; Fri, 7 Jul 2000 09:15:37 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <200007071615.JAA91579@freefall.freebsd.org> From: Steve Price Date: Fri, 7 Jul 2000 09:15:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/libjabber Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG steve 2000/07/07 09:15:37 PDT Modified files: net/libjabber Makefile Log: Location on MASTER_SITE changed. PR: 19739 Submitted by: maintainer Revision Changes Path 1.5 +2 -2 ports/net/libjabber/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 9:16:36 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9F63337BBD9; Fri, 7 Jul 2000 09:16:32 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA91847; Fri, 7 Jul 2000 09:16:32 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <200007071616.JAA91847@freefall.freebsd.org> From: Steve Price Date: Fri, 7 Jul 2000 09:16:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/libxode Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG steve 2000/07/07 09:16:32 PDT Modified files: textproc/libxode Makefile Log: Location on MASTER_SITE changed. PR: 19738 Submitted by: maintainer Revision Changes Path 1.5 +2 -2 ports/textproc/libxode/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 9:22:39 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1DC0E37B505; Fri, 7 Jul 2000 09:22:35 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA92992; Fri, 7 Jul 2000 09:22:34 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <200007071622.JAA92992@freefall.freebsd.org> From: Steve Price Date: Fri, 7 Jul 2000 09:22:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-servers/Xfstt/patches patch-ab X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG steve 2000/07/07 09:22:34 PDT Modified files: x11-servers/Xfstt/patches patch-ab Log: From submitter: xfstt core dumps at times, especially when trying to serve the regular "Courier New" font (COUR.TTF). As a result, X clients trying to set the font will hang, and killing the hung clients brings down X. The problem is that xfstt calls realloc(), through its #define shrinkMem(), but neglects to adjust a pointer that used to point to memory within the old block. A subsequent copying of that pointer then merrily SIGSEGV's the code. PR: 19716 Submitted by: Chan Tur Wei Revision Changes Path 1.3 +18 -3 ports/x11-servers/Xfstt/patches/patch-ab To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 9:25:47 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 48C0837BE70; Fri, 7 Jul 2000 09:25:43 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA93543; Fri, 7 Jul 2000 09:25:43 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <200007071625.JAA93543@freefall.freebsd.org> From: Steve Price Date: Fri, 7 Jul 2000 09:25:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/lavaps Makefile ports/sysutils/lavaps/files md5 ports/sysutils/lavaps/patches patch-aa ports/sysutils/lavaps/pkg DESCR X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG steve 2000/07/07 09:25:43 PDT Modified files: sysutils/lavaps Makefile sysutils/lavaps/files md5 sysutils/lavaps/pkg DESCR Removed files: sysutils/lavaps/patches patch-aa Log: Update to version 1.13. PR: 19710 Submitted by: Johann Visagie Revision Changes Path 1.5 +2 -2 ports/sysutils/lavaps/Makefile 1.3 +1 -1 ports/sysutils/lavaps/files/md5 1.2 +2 -0 ports/sysutils/lavaps/pkg/DESCR To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 9:39:30 2000 Delivered-To: cvs-all@freebsd.org Received: from palrel3.hp.com (palrel3.hp.com [156.153.255.226]) by hub.freebsd.org (Postfix) with ESMTP id AB30237BD1E; Fri, 7 Jul 2000 09:39:22 -0700 (PDT) (envelope-from marcel@cup.hp.com) Received: from adlmail.cup.hp.com (adlmail.cup.hp.com [15.0.100.30]) by palrel3.hp.com (Postfix) with ESMTP id AB9491632; Fri, 7 Jul 2000 09:39:20 -0700 (PDT) Received: from cup.hp.com (gauss.cup.hp.com [15.28.97.152]) by adlmail.cup.hp.com (8.9.3 (PHNE_18979)/8.9.3 SMKit7.02) with ESMTP id JAA25222; Fri, 7 Jul 2000 09:39:20 -0700 (PDT) Message-ID: <396607B8.555DAB6A@cup.hp.com> Date: Fri, 07 Jul 2000 09:39:20 -0700 From: Marcel Moolenaar Organization: Hewlett-Packard X-Mailer: Mozilla 4.73 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: Warner Losh Cc: Garrett Wollman , obrien@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/gnu/i386/fpemul reg_div.s reg_round.s wm_sqrt.s src/sys/i386/i386 bioscall.s db_interface.c exception.s locore.s support.s src/sys/i386/include atomic.h src/sys/i386/isa apic_vector.s icu_vector.s ipl.s src/sys/i386/linux linux_locore.s ... References: <200007071454.KAA37898@khavrinen.lcs.mit.edu> <200007070038.RAA11861@freefall.freebsd.org> <200007070052.UAA35213@khavrinen.lcs.mit.edu> <20000706183424.C90320@dragon.nuxi.com> <200007071543.JAA62247@harmony.village.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Warner Losh wrote: > > : Last time I tried it, `make buildworld'/`make installworld' crossing > : the 3.x--4.x boundary required a 4.x kernel already running. > > That problem was fixed a long time ago, just before 4.0 was released. > I've done make buildworld on our 3.2+some 3.4bits box at work several > times over the past few months. If something has broken again in the > past month or so, I'd like to know about it for my updating blurb. It has never been fixed, because it never has been implemented. Currently we use binaries we install. This means that during an installworld we can use 4.x binaries (sh or install for example) on a 3.x machine. This requires that a 4.x kernel is already runnin. The solution I have worked on (but didn't get properly tested in time for 4.0) was to copy the binaries we need during installworld to a save place and set PATH pointing to it. That way we never run any binaries from directories we're installing to and thus avoid running 4.x binaries on a 3.x machine. I have to redo it, because too much has probably been changed in the mean time... (of course 4.x and 3.x are just example versions; the problem is more generic) -- Marcel Moolenaar mail: marcel@cup.hp.com / marcel@FreeBSD.org tel: (408) 447-4222 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 9:52:31 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 832A437BCD4; Fri, 7 Jul 2000 09:52:25 -0700 (PDT) (envelope-from alfred@FreeBSD.org) Received: (from alfred@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA96742; Fri, 7 Jul 2000 09:52:25 -0700 (PDT) (envelope-from alfred@FreeBSD.org) Message-Id: <200007071652.JAA96742@freefall.freebsd.org> From: Alfred Perlstein Date: Fri, 7 Jul 2000 09:52:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include search.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alfred 2000/07/07 09:52:25 PDT Modified files: include search.h Log: fix spelling errors. Pointed out by: bde Revision Changes Path 1.3 +1 -14 src/include/search.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 10: 4: 4 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1748B37BCC9; Fri, 7 Jul 2000 10:03:54 -0700 (PDT) (envelope-from sada@FreeBSD.org) Received: (from sada@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA98451; Fri, 7 Jul 2000 10:03:54 -0700 (PDT) (envelope-from sada@FreeBSD.org) Message-Id: <200007071703.KAA98451@freefall.freebsd.org> From: SADA Kenji Date: Fri, 7 Jul 2000 10:03:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sada 2000/07/07 10:03:48 PDT Modified files: . modules Log: xjtext --> ports/japanese/xjtext Revision Changes Path 1.1371 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 10: 4:55 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A465737C0A1; Fri, 7 Jul 2000 10:04:35 -0700 (PDT) (envelope-from sada@FreeBSD.org) Received: (from sada@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA98529; Fri, 7 Jul 2000 10:04:35 -0700 (PDT) (envelope-from sada@FreeBSD.org) Message-Id: <200007071704.KAA98529@freefall.freebsd.org> From: SADA Kenji Date: Fri, 7 Jul 2000 10:04:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/xjtext - Imported sources X-FreeBSD-CVS-Branch: Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sada 2000/07/07 10:04:35 PDT ports/japanese/xjtext - Imported sources Update of /home/ncvs/ports/japanese/xjtext In directory freefall.freebsd.org:/d/home/sada/work/xjtext Log Message: This program shows Japanese text in vertical format. You can use directives in input text and perform some effects. This software is like a kind of demonstration program. Status: Vendor Tag: SADA Release Tags: v1_3 N ports/japanese/xjtext/Makefile N ports/japanese/xjtext/pkg/DESCR N ports/japanese/xjtext/pkg/COMMENT N ports/japanese/xjtext/pkg/MESSAGE N ports/japanese/xjtext/pkg/PLIST N ports/japanese/xjtext/files/md5 N ports/japanese/xjtext/patches/patch-aa N ports/japanese/xjtext/patches/patch-ab No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 10: 8: 6 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 34F7D37BFED; Fri, 7 Jul 2000 10:08:05 -0700 (PDT) (envelope-from sada@FreeBSD.org) Received: (from sada@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA00356; Fri, 7 Jul 2000 10:08:05 -0700 (PDT) (envelope-from sada@FreeBSD.org) Message-Id: <200007071708.KAA00356@freefall.freebsd.org> From: SADA Kenji Date: Fri, 7 Jul 2000 10:08:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sada 2000/07/07 10:08:05 PDT Modified files: japanese Makefile Log: Activate xjtext. Revision Changes Path 1.275 +2 -1 ports/japanese/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 10:20:27 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 28D7C37C298; Fri, 7 Jul 2000 10:20:24 -0700 (PDT) (envelope-from ume@FreeBSD.org) Received: (from ume@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA01777; Fri, 7 Jul 2000 10:20:23 -0700 (PDT) (envelope-from ume@FreeBSD.org) Message-Id: <200007071720.KAA01777@freefall.freebsd.org> From: Hajimu UMEMOTO Date: Fri, 7 Jul 2000 10:20:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/namedb named.conf X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ume 2000/07/07 10:20:23 PDT Modified files: etc/namedb named.conf Log: Add reverse lookup entry for ::1 Suggested by: itojun Revision Changes Path 1.7 +6 -1 src/etc/namedb/named.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 10:47:55 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 56C1A37B8E6; Fri, 7 Jul 2000 10:47:51 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Received: (from nectar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA09624; Fri, 7 Jul 2000 10:47:51 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Message-Id: <200007071747.KAA09624@freefall.freebsd.org> From: Jacques Vidrine Date: Fri, 7 Jul 2000 10:47:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/dante/patches patch-ac patch-ad patch-ae patch-af patch-ag X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nectar 2000/07/07 10:47:48 PDT Added files: net/dante/patches patch-ac patch-ad patch-ae patch-af patch-ag Log: Bug fix: there were a couple of undefined symbols in libdsocks. Submitted by: Karl-Andre' Skevik To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 10:50:30 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0EB7137C1C8; Fri, 7 Jul 2000 10:50:27 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Received: (from nectar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA10718; Fri, 7 Jul 2000 10:50:25 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Message-Id: <200007071750.KAA10718@freefall.freebsd.org> From: Jacques Vidrine Date: Fri, 7 Jul 2000 10:50:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/dante/patches patch-ah X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nectar 2000/07/07 10:50:25 PDT Added files: net/dante/patches patch-ah Log: Fix for bind extension: "I've added a check for trying to find other sockets using the same controlconnection, if we find such sockets we don't close the controlconnection." This is needed e.g. by applications that close the socket they used to bind() after getting a new socket from accept(). Submitted by: Michael Shuldman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 10:51:48 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AB62037BEF6; Fri, 7 Jul 2000 10:51:43 -0700 (PDT) (envelope-from sada@FreeBSD.org) Received: (from sada@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA11227; Fri, 7 Jul 2000 10:51:43 -0700 (PDT) (envelope-from sada@FreeBSD.org) Message-Id: <200007071751.KAA11227@freefall.freebsd.org> From: SADA Kenji Date: Fri, 7 Jul 2000 10:51:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/netscape47-communicator/patches patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sada 2000/07/07 10:51:43 PDT Modified files: japanese/netscape47-communicator/patches patch-aa Log: Unexpected `FILE' menu was opened when user press ALT-F to open `FIND' window. Fix is pointed out by: at users-jp ML 53127. Revision Changes Path 1.6 +14 -5 ports/japanese/netscape47-communicator/patches/patch-aa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 11:14:32 2000 Delivered-To: cvs-all@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id C696037BC63; Fri, 7 Jul 2000 11:14:24 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id MAA29559; Fri, 7 Jul 2000 12:14:22 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id MAA63328; Fri, 7 Jul 2000 12:14:21 -0600 (MDT) Message-Id: <200007071814.MAA63328@harmony.village.org> To: Marcel Moolenaar Subject: Re: cvs commit: src/sys/gnu/i386/fpemul reg_div.s reg_round.s wm_sqrt.s src/sys/i386/i386 bioscall.s db_interface.c exception.s locore.s support.s src/sys/i386/include atomic.h src/sys/i386/isa apic_vector.s icu_vector.s ipl.s src/sys/i386/linux linux_locore.s ... Cc: Garrett Wollman , obrien@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Fri, 07 Jul 2000 09:39:20 PDT." <396607B8.555DAB6A@cup.hp.com> References: <396607B8.555DAB6A@cup.hp.com> <200007071454.KAA37898@khavrinen.lcs.mit.edu> <200007070038.RAA11861@freefall.freebsd.org> <200007070052.UAA35213@khavrinen.lcs.mit.edu> <20000706183424.C90320@dragon.nuxi.com> <200007071543.JAA62247@harmony.village.org> Date: Fri, 07 Jul 2000 12:14:21 -0600 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <396607B8.555DAB6A@cup.hp.com> Marcel Moolenaar writes: : It has never been fixed, because it never has been implemented. Ah yes. The buildworld part works great. It is installworld that is broken. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 11:20:30 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 568ED37C068; Fri, 7 Jul 2000 11:20:27 -0700 (PDT) (envelope-from dannyboy@FreeBSD.org) Received: (from dannyboy@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA18421; Fri, 7 Jul 2000 11:20:27 -0700 (PDT) (envelope-from dannyboy@FreeBSD.org) Message-Id: <200007071820.LAA18421@freefall.freebsd.org> From: Daniel Harris Date: Fri, 7 Jul 2000 11:20:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/copyright freebsd-license.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dannyboy 2000/07/07 11:20:27 PDT Modified files: en/copyright freebsd-license.sgml Log: Change copyright date to include the year 2000. PR: 19644 Revision Changes Path 1.5 +3 -3 www/en/copyright/freebsd-license.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 11:24:49 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 60B0C37C476; Fri, 7 Jul 2000 11:24:44 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA18960; Fri, 7 Jul 2000 11:24:44 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <200007071824.LAA18960@freefall.freebsd.org> From: Steve Price Date: Fri, 7 Jul 2000 11:24:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/irc/bitchx Makefile ports/irc/bitchx/patches patch-aj patch-ai ports/irc/bitchx/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG steve 2000/07/07 11:24:44 PDT Modified files: irc/bitchx Makefile irc/bitchx/pkg PLIST Added files: irc/bitchx/patches patch-aj Removed files: irc/bitchx/patches patch-ai Log: Make building the plugins optional. PR: 19708 Submitted by: maintainer Revision Changes Path 1.18 +27 -7 ports/irc/bitchx/Makefile 1.5 +0 -15 ports/irc/bitchx/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 11:26:58 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A7CFB37C159; Fri, 7 Jul 2000 11:26:54 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA19453; Fri, 7 Jul 2000 11:26:54 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <200007071826.LAA19453@freefall.freebsd.org> From: Steve Price Date: Fri, 7 Jul 2000 11:26:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/gtetrinet Makefile ports/games/gtetrinet/files md5 ports/games/gtetrinet/patches patch-aa ports/games/gtetrinet/pkg DESCR X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG steve 2000/07/07 11:26:54 PDT Modified files: games/gtetrinet Makefile games/gtetrinet/files md5 games/gtetrinet/pkg DESCR Removed files: games/gtetrinet/patches patch-aa Log: Update to version 0.4.1. PR: 19704 Submitted by: maintainer Revision Changes Path 1.5 +4 -4 ports/games/gtetrinet/Makefile 1.2 +1 -1 ports/games/gtetrinet/files/md5 1.3 +1 -1 ports/games/gtetrinet/pkg/DESCR To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 11:29: 7 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B96B037BE92; Fri, 7 Jul 2000 11:29:04 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA20072; Fri, 7 Jul 2000 11:29:04 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <200007071829.LAA20072@freefall.freebsd.org> From: Steve Price Date: Fri, 7 Jul 2000 11:29:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/xconq Makefile ports/games/xconq/files md5 ports/games/xconq/patches patch-ad patch-ai patch-aj patch-ak patch-ae patch-af patch-ag patch-ah ports/games/xconq/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG steve 2000/07/07 11:29:04 PDT Modified files: games/xconq Makefile games/xconq/files md5 games/xconq/patches patch-ad patch-ai patch-aj patch-ak games/xconq/pkg PLIST Removed files: games/xconq/patches patch-ae patch-af patch-ag patch-ah Log: Update to version 7.3.3. PR: 19702 Submitted by: maintainer Revision Changes Path 1.13 +22 -14 ports/games/xconq/Makefile 1.3 +1 -1 ports/games/xconq/files/md5 1.4 +21 -9 ports/games/xconq/patches/patch-ad 1.2 +12 -3 ports/games/xconq/patches/patch-ai 1.2 +7 -7 ports/games/xconq/patches/patch-aj 1.2 +6 -6 ports/games/xconq/patches/patch-ak 1.4 +357 -177 ports/games/xconq/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 11:30:29 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EA73F37C118; Fri, 7 Jul 2000 11:30:21 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA20400; Fri, 7 Jul 2000 11:30:21 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <200007071830.LAA20400@freefall.freebsd.org> From: Steve Price Date: Fri, 7 Jul 2000 11:30:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/openldap Makefile ports/net/openldap/files md5 ports/net/openldap/patches patch-db ports/net/openldap/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG steve 2000/07/07 11:30:21 PDT Modified files: net/openldap Makefile net/openldap/files md5 net/openldap/patches patch-db net/openldap/pkg PLIST Log: Update to version 1.2.11. PR: 19694 Submitted by: maintainer Revision Changes Path 1.16 +4 -3 ports/net/openldap/Makefile 1.10 +1 -1 ports/net/openldap/files/md5 1.3 +7 -7 ports/net/openldap/patches/patch-db 1.7 +0 -2 ports/net/openldap/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 11:33:54 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C781C37BF10; Fri, 7 Jul 2000 11:33:51 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA20877; Fri, 7 Jul 2000 11:33:51 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007071833.LAA20877@freefall.freebsd.org> From: "David E. O'Brien" Date: Fri, 7 Jul 2000 11:33:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys copyright.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/07 11:33:51 PDT Modified files: (Branch: RELENG_4) sys/sys copyright.h Log: Make the UC copyright match the installed /COPYRIGHT. Revision Changes Path 1.10.2.1 +2 -2 src/sys/sys/copyright.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 11:34:32 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A50FA37BF10; Fri, 7 Jul 2000 11:34:12 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA20992; Fri, 7 Jul 2000 11:34:12 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <200007071834.LAA20992@freefall.freebsd.org> From: Steve Price Date: Fri, 7 Jul 2000 11:34:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/iplog Makefile ports/net/iplog/files md5 ports/net/iplog/patches patch-aa patch-ab patch-ac patch-ad ports/net/iplog/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG steve 2000/07/07 11:34:12 PDT Modified files: net/iplog Makefile net/iplog/files md5 net/iplog/pkg PLIST Added files: net/iplog/patches patch-aa patch-ab patch-ac patch-ad Log: Update to version 2.2.0. PR: 19690 Submitted by: maintainer Revision Changes Path 1.8 +16 -7 ports/net/iplog/Makefile 1.5 +1 -1 ports/net/iplog/files/md5 1.2 +1 -1 ports/net/iplog/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 11:35:14 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CC1DF37BACD; Fri, 7 Jul 2000 11:35:11 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA21262; Fri, 7 Jul 2000 11:35:11 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007071835.LAA21262@freefall.freebsd.org> From: "David E. O'Brien" Date: Fri, 7 Jul 2000 11:35:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys copyright.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/07 11:35:11 PDT Modified files: sys/sys copyright.h Log: MFS: adjust University of California's copyright. Revision Changes Path 1.11 +2 -2 src/sys/sys/copyright.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 11:37:10 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 14B5837B53A; Fri, 7 Jul 2000 11:37:06 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA21485; Fri, 7 Jul 2000 11:37:05 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <200007071837.LAA21485@freefall.freebsd.org> From: Steve Price Date: Fri, 7 Jul 2000 11:37:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/mswordview/patches patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG steve 2000/07/07 11:37:05 PDT Added files: textproc/mswordview/patches patch-aa Log: The gd library now generates PNG files. Also include a necessary header file in support.c for the wmf library. PR: 19684 Submitted by: Alec Wolman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 11:38:45 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CCDF337BCD7; Fri, 7 Jul 2000 11:38:39 -0700 (PDT) (envelope-from dannyboy@FreeBSD.org) Received: (from dannyboy@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA21811; Fri, 7 Jul 2000 11:38:39 -0700 (PDT) (envelope-from dannyboy@FreeBSD.org) Message-Id: <200007071838.LAA21811@freefall.freebsd.org> From: Daniel Harris Date: Fri, 7 Jul 2000 11:38:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/books/fdp-primer/overview chapter.sgml doc/en_US.ISO_8859-1/books/fdp-primer/psgml-mode chapter.sgml doc/en_US.ISO_8859-1/books/fdp-primer/see-also chapter.sgml doc/en_US.ISO_8859-1/books/fdp-primer/sgml-markup chapter.sgml doc/en_US.ISO_8859-1/books/fdp-primer/sgml-primer chapter.sgml doc/en_US.ISO_8859-1/books/fdp-primer/structure chapter.sgml ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dannyboy 2000/07/07 11:38:39 PDT Modified files: en_US.ISO_8859-1/books/fdp-primer/overview chapter.sgml en_US.ISO_8859-1/books/fdp-primer/psgml-mode chapter.sgml en_US.ISO_8859-1/books/fdp-primer/see-also chapter.sgml en_US.ISO_8859-1/books/fdp-primer/sgml-markup chapter.sgml en_US.ISO_8859-1/books/fdp-primer/sgml-primer chapter.sgml en_US.ISO_8859-1/books/fdp-primer/structure chapter.sgml en_US.ISO_8859-1/books/fdp-primer/tools chapter.sgml en_US.ISO_8859-1/books/fdp-primer/translations chapter.sgml Log: Fixed lots of typos, thinkos and grammar errors. I ran this by Nik a while back, since he's the only one who's touched most of the fdp-primer. Reviewed by: nik Revision Changes Path 1.5 +6 -6 doc/en_US.ISO_8859-1/books/fdp-primer/overview/chapter.sgml 1.4 +2 -2 doc/en_US.ISO_8859-1/books/fdp-primer/psgml-mode/chapter.sgml 1.5 +5 -5 doc/en_US.ISO_8859-1/books/fdp-primer/see-also/chapter.sgml 1.12 +20 -20 doc/en_US.ISO_8859-1/books/fdp-primer/sgml-markup/chapter.sgml 1.12 +4 -4 doc/en_US.ISO_8859-1/books/fdp-primer/sgml-primer/chapter.sgml 1.4 +9 -9 doc/en_US.ISO_8859-1/books/fdp-primer/structure/chapter.sgml 1.9 +6 -6 doc/en_US.ISO_8859-1/books/fdp-primer/tools/chapter.sgml 1.5 +10 -10 doc/en_US.ISO_8859-1/books/fdp-primer/translations/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 11:41: 8 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C1D6C37C677; Fri, 7 Jul 2000 11:39:50 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA21983; Fri, 7 Jul 2000 11:39:50 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <200007071839.LAA21983@freefall.freebsd.org> From: Steve Price Date: Fri, 7 Jul 2000 11:39:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/libwmf Makefile ports/graphics/libwmf/patches patch-af patch-ag X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG steve 2000/07/07 11:39:50 PDT Modified files: graphics/libwmf Makefile Added files: graphics/libwmf/patches patch-af patch-ag Log: Fix ${PREFIX}/include files that have bad nested includes. PR: 19682 Submitted by: Alec Wolman Revision Changes Path 1.16 +4 -1 ports/graphics/libwmf/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 11:45: 5 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 27FF737C790; Fri, 7 Jul 2000 11:44:50 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA22852; Fri, 7 Jul 2000 11:44:50 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <200007071844.LAA22852@freefall.freebsd.org> From: Steve Price Date: Fri, 7 Jul 2000 11:44:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/deskutils/abacus Makefile ports/misc/buffer Makefile ports/misc/fd Makefile ports/japanese/mtools Makefile ports/news/unpost Makefile ports/security/vscan Makefile ports/www/webcopy Makefile ports/x11-toolkits/xforms Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG steve 2000/07/07 11:44:50 PDT Modified files: deskutils/abacus Makefile misc/buffer Makefile misc/fd Makefile japanese/mtools Makefile news/unpost Makefile security/vscan Makefile www/webcopy Makefile x11-toolkits/xforms Makefile Log: Use {MASTER,PATCH}_SITE_SUBDIR instead of make's sed capabilities. Revision Changes Path 1.11 +3 -2 ports/deskutils/abacus/Makefile 1.15 +3 -2 ports/misc/buffer/Makefile 1.21 +3 -2 ports/misc/fd/Makefile 1.8 +3 -2 ports/japanese/mtools/Makefile 1.8 +3 -2 ports/news/unpost/Makefile 1.20 +3 -2 ports/security/vscan/Makefile 1.15 +3 -2 ports/www/webcopy/Makefile 1.34 +3 -2 ports/x11-toolkits/xforms/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 11:48:18 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B109D37C015; Fri, 7 Jul 2000 11:46:46 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA23088; Fri, 7 Jul 2000 11:46:46 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <200007071846.LAA23088@freefall.freebsd.org> From: Steve Price Date: Fri, 7 Jul 2000 11:46:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/mtools Makefile ports/japanese/mtools/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG steve 2000/07/07 11:46:46 PDT Modified files: japanese/mtools Makefile japanese/mtools/pkg PLIST Log: Add MLINKS support. PR: 19676 Submitted by: KATO Tsuguru Revision Changes Path 1.9 +2 -2 ports/japanese/mtools/Makefile 1.5 +2 -2 ports/japanese/mtools/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 11:48:46 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 24DB637BE83; Fri, 7 Jul 2000 11:48:32 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA23556; Fri, 7 Jul 2000 11:48:31 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <200007071848.LAA23556@freefall.freebsd.org> From: Steve Price Date: Fri, 7 Jul 2000 11:48:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/KnightCap Makefile ports/games/KnightCap/files md5 ports/games/KnightCap/patches patch-aa patch-ac ports/games/KnightCap/pkg DESCR X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG steve 2000/07/07 11:48:31 PDT Modified files: games/KnightCap Makefile games/KnightCap/files md5 games/KnightCap/patches patch-aa games/KnightCap/pkg DESCR Removed files: games/KnightCap/patches patch-ac Log: Update to version 3.6. PR: 19409 Submitted by: maintainer Revision Changes Path 1.11 +6 -6 ports/games/KnightCap/Makefile 1.2 +1 -1 ports/games/KnightCap/files/md5 1.3 +35 -29 ports/games/KnightCap/patches/patch-aa 1.3 +2 -0 ports/games/KnightCap/pkg/DESCR To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 11:50:40 2000 Delivered-To: cvs-all@freebsd.org Received: from mercury.mich.com (mercury.mich.com [64.79.64.32]) by hub.freebsd.org (Postfix) with ESMTP id EA05237BDDC; Fri, 7 Jul 2000 11:50:33 -0700 (PDT) (envelope-from will@almanac.yi.org) Received: from argon.gryphonsoft.com (pm011-032.dialup.bignet.net [64.79.82.0]) by mercury.mich.com (8.9.3/8.9.3) with ESMTP id OAA32212; Fri, 7 Jul 2000 14:50:02 -0400 Received: by argon.gryphonsoft.com (Postfix, from userid 1000) id 6B6681997; Fri, 7 Jul 2000 14:47:55 -0400 (EDT) Date: Fri, 7 Jul 2000 14:47:55 -0400 From: Will Andrews To: Maxim Sobolev Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/Tools/scripts checknewver.sh Message-ID: <20000707144755.H10303@argon.gryphonsoft.com> References: <200007071500.IAA82410@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <200007071500.IAA82410@freefall.freebsd.org>; from sobomax@FreeBSD.org on Fri, Jul 07, 2000 at 08:00:38AM -0700 X-Operating-System: FreeBSD 5.0-CURRENT i386 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Jul 07, 2000 at 08:00:38AM -0700, Maxim Sobolev wrote: > Added files: > Tools/scripts checknewver.sh > Log: > Add checknewver.sh - a shell script which checks for availability of newest > version of distfiles on MASTER_SITES. This is still work in progress, so > please use with caution and don't forget report bugs and submit patches. Thank you for this useful tool. -- Will Andrews GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 11:52:38 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1E99637BE43; Fri, 7 Jul 2000 11:52:33 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA24188; Fri, 7 Jul 2000 11:52:32 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <200007071852.LAA24188@freefall.freebsd.org> From: Steve Price Date: Fri, 7 Jul 2000 11:52:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/qmail Makefile ports/mail/qmail/files mailer.conf.sample PORT_NOTES_FreeBSD_40-RELEASE ports/mail/qmail/pkg MESSAGE PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG steve 2000/07/07 11:52:32 PDT Modified files: mail/qmail Makefile mail/qmail/files PORT_NOTES_FreeBSD_40-RELEASE mail/qmail/pkg MESSAGE PLIST Added files: mail/qmail/files mailer.conf.sample Log: - Don't hardcode /usr/local. - Also add a mailer.conf that allows sendmail to be replaced with qmail. PR: 19449 Submitted by: Mike Meyer and maintainer Revision Changes Path 1.19 +95 -6 ports/mail/qmail/Makefile 1.2 +6 -1 ports/mail/qmail/files/PORT_NOTES_FreeBSD_40-RELEASE 1.2 +8 -0 ports/mail/qmail/pkg/MESSAGE 1.3 +4 -1 ports/mail/qmail/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 11:54:24 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E28F937BE9A; Fri, 7 Jul 2000 11:54:21 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA24465; Fri, 7 Jul 2000 11:54:21 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <200007071854.LAA24465@freefall.freebsd.org> From: Steve Price Date: Fri, 7 Jul 2000 11:54:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/tgif Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG steve 2000/07/07 11:54:21 PDT Modified files: japanese/tgif Makefile Log: Depend on the tgif-nls port since it has better message catalog support. PR: 19453 Submitted by: maintainer Revision Changes Path 1.19 +3 -3 ports/japanese/tgif/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 12: 7: 7 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A281937BE85; Fri, 7 Jul 2000 12:07:04 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA27468; Fri, 7 Jul 2000 12:07:04 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <200007071907.MAA27468@freefall.freebsd.org> From: Steve Price Date: Fri, 7 Jul 2000 12:07:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-fm/xnc Makefile ports/x11-fm/xnc/patches patch-ae X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG steve 2000/07/07 12:07:04 PDT Modified files: x11-fm/xnc Makefile Added files: x11-fm/xnc/patches patch-ae Log: Use the jpeg and png libraries from the port's collection. PR: 19527 Submitted by: KATO Tsuguru Revision Changes Path 1.6 +7 -3 ports/x11-fm/xnc/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 12: 9:39 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 91CBE37C0BD; Fri, 7 Jul 2000 12:09:36 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA27886; Fri, 7 Jul 2000 12:09:36 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <200007071909.MAA27886@freefall.freebsd.org> From: Steve Price Date: Fri, 7 Jul 2000 12:09:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/comms/hylafax Makefile ports/comms/hylafax/patches patch-ah X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG steve 2000/07/07 12:09:35 PDT Modified files: comms/hylafax Makefile Removed files: comms/hylafax/patches patch-ah Log: From the submitter: Currently, the hylafax port has a few flaws -- it uses the libz and regex libraries that come with the software instead of the implementations available on FreeBSD and ignores the local CFLAGS settings. It also needlessly (it seems) requires gmake. PR: 19552 Submitted by: Mikhail Teterin Revision Changes Path 1.36 +8 -4 ports/comms/hylafax/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 12:15:18 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DE05937BC42; Fri, 7 Jul 2000 12:15:16 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA28541; Fri, 7 Jul 2000 12:15:16 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <200007071915.MAA28541@freefall.freebsd.org> From: Steve Price Date: Fri, 7 Jul 2000 12:15:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/emulators/wine Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG steve 2000/07/07 12:15:16 PDT Modified files: emulators/wine Makefile Log: Link wine with -rpath so that it can find libwine.so. PR: 19562 Submitted by: FUJISHIMA Satsuki Approved by: maintainer Revision Changes Path 1.86 +2 -1 ports/emulators/wine/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 12:16:29 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D529237B864; Fri, 7 Jul 2000 12:16:27 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA28739; Fri, 7 Jul 2000 12:16:27 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <200007071916.MAA28739@freefall.freebsd.org> From: Steve Price Date: Fri, 7 Jul 2000 12:16:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/archivers/linux_rar Makefile ports/archivers/linux_rar/files md5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG steve 2000/07/07 12:16:27 PDT Modified files: archivers/linux_rar Makefile archivers/linux_rar/files md5 Log: Update to version 2.71. PR: 19578 Submitted by: maintainer Revision Changes Path 1.15 +3 -5 ports/archivers/linux_rar/Makefile 1.4 +1 -1 ports/archivers/linux_rar/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 12:18: 9 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C9E5037C0E8; Fri, 7 Jul 2000 12:18:01 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA29020; Fri, 7 Jul 2000 12:18:01 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <200007071918.MAA29020@freefall.freebsd.org> From: Steve Price Date: Fri, 7 Jul 2000 12:18:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/quotes Makefile ports/misc/quotes/files md5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG steve 2000/07/07 12:18:01 PDT Modified files: misc/quotes Makefile misc/quotes/files md5 Log: Update to version 1.6.2. PR: 19580 Submitted by: maintainer Revision Changes Path 1.8 +5 -3 ports/misc/quotes/Makefile 1.5 +1 -1 ports/misc/quotes/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 12:19:30 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BF5AD37B5AD; Fri, 7 Jul 2000 12:19:27 -0700 (PDT) (envelope-from ume@FreeBSD.org) Received: (from ume@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA29317; Fri, 7 Jul 2000 12:19:27 -0700 (PDT) (envelope-from ume@FreeBSD.org) Message-Id: <200007071919.MAA29317@freefall.freebsd.org> From: Hajimu UMEMOTO Date: Fri, 7 Jul 2000 12:19:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ifmcstat ifmcstat.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ume 2000/07/07 12:19:25 PDT Modified files: usr.sbin/ifmcstat ifmcstat.c Log: Sync with latest KAME. Obtained from: KAME Revision Changes Path 1.4 +130 -60 src/usr.sbin/ifmcstat/ifmcstat.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 12:20:54 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 415B937BF4E; Fri, 7 Jul 2000 12:20:50 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA29595; Fri, 7 Jul 2000 12:20:49 -0700 (PDT) (envelope-from will@FreeBSD.org) Message-Id: <200007071920.MAA29595@freefall.freebsd.org> From: Will Andrews Date: Fri, 7 Jul 2000 12:20:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/uwatch Makefile ports/sysutils/uwatch/files md5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2000/07/07 12:20:49 PDT Modified files: sysutils/uwatch Makefile sysutils/uwatch/files md5 Log: Update to 1.2, which removes some debugging information. PR: 19754 Submitted by: maintainer Revision Changes Path 1.5 +2 -2 ports/sysutils/uwatch/Makefile 1.3 +1 -1 ports/sysutils/uwatch/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 12:22:16 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 36B8237B864; Fri, 7 Jul 2000 12:22:15 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA30016; Fri, 7 Jul 2000 12:22:14 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <200007071922.MAA30016@freefall.freebsd.org> From: Steve Price Date: Fri, 7 Jul 2000 12:22:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/trafd Makefile ports/net/trafd/files md5 ports/net/trafd/pkg DESCR PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG steve 2000/07/07 12:22:14 PDT Modified files: net/trafd Makefile net/trafd/files md5 net/trafd/pkg DESCR PLIST Log: Update to version 3.0.1. PR: 19596 Submitted by: Michael Vasilenko Revision Changes Path 1.4 +4 -4 ports/net/trafd/Makefile 1.2 +1 -1 ports/net/trafd/files/md5 1.2 +3 -3 ports/net/trafd/pkg/DESCR 1.3 +2 -2 ports/net/trafd/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 12:23:40 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1DA1537B53A; Fri, 7 Jul 2000 12:23:36 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA30371; Fri, 7 Jul 2000 12:23:35 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <200007071923.MAA30371@freefall.freebsd.org> From: Steve Price Date: Fri, 7 Jul 2000 12:23:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/apache-jserv Makefile ports/www/apache-jserv/files md5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG steve 2000/07/07 12:23:35 PDT Modified files: www/apache-jserv Makefile www/apache-jserv/files md5 Log: Update to version 1.1.2. PR: 19599 Submitted by: Palle Girgensohn Revision Changes Path 1.8 +5 -4 ports/www/apache-jserv/Makefile 1.4 +1 -1 ports/www/apache-jserv/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 12:25:35 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id ACB2F37BF99; Fri, 7 Jul 2000 12:25:29 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA30669; Fri, 7 Jul 2000 12:25:24 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <200007071925.MAA30669@freefall.freebsd.org> From: Steve Price Date: Fri, 7 Jul 2000 12:25:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/p5-IMAP-Admin Makefile ports/mail/p5-IMAP-Admin/files md5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG steve 2000/07/07 12:25:24 PDT Modified files: mail/p5-IMAP-Admin Makefile mail/p5-IMAP-Admin/files md5 Log: Update to version 1.2.5. PR: 19619 Submitted by: Martti Kuparinen Revision Changes Path 1.7 +2 -2 ports/mail/p5-IMAP-Admin/Makefile 1.5 +1 -1 ports/mail/p5-IMAP-Admin/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 12:27:37 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6E9D937BFE9; Fri, 7 Jul 2000 12:27:30 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA31092; Fri, 7 Jul 2000 12:27:29 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <200007071927.MAA31092@freefall.freebsd.org> From: Steve Price Date: Fri, 7 Jul 2000 12:27:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/stunnel Makefile ports/security/stunnel/files stunnel.sh md5 ports/security/stunnel/patches patch-ac ports/security/stunnel/pkg DESCR PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG steve 2000/07/07 12:27:29 PDT Modified files: security/stunnel Makefile security/stunnel/files md5 security/stunnel/patches patch-ac security/stunnel/pkg DESCR PLIST Added files: security/stunnel/files stunnel.sh Log: Update to version 3.8.4. PR: 19637 Submitted by: maintainer Revision Changes Path 1.22 +20 -18 ports/security/stunnel/Makefile 1.7 +1 -1 ports/security/stunnel/files/md5 1.9 +15 -49 ports/security/stunnel/patches/patch-ac 1.3 +1 -1 ports/security/stunnel/pkg/DESCR 1.3 +2 -1 ports/security/stunnel/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 12:29:17 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2D56D37B864; Fri, 7 Jul 2000 12:29:13 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA31485; Fri, 7 Jul 2000 12:29:13 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <200007071929.MAA31485@freefall.freebsd.org> From: Steve Price Date: Fri, 7 Jul 2000 12:29:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/mathopd Makefile ports/www/mathopd/files md5 ports/www/mathopd/pkg DESCR X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG steve 2000/07/07 12:29:13 PDT Modified files: www/mathopd Makefile www/mathopd/files md5 www/mathopd/pkg DESCR Log: Update to version 1.3p5. PR: 19640 Submitted by: maintainer Revision Changes Path 1.8 +3 -3 ports/www/mathopd/Makefile 1.4 +1 -1 ports/www/mathopd/files/md5 1.2 +1 -1 ports/www/mathopd/pkg/DESCR To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 12:31:12 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9B50F37B5AD; Fri, 7 Jul 2000 12:31:03 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA31762; Fri, 7 Jul 2000 12:31:03 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <200007071931.MAA31762@freefall.freebsd.org> From: Steve Price Date: Fri, 7 Jul 2000 12:31:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/wwwoffle/patches patch-ac X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG steve 2000/07/07 12:31:03 PDT Added files: www/wwwoffle/patches patch-ac Log: From the submitter: The wwwoffled program in the www/wwwoffle port doesn't retry a select() call when select() fails with EINTR, which it should do. This causes problems such as a 'wwwoffle -offline' command not taking effect which can be annoying. PR: 19652 Submitted by: maintainer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 12:32:29 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EBFAA37BE07; Fri, 7 Jul 2000 12:32:26 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA32104; Fri, 7 Jul 2000 12:32:26 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <200007071932.MAA32104@freefall.freebsd.org> From: Steve Price Date: Fri, 7 Jul 2000 12:32:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/thttpd Makefile ports/www/thttpd/files md5 ports/www/thttpd/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG steve 2000/07/07 12:32:26 PDT Modified files: www/thttpd Makefile www/thttpd/files md5 www/thttpd/pkg PLIST Log: Update to version 2.19. PR: 19656 Submitted by: maintainer Revision Changes Path 1.14 +4 -2 ports/www/thttpd/Makefile 1.9 +1 -1 ports/www/thttpd/files/md5 1.4 +7 -3 ports/www/thttpd/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 12:34: 3 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 67C0437BD45; Fri, 7 Jul 2000 12:33:58 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA32446; Fri, 7 Jul 2000 12:33:58 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <200007071933.MAA32446@freefall.freebsd.org> From: Steve Price Date: Fri, 7 Jul 2000 12:33:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/fltk Makefile ports/x11-toolkits/fltk/files md5 ports/x11-toolkits/fltk/patches patch-ab ports/x11-toolkits/fltk/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG steve 2000/07/07 12:33:58 PDT Modified files: x11-toolkits/fltk Makefile x11-toolkits/fltk/files md5 x11-toolkits/fltk/patches patch-ab x11-toolkits/fltk/pkg PLIST Log: Update to version 1.0.9. PR: 19671 Submitted by: maintainer Revision Changes Path 1.16 +4 -9 ports/x11-toolkits/fltk/Makefile 1.6 +1 -1 ports/x11-toolkits/fltk/files/md5 1.3 +9 -20 ports/x11-toolkits/fltk/patches/patch-ab 1.7 +2 -0 ports/x11-toolkits/fltk/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 12:36:17 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C2F2137C334; Fri, 7 Jul 2000 12:36:13 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA32788; Fri, 7 Jul 2000 12:36:13 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <200007071936.MAA32788@freefall.freebsd.org> From: Steve Price Date: Fri, 7 Jul 2000 12:36:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/gdcd Makefile ports/audio/gdcd/files md5 ports/audio/gdcd/patches patch-ae patch-af patch-ag patch-ah patch-aa patch-ab patch-ac patch-ad ports/audio/gdcd/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG steve 2000/07/07 12:36:08 PDT Modified files: audio/gdcd Makefile audio/gdcd/files md5 audio/gdcd/pkg PLIST Added files: audio/gdcd/patches patch-ae patch-af patch-ag patch-ah Removed files: audio/gdcd/patches patch-aa patch-ab patch-ac patch-ad Log: Update to version 0.2.1. PR: 19674 Submitted by: KATO Tsuguru Revision Changes Path 1.3 +15 -15 ports/audio/gdcd/Makefile 1.2 +1 -3 ports/audio/gdcd/files/md5 1.2 +1 -0 ports/audio/gdcd/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 12:38:38 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0199237C29C; Fri, 7 Jul 2000 12:38:33 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA33288; Fri, 7 Jul 2000 12:38:32 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <200007071938.MAA33288@freefall.freebsd.org> From: Steve Price Date: Fri, 7 Jul 2000 12:38:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/forth Makefile ports/lang/forth/files md5 ports/lang/forth/patches patch-ae patch-ac patch-ad ports/lang/forth/pkg DESCR PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG steve 2000/07/07 12:38:32 PDT Modified files: lang/forth Makefile lang/forth/files md5 lang/forth/pkg DESCR PLIST Added files: lang/forth/patches patch-ae Removed files: lang/forth/patches patch-ac patch-ad Log: Update to version 0.29.1. PR: 19677 Submitted by: KATO Tsuguru Revision Changes Path 1.16 +15 -8 ports/lang/forth/Makefile 1.3 +1 -1 ports/lang/forth/files/md5 1.3 +2 -0 ports/lang/forth/pkg/DESCR 1.7 +53 -8 ports/lang/forth/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 12:41: 8 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BABD837BD45; Fri, 7 Jul 2000 12:41:03 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA33776; Fri, 7 Jul 2000 12:41:03 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <200007071941.MAA33776@freefall.freebsd.org> From: Steve Price Date: Fri, 7 Jul 2000 12:41:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/teknap/patches patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG steve 2000/07/07 12:41:03 PDT Added files: audio/teknap/patches patch-aa Log: Don't install the CVS junk with the help files. PR: 19734 Submitted by: maintainer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 12:44:41 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2364A37C1DF; Fri, 7 Jul 2000 12:44:37 -0700 (PDT) (envelope-from ghelmer@FreeBSD.org) Received: (from ghelmer@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA34319; Fri, 7 Jul 2000 12:44:37 -0700 (PDT) (envelope-from ghelmer@FreeBSD.org) Message-Id: <200007071944.MAA34319@freefall.freebsd.org> From: Guy Helmer Date: Fri, 7 Jul 2000 12:44:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/traceroute traceroute.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ghelmer 2000/07/07 12:44:36 PDT Modified files: contrib/traceroute traceroute.c Log: Document the -S flag (added in rev. 1.4) in the usage() function. PR: bin/18153 Prompted by: Nathan Ahlstrom Revision Changes Path 1.14 +2 -2 src/contrib/traceroute/traceroute.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 12:45:20 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 46BCD37BF82; Fri, 7 Jul 2000 12:45:14 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA34560; Fri, 7 Jul 2000 12:45:14 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <200007071945.MAA34560@freefall.freebsd.org> From: Steve Price Date: Fri, 7 Jul 2000 12:45:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules ports/devel Makefile ports/devel/crosssco Makefile ports/devel/crosssco/files i386-sco.uu md5 ports/devel/crosssco/patches patch-aa patch-ab patch-ac patch-ad ports/devel/crosssco/pkg COMMENT DESCR PLIST ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG steve 2000/07/07 12:45:13 PDT Modified files: . modules devel Makefile Removed files: devel/crosssco Makefile devel/crosssco/files i386-sco.uu md5 devel/crosssco/patches patch-aa patch-ab patch-ac patch-ad devel/crosssco/pkg COMMENT DESCR PLIST devel/crosssco/scripts one-tree-1.5.sh devel/scogdb Makefile devel/scogdb/files md5 devel/scogdb/pkg COMMENT DESCR PLIST Log: The crosssco and scogdb ports are obsolete so remove them. PR: 19634 Submitted by: maintainer Revision Changes Path 1.1372 +1 -3 CVSROOT/modules 1.312 +1 -3 ports/devel/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 12:46:38 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 20B1937BE85; Fri, 7 Jul 2000 12:46:36 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA34879; Fri, 7 Jul 2000 12:46:36 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <200007071946.MAA34879@freefall.freebsd.org> From: Steve Price Date: Fri, 7 Jul 2000 12:46:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/mit-scheme Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG steve 2000/07/07 12:46:36 PDT Modified files: lang/mit-scheme Makefile Log: Location on MASTER_SITE has changed. PR: 19628 Submitted by: Jimmy Olgeni Revision Changes Path 1.18 +2 -2 ports/lang/mit-scheme/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 12:59:38 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A1C8A37C4FE; Fri, 7 Jul 2000 12:59:27 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA37791; Fri, 7 Jul 2000 12:59:27 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <200007071959.MAA37791@freefall.freebsd.org> From: Steve Price Date: Fri, 7 Jul 2000 12:59:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/ftp/IglooFTP Makefile ports/ftp/IglooFTP/patches patch-aa patch-ab patch-ac ports/x11-clocks/asclock-gtk Makefile ports/x11-clocks/asclock-gtk/patches patch-aa ports/www/erwn Makefile ports/www/erwn/patches patch-aa ports/textproc/gdict ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG steve 2000/07/07 12:59:26 PDT Modified files: ftp/IglooFTP Makefile ftp/IglooFTP/patches patch-aa patch-ab patch-ac x11-clocks/asclock-gtk Makefile x11-clocks/asclock-gtk/patches patch-aa www/erwn Makefile www/erwn/patches patch-aa textproc/gdict Makefile textproc/gdict/patches patch-aa math/geg Makefile net/ggsd Makefile net/ggsd/patches patch-aa net/gicq Makefile net/gicq/patches patch-ab x11/gmessage Makefile x11/gmessage/patches patch-aa audio/gmixer Makefile audio/gmixer/patches patch-aa security/gpasman Makefile security/gpasman/patches patch-ab databases/gtksql Makefile databases/gtksql/patches patch-aa databases/gtksql/pkg PLIST editors/gxedit Makefile editors/gxedit/patches patch-aa patch-ab patch-ae editors/gxedit/pkg PLIST x11/gyroscope Makefile x11/gyroscope/patches patch-aa games/hex Makefile games/hex/patches patch-ac games/hex/pkg PLIST japanese/gicq Makefile japanese/gicq/patches patch-ab korean/ami Makefile korean/ami/patches patch-ca korean/ami/pkg PLIST korean/gau Makefile korean/gau/patches patch-bb audio/lame Makefile audio/lame/patches patch-aa www/nscache Makefile www/nscache/patches patch-aa www/nscache/pkg PLIST irc/olirc Makefile irc/olirc/patches patch-ab misc/snowflake Makefile misc/snowflake/patches patch-aa x11-wm/spager Makefile x11-wm/spager/patches patch-aa patch-ab editors/vim5 Makefile editors/vim5/patches patch-02 x11-toolkits/xenophilia Makefile x11-toolkits/xenophilia/patches patch-aa audio/xmixer Makefile audio/xmixer/patches patch-aa patch-ab biology/xmolwt Makefile biology/xmolwt/patches patch-aa games/xqf Makefile games/xqf/patches patch-aa emulators/xsystem35 Makefile emulators/xsystem35/patches patch-af Added files: math/geg/patches patch-ac www/nscache/patches patch-ab Removed files: math/geg/patches patch-aa security/gpasman/patches patch-aa audio/xmixer/patches patch-ac Log: - Use GTK_CONFIG/GLIB_CONFIG instead of hardcoded gtk12-config/glib12-config - Support CC/CFLAGS/PREIFX/LOCALBASE/X11BASE/MAKE/etc. properly PR: 19623 Submitted by: KATO Tsuguru Revision Changes Path 1.8 +11 -12 ports/ftp/IglooFTP/Makefile 1.2 +1 -1 ports/ftp/IglooFTP/patches/patch-aa 1.3 +12 -12 ports/ftp/IglooFTP/patches/patch-ab 1.2 +1 -1 ports/ftp/IglooFTP/patches/patch-ac 1.7 +6 -2 ports/x11-clocks/asclock-gtk/Makefile 1.3 +18 -16 ports/x11-clocks/asclock-gtk/patches/patch-aa 1.5 +2 -2 ports/www/erwn/Makefile 1.3 +18 -7 ports/www/erwn/patches/patch-aa 1.8 +5 -1 ports/textproc/gdict/Makefile 1.2 +1 -1 ports/textproc/gdict/patches/patch-aa 1.16 +11 -6 ports/math/geg/Makefile 1.10 +11 -6 ports/net/ggsd/Makefile 1.4 +8 -6 ports/net/ggsd/patches/patch-aa 1.16 +3 -1 ports/net/gicq/Makefile 1.2 +1 -1 ports/net/gicq/patches/patch-ab 1.3 +4 -1 ports/x11/gmessage/Makefile 1.2 +7 -6 ports/x11/gmessage/patches/patch-aa 1.12 +5 -3 ports/audio/gmixer/Makefile 1.3 +1 -1 ports/audio/gmixer/patches/patch-aa 1.5 +4 -1 ports/security/gpasman/Makefile 1.3 +11 -2 ports/security/gpasman/patches/patch-ab 1.7 +5 -2 ports/databases/gtksql/Makefile 1.3 +25 -8 ports/databases/gtksql/patches/patch-aa 1.2 +0 -1 ports/databases/gtksql/pkg/PLIST 1.25 +8 -3 ports/editors/gxedit/Makefile 1.9 +3 -3 ports/editors/gxedit/patches/patch-aa 1.10 +39 -8 ports/editors/gxedit/patches/patch-ab 1.2 +2 -2 ports/editors/gxedit/patches/patch-ae 1.5 +0 -1 ports/editors/gxedit/pkg/PLIST 1.5 +5 -5 ports/x11/gyroscope/Makefile 1.2 +18 -8 ports/x11/gyroscope/patches/patch-aa 1.8 +17 -16 ports/games/hex/Makefile 1.2 +2 -2 ports/games/hex/patches/patch-ac 1.2 +5 -4 ports/games/hex/pkg/PLIST 1.15 +5 -3 ports/japanese/gicq/Makefile 1.2 +1 -1 ports/japanese/gicq/patches/patch-ab 1.12 +13 -10 ports/korean/ami/Makefile 1.3 +6 -5 ports/korean/ami/patches/patch-ca 1.8 +0 -1 ports/korean/ami/pkg/PLIST 1.6 +6 -4 ports/korean/gau/Makefile 1.2 +2 -2 ports/korean/gau/patches/patch-bb 1.12 +6 -1 ports/audio/lame/Makefile 1.6 +10 -6 ports/audio/lame/patches/patch-aa 1.3 +11 -2 ports/www/nscache/Makefile 1.2 +11 -10 ports/www/nscache/patches/patch-aa 1.2 +3 -0 ports/www/nscache/pkg/PLIST 1.5 +7 -3 ports/irc/olirc/Makefile 1.2 +12 -2 ports/irc/olirc/patches/patch-ab 1.3 +4 -1 ports/misc/snowflake/Makefile 1.2 +18 -10 ports/misc/snowflake/patches/patch-aa 1.2 +11 -10 ports/x11-wm/spager/Makefile 1.2 +9 -5 ports/x11-wm/spager/patches/patch-aa 1.2 +2 -2 ports/x11-wm/spager/patches/patch-ab 1.76 +3 -1 ports/editors/vim5/Makefile 1.10 +0 -14 ports/editors/vim5/patches/patch-02 1.3 +5 -2 ports/x11-toolkits/xenophilia/Makefile 1.3 +2 -2 ports/x11-toolkits/xenophilia/patches/patch-aa 1.4 +7 -3 ports/audio/xmixer/Makefile 1.2 +21 -10 ports/audio/xmixer/patches/patch-aa 1.2 +6 -13 ports/audio/xmixer/patches/patch-ab 1.4 +13 -13 ports/biology/xmolwt/Makefile 1.2 +15 -7 ports/biology/xmolwt/patches/patch-aa 1.9 +5 -6 ports/games/xqf/Makefile 1.5 +3 -3 ports/games/xqf/patches/patch-aa 1.23 +10 -8 ports/emulators/xsystem35/Makefile 1.4 +2 -2 ports/emulators/xsystem35/patches/patch-af To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 13:37:16 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CD76437C0F4; Fri, 7 Jul 2000 13:37:11 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA42714; Fri, 7 Jul 2000 13:37:11 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Message-Id: <200007072037.NAA42714@freefall.freebsd.org> From: John Baldwin Date: Fri, 7 Jul 2000 13:37:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/i386/pxeldr Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2000/07/07 13:37:11 PDT Modified files: sys/boot/i386/pxeldr Makefile Log: Remove commented out NOMAN variable. Revision Changes Path 1.4 +1 -2 src/sys/boot/i386/pxeldr/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 13:46:11 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 95C4237B575; Fri, 7 Jul 2000 13:46:06 -0700 (PDT) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA43474; Fri, 7 Jul 2000 13:46:06 -0700 (PDT) (envelope-from jedgar@FreeBSD.org) Message-Id: <200007072046.NAA43474@freefall.freebsd.org> From: "Chris D. Faulhaber" Date: Fri, 7 Jul 2000 13:46:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/dbf2mysql Makefile ports/databases/dbf2mysql/pkg DESCR X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jedgar 2000/07/07 13:46:06 PDT Modified files: databases/dbf2mysql Makefile databases/dbf2mysql/pkg DESCR Log: Update MASTER_SITES Update my email address Revision Changes Path 1.3 +3 -3 ports/databases/dbf2mysql/Makefile 1.2 +1 -1 ports/databases/dbf2mysql/pkg/DESCR To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 13:46:40 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C367A37B546; Fri, 7 Jul 2000 13:46:37 -0700 (PDT) (envelope-from ume@FreeBSD.org) Received: (from ume@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA43529; Fri, 7 Jul 2000 13:46:37 -0700 (PDT) (envelope-from ume@FreeBSD.org) Message-Id: <200007072046.NAA43529@freefall.freebsd.org> From: Hajimu UMEMOTO Date: Fri, 7 Jul 2000 13:46:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/telnet commands.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ume 2000/07/07 13:46:37 PDT Modified files: usr.bin/telnet commands.c Log: Make telnet -s work. It is corresponding to EAI_NONAME -> EAI_NODATA change (getaddrinfo.c rev 1.12). Revision Changes Path 1.23 +2 -2 src/usr.bin/telnet/commands.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 13:59:55 2000 Delivered-To: cvs-all@freebsd.org Received: from grimreaper.grondar.za (grimreaper.grondar.za [196.7.18.138]) by hub.freebsd.org (Postfix) with ESMTP id 60FA937CAFA; Fri, 7 Jul 2000 13:59:42 -0700 (PDT) (envelope-from mark@grondar.za) Received: from grimreaper.grondar.za (localhost [127.0.0.1]) by grimreaper.grondar.za (8.9.3/8.9.3) with ESMTP id XAA51324; Fri, 7 Jul 2000 23:00:41 +0200 (SAST) (envelope-from mark@grimreaper.grondar.za) Message-Id: <200007072100.XAA51324@grimreaper.grondar.za> To: Hajimu UMEMOTO Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/telnet commands.c References: <200007072046.NAA43529@freefall.freebsd.org> In-Reply-To: <200007072046.NAA43529@freefall.freebsd.org> ; from Hajimu UMEMOTO "Fri, 07 Jul 2000 13:46:37 MST." Date: Fri, 07 Jul 2000 23:00:41 +0200 From: Mark Murray Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > ume 2000/07/07 13:46:37 PDT > > Modified files: > usr.bin/telnet commands.c > Log: > Make telnet -s work. It is corresponding to EAI_NONAME -> EAI_NODATA > change (getaddrinfo.c rev 1.12). Do this to crypto/telnet as well, please! :-) M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 14: 6: 0 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7B31737C1D9; Fri, 7 Jul 2000 14:05:56 -0700 (PDT) (envelope-from ume@FreeBSD.org) Received: (from ume@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA46761; Fri, 7 Jul 2000 14:05:55 -0700 (PDT) (envelope-from ume@FreeBSD.org) Message-Id: <200007072105.OAA46761@freefall.freebsd.org> From: Hajimu UMEMOTO Date: Fri, 7 Jul 2000 14:05:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/telnet commands.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ume 2000/07/07 14:05:55 PDT Modified files: usr.bin/telnet commands.c Log: One more EAI_NONAME -> EAI_NODATA issue. Revision Changes Path 1.24 +2 -2 src/usr.bin/telnet/commands.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 14:12:42 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 776F737BE47; Fri, 7 Jul 2000 14:12:36 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA47708; Fri, 7 Jul 2000 14:12:35 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Message-Id: <200007072112.OAA47708@freefall.freebsd.org> From: John Baldwin Date: Fri, 7 Jul 2000 14:12:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot README src/sys/boot/forth loader.conf src/sys/boot/i386/boot0 boot0.m4 src/sys/boot/i386/boot2 Makefile boot1.s boot2.c boot1.m4 src/sys/boot/i386/btx/btx btx.s btx.m4 src/sys/boot/i386/cdldr Makefile src/sys/boot/i386/libi386 ... X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2000/07/07 14:12:35 PDT Modified files: (Branch: RELENG_4) sys/boot README sys/boot/forth loader.conf sys/boot/i386/boot2 Makefile boot1.s boot2.c sys/boot/i386/btx/btx btx.s sys/boot/i386/cdldr Makefile sys/boot/i386/libi386 biosdisk.c sys/boot/i386/mbr mbr.s Removed files: (Branch: RELENG_4) sys/boot/i386/boot0 boot0.m4 sys/boot/i386/boot2 boot1.m4 sys/boot/i386/btx/btx btx.m4 sys/boot/i386/mbr mbr.m4 sys/boot/pc98/btx/btx btx.m4 Log: MFC: Lots of bootstrap fixes and features: - Add $FreeBSD$ to README - Coment fix for the if_wx module in loader.conf - Axe all the unneeded m4 files (yay!) - EDD support in mbr, boot1 and boot2, and the loader - inline functions in boot2 that are only used once to gain 68 bytes of free space - emulate the WBINVD instruction in BTX - remove cruft from the cdldr Makefile - improve hard disk probe checking as well as lsdev enhancements in the loader Revision Changes Path 1.2.2.1 +2 -0 src/sys/boot/README 1.25.2.2 +2 -2 src/sys/boot/forth/loader.conf 1.16.2.3 +2 -2 src/sys/boot/i386/boot2/Makefile 1.10.2.2 +26 -25 src/sys/boot/i386/boot2/boot1.s 1.28.2.2 +108 -115 src/sys/boot/i386/boot2/boot2.c 1.15.2.3 +16 -7 src/sys/boot/i386/btx/btx/btx.s 1.1.2.2 +1 -4 src/sys/boot/i386/cdldr/Makefile 1.26.2.4 +84 -28 src/sys/boot/i386/libi386/biosdisk.c 1.3.2.2 +38 -11 src/sys/boot/i386/mbr/mbr.s To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 14:21:21 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4C6AD37B781; Fri, 7 Jul 2000 14:21:16 -0700 (PDT) (envelope-from jim@FreeBSD.org) Received: (from jim@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA48543; Fri, 7 Jul 2000 14:21:16 -0700 (PDT) (envelope-from jim@FreeBSD.org) Message-Id: <200007072121.OAA48543@freefall.freebsd.org> From: Jim Mock Date: Fri, 7 Jul 2000 14:21:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/irc/irssi Makefile ports/irc/irssi/files md5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jim 2000/07/07 14:21:15 PDT Modified files: irc/irssi Makefile irc/irssi/files md5 Log: Update to version 0.7.92-3 Revision Changes Path 1.34 +4 -4 ports/irc/irssi/Makefile 1.25 +1 -1 ports/irc/irssi/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 14:52:21 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1A9CE37BFE6; Fri, 7 Jul 2000 14:52:17 -0700 (PDT) (envelope-from green@FreeBSD.org) Received: (from green@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA51855; Fri, 7 Jul 2000 14:52:16 -0700 (PDT) (envelope-from green@FreeBSD.org) Message-Id: <200007072152.OAA51855@freefall.freebsd.org> From: Brian Feldman Date: Fri, 7 Jul 2000 14:52:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_ktrace.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG green 2000/07/07 14:52:15 PDT Modified files: sys/kern kern_ktrace.c Log: Change that &@!$# UIO_READ to be UIO_WRITE. I tested the ktrace stuff, but somehow... pass the pointy hat, again! Revision Changes Path 1.39 +2 -2 src/sys/kern/kern_ktrace.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 14:59:44 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5C4FB37C3E3; Fri, 7 Jul 2000 14:59:38 -0700 (PDT) (envelope-from dannyboy@FreeBSD.org) Received: (from dannyboy@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA52381; Fri, 7 Jul 2000 14:59:38 -0700 (PDT) (envelope-from dannyboy@FreeBSD.org) Message-Id: <200007072159.OAA52381@freefall.freebsd.org> From: Daniel Harris Date: Fri, 7 Jul 2000 14:59:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/gdcd Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dannyboy 2000/07/07 14:59:38 PDT Modified files: audio/gdcd Makefile Log: Fix a typo -- GTK_CONFIG used in place of GLIB_CONFIG. PR: 19758 Submitted by: KATO Tsuguru Revision Changes Path 1.4 +2 -2 ports/audio/gdcd/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 15: 4:41 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 587E137BD6B; Fri, 7 Jul 2000 15:04:38 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA52972; Fri, 7 Jul 2000 15:04:38 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <200007072204.PAA52972@freefall.freebsd.org> From: Steve Price Date: Fri, 7 Jul 2000 15:04:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/forth/files makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG steve 2000/07/07 15:04:38 PDT Removed files: lang/forth/files makefile Log: This file is no longer needed. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 15:11:40 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 003A137B54E; Fri, 7 Jul 2000 15:11:37 -0700 (PDT) (envelope-from green@FreeBSD.org) Received: (from green@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA54781; Fri, 7 Jul 2000 15:11:37 -0700 (PDT) (envelope-from green@FreeBSD.org) Message-Id: <200007072211.PAA54781@freefall.freebsd.org> From: Brian Feldman Date: Fri, 7 Jul 2000 15:11:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern sys_generic.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG green 2000/07/07 15:11:37 PDT Modified files: sys/kern sys_generic.c Log: Remove two micro-pessimizations I made. Bruce is teaching me well :) KTRPOINT(p, KTR_GENIO) is more uncommon than error == 0, so it should be first in the && statement. Revision Changes Path 1.59 +3 -3 src/sys/kern/sys_generic.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 15:50:11 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CE2D037B6B7; Fri, 7 Jul 2000 15:50:08 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA58057; Fri, 7 Jul 2000 15:50:08 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <200007072250.PAA58057@freefall.freebsd.org> From: Steve Price Date: Fri, 7 Jul 2000 15:50:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/spager/pkg MESSAGE X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG steve 2000/07/07 15:50:08 PDT Added files: x11-wm/spager/pkg MESSAGE Log: Forgot to include this file in the previous commit. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 16:41:18 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 202F937C306; Fri, 7 Jul 2000 16:40:34 -0700 (PDT) (envelope-from jmg@FreeBSD.org) Received: (from jmg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA63851; Fri, 7 Jul 2000 16:40:34 -0700 (PDT) (envelope-from jmg@FreeBSD.org) Message-Id: <200007072340.QAA63851@freefall.freebsd.org> From: John-Mark Gurney Date: Fri, 7 Jul 2000 16:40:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/ffsrecov Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jmg 2000/07/07 16:40:34 PDT Modified files: sysutils/ffsrecov Makefile Log: back out obrien's breakage of my port as he didn't pass this through MAINTAINER nor did he even test the building of the port! I will revert back once the dist file has been propegated to the various mirrors. Submitted by: fenner's distfile survey Revision Changes Path 1.7 +2 -3 ports/sysutils/ffsrecov/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 16:50:27 2000 Delivered-To: cvs-all@freebsd.org Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by hub.freebsd.org (Postfix) with ESMTP id 97E9F37B78B; Fri, 7 Jul 2000 16:50:18 -0700 (PDT) (envelope-from grog@wantadilla.lemis.com) Received: (from grog@localhost) by wantadilla.lemis.com (8.9.3/8.9.3) id JAA11242; Sat, 8 Jul 2000 09:20:17 +0930 (CST) (envelope-from grog) Date: Sat, 8 Jul 2000 09:20:17 +0930 From: Greg Lehey To: Hajimu UMEMOTO Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/ifmcstat ifmcstat.c Message-ID: <20000708092016.E329@wantadilla.lemis.com> References: <200007071919.MAA29317@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <200007071919.MAA29317@freefall.freebsd.org> Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Friday, 7 July 2000 at 12:19:26 -0700, Hajimu UMEMOTO wrote: > ume 2000/07/07 12:19:25 PDT > > Modified files: > usr.sbin/ifmcstat ifmcstat.c > Log: > Sync with latest KAME. > > Obtained from: KAME > > Revision Changes Path > 1.4 +130 -60 src/usr.sbin/ifmcstat/ifmcstat.c I've seen quite a few commit messages of this nature lately. Would it be appropriate to include the KAME commit log entries? Greg -- Finger grog@lemis.com for PGP public key See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 17:14:16 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E4B5737B55E; Fri, 7 Jul 2000 17:14:13 -0700 (PDT) (envelope-from gallatin@FreeBSD.org) Received: (from gallatin@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA67514; Fri, 7 Jul 2000 17:14:13 -0700 (PDT) (envelope-from gallatin@FreeBSD.org) Message-Id: <200007080014.RAA67514@freefall.freebsd.org> From: Andrew Gallatin Date: Fri, 7 Jul 2000 17:14:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_ti.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG gallatin 2000/07/07 17:14:13 PDT Modified files: sys/pci if_ti.c Log: use contigfree() rather than free() to free memory allocated with contigmalloc(). reviewed by: wpaul Revision Changes Path 1.29 +8 -6 src/sys/pci/if_ti.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 17:16: 4 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9AC3137B6DC; Fri, 7 Jul 2000 17:15:59 -0700 (PDT) (envelope-from gallatin@FreeBSD.org) Received: (from gallatin@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA67670; Fri, 7 Jul 2000 17:15:58 -0700 (PDT) (envelope-from gallatin@FreeBSD.org) Message-Id: <200007080015.RAA67670@freefall.freebsd.org> From: Andrew Gallatin Date: Fri, 7 Jul 2000 17:15:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_ti.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG gallatin 2000/07/07 17:15:58 PDT Modified files: (Branch: RELENG_4) sys/pci if_ti.c Log: MFC 1.29: use contigfree() Revision Changes Path 1.25.2.3 +8 -6 src/sys/pci/if_ti.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 17:21:39 2000 Delivered-To: cvs-all@freebsd.org Received: from relay.butya.kz (butya-gw.butya.kz [212.154.129.94]) by hub.freebsd.org (Postfix) with ESMTP id AF0A937B73D; Fri, 7 Jul 2000 17:21:32 -0700 (PDT) (envelope-from bp@butya.kz) Received: from bp (helo=localhost) by relay.butya.kz with local-esmtp (Exim 3.13 #1) id 13AiMl-000HL6-00; Sat, 08 Jul 2000 07:21:07 +0700 Date: Sat, 8 Jul 2000 07:21:07 +0700 (ALMST) From: Boris Popov X-Sender: bp@lion.butya.kz To: Bjoern Fischer Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/isofs/cd9660 cd9660_node.c cd9660_vfsops.c iso.h In-Reply-To: <20000706235039.A1382@broccoli.no-support.loc> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 6 Jul 2000, Bjoern Fischer wrote: > On Wed, Jun 28, 2000 at 06:19:13PM -0700, Boris Popov wrote: > > Modified files: > > sys/isofs/cd9660 cd9660_node.c cd9660_vfsops.c iso.h > > Log: > > Fix memory leakage on module unload. > > Is it possible to MFC this to STABLE? Yes, it will be done. -- Boris Popov, with pray for a rain http://www.butya.kz/~bp/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 17:26:21 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9D1E837BE48; Fri, 7 Jul 2000 17:26:18 -0700 (PDT) (envelope-from dannyboy@FreeBSD.org) Received: (from dannyboy@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA69993; Fri, 7 Jul 2000 17:26:17 -0700 (PDT) (envelope-from dannyboy@FreeBSD.org) Message-Id: <200007080026.RAA69993@freefall.freebsd.org> From: Daniel Harris Date: Fri, 7 Jul 2000 17:26:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/chpp Makefile ports/textproc/chpp/patches patch-ab patch-ac ports/textproc/chpp/pkg DESCR PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dannyboy 2000/07/07 17:26:17 PDT Modified files: textproc/chpp Makefile textproc/chpp/pkg DESCR PLIST Added files: textproc/chpp/patches patch-ab patch-ac Log: Paraphrased from the PR: fixes MASTER_SITES, respects CC/CFLAGS, doesn't install GPL COPYING, and adds a WWW line to pkg/DESCR. PR: 19764 Submitted by: KATO Tsuguru Revision Changes Path 1.6 +13 -9 ports/textproc/chpp/Makefile 1.2 +2 -0 ports/textproc/chpp/pkg/DESCR 1.2 +16 -17 ports/textproc/chpp/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 17:30:34 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AACC737BCDE; Fri, 7 Jul 2000 17:30:28 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from localhost (kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) with ESMTP id RAA70427; Fri, 7 Jul 2000 17:30:28 -0700 (PDT) (envelope-from kris@FreeBSD.org) X-Authentication-Warning: freefall.freebsd.org: kris owned process doing -bs Date: Fri, 7 Jul 2000 17:30:28 -0700 (PDT) From: Kris Kennaway To: Greg Lehey Cc: Hajimu UMEMOTO , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/ifmcstat ifmcstat.c In-Reply-To: <20000708092016.E329@wantadilla.lemis.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, 8 Jul 2000, Greg Lehey wrote: > On Friday, 7 July 2000 at 12:19:26 -0700, Hajimu UMEMOTO wrote: > > ume 2000/07/07 12:19:25 PDT > > > > Modified files: > > usr.sbin/ifmcstat ifmcstat.c > > Log: > > Sync with latest KAME. > > > > Obtained from: KAME > > > > Revision Changes Path > > 1.4 +130 -60 src/usr.sbin/ifmcstat/ifmcstat.c > > I've seen quite a few commit messages of this nature lately. Would it > be appropriate to include the KAME commit log entries? Not particularly, since they cover ~9 months of changes. Kris -- In God we Trust -- all others must submit an X.509 certificate. -- Charles Forsythe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 17:43:32 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 56AD037B8CB; Fri, 7 Jul 2000 17:43:29 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA72179; Fri, 7 Jul 2000 17:43:29 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <200007080043.RAA72179@freefall.freebsd.org> From: Steve Price Date: Fri, 7 Jul 2000 17:43:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/healthd Makefile ports/sysutils/healthd/files md5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG steve 2000/07/07 17:43:29 PDT Modified files: sysutils/healthd Makefile sysutils/healthd/files md5 Log: Update to version 0.5.1. PR: 19768 Submitted by: maintainer Revision Changes Path 1.9 +5 -2 ports/sysutils/healthd/Makefile 1.7 +1 -1 ports/sysutils/healthd/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 17:44:36 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 21D7437BE6C; Fri, 7 Jul 2000 17:44:32 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA72418; Fri, 7 Jul 2000 17:44:32 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <200007080044.RAA72418@freefall.freebsd.org> From: Steve Price Date: Fri, 7 Jul 2000 17:44:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/pngcheck Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG steve 2000/07/07 17:44:32 PDT Modified files: graphics/pngcheck Makefile Log: Update MASTER_SITES. PR: 19761 Submitted by: KATO Tsuguru Revision Changes Path 1.2 +2 -2 ports/graphics/pngcheck/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 17:47: 8 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9600437B53C; Fri, 7 Jul 2000 17:47:04 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA72796; Fri, 7 Jul 2000 17:47:05 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <200007080047.RAA72796@freefall.freebsd.org> From: Steve Price Date: Fri, 7 Jul 2000 17:47:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-fm/dfm Makefile ports/x11-fm/dfm/files md5 ports/x11-fm/dfm/patches patch-af ports/x11-fm/dfm/pkg DESCR PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG steve 2000/07/07 17:47:04 PDT Modified files: x11-fm/dfm Makefile x11-fm/dfm/files md5 x11-fm/dfm/pkg DESCR PLIST Added files: x11-fm/dfm/patches patch-af Log: Update to version 0.99.6. PR: 19766 Submitted by: KATO Tsuguru Revision Changes Path 1.16 +18 -17 ports/x11-fm/dfm/Makefile 1.4 +1 -1 ports/x11-fm/dfm/files/md5 1.4 +0 -2 ports/x11-fm/dfm/pkg/DESCR 1.4 +57 -55 ports/x11-fm/dfm/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 18:12:36 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9391B37B50B; Fri, 7 Jul 2000 18:12:34 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA76658; Fri, 7 Jul 2000 18:12:34 -0700 (PDT) (envelope-from brian@FreeBSD.org) Message-Id: <200007080112.SAA76658@freefall.freebsd.org> From: Brian Somers Date: Fri, 7 Jul 2000 18:12:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/faithd faithd.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG brian 2000/07/07 18:12:33 PDT Modified files: (Branch: RELENG_4) usr.sbin/faithd faithd.c Log: MFC: Correct setproctitle() call Revision Changes Path 1.2.2.1 +2 -2 src/usr.sbin/faithd/faithd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 19:10:52 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 952E237B559; Fri, 7 Jul 2000 19:10:49 -0700 (PDT) (envelope-from alfred@FreeBSD.org) Received: (from alfred@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA82828; Fri, 7 Jul 2000 19:10:49 -0700 (PDT) (envelope-from alfred@FreeBSD.org) Message-Id: <200007080210.TAA82828@freefall.freebsd.org> From: Alfred Perlstein Date: Fri, 7 Jul 2000 19:10:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include/arpa nameser.h src/lib/libc/net ns_parse.c X-FreeBSD-CVS-Branch: RELENG_3 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alfred 2000/07/07 19:10:49 PDT Modified files: (Branch: RELENG_3) include/arpa nameser.h lib/libc/net ns_parse.c Log: MFC: don't clash with C++ reserved words ns_parse.c: 1.2 nameser.h: 1.13 Revision Changes Path 1.12.2.2 +3 -3 src/include/arpa/nameser.h 1.1.2.2 +2 -2 src/lib/libc/net/ns_parse.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 19:14:19 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5F8AF37B5F8; Fri, 7 Jul 2000 19:14:16 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA83098; Fri, 7 Jul 2000 19:14:16 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <200007080214.TAA83098@freefall.freebsd.org> From: Matt Jacob Date: Fri, 7 Jul 2000 19:14:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pim6sd Makefile X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2000/07/07 19:14:15 PDT Modified files: (Branch: RELENG_4) usr.sbin/pim6sd Makefile Log: MFC: fix for make release, etc.. Revision Changes Path 1.2.2.2 +2 -1 src/usr.sbin/pim6sd/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 19:31:27 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 520B037B5F8; Fri, 7 Jul 2000 19:31:22 -0700 (PDT) (envelope-from mckusick@FreeBSD.org) Received: (from mckusick@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA84109; Fri, 7 Jul 2000 19:31:22 -0700 (PDT) (envelope-from mckusick@FreeBSD.org) Message-Id: <200007080231.TAA84109@freefall.freebsd.org> From: Kirk McKusick Date: Fri, 7 Jul 2000 19:31:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ufs/ffs README.softupdates X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mckusick 2000/07/07 19:31:22 PDT Modified files: sys/ufs/ffs README.softupdates Log: Update to reflect current status. Revision Changes Path 1.9 +43 -5 src/sys/ufs/ffs/README.softupdates To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 19:32:53 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EA24037B5EC; Fri, 7 Jul 2000 19:32:49 -0700 (PDT) (envelope-from mckusick@FreeBSD.org) Received: (from mckusick@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA84262; Fri, 7 Jul 2000 19:32:49 -0700 (PDT) (envelope-from mckusick@FreeBSD.org) Message-Id: <200007080232.TAA84262@freefall.freebsd.org> From: Kirk McKusick Date: Fri, 7 Jul 2000 19:32:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ufs/ffs README X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mckusick 2000/07/07 19:32:49 PDT Removed files: sys/ufs/ffs README Log: Delete README as it is now obsolete. Relevant information is in README.softupdates. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 19:34: 8 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C55E237B5F7; Fri, 7 Jul 2000 19:34:04 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA84420; Fri, 7 Jul 2000 19:34:04 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007080234.TAA84420@freefall.freebsd.org> From: "David E. O'Brien" Date: Fri, 7 Jul 2000 19:34:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/ffsrecov Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/07 19:34:04 PDT Modified files: sysutils/ffsrecov Makefile Log: The providers of the T-1 to www.freebsd.org does not want the have bandwidth wasted on distfile fetching when we have a much better connected ftp.freebsd.org avaible for that purpose.. Thus move the MASTER_SITE back to the offical 'local' one. Rev 1.6 was done after consulting with Asami-san and Peter. Revision Changes Path 1.8 +3 -2 ports/sysutils/ffsrecov/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 19:55: 1 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6F35337B5B3; Fri, 7 Jul 2000 19:54:58 -0700 (PDT) (envelope-from dannyboy@FreeBSD.org) Received: (from dannyboy@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA85966; Fri, 7 Jul 2000 19:54:58 -0700 (PDT) (envelope-from dannyboy@FreeBSD.org) Message-Id: <200007080254.TAA85966@freefall.freebsd.org> From: Daniel Harris Date: Fri, 7 Jul 2000 19:54:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/projects projects.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dannyboy 2000/07/07 19:54:58 PDT Modified files: en/projects projects.sgml Log: www.FreeBSD.org/~username to people.FreeBSD.org/~username, nuked several dead links, corrected some dead links, changed pointer to softupdates readme to src/sys/ufs/ffs instead of /contrib/... Revision Changes Path 1.85 +22 -55 www/en/projects/projects.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 20:10: 4 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 63E1D37B6B2; Fri, 7 Jul 2000 20:10:00 -0700 (PDT) (envelope-from dannyboy@FreeBSD.org) Received: (from dannyboy@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA88221; Fri, 7 Jul 2000 20:10:00 -0700 (PDT) (envelope-from dannyboy@FreeBSD.org) Message-Id: <200007080310.UAA88221@freefall.freebsd.org> From: Daniel Harris Date: Fri, 7 Jul 2000 20:10:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/books/handbook/install chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dannyboy 2000/07/07 20:09:59 PDT Modified files: en_US.ISO_8859-1/books/handbook/install chapter.sgml Log: Correct the location of the tools directory. Submitted by: Rob Drimmie Revision Changes Path 1.50 +2 -2 doc/en_US.ISO_8859-1/books/handbook/install/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 20:25:28 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6C97E37B5B3; Fri, 7 Jul 2000 20:25:24 -0700 (PDT) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA89664; Fri, 7 Jul 2000 20:25:24 -0700 (PDT) (envelope-from jedgar@FreeBSD.org) Message-Id: <200007080325.UAA89664@freefall.freebsd.org> From: "Chris D. Faulhaber" Date: Fri, 7 Jul 2000 20:25:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/lmmon Makefile ports/sysutils/lmmon/pkg DESCR ports/sysutils/roottail Makefile ports/sysutils/wmlmmon Makefile ports/sysutils/wmlmmon/pkg DESCR X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jedgar 2000/07/07 20:25:23 PDT Modified files: sysutils/lmmon Makefile sysutils/lmmon/pkg DESCR sysutils/roottail Makefile sysutils/wmlmmon Makefile sysutils/wmlmmon/pkg DESCR Log: * Update WWW and MASTER_SITES to reflect the rearrangement of my home page. * Update DESCR to reflect current FreeBSD revisions Revision Changes Path 1.11 +2 -2 ports/sysutils/lmmon/Makefile 1.6 +3 -3 ports/sysutils/lmmon/pkg/DESCR 1.4 +2 -2 ports/sysutils/roottail/Makefile 1.10 +2 -2 ports/sysutils/wmlmmon/Makefile 1.5 +3 -3 ports/sysutils/wmlmmon/pkg/DESCR To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 20:27:57 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1148737B5B3; Fri, 7 Jul 2000 20:27:55 -0700 (PDT) (envelope-from jdp@FreeBSD.org) Received: (from jdp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA89875; Fri, 7 Jul 2000 20:27:55 -0700 (PDT) (envelope-from jdp@FreeBSD.org) Message-Id: <200007080327.UAA89875@freefall.freebsd.org> From: John Polstra Date: Fri, 7 Jul 2000 20:27:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/rtld-elf Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jdp 2000/07/07 20:27:54 PDT Modified files: libexec/rtld-elf Makefile Log: When installing the dynamic linker, save the previous version in "ld-elf.so.1.old". The dynamic linker is a critical component of the system, and it is difficult to recover if it is damaged and there isn't a working backup available. For instance, parts of the toolchain such as the assembler are dynamically linked, making it impossible to build a new dynamic linker if the installed one doesn't work. Revision Changes Path 1.12 +13 -1 src/libexec/rtld-elf/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 21:10:43 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F2BBD37B51D; Fri, 7 Jul 2000 21:10:38 -0700 (PDT) (envelope-from jdp@FreeBSD.org) Received: (from jdp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA94282; Fri, 7 Jul 2000 21:10:38 -0700 (PDT) (envelope-from jdp@FreeBSD.org) Message-Id: <200007080410.VAA94282@freefall.freebsd.org> From: John Polstra Date: Fri, 7 Jul 2000 21:10:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/rtld-elf rtld.c rtld.h lockdflt.c src/libexec/rtld-elf/alpha lockdflt.c rtld_machdep.h rtld_start.S src/libexec/rtld-elf/i386 lockdflt.c rtld_machdep.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jdp 2000/07/07 21:10:38 PDT Modified files: libexec/rtld-elf rtld.c rtld.h libexec/rtld-elf/alpha lockdflt.c rtld_machdep.h rtld_start.S libexec/rtld-elf/i386 lockdflt.c rtld_machdep.h Removed files: libexec/rtld-elf lockdflt.c Log: Solve the dynamic linker's problems with multithreaded programs once and for all (I hope). Packages such as wine, JDK, and linuxthreads should no longer have any problems with re-entering the dynamic linker. This commit replaces the locking used in the dynamic linker with a new spinlock-based reader/writer lock implementation. Brian Fundakowski Feldman argued for this from the very beginning, but it took me a long time to come around to his point of view. Spinlocks are the only kinds of locks that work with all thread packages. But on uniprocessor systems they can be inefficient, because while a contender for the lock is spinning the holder of the lock cannot make any progress toward releasing it. To alleviate this disadvantage I have borrowed a trick from Sleepycat's Berkeley DB implementation. When spinning for a lock, the requester does a nanosleep() call for 1 usec. each time around the loop. This will generally yield the CPU to other threads, allowing the lock holder to finish its business and release the lock. I chose 1 usec. as the minimum sleep which would with reasonable certainty not be rounded down to 0. The formerly machine-independent file "lockdflt.c" has been moved into the architecture-specific subdirectories by repository copy. It now contains the machine-dependent spinlocking code. For the spinlocks I used the very nifty "simple, non-scalable reader-preference lock" which I found at on all CPUs except the 80386 (the specific CPU model, not the architecture). The 80386 CPU doesn't support the necessary "cmpxchg" instruction, so on that CPU a simple exclusive test-and-set lock is used instead. 80386 CPUs are detected at initialization time by trying to execute "cmpxchg" and catching the resulting SIGILL signal. To reduce contention for the locks, I have revamped a couple of key data structures, permitting all common operations to be done under non-exclusive (reader) locking. The only operations that require exclusive locking now are the rare intrusive operations such as dlopen() and dlclose(). The dllockinit() interface is now deprecated. It still exists, but only as a do-nothing stub. I plan to remove it as soon as is reasonably possible. (From the very beginning it was clearly labeled as experimental and subject to change.) As far as I know, only the linuxthreads port uses dllockinit(). This interface turned out to have several problems. As one example, when the dynamic linker called a client-supplied locking function, that function sometimes needed lazy binding, causing re-entry into the dynamic linker and a big looping mess. And in any case, it turned out to be too burdensome to require threads packages to register themselves with the dynamic linker. Revision Changes Path 1.46 +135 -115 src/libexec/rtld-elf/rtld.c 1.18 +19 -6 src/libexec/rtld-elf/rtld.h 1.5 +113 -44 src/libexec/rtld-elf/alpha/lockdflt.c 1.4 +8 -2 src/libexec/rtld-elf/alpha/rtld_machdep.h 1.4 +51 -4 src/libexec/rtld-elf/alpha/rtld_start.S 1.5 +207 -43 src/libexec/rtld-elf/i386/lockdflt.c 1.4 +23 -2 src/libexec/rtld-elf/i386/rtld_machdep.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 21:13:28 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0D1F037B51D; Fri, 7 Jul 2000 21:13:26 -0700 (PDT) (envelope-from jmg@FreeBSD.org) Received: (from jmg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA94597; Fri, 7 Jul 2000 21:13:26 -0700 (PDT) (envelope-from jmg@FreeBSD.org) Message-Id: <200007080413.VAA94597@freefall.freebsd.org> From: John-Mark Gurney Date: Fri, 7 Jul 2000 21:13:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/ffsrecov Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jmg 2000/07/07 21:13:25 PDT Modified files: sysutils/ffsrecov Makefile Log: move the distfile to my puny 128kbps DSL line. It looks like peter has "fixed" freefall now, so you can again fetch the distfile from http://people.FreeBSD.org/~jmg/ffsrecov.tar.gz, for a while there an inherited .htaccess was dening the d/l... Revision Changes Path 1.9 +2 -5 ports/sysutils/ffsrecov/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 21:17:30 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B223337B813; Fri, 7 Jul 2000 21:17:28 -0700 (PDT) (envelope-from jdp@FreeBSD.org) Received: (from jdp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA95640; Fri, 7 Jul 2000 21:17:28 -0700 (PDT) (envelope-from jdp@FreeBSD.org) Message-Id: <200007080417.VAA95640@freefall.freebsd.org> From: John Polstra Date: Fri, 7 Jul 2000 21:17:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/gen dllockinit.3 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jdp 2000/07/07 21:17:28 PDT Modified files: lib/libc/gen dllockinit.3 Log: Change the dllockinit() interface from "experimental" to "deprecated" and warn that it will disappear eventually. Revision Changes Path 1.7 +5 -4 src/lib/libc/gen/dllockinit.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 21:23:15 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E5AEF37B542; Fri, 7 Jul 2000 21:23:11 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA96075; Fri, 7 Jul 2000 21:23:11 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007080423.VAA96075@freefall.freebsd.org> From: "David E. O'Brien" Date: Fri, 7 Jul 2000 21:23:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/07 21:23:11 PDT Modified files: . modules Log: nemesis --> ports/net/nemesis Revision Changes Path 1.1373 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 21:24:25 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EC21C37B880; Fri, 7 Jul 2000 21:24:21 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA96141; Fri, 7 Jul 2000 21:24:21 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007080424.VAA96141@freefall.freebsd.org> From: "David E. O'Brien" Date: Fri, 7 Jul 2000 21:24:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/nemesis - Imported sources X-FreeBSD-CVS-Branch: Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/07 21:24:21 PDT ports/net/nemesis - Imported sources Update of /home/ncvs/ports/net/nemesis In directory freefall.freebsd.org:/c/tmp/nemesis Log Message: Nemesis is a command line, portable "human IP stack". It can be useful for easy injection of packet streams from simple shell scripts. It supports 8 protocols (ARP, DNS, ICMP, IGMP, OSPF, RIP, TCP, UDP), and packets can be injected on either Layer 2 or Layer 3. Status: Vendor Tag: OBRIEN Release Tags: nemesis_1_1_import N ports/net/nemesis/Makefile N ports/net/nemesis/files/md5 N ports/net/nemesis/pkg/PLIST N ports/net/nemesis/pkg/DESCR N ports/net/nemesis/pkg/COMMENT N ports/net/nemesis/patches/patch-configure No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 21:25:58 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 200EC37B813; Fri, 7 Jul 2000 21:25:55 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA96286; Fri, 7 Jul 2000 21:25:55 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007080425.VAA96286@freefall.freebsd.org> From: "David E. O'Brien" Date: Fri, 7 Jul 2000 21:25:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/07 21:25:54 PDT Modified files: net Makefile Log: Inject nemesis upon the world. Revision Changes Path 1.373 +2 -1 ports/net/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 21:26:59 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 099AF37B9DB; Fri, 7 Jul 2000 21:26:56 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA96379; Fri, 7 Jul 2000 21:26:56 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007080426.VAA96379@freefall.freebsd.org> From: "David E. O'Brien" Date: Fri, 7 Jul 2000 21:26:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/nemesis/pkg DESCR X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/07 21:26:55 PDT Modified files: net/nemesis/pkg DESCR Log: Part of this file was Obtained from: OpenBSD Revision Changes Path 1.2 +0 -0 ports/net/nemesis/pkg/DESCR To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 21:27:52 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CA43837B563; Fri, 7 Jul 2000 21:27:49 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA96427; Fri, 7 Jul 2000 21:27:49 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007080427.VAA96427@freefall.freebsd.org> From: "David E. O'Brien" Date: Fri, 7 Jul 2000 21:27:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/nemesis Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/07 21:27:44 PDT Modified files: net/nemesis Makefile Log: The secondary mastersites were Obtained from: OpenBSD Revision Changes Path 1.2 +1 -1 ports/net/nemesis/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 22:13:16 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4728B37B777; Fri, 7 Jul 2000 22:13:12 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA01643; Fri, 7 Jul 2000 22:13:11 -0700 (PDT) (envelope-from will@FreeBSD.org) Message-Id: <200007080513.WAA01643@freefall.freebsd.org> From: Will Andrews Date: Fri, 7 Jul 2000 22:13:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/ps ps.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2000/07/07 22:13:11 PDT Modified files: bin/ps ps.c Log: Fix the exit code for the case where nentries == 0; if a PID doesn't exist, ps(1) should not be returning a success code (0), it should return an error code (1). This was fixed on OpenBSD over 3 years ago. PR: 19069 Submitted by: Jim Sloan Reviewed by: rwatson Revision Changes Path 1.31 +2 -2 src/bin/ps/ps.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 22:14:47 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 24B2F37B777; Fri, 7 Jul 2000 22:14:44 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA01805; Fri, 7 Jul 2000 22:14:44 -0700 (PDT) (envelope-from will@FreeBSD.org) Message-Id: <200007080514.WAA01805@freefall.freebsd.org> From: Will Andrews Date: Fri, 7 Jul 2000 22:14:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/ps ps.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2000/07/07 22:14:43 PDT Modified files: (Branch: RELENG_4) bin/ps ps.c Log: MFC: Fix exit code if process does not exist. Revision Changes Path 1.30.2.1 +2 -2 src/bin/ps/ps.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 22:15:38 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id ED72637BC2E; Fri, 7 Jul 2000 22:15:33 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA02087; Fri, 7 Jul 2000 22:15:33 -0700 (PDT) (envelope-from will@FreeBSD.org) Message-Id: <200007080515.WAA02087@freefall.freebsd.org> From: Will Andrews Date: Fri, 7 Jul 2000 22:15:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/ps ps.c X-FreeBSD-CVS-Branch: RELENG_3 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2000/07/07 22:15:33 PDT Modified files: (Branch: RELENG_3) bin/ps ps.c Log: MFC: Fix exit code if process does not exist. Revision Changes Path 1.25.2.3 +2 -2 src/bin/ps/ps.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 22:19:54 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 754A537B72B; Fri, 7 Jul 2000 22:19:49 -0700 (PDT) (envelope-from jdp@FreeBSD.org) Received: (from jdp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA04532; Fri, 7 Jul 2000 22:19:49 -0700 (PDT) (envelope-from jdp@FreeBSD.org) Message-Id: <200007080519.WAA04532@freefall.freebsd.org> From: John Polstra Date: Fri, 7 Jul 2000 22:19:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: distrib/cvsup/sup/src-crypto releases distrib/cvsup/sup/src-eBones releases distrib/cvsup/sup/src-secure releases distrib/cvsup/sup/src-sys-crypto releases X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jdp 2000/07/07 22:19:49 PDT Modified files: cvsup/sup/src-crypto releases cvsup/sup/src-eBones releases cvsup/sup/src-secure releases cvsup/sup/src-sys-crypto releases Log: Mark the crypto collections as being subsets of src-all. This will enable the mirror mode optimization for these collections again. Revision Changes Path 1.4 +1 -1 distrib/cvsup/sup/src-crypto/releases 1.5 +1 -1 distrib/cvsup/sup/src-eBones/releases 1.5 +1 -1 distrib/cvsup/sup/src-secure/releases 1.3 +1 -1 distrib/cvsup/sup/src-sys-crypto/releases To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 22:22: 5 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6230137B72B; Fri, 7 Jul 2000 22:22:01 -0700 (PDT) (envelope-from ume@FreeBSD.org) Received: (from ume@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA04722; Fri, 7 Jul 2000 22:22:01 -0700 (PDT) (envelope-from ume@FreeBSD.org) Message-Id: <200007080522.WAA04722@freefall.freebsd.org> From: Hajimu UMEMOTO Date: Fri, 7 Jul 2000 22:22:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/crypto/telnet/telnet commands.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ume 2000/07/07 22:22:01 PDT Modified files: crypto/telnet/telnet commands.c Log: Make telnet -s work. It is corresponding to EAI_NONAME -> EAI_NODATA change (getaddrinfo.c rev 1.12). Revision Changes Path 1.14 +3 -3 src/crypto/telnet/telnet/commands.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 22:24:37 2000 Delivered-To: cvs-all@freebsd.org Received: from peace.mahoroba.org (peace.calm.imasy.or.jp [202.227.26.34]) by hub.freebsd.org (Postfix) with ESMTP id 42A7F37B72B; Fri, 7 Jul 2000 22:24:27 -0700 (PDT) (envelope-from ume@mahoroba.org) Received: from localhost (IDENT:XenD3wR5psTgWSc470s62Ax1SaKjh4ujh5wxtisIFmtFk95RPsg7q6QMYXJ72fcL@localhost.mahoroba.org [::1]) (authenticated) by peace.mahoroba.org (8.10.2/3.7W-peace) with ESMTP id e685NHh23058; Sat, 8 Jul 2000 14:23:17 +0900 (JST) (envelope-from ume@mahoroba.org) Date: Sat, 08 Jul 2000 14:23:13 +0900 (JST) Message-Id: <20000708.142313.59483305.ume@mahoroba.org> To: mark@grondar.za Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/telnet commands.c From: Hajimu UMEMOTO In-Reply-To: <200007072100.XAA51324@grimreaper.grondar.za> References: <200007072046.NAA43529@freefall.freebsd.org> <200007072100.XAA51324@grimreaper.grondar.za> X-Mailer: xcite1.20> Mew version 1.95b38 on Emacs 20.6 / Mule 4.0 =?iso-2022-jp?B?KBskQjJWMWMbKEIp?= X-PGP-Public-Key: http://www.imasy.org/~ume/publickey.asc X-PGP-Fingerprint: 6B 0C 53 FC 5D D0 37 91 05 D0 B3 EF 36 9B 6A BC X-URL: http://www.imasy.org/~ume/ X-OS: FreeBSD 5.0-CURRENT Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >>>>> On Fri, 07 Jul 2000 23:00:41 +0200 >>>>> Mark Murray said: > ume 2000/07/07 13:46:37 PDT > > Modified files: > usr.bin/telnet commands.c > Log: > Make telnet -s work. It is corresponding to EAI_NONAME -> EAI_NODATA > change (getaddrinfo.c rev 1.12). mark> Do this to crypto/telnet as well, please! :-) Oops, done. Thanks notify it. -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan ume@mahoroba.org ume@bisd.hitachi.co.jp ume@FreeBSD.org http://www.imasy.org/~ume/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 22:26:52 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 37E1037B72B; Fri, 7 Jul 2000 22:26:47 -0700 (PDT) (envelope-from jdp@FreeBSD.org) Received: (from jdp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA05093; Fri, 7 Jul 2000 22:26:46 -0700 (PDT) (envelope-from jdp@FreeBSD.org) Message-Id: <200007080526.WAA05093@freefall.freebsd.org> From: John Polstra Date: Fri, 7 Jul 2000 22:26:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: distrib/cvsup/sup README X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jdp 2000/07/07 22:26:46 PDT Modified files: cvsup/sup README Log: The "cvs-crypto" collection has been removed, and "src-all" now includes the crypto-related subcollections. Revision Changes Path 1.25 +8 -18 distrib/cvsup/sup/README To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 22:38:57 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 900A737BB4D; Fri, 7 Jul 2000 22:38:49 -0700 (PDT) (envelope-from horikawa@FreeBSD.org) Received: (from horikawa@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA06004; Fri, 7 Jul 2000 22:38:49 -0700 (PDT) (envelope-from horikawa@FreeBSD.org) Message-Id: <200007080538.WAA06004@freefall.freebsd.org> From: Kazuo Horikawa Date: Fri, 7 Jul 2000 22:38:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/man/man1 cccp.1 host.1 od.1 sed.1 doc/ja_JP.eucJP/man/man5 dhclient.conf.5 dhclient.leases.5 dhcp-options.5 groff_out.5 sysctl.conf.5 doc/ja_JP.eucJP/man/man6 banner.6 wargames.6 doc/ja_JP.eucJP/man/man7 groff_mm.7 ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG horikawa 2000/07/07 22:38:49 PDT Modified files: ja_JP.eucJP/man/man1 cccp.1 host.1 od.1 sed.1 ja_JP.eucJP/man/man5 dhclient.conf.5 dhclient.leases.5 dhcp-options.5 groff_out.5 sysctl.conf.5 ja_JP.eucJP/man/man6 banner.6 wargames.6 ja_JP.eucJP/man/man7 groff_mm.7 groff_mmse.7 re_format.7 ja_JP.eucJP/man/man8 arp.8 chroot.8 dhclient.8 diskpart.8 fdcontrol.8 ispcvt.8 keyserv.8 kgmon.8 locate.updatedb.8 lpc.8 mtest.8 mtrace.8 newkey.8 pac.8 portmap.8 quotaon.8 renice.8 repquota.8 rmt.8 rpc.lockd.8 rpc.statd.8 spray.8 stlload.8 stlstats.8 strfile.8 timedc.8 vipw.8 Log: o banner.6 I forgot to commit it. Now it is latest RELENG_4 (1.4.2.1). o sysctl.conf.5, wargames.6: I forgot to update Original revision number. Now it is updated. o `Original Revision:' comment: - `Original Revision:' comment lines are removed from manuals, which have `%FreeBSD: src/... Exp %' comment. - Update "Original Revision:" comment for manuals, which lack `FreeBSD: src/... Exp %' comment. Revision Changes Path 1.6 +0 -1 doc/ja_JP.eucJP/man/man1/cccp.1 1.7 +0 -1 doc/ja_JP.eucJP/man/man1/host.1 1.6 +1 -1 doc/ja_JP.eucJP/man/man1/od.1 1.7 +1 -1 doc/ja_JP.eucJP/man/man1/sed.1 1.4 +1 -1 doc/ja_JP.eucJP/man/man5/dhclient.conf.5 1.3 +1 -1 doc/ja_JP.eucJP/man/man5/dhclient.leases.5 1.7 +1 -1 doc/ja_JP.eucJP/man/man5/dhcp-options.5 1.8 +0 -1 doc/ja_JP.eucJP/man/man5/groff_out.5 1.3 +1 -1 doc/ja_JP.eucJP/man/man5/sysctl.conf.5 1.4 +19 -7 doc/ja_JP.eucJP/man/man6/banner.6 1.2 +1 -1 doc/ja_JP.eucJP/man/man6/wargames.6 1.6 +1 -1 doc/ja_JP.eucJP/man/man7/groff_mm.7 1.6 +1 -1 doc/ja_JP.eucJP/man/man7/groff_mmse.7 1.4 +0 -2 doc/ja_JP.eucJP/man/man7/re_format.7 1.7 +0 -1 doc/ja_JP.eucJP/man/man8/arp.8 1.4 +0 -1 doc/ja_JP.eucJP/man/man8/chroot.8 1.4 +1 -1 doc/ja_JP.eucJP/man/man8/dhclient.8 1.4 +0 -1 doc/ja_JP.eucJP/man/man8/diskpart.8 1.7 +0 -1 doc/ja_JP.eucJP/man/man8/fdcontrol.8 1.6 +0 -1 doc/ja_JP.eucJP/man/man8/ispcvt.8 1.6 +0 -1 doc/ja_JP.eucJP/man/man8/keyserv.8 1.4 +0 -1 doc/ja_JP.eucJP/man/man8/kgmon.8 1.5 +0 -1 doc/ja_JP.eucJP/man/man8/locate.updatedb.8 1.6 +0 -1 doc/ja_JP.eucJP/man/man8/lpc.8 1.4 +0 -1 doc/ja_JP.eucJP/man/man8/mtest.8 1.9 +0 -1 doc/ja_JP.eucJP/man/man8/mtrace.8 1.6 +0 -1 doc/ja_JP.eucJP/man/man8/newkey.8 1.4 +0 -1 doc/ja_JP.eucJP/man/man8/pac.8 1.5 +0 -1 doc/ja_JP.eucJP/man/man8/portmap.8 1.4 +0 -1 doc/ja_JP.eucJP/man/man8/quotaon.8 1.6 +0 -1 doc/ja_JP.eucJP/man/man8/renice.8 1.5 +0 -1 doc/ja_JP.eucJP/man/man8/repquota.8 1.5 +0 -1 doc/ja_JP.eucJP/man/man8/rmt.8 1.4 +0 -1 doc/ja_JP.eucJP/man/man8/rpc.lockd.8 1.4 +0 -1 doc/ja_JP.eucJP/man/man8/rpc.statd.8 1.5 +0 -1 doc/ja_JP.eucJP/man/man8/spray.8 1.4 +0 -1 doc/ja_JP.eucJP/man/man8/stlload.8 1.4 +0 -1 doc/ja_JP.eucJP/man/man8/stlstats.8 1.4 +0 -1 doc/ja_JP.eucJP/man/man8/strfile.8 1.5 +0 -1 doc/ja_JP.eucJP/man/man8/timedc.8 1.7 +0 -1 doc/ja_JP.eucJP/man/man8/vipw.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 23:19:23 2000 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [209.152.133.57]) by hub.freebsd.org (Postfix) with ESMTP id EA83437B552; Fri, 7 Jul 2000 23:19:16 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.9.3/8.9.1) id XAA89015; Fri, 7 Jul 2000 23:19:06 -0700 (PDT) (envelope-from obrien) Date: Fri, 7 Jul 2000 23:19:06 -0700 From: "David O'Brien" To: Peter Wemm Cc: Robert Watson , Sheldon Hearn , Brian Somers , Thomas Gellekum , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc rc.shutdown Message-ID: <20000707231906.B88142@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <200007070044.RAA03203@netplex.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <200007070044.RAA03203@netplex.com.au>; from peter@netplex.com.au on Thu, Jul 06, 2000 at 05:44:33PM -0700 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Jul 06, 2000 at 05:44:33PM -0700, Peter Wemm wrote: > I have previously implemented /etc/shutdown.d and /usr/local/etc/shutdown.d > to avoid the confusion about what happens when /etc/rc.shutdown > calls "/usr/local/etc/rc.d/apache.sh stop" and the old apache.sh doesn't > check $1 and starts up instead. I'd rather make "stop" required in ports and call with it in current. Then a 'HEADS UP' to -current. The added functionally is just too nice not to have. -- -- David (obrien@FreeBSD.org) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 23:26:46 2000 Delivered-To: cvs-all@freebsd.org Received: from localhost (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id D827337BE1E; Fri, 7 Jul 2000 23:25:37 -0700 (PDT) (envelope-from green@FreeBSD.org) Date: Sat, 8 Jul 2000 02:25:16 -0400 (EDT) From: Brian Fundakowski Feldman X-Sender: green@green.dyndns.org To: John Polstra Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/libexec/rtld-elf rtld.c rtld.h lockdflt.c src/libexec/rtld-elf/alpha lockdflt.c rtld_machdep.h rtld_start.S src/libexec/rtld-elf/i386 lockdflt.c rtld_machdep.h In-Reply-To: <200007080410.VAA94282@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Woohoo! Woohoo! Yay! Now really complex stuff (e.g. WINE) will always work. Great job, jdp :) I really appreciate your efforts. -- Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! / green@FreeBSD.org `------------------------------' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 7 23:41:22 2000 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [209.152.133.57]) by hub.freebsd.org (Postfix) with ESMTP id A203F37B797; Fri, 7 Jul 2000 23:41:18 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.9.3/8.9.1) id XAA89218; Fri, 7 Jul 2000 23:41:17 -0700 (PDT) (envelope-from obrien) Date: Fri, 7 Jul 2000 23:41:17 -0700 From: "David O'Brien" To: John-Mark Gurney Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/sysutils/ffsrecov Makefile Message-ID: <20000707234117.A89160@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <200007080413.VAA94597@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <200007080413.VAA94597@freefall.freebsd.org>; from jmg@FreeBSD.org on Fri, Jul 07, 2000 at 09:13:25PM -0700 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Jul 07, 2000 at 09:13:25PM -0700, John-Mark Gurney wrote: > Log: > move the distfile to my puny 128kbps DSL line. You will also greatly reduce confusion if you would put a version number on the distfile in case you ever update the distfile. -- -- David (obrien@FreeBSD.org) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 8 0: 3: 3 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A5F4737B73D; Sat, 8 Jul 2000 00:02:59 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA15489; Sat, 8 Jul 2000 00:02:59 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <200007080702.AAA15489@freefall.freebsd.org> From: Matt Jacob Date: Sat, 8 Jul 2000 00:02:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/conf GENERIC X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2000/07/08 00:02:59 PDT Modified files: sys/i386/conf GENERIC Log: Add in the commented out SCSI device entries of #device ses # SCSI Environmental Services (and SAF-TE) #device targ # SCSI Target Mode Code #device targbh0 # SCSI Target Mode Blackhole Device #define pt # SCSI Processor Target Device so that people know that they are there. Revision Changes Path 1.263 +6 -1 src/sys/i386/conf/GENERIC To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 8 0: 5:14 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 84E2337B73D; Sat, 8 Jul 2000 00:05:11 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA15891; Sat, 8 Jul 2000 00:05:11 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <200007080705.AAA15891@freefall.freebsd.org> From: Matt Jacob Date: Sat, 8 Jul 2000 00:05:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/conf GENERIC X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2000/07/08 00:05:11 PDT Modified files: sys/alpha/conf GENERIC Log: Add in the commented out SCSI device entries of #device ses # SCSI Environmental Services (and SAF-TE) #device targ # SCSI Target Mode Code #device targbh # SCSI Target Mode Blackhole Device #define pt # SCSI Processor Target Device so that people know that they are there. Revision Changes Path 1.84 +6 -1 src/sys/alpha/conf/GENERIC To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 8 0: 5:43 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 678BA37B73D; Sat, 8 Jul 2000 00:05:41 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA16929; Sat, 8 Jul 2000 00:05:41 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <200007080705.AAA16929@freefall.freebsd.org> From: Matt Jacob Date: Sat, 8 Jul 2000 00:05:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/conf GENERIC X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2000/07/08 00:05:41 PDT Modified files: sys/i386/conf GENERIC Log: Oops- remove the '0' appended to targbh. Revision Changes Path 1.264 +2 -2 src/sys/i386/conf/GENERIC To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 8 0:12:34 2000 Delivered-To: cvs-all@freebsd.org Received: from netplex.com.au (adsl-63-207-30-186.dsl.snfc21.pacbell.net [63.207.30.186]) by hub.freebsd.org (Postfix) with ESMTP id 835C337B98C; Sat, 8 Jul 2000 00:12:20 -0700 (PDT) (envelope-from peter@netplex.com.au) Received: from netplex.com.au (peter@localhost [127.0.0.1]) by netplex.com.au (8.9.3/8.9.3) with ESMTP id AAA92429; Sat, 8 Jul 2000 00:12:19 -0700 (PDT) (envelope-from peter@netplex.com.au) Message-Id: <200007080712.AAA92429@netplex.com.au> X-Mailer: exmh version 2.1.1 10/15/1999 To: obrien@FreeBSD.org Cc: Robert Watson , Sheldon Hearn , Brian Somers , Thomas Gellekum , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc rc.shutdown In-Reply-To: Message from "David O'Brien" of "Fri, 07 Jul 2000 23:19:06 PDT." <20000707231906.B88142@dragon.nuxi.com> Date: Sat, 08 Jul 2000 00:12:19 -0700 From: Peter Wemm Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG "David O'Brien" wrote: > On Thu, Jul 06, 2000 at 05:44:33PM -0700, Peter Wemm wrote: > > I have previously implemented /etc/shutdown.d and /usr/local/etc/shutdown.d > > to avoid the confusion about what happens when /etc/rc.shutdown > > calls "/usr/local/etc/rc.d/apache.sh stop" and the old apache.sh doesn't > > check $1 and starts up instead. > > I'd rather make "stop" required in ports and call with it in current. > Then a 'HEADS UP' to -current. The added functionally is just too nice > not to have. Oh yes, the other problem with doing it this way is that you cannot have a different sort order for startup vs. shutdown. These are run by a '*' glob - so the shutdown order is the same as startup - it should be reverse. eg: if you start mysql first, then apache, you want to shut down apache first before stopping mysql. Using the same rc.d thing prevents the ability to do this unless people want to get tricky with 'sort -r' etc. Right now, you have to stick a number in front of 'mysql.sh' to make it glob before 'apache.sh'. By all means, use start/stop args, but hard link the .sh files into seperate directories or something so that the order can be tweaked.. Cheers, -Peter -- Peter Wemm - peter@FreeBSD.org; peter@yahoo-inc.com; peter@netplex.com.au "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 8 0:20: 1 2000 Delivered-To: cvs-all@freebsd.org Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id 4A32837BB2E; Sat, 8 Jul 2000 00:19:54 -0700 (PDT) (envelope-from bde@zeta.org.au) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.8.7/8.8.7) with ESMTP id RAA01797; Sat, 8 Jul 2000 17:19:51 +1000 Date: Sat, 8 Jul 2000 17:19:47 +1000 (EST) From: Bruce Evans X-Sender: bde@besplex.bde.org To: Matt Jacob Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/conf GENERIC In-Reply-To: <200007080702.AAA15489@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, 8 Jul 2000, Matt Jacob wrote: > mjacob 2000/07/08 00:02:59 PDT > > Modified files: > sys/i386/conf GENERIC > Log: > Add in the commented out SCSI device entries of > > #device ses # SCSI Environmental Services (and SAF-TE) > #device targ # SCSI Target Mode Code > #device targbh0 # SCSI Target Mode Blackhole Device > #define pt # SCSI Processor Target Device > > so that people know that they are there. We use LIN^H^H^HNOTES for this on i386's. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 8 0:32:16 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6F8B037B626; Sat, 8 Jul 2000 00:32:13 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA18592; Sat, 8 Jul 2000 00:32:13 -0700 (PDT) (envelope-from knu@FreeBSD.org) Message-Id: <200007080732.AAA18592@freefall.freebsd.org> From: Akinori MUSHA Date: Sat, 8 Jul 2000 00:32:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/mingw-binutils Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2000/07/08 00:32:13 PDT Modified files: devel/mingw-binutils Makefile Log: Fix the wrong MASTER_SITE_SUBDIR. PR: ports/19775 Submitted by: Maintainer Revision Changes Path 1.2 +2 -2 ports/devel/mingw-binutils/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 8 0:33:40 2000 Delivered-To: cvs-all@freebsd.org Received: from grimreaper.grondar.za (grimreaper.grondar.za [196.7.18.138]) by hub.freebsd.org (Postfix) with ESMTP id 41AA537B7F4; Sat, 8 Jul 2000 00:33:30 -0700 (PDT) (envelope-from mark@grondar.za) Received: from grimreaper.grondar.za (localhost [127.0.0.1]) by grimreaper.grondar.za (8.9.3/8.9.3) with ESMTP id JAA55492; Sat, 8 Jul 2000 09:34:08 +0200 (SAST) (envelope-from mark@grimreaper.grondar.za) Message-Id: <200007080734.JAA55492@grimreaper.grondar.za> To: Hajimu UMEMOTO Cc: mark@grondar.za, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/telnet commands.c References: <20000708.142313.59483305.ume@mahoroba.org> In-Reply-To: <20000708.142313.59483305.ume@mahoroba.org> ; from Hajimu UMEMOTO "Sat, 08 Jul 2000 14:23:13 +0900." Date: Sat, 08 Jul 2000 09:34:08 +0200 From: Mark Murray Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > mark> Do this to crypto/telnet as well, please! :-) > > Oops, done. > Thanks notify it. Domo Arrigato, UMEMOTO-San! M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 8 0:36:59 2000 Delivered-To: cvs-all@freebsd.org Received: from relay02.chello.nl (relay02.chello.nl [212.83.68.146]) by hub.freebsd.org (Postfix) with ESMTP id 51E9737B5B8; Sat, 8 Jul 2000 00:36:53 -0700 (PDT) (envelope-from wkb@chello.nl) Received: from chello.nl ([213.46.78.184]) by relay02.chello.nl (InterMail vK.4.02.00.00 201-232-116 license 2ee4e7c625482f2f2a1950a80f6c8d58) with ESMTP id <20000708073651.FCGM15213.relay02@chello.nl>; Sat, 8 Jul 2000 09:36:51 +0200 Received: (from wkb@localhost) by chello.nl (8.9.3/8.9.3) id JAA00344; Sat, 8 Jul 2000 09:36:50 +0200 (CEST) (envelope-from wkb) Date: Sat, 8 Jul 2000 09:36:50 +0200 From: Wilko Bulte To: Bruce Evans Cc: Matt Jacob , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/conf GENERIC Message-ID: <20000708093650.A330@freebie.wbnet> Reply-To: wilko@FreeBSD.org References: <200007080702.AAA15489@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: ; from bde@zeta.org.au on Sat, Jul 08, 2000 at 05:19:47PM +1000 X-OS: FreeBSD 4.0-STABLE X-PGP: finger wilko@freebsd.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, Jul 08, 2000 at 05:19:47PM +1000, Bruce Evans wrote: > On Sat, 8 Jul 2000, Matt Jacob wrote: > > > mjacob 2000/07/08 00:02:59 PDT > > > > Modified files: > > sys/i386/conf GENERIC > > Log: > > Add in the commented out SCSI device entries of > > > > #device ses # SCSI Environmental Services (and SAF-TE) > > #device targ # SCSI Target Mode Code > > #device targbh0 # SCSI Target Mode Blackhole Device > > #define pt # SCSI Processor Target Device > > > > so that people know that they are there. > > We use LIN^H^H^HNOTES for this on i386's. Yep, that would be nicer. But there is not [LINT,NOTES] for alpha (yet). -- Wilko Bulte http://www.freebsd.org "Do, or do not. There is no try" wilko@freebsd.org http://www.nlfug.nl Yoda - The Empire Strikes Back To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 8 0:37:19 2000 Delivered-To: cvs-all@freebsd.org Received: from feral.com (feral.com [192.67.166.1]) by hub.freebsd.org (Postfix) with ESMTP id 8ADE237BCA8; Sat, 8 Jul 2000 00:37:10 -0700 (PDT) (envelope-from mjacob@feral.com) Received: from beppo.feral.com (beppo [192.67.166.79]) by feral.com (8.9.3/8.9.3) with ESMTP id AAA20494; Sat, 8 Jul 2000 00:37:01 -0700 Date: Sat, 8 Jul 2000 00:37:02 -0700 (PDT) From: Matthew Jacob Reply-To: mjacob@feral.com To: Bruce Evans Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/conf GENERIC In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm sorry- but I must beg to disagree about this. What I've found after close on two years of watching things here is that nobody looks in LINT (or NOTES) for device support. And FreeBSD loses a lot by not having this extra functionality visible. The alternative to not having them in GENERIC (commented out) is to have them in GENERIC (turned on). On Sat, 8 Jul 2000, Bruce Evans wrote: > On Sat, 8 Jul 2000, Matt Jacob wrote: > > > mjacob 2000/07/08 00:02:59 PDT > > > > Modified files: > > sys/i386/conf GENERIC > > Log: > > Add in the commented out SCSI device entries of > > > > #device ses # SCSI Environmental Services (and SAF-TE) > > #device targ # SCSI Target Mode Code > > #device targbh0 # SCSI Target Mode Blackhole Device > > #define pt # SCSI Processor Target Device > > > > so that people know that they are there. > > We use LIN^H^H^HNOTES for this on i386's. > > Bruce > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 8 0:37:24 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0D46137BCA8; Sat, 8 Jul 2000 00:37:20 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA19063; Sat, 8 Jul 2000 00:37:19 -0700 (PDT) (envelope-from knu@FreeBSD.org) Message-Id: <200007080737.AAA19063@freefall.freebsd.org> From: Akinori MUSHA Date: Sat, 8 Jul 2000 00:37:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/timidity++ Makefile ports/audio/timidity++/files md5 ports/audio/timidity++-emacs Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2000/07/08 00:37:19 PDT Modified files: audio/timidity++ Makefile audio/timidity++/files md5 audio/timidity++-emacs Makefile Log: Update to 2.9.5. PR: ports/19776, ports/19777 Submitted by: Maintainer Revision Changes Path 1.26 +2 -2 ports/audio/timidity++/Makefile 1.8 +1 -1 ports/audio/timidity++/files/md5 1.9 +2 -2 ports/audio/timidity++-emacs/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 8 0:37:41 2000 Delivered-To: cvs-all@freebsd.org Received: from feral.com (feral.com [192.67.166.1]) by hub.freebsd.org (Postfix) with ESMTP id E0C5337B66D; Sat, 8 Jul 2000 00:37:34 -0700 (PDT) (envelope-from mjacob@feral.com) Received: from beppo.feral.com (beppo [192.67.166.79]) by feral.com (8.9.3/8.9.3) with ESMTP id AAA20498; Sat, 8 Jul 2000 00:37:34 -0700 Date: Sat, 8 Jul 2000 00:37:35 -0700 (PDT) From: Matthew Jacob Reply-To: mjacob@feral.com To: wilko@FreeBSD.org Cc: Bruce Evans , Matt Jacob , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/conf GENERIC In-Reply-To: <20000708093650.A330@freebie.wbnet> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > Yep, that would be nicer. But there is not [LINT,NOTES] for alpha (yet). That too. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 8 0:44: 5 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 244CD37B925; Sat, 8 Jul 2000 00:44:03 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA19500; Sat, 8 Jul 2000 00:44:02 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <200007080744.AAA19500@freefall.freebsd.org> From: Matt Jacob Date: Sat, 8 Jul 2000 00:44:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/conf NOTES X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2000/07/08 00:44:02 PDT Modified files: sys/i386/conf NOTES Log: Update SCSI device section, per Peter Wemm. I still think the commented entries in GENERIC are the right thing to do. Revision Changes Path 1.794 +11 -10 src/sys/i386/conf/NOTES To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 8 0:46: 5 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DC4F337B925; Sat, 8 Jul 2000 00:46:01 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA19720; Sat, 8 Jul 2000 00:46:01 -0700 (PDT) (envelope-from phk@FreeBSD.org) Message-Id: <200007080746.AAA19720@freefall.freebsd.org> From: Poul-Henning Kamp Date: Sat, 8 Jul 2000 00:46:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/scripts doFS.sh X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG phk 2000/07/08 00:46:01 PDT Modified files: release/scripts doFS.sh Log: We don't do blockdevices any more. XXX: should use /dev/MAKEDEV Revision Changes Path 1.25 +2 -2 src/release/scripts/doFS.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 8 0:52:20 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DC24037B5AE; Sat, 8 Jul 2000 00:52:17 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA20459; Sat, 8 Jul 2000 00:52:17 -0700 (PDT) (envelope-from knu@FreeBSD.org) Message-Id: <200007080752.AAA20459@freefall.freebsd.org> From: Akinori MUSHA Date: Sat, 8 Jul 2000 00:52:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/w3m Makefile ports/www/w3m/files md5 ports/www/w3m/patches patch-at patch-aa patch-ao patch-ap patch-ar patch-as X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2000/07/08 00:52:17 PDT Modified files: www/w3m Makefile www/w3m/files md5 www/w3m/patches patch-aa patch-ao Added files: www/w3m/patches patch-at Removed files: www/w3m/patches patch-ap patch-ar patch-as Log: Update to 0.1.11-pre. PR: ports/19779 Submitted by: Maintainer Revision Changes Path 1.19 +11 -9 ports/www/w3m/Makefile 1.6 +1 -1 ports/www/w3m/files/md5 1.7 +12 -14 ports/www/w3m/patches/patch-aa 1.3 +6 -6 ports/www/w3m/patches/patch-ao To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 8 0:55:22 2000 Delivered-To: cvs-all@freebsd.org Received: from lucifer.ninth-circle.org (lucifer.bart.nl [194.158.168.74]) by hub.freebsd.org (Postfix) with ESMTP id 49EC337B5F5; Sat, 8 Jul 2000 00:55:14 -0700 (PDT) (envelope-from asmodai@lucifer.ninth-circle.org) Received: (from asmodai@localhost) by lucifer.ninth-circle.org (8.9.3/8.9.3) id JAA27458; Sat, 8 Jul 2000 09:55:12 +0200 (CEST) (envelope-from asmodai) Date: Sat, 8 Jul 2000 09:55:12 +0200 From: Jeroen Ruigrok van der Werven To: John Polstra Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/libexec/rtld-elf rtld.c rtld.h lockdflt.c src/libexec/rtld-elf/alpha lockdflt.c rtld_machdep.h rtld_start.S src/libexec/rtld-elf/i386 lockdflt.c rtld_machdep.h Message-ID: <20000708095512.G27122@lucifer.bart.nl> References: <200007080410.VAA94282@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <200007080410.VAA94282@freefall.freebsd.org>; from jdp@FreeBSD.org on Fri, Jul 07, 2000 at 09:10:38PM -0700 Organisation: VIA Net.Works The Netherlands Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -On [20000708 06:15], John Polstra (jdp@FreeBSD.org) wrote: > Log: > Solve the dynamic linker's problems with multithreaded programs once > and for all (I hope). Packages such as wine, JDK, and linuxthreads > should no longer have any problems with re-entering the dynamic > linker. Very, very cool. =) I think jdp leaving core was a good choice. ;) (just kidding, no offense, etc etc) -- Jeroen Ruigrok van der Werven Network- and systemadministrator VIA Net.Works The Netherlands BSD: Technical excellence at its best http://www.via-net-works.nl Give me the strength to be who I was, and forgive me for who I am... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 8 1: 9: 0 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B0D9F37BCA4; Sat, 8 Jul 2000 01:08:58 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: (from des@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA22546; Sat, 8 Jul 2000 01:08:58 -0700 (PDT) (envelope-from des@FreeBSD.org) Message-Id: <200007080808.BAA22546@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Sat, 8 Jul 2000 01:08:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libfetch http.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG des 2000/07/08 01:08:58 PDT Modified files: lib/libfetch http.c Log: Fix basic authentication, and add proxy authentication. Submitted by: se Revision Changes Path 1.23 +45 -19 src/lib/libfetch/http.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 8 1:13: 1 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C7F8037BCA4; Sat, 8 Jul 2000 01:12:57 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: (from des@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA22756; Sat, 8 Jul 2000 01:12:55 -0700 (PDT) (envelope-from des@FreeBSD.org) Message-Id: <200007080812.BAA22756@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Sat, 8 Jul 2000 01:12:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libfetch http.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG des 2000/07/08 01:12:55 PDT Modified files: lib/libfetch http.c Log: Forced commit to note that I meant authorization, not authentication. Revision Changes Path 1.24 +1 -1 src/lib/libfetch/http.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 8 1:33:44 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9E64F37B797; Sat, 8 Jul 2000 01:33:40 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA24520; Sat, 8 Jul 2000 01:33:40 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <200007080833.BAA24520@freefall.freebsd.org> From: Peter Wemm Date: Sat, 8 Jul 2000 01:33:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin Makefile src/usr.bin/kenv Makefile kenv.1 kenv.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG peter 2000/07/08 01:33:40 PDT Modified files: usr.bin Makefile Added files: usr.bin/kenv Makefile kenv.1 kenv.c Log: Initial kenv(1) hack for dumping the kernel environment. This can be used to extract modified boot hints to make loader(8)-time changes "sticky". It tries to use \ style quoting so that it can be used directly with foo.conf files. It can also extract specific variables. Revision Changes Path 1.150 +2 -1 src/usr.bin/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 8 2: 9:22 2000 Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 542) id 770AB37B880; Sat, 8 Jul 2000 02:09:17 -0700 (PDT) Date: Sat, 8 Jul 2000 02:09:17 -0700 From: "Andrey A. Chernov" To: David O'Brien Cc: Peter Wemm , Robert Watson , Sheldon Hearn , Brian Somers , Thomas Gellekum , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc rc.shutdown Message-ID: <20000708020917.A26528@freebsd.org> References: <200007070044.RAA03203@netplex.com.au> <20000707231906.B88142@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <20000707231906.B88142@dragon.nuxi.com>; from obrien@FreeBSD.org on Fri, Jul 07, 2000 at 11:19:06PM -0700 Organization: Biomechanoid Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Jul 07, 2000 at 11:19:06PM -0700, David O'Brien wrote: > On Thu, Jul 06, 2000 at 05:44:33PM -0700, Peter Wemm wrote: > > I have previously implemented /etc/shutdown.d and /usr/local/etc/shutdown.d > > to avoid the confusion about what happens when /etc/rc.shutdown > > calls "/usr/local/etc/rc.d/apache.sh stop" and the old apache.sh doesn't > > check $1 and starts up instead. > > I'd rather make "stop" required in ports and call with it in current. > Then a 'HEADS UP' to -current. The added functionally is just too nice > not to have. The problem is not for ports, many people have hand-made local scripts in /usr/local/etc/rc.d which knows nothing about start/stop. I prefer /usr/local/etc/shutdown.d for programs which require it than damaging many systems at once by restarting local scripts on shutdown. -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 8 2:23:47 2000 Delivered-To: cvs-all@freebsd.org Received: from turtle.looksharp.net (cc360882-a.strhg1.mi.home.com [24.2.221.22]) by hub.freebsd.org (Postfix) with ESMTP id A23E037B925; Sat, 8 Jul 2000 02:23:29 -0700 (PDT) (envelope-from bsdx@looksharp.net) Received: from localhost (bsdx@localhost) by turtle.looksharp.net (8.9.3/8.9.3) with ESMTP id FAA17232; Sat, 8 Jul 2000 05:23:30 -0400 (EDT) (envelope-from bsdx@looksharp.net) Date: Sat, 8 Jul 2000 05:23:30 -0400 (EDT) From: Adam To: "Andrey A. Chernov" Cc: "David O'Brien" , Peter Wemm , Robert Watson , Sheldon Hearn , Brian Somers , Thomas Gellekum , cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/etc rc.shutdown In-Reply-To: <20000708020917.A26528@freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, 8 Jul 2000, Andrey A. Chernov wrote: >On Fri, Jul 07, 2000 at 11:19:06PM -0700, David O'Brien wrote: >> On Thu, Jul 06, 2000 at 05:44:33PM -0700, Peter Wemm wrote: >> > I have previously implemented /etc/shutdown.d and /usr/local/etc/shutdown.d >> > to avoid the confusion about what happens when /etc/rc.shutdown >> > calls "/usr/local/etc/rc.d/apache.sh stop" and the old apache.sh doesn't >> > check $1 and starts up instead. >> >> I'd rather make "stop" required in ports and call with it in current. >> Then a 'HEADS UP' to -current. The added functionally is just too nice >> not to have. > >The problem is not for ports, many people have hand-made local scripts in >/usr/local/etc/rc.d which knows nothing about start/stop. I prefer >/usr/local/etc/shutdown.d for programs which require it than damaging many >systems at once by restarting local scripts on shutdown. Can't we run a grep -l "somethinghere" /usr/local/etc/rc.d/* at shutdown and only run those scripts which contain a reasonable indication of supporting the stop feature? A quick hack to make this work would be to put a comment in the .sh scripts which ports install which grep would find and wordy enough that someone could look at a FreeBSD supplied .sh and say Oh! I see how to make mine work like that. Even just: # I support start|stop To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 8 2:27:51 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CBB4537B579; Sat, 8 Jul 2000 02:27:48 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: (from des@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA28425; Sat, 8 Jul 2000 02:27:48 -0700 (PDT) (envelope-from des@FreeBSD.org) Message-Id: <200007080927.CAA28425@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Sat, 8 Jul 2000 02:27:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libfetch ftp.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG des 2000/07/08 02:27:48 PDT Modified files: lib/libfetch ftp.c Log: Don't assume the remote address in a 227 reply is enclosed in parentheses. Revision Changes Path 1.28 +2 -3 src/lib/libfetch/ftp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 8 2:34:36 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9E0AA37B579; Sat, 8 Jul 2000 02:34:34 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: (from des@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA28641; Sat, 8 Jul 2000 02:34:33 -0700 (PDT) (envelope-from des@FreeBSD.org) Message-Id: <200007080934.CAA28641@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Sat, 8 Jul 2000 02:34:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/fetch fetch.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG des 2000/07/08 02:34:33 PDT Modified files: usr.bin/fetch fetch.c Log: Straighten out the behvaiour of -m and -n (thanks to bde). Check that stderr, not stdout, is a tty (thanks to green). Revision Changes Path 1.4 +13 -7 src/usr.bin/fetch/fetch.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 8 2:35: 1 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CB1F537B579; Sat, 8 Jul 2000 02:34:53 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: (from des@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA28676; Sat, 8 Jul 2000 02:34:53 -0700 (PDT) (envelope-from des@FreeBSD.org) Message-Id: <200007080934.CAA28676@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Sat, 8 Jul 2000 02:34:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/fetch fetch.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG des 2000/07/08 02:34:53 PDT Modified files: usr.bin/fetch fetch.1 Log: Clarify the meaning of -m and -n (thanks to bde). Revision Changes Path 1.37 +4 -7 src/usr.bin/fetch/fetch.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 8 2:45:29 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1FA7237BCA4; Sat, 8 Jul 2000 02:45:23 -0700 (PDT) (envelope-from dcs@FreeBSD.org) Received: (from dcs@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA29074; Sat, 8 Jul 2000 02:45:22 -0700 (PDT) (envelope-from dcs@FreeBSD.org) Message-Id: <200007080945.CAA29074@freefall.freebsd.org> From: "Daniel C. Sobral" Date: Sat, 8 Jul 2000 02:45:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/regex regfree.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dcs 2000/07/08 02:45:17 PDT Modified files: lib/libc/regex regfree.c Log: Since we have modified charjump to be CHAR_MIN-based, we have to correct the offset when we free it. Caught by: phkmalloc Revision Changes Path 1.3 +3 -2 src/lib/libc/regex/regfree.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 8 3: 1:46 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0CD9737B995; Sat, 8 Jul 2000 03:01:44 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA29879; Sat, 8 Jul 2000 03:01:44 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007081001.DAA29879@freefall.freebsd.org> From: "David E. O'Brien" Date: Sat, 8 Jul 2000 03:01:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/rtld-elf Makefile X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/08 03:01:44 PDT Modified files: (Branch: RELENG_4) libexec/rtld-elf Makefile Log: MFC: rev 1.12 (save previous dynamic linker) Revision Changes Path 1.10.2.1 +13 -1 src/libexec/rtld-elf/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 8 3: 2: 0 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2457F37BD09; Sat, 8 Jul 2000 03:01:56 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA29895; Sat, 8 Jul 2000 03:01:56 -0700 (PDT) (envelope-from ache@FreeBSD.org) Message-Id: <200007081001.DAA29895@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Sat, 8 Jul 2000 03:01:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/procmail/patches patch-af X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ache 2000/07/08 03:01:56 PDT Added files: mail/procmail/patches patch-af Log: Prevent random renicing Submitted by: Mike Andrews To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 8 3: 2:28 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5E6BD37BD10; Sat, 8 Jul 2000 03:02:25 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA30004; Sat, 8 Jul 2000 03:02:25 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007081002.DAA30004@freefall.freebsd.org> From: "David E. O'Brien" Date: Sat, 8 Jul 2000 03:02:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/binutils/as/alpha-freebsd config.h src/gnu/usr.bin/binutils/as/i386-freebsd config.h src/gnu/usr.bin/binutils/as/powerpc-freebsd config.h src/gnu/usr.bin/binutils/libbinutils config.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/08 03:02:25 PDT Modified files: (Branch: RELENG_4) gnu/usr.bin/binutils/as/alpha-freebsd config.h gnu/usr.bin/binutils/as/i386-freebsd config.h gnu/usr.bin/binutils/as/powerpc-freebsd config.h gnu/usr.bin/binutils/libbinutils config.h Log: This is FreeBSD 4.x, not 5.0. Revision Changes Path 1.1.6.2 +4 -4 src/gnu/usr.bin/binutils/as/alpha-freebsd/config.h 1.1.6.2 +4 -4 src/gnu/usr.bin/binutils/as/i386-freebsd/config.h 1.1.2.2 +4 -4 src/gnu/usr.bin/binutils/as/powerpc-freebsd/config.h 1.3.6.2 +2 -2 src/gnu/usr.bin/binutils/libbinutils/config.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 8 3: 6:35 2000 Delivered-To: cvs-all@freebsd.org Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (Postfix) with ESMTP id 5F4E437B995; Sat, 8 Jul 2000 03:06:29 -0700 (PDT) (envelope-from des@flood.ping.uio.no) Received: (from des@localhost) by flood.ping.uio.no (8.9.3/8.9.3) id MAA64609; Sat, 8 Jul 2000 12:06:27 +0200 (CEST) (envelope-from des@flood.ping.uio.no) To: Hajimu UMEMOTO Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libftpio Makefile ftp.errors ftpio.3 ftpio.c ftpio.h References: <200007051934.MAA64501@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: 08 Jul 2000 12:06:27 +0200 In-Reply-To: Hajimu UMEMOTO's message of "Wed, 5 Jul 2000 12:34:44 -0700 (PDT)" Message-ID: Lines: 11 User-Agent: Gnus/5.0802 (Gnus v5.8.2) Emacs/20.4 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hajimu UMEMOTO writes: > Log: > IPv6 support. > This is required for forthcoming IPv6 ready installer. Alternatively, you could switch to libfetch, which already has IPv6 support... DES -- Dag-Erling Smorgrav - des@flood.ping.uio.no To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 8 3:10: 2 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3EFEE37B9C3; Sat, 8 Jul 2000 03:09:59 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA31553; Sat, 8 Jul 2000 03:09:59 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007081009.DAA31553@freefall.freebsd.org> From: "David E. O'Brien" Date: Sat, 8 Jul 2000 03:09:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys param.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/08 03:09:58 PDT Modified files: (Branch: RELENG_4) sys/sys param.h Log: Bump __FreeBSD_version due to the Binutils 2.10.0 upgrade. Revision Changes Path 1.61.2.6 +2 -2 src/sys/sys/param.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 8 3:17:16 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4F3BE37B579; Sat, 8 Jul 2000 03:17:14 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA31983; Sat, 8 Jul 2000 03:17:09 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007081017.DAA31983@freefall.freebsd.org> From: "David E. O'Brien" Date: Sat, 8 Jul 2000 03:17:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/books/porters-handbook book.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/08 03:17:08 PDT Modified files: en_US.ISO_8859-1/books/porters-handbook book.sgml Log: document __FreeBSD_version 400021. Revision Changes Path 1.111 +7 -1 doc/en_US.ISO_8859-1/books/porters-handbook/book.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 8 3:31:35 2000 Delivered-To: cvs-all@freebsd.org Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (Postfix) with ESMTP id 51D1F37B881; Sat, 8 Jul 2000 03:31:29 -0700 (PDT) (envelope-from des@flood.ping.uio.no) Received: (from des@localhost) by flood.ping.uio.no (8.9.3/8.9.3) id MAA64701; Sat, 8 Jul 2000 12:31:07 +0200 (CEST) (envelope-from des@flood.ping.uio.no) To: Kirk McKusick Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, eivind@yes.no, sthaug@nethelp.no Subject: Re: cvs commit: src/sys/dev/ccd ccd.c src/sys/dev/vn vn.c src/sys/kern kern_acct.c kern_ktrace.c kern_linker.c kern_sig.c link_aout.c link_elf.c vfs_syscalls.c vfs_vnops.c src/sys/sys vnode.h src/sys/ufs/ufs ufs_extattr.c ufs_quota.c References: <200007040334.UAA00954@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: 08 Jul 2000 12:31:06 +0200 In-Reply-To: Kirk McKusick's message of "Mon, 3 Jul 2000 20:34:11 -0700 (PDT)" Message-ID: Lines: 31 User-Agent: Gnus/5.0802 (Gnus v5.8.2) Emacs/20.4 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Kirk McKusick writes: > Log: > Move the truncation code out of vn_open and into the open system call > after the acquisition of any advisory locks. This fix corrects a case > in which a process tries to open a file with a non-blocking exclusive > lock. Even if it fails to get the lock it would still truncate the > file even though its open failed. With this change, the truncation > is done only after the lock is successfully acquired. Does this also fix the race condition where two processes doing open(fn, O_RDWR|O_CREAT|O_TRUNC|O_EXLOCK, mode) can end up with one file each instead of one blocking the other? This has caused me some grief in the following scenario: fd = open(tmpfile, O_RDWR|O_CREAT|O_TRUNC|O_EXLOCK, 0600); for (i = 0; i < bignum; ++i) write(fd, stuff[i], strlen(stuff[i])); rename(tmpfile, realfile); close(fd); If two processes are doing this at the same time, the first one's tmpfile is replaced by the second one's tmpfile, so that when the first process finishes writing and renames tmpfile to realfile, the second process' tmpfile goes live before it's done writing. If realfile is e.g. /var/qmail/control/rcpthosts on a mail server with lots of virtual domains, this opens a short window during which qmail will refuse mail for some domains. DES -- Dag-Erling Smorgrav - des@flood.ping.uio.no To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 8 3:34: 9 2000 Delivered-To: cvs-all@freebsd.org Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (Postfix) with ESMTP id AE49037B54A; Sat, 8 Jul 2000 03:33:55 -0700 (PDT) (envelope-from des@flood.ping.uio.no) Received: (from des@localhost) by flood.ping.uio.no (8.9.3/8.9.3) id MAA64710; Sat, 8 Jul 2000 12:33:52 +0200 (CEST) (envelope-from des@flood.ping.uio.no) To: Wes Morgan Cc: Brian Feldman , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/crypto/openssh sshd.c References: From: Dag-Erling Smorgrav Date: 08 Jul 2000 12:33:51 +0200 In-Reply-To: Wes Morgan's message of "Tue, 4 Jul 2000 09:21:15 -0400 (EDT)" Message-ID: Lines: 13 User-Agent: Gnus/5.0802 (Gnus v5.8.2) Emacs/20.4 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Wes Morgan writes: > I hope that there is no way ever in 1e6 years that someone will be able to > subvert /proc/curproc and get sshd to execute the program of his choice as > root when it gets HUP'd. I can't think of any way possible, but there are > 6 billion people out there besides me. Well, for starters, /proc might not be mounted, and an 3v1l h4xx0r might be able to trick a root-owned process into creating /proc/curproc/file. DES -- Dag-Erling Smorgrav - des@flood.ping.uio.no To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 8 3:42:42 2000 Delivered-To: cvs-all@freebsd.org Received: from localhost (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id BA0D337B919; Sat, 8 Jul 2000 03:42:37 -0700 (PDT) (envelope-from green@FreeBSD.org) Date: Sat, 8 Jul 2000 06:42:36 -0400 (EDT) From: Brian Fundakowski Feldman X-Sender: green@green.dyndns.org To: Dag-Erling Smorgrav Cc: Wes Morgan , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/crypto/openssh sshd.c In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 8 Jul 2000, Dag-Erling Smorgrav wrote: > Wes Morgan writes: > > I hope that there is no way ever in 1e6 years that someone will be able to > > subvert /proc/curproc and get sshd to execute the program of his choice as > > root when it gets HUP'd. I can't think of any way possible, but there are > > 6 billion people out there besides me. > > Well, for starters, /proc might not be mounted, and an 3v1l h4xx0r > might be able to trick a root-owned process into creating > /proc/curproc/file. Your root directory should not be world writable. If the cracker could trick a process into unmounting /proc and making it so that the sshd could be subverted, {,s}he could just as easily have done whatever root thing they wanted to do in the first place. This change has no effect at all on security. > DES > -- > Dag-Erling Smorgrav - des@flood.ping.uio.no -- Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! / green@FreeBSD.org `------------------------------' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 8 3:54:54 2000 Delivered-To: cvs-all@freebsd.org Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (Postfix) with ESMTP id 0C95037B919; Sat, 8 Jul 2000 03:54:37 -0700 (PDT) (envelope-from des@flood.ping.uio.no) Received: (from des@localhost) by flood.ping.uio.no (8.9.3/8.9.3) id MAA64747; Sat, 8 Jul 2000 12:54:32 +0200 (CEST) (envelope-from des@flood.ping.uio.no) To: Poul-Henning Kamp Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: CVSROOT access References: <200007031840.LAA27809@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: 08 Jul 2000 12:54:30 +0200 In-Reply-To: Poul-Henning Kamp's message of "Mon, 3 Jul 2000 11:40:46 -0700 (PDT)" Message-ID: Lines: 9 User-Agent: Gnus/5.0802 (Gnus v5.8.2) Emacs/20.4 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Poul-Henning Kamp writes: > Log: > Welcome to a new committer: Adrian Chadd. The Cache Man! DES -- Dag-Erling Smorgrav - des@flood.ping.uio.no To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 8 4: 0:57 2000 Delivered-To: cvs-all@freebsd.org Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (Postfix) with ESMTP id 1E13937B995; Sat, 8 Jul 2000 04:00:49 -0700 (PDT) (envelope-from des@flood.ping.uio.no) Received: (from des@localhost) by flood.ping.uio.no (8.9.3/8.9.3) id MAA64729; Sat, 8 Jul 2000 12:40:12 +0200 (CEST) (envelope-from des@flood.ping.uio.no) To: Mike Smith Cc: Cameron Grant , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/modules/sound Makefile Makefile.inc src/sys/modules/sound/driver Makefile Makefile.inc src/sys/modules/sound/driver/ad1816 Makefile src/sys/modules/sound/driver/csa Makefile src/sys/modules/sound/driver/csapcm Makefile ... References: <200007050031.RAA06537@mass.osd.bsdi.com> From: Dag-Erling Smorgrav Date: 08 Jul 2000 12:40:11 +0200 In-Reply-To: Mike Smith's message of "Tue, 04 Jul 2000 17:31:42 -0700" Message-ID: Lines: 10 User-Agent: Gnus/5.0802 (Gnus v5.8.2) Emacs/20.4 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Mike Smith writes: > 2) I don't like the module name. I would suggest either "pcm_driver" or > "sound_driver" - "snd_driver" is one contraction and one complete > word, and basically just ugly. 8) I'd suggest just 'pcm' or 'sound', no '_driver'. DES -- Dag-Erling Smorgrav - des@flood.ping.uio.no To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 8 4:45:57 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4871E37B63D; Sat, 8 Jul 2000 04:45:54 -0700 (PDT) (envelope-from hrs@FreeBSD.org) Received: (from hrs@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA40636; Sat, 8 Jul 2000 04:45:54 -0700 (PDT) (envelope-from hrs@FreeBSD.org) Message-Id: <200007081145.EAA40636@freefall.freebsd.org> From: Hiroki Sato Date: Sat, 8 Jul 2000 04:45:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/books/faq book.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hrs 2000/07/08 04:45:54 PDT Modified files: ja_JP.eucJP/books/faq book.sgml Log: Merge the following from the English version: 1.51 -> 1.55 book.sgml Revision Changes Path 1.34 +327 -129 doc/ja_JP.eucJP/books/faq/book.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 8 4:49:12 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2149D37B63D; Sat, 8 Jul 2000 04:49:09 -0700 (PDT) (envelope-from hrs@FreeBSD.org) Received: (from hrs@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA40945; Sat, 8 Jul 2000 04:49:09 -0700 (PDT) (envelope-from hrs@FreeBSD.org) Message-Id: <200007081149.EAA40945@freefall.freebsd.org> From: Hiroki Sato Date: Sat, 8 Jul 2000 04:49:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/books/handbook Makefile authors.ent doc/ja_JP.eucJP/books/handbook/contrib chapter.sgml doc/ja_JP.eucJP/books/handbook/staff chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hrs 2000/07/08 04:49:08 PDT Modified files: ja_JP.eucJP/books/handbook Makefile authors.ent ja_JP.eucJP/books/handbook/contrib chapter.sgml ja_JP.eucJP/books/handbook/staff chapter.sgml Log: Merge the following from the English version: 1.26 -> 1.28 Makefile 1.95 -> 1.100 authors.ent 1.239 -> 1.249 contrib/chapter.sgml 1.132 -> 1.138 staff/chapter.sgml Revision Changes Path 1.44 +4 -2 doc/ja_JP.eucJP/books/handbook/Makefile 1.27 +12 -2 doc/ja_JP.eucJP/books/handbook/authors.ent 1.35 +21 -35 doc/ja_JP.eucJP/books/handbook/contrib/chapter.sgml 1.25 +25 -5 doc/ja_JP.eucJP/books/handbook/staff/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 8 4:49:46 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D328B37BB94; Sat, 8 Jul 2000 04:49:38 -0700 (PDT) (envelope-from hrs@FreeBSD.org) Received: (from hrs@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA41086; Sat, 8 Jul 2000 04:49:38 -0700 (PDT) (envelope-from hrs@FreeBSD.org) Message-Id: <200007081149.EAA41086@freefall.freebsd.org> From: Hiroki Sato Date: Sat, 8 Jul 2000 04:49:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/ja index.sgml www/ja/news newsflash.sgml press-rel-1.sgml press-rel-2.sgml press-rel-3.sgml press-rel-4.sgml qnewsletter-1-1.sgml qnewsletter-1-2.sgml qnewsletter-1-3.sgml qnewsletter-1-5.sgml qnewsletter-1-6.sgml ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hrs 2000/07/08 04:49:38 PDT Modified files: ja index.sgml ja/news newsflash.sgml press-rel-1.sgml press-rel-2.sgml press-rel-3.sgml press-rel-4.sgml qnewsletter-1-1.sgml qnewsletter-1-2.sgml qnewsletter-1-3.sgml qnewsletter-1-5.sgml qnewsletter-1-6.sgml qnewsletter-1-7.sgml qnewsletter-2-1.sgml qnewsletter-2-2.sgml ja/projects newbies.sgml Log: Merge the following from the English version: 1.86 -> 1.88 index.sgml 1.169 -> 1.190 news/newsflash.sgml 1.3 -> 1.4 news/press-rel-1.sgml 1.3 -> 1.4 news/press-rel-2.sgml 1.3 -> 1.4 news/press-rel-3.sgml 1.1 -> 1.2 news/press-rel-4.sgml 1.10 -> 1.11 news/qnewsletter-1-1.sgml 1.7 -> 1.8 news/qnewsletter-1-2.sgml 1.9 -> 1.10 news/qnewsletter-1-3.sgml 1.7 -> 1.8 news/qnewsletter-1-5.sgml 1.6 -> 1.7 news/qnewsletter-1-6.sgml 1.5 -> 1.6 news/qnewsletter-1-7.sgml 1.4 -> 1.5 news/qnewsletter-2-1.sgml 1.3 -> 1.4 news/qnewsletter-2-2.sgml 1.12 -> 1.13 projects/newbies.sgml Revision Changes Path 1.22 +5 -3 www/ja/index.sgml 1.42 +312 -185 www/ja/news/newsflash.sgml 1.10 +3 -3 www/ja/news/press-rel-1.sgml 1.8 +3 -3 www/ja/news/press-rel-2.sgml 1.9 +3 -3 www/ja/news/press-rel-3.sgml 1.2 +3 -3 www/ja/news/press-rel-4.sgml 1.11 +3 -3 www/ja/news/qnewsletter-1-1.sgml 1.11 +3 -3 www/ja/news/qnewsletter-1-2.sgml 1.14 +3 -3 www/ja/news/qnewsletter-1-3.sgml 1.10 +3 -3 www/ja/news/qnewsletter-1-5.sgml 1.9 +3 -3 www/ja/news/qnewsletter-1-6.sgml 1.9 +3 -3 www/ja/news/qnewsletter-1-7.sgml 1.8 +3 -3 www/ja/news/qnewsletter-2-1.sgml 1.8 +3 -3 www/ja/news/qnewsletter-2-2.sgml 1.16 +4 -4 www/ja/projects/newbies.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 8 5: 5:11 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3719A37B531; Sat, 8 Jul 2000 05:05:09 -0700 (PDT) (envelope-from cjh@FreeBSD.org) Received: (from cjh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA42454; Sat, 8 Jul 2000 05:05:09 -0700 (PDT) (envelope-from cjh@FreeBSD.org) Message-Id: <200007081205.FAA42454@freefall.freebsd.org> From: CHOI Junho Date: Sat, 8 Jul 2000 05:05:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/korean/gtk10/pkg DESCR X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG cjh 2000/07/08 05:05:08 PDT Modified files: korean/gtk10/pkg DESCR Log: Removed WWW entry. no longer this URL or replacement exists. Revision Changes Path 1.3 +2 -6 ports/korean/gtk10/pkg/DESCR To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 8 5: 8:12 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B7BFB37BD09; Sat, 8 Jul 2000 05:08:07 -0700 (PDT) (envelope-from cjh@FreeBSD.org) Received: (from cjh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA43345; Sat, 8 Jul 2000 05:08:07 -0700 (PDT) (envelope-from cjh@FreeBSD.org) Message-Id: <200007081208.FAA43345@freefall.freebsd.org> From: CHOI Junho Date: Sat, 8 Jul 2000 05:08:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/korean/hlatexp Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG cjh 2000/07/08 05:08:07 PDT Modified files: korean/hlatexp Makefile Log: Add master site of tfm files. Revision Changes Path 1.2 +3 -2 ports/korean/hlatexp/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 8 7:12:41 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D34E637C0BA; Sat, 8 Jul 2000 07:12:37 -0700 (PDT) (envelope-from dannyboy@FreeBSD.org) Received: (from dannyboy@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA12203; Sat, 8 Jul 2000 07:12:37 -0700 (PDT) (envelope-from dannyboy@FreeBSD.org) Message-Id: <200007081412.HAA12203@freefall.freebsd.org> From: Daniel Harris Date: Sat, 8 Jul 2000 07:12:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/jail jail.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dannyboy 2000/07/08 07:12:34 PDT Modified files: usr.sbin/jail jail.8 Log: Typo: "is unreliably by default" to "is unreliable by default". PR: 19411 Submitted by: Benno Rice Revision Changes Path 1.15 +2 -2 src/usr.sbin/jail/jail.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 8 7:12:48 2000 Delivered-To: cvs-all@freebsd.org Received: from peace.mahoroba.org (peace.calm.imasy.or.jp [202.227.26.34]) by hub.freebsd.org (Postfix) with ESMTP id 604F337BEDB; Sat, 8 Jul 2000 07:12:28 -0700 (PDT) (envelope-from ume@mahoroba.org) Received: from localhost (IDENT:nofdtbT60cdP1DuTOuEq/p0gLRGJuXSM8KsZHEwbErhMFn8DgEWIpuQBaEXZXldY@localhost.mahoroba.org [::1]) (authenticated) by peace.mahoroba.org (8.10.2/3.7W-peace) with ESMTP id e68EBrh51112; Sat, 8 Jul 2000 23:11:53 +0900 (JST) (envelope-from ume@mahoroba.org) Date: Sat, 08 Jul 2000 23:11:49 +0900 (JST) Message-Id: <20000708.231149.74707504.ume@mahoroba.org> To: des@flood.ping.uio.no Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libftpio Makefile ftp.errors ftpio.3 ftpio.c ftpio.h From: Hajimu UMEMOTO In-Reply-To: References: <200007051934.MAA64501@freefall.freebsd.org> X-Mailer: xcite1.20> Mew version 1.95b38 on Emacs 20.6 / Mule 4.0 =?iso-2022-jp?B?KBskQjJWMWMbKEIp?= X-PGP-Public-Key: http://www.imasy.org/~ume/publickey.asc X-PGP-Fingerprint: 6B 0C 53 FC 5D D0 37 91 05 D0 B3 EF 36 9B 6A BC X-URL: http://www.imasy.org/~ume/ X-OS: FreeBSD 5.0-CURRENT Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >>>>> On 08 Jul 2000 12:06:27 +0200 >>>>> Dag-Erling Smorgrav said: des> Hajimu UMEMOTO writes: > Log: > IPv6 support. > This is required for forthcoming IPv6 ready installer. des> Alternatively, you could switch to libfetch, which already has IPv6 des> support... Oh, yes. Yes, I know. :-) It seems that sysinstall is tightly depending on libftpio and we need further work to use libfetch. In this time, I choose to don't touch around here. I believe the code will be clear than libftpio version. My work on IPv6 ready installer is almost done and now in review and testing with Japanese IPv6 guys. The patch and images are available from: http://www.imasy.or.jp/~ume/ipv6/test/flp/ -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan ume@mahoroba.org ume@bisd.hitachi.co.jp ume@FreeBSD.org http://www.imasy.org/~ume/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 8 7:34:32 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F304D37B540; Sat, 8 Jul 2000 07:34:27 -0700 (PDT) (envelope-from bp@FreeBSD.org) Received: (from bp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA13676; Sat, 8 Jul 2000 07:34:27 -0700 (PDT) (envelope-from bp@FreeBSD.org) Message-Id: <200007081434.HAA13676@freefall.freebsd.org> From: Boris Popov Date: Sat, 8 Jul 2000 07:34:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/msdosfs msdosfs_denode.c msdosfs_vfsops.c msdosfsmount.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG bp 2000/07/08 07:34:27 PDT Modified files: (Branch: RELENG_4) sys/msdosfs msdosfs_denode.c msdosfs_vfsops.c msdosfsmount.h Log: MFC: free memory on module unloading. Revision Changes Path 1.47.2.1 +11 -1 src/sys/msdosfs/msdosfs_denode.c 1.60.2.2 +2 -2 src/sys/msdosfs/msdosfs_vfsops.c 1.20.2.1 +2 -1 src/sys/msdosfs/msdosfsmount.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 8 7:36: 0 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1423537B606; Sat, 8 Jul 2000 07:35:57 -0700 (PDT) (envelope-from bp@FreeBSD.org) Received: (from bp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA13788; Sat, 8 Jul 2000 07:35:56 -0700 (PDT) (envelope-from bp@FreeBSD.org) Message-Id: <200007081435.HAA13788@freefall.freebsd.org> From: Boris Popov Date: Sat, 8 Jul 2000 07:35:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/isofs/cd9660 cd9660_node.c cd9660_vfsops.c iso.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG bp 2000/07/08 07:35:56 PDT Modified files: (Branch: RELENG_4) sys/isofs/cd9660 cd9660_node.c cd9660_vfsops.c iso.h Log: MFC: free memory on module unloading. Revision Changes Path 1.29.2.1 +11 -1 src/sys/isofs/cd9660/cd9660_node.c 1.74.2.1 +2 -2 src/sys/isofs/cd9660/cd9660_vfsops.c 1.19.2.1 +2 -1 src/sys/isofs/cd9660/iso.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 8 7:43:36 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7FCE937B606; Sat, 8 Jul 2000 07:43:34 -0700 (PDT) (envelope-from dannyboy@FreeBSD.org) Received: (from dannyboy@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA14173; Sat, 8 Jul 2000 07:43:34 -0700 (PDT) (envelope-from dannyboy@FreeBSD.org) Message-Id: <200007081443.HAA14173@freefall.freebsd.org> From: Daniel Harris Date: Sat, 8 Jul 2000 07:43:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/jail jail.8 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dannyboy 2000/07/08 07:43:34 PDT Modified files: (Branch: RELENG_4) usr.sbin/jail jail.8 Log: MFC: Typo: "is unreliably by default" to "is unreliable by default". PR: 19411 Submitted by: Benno Rice Revision Changes Path 1.13.2.2 +2 -2 src/usr.sbin/jail/jail.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 8 7:56:46 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5ABB637B60B; Sat, 8 Jul 2000 07:56:43 -0700 (PDT) (envelope-from phantom@FreeBSD.org) Received: (from phantom@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA14942; Sat, 8 Jul 2000 07:56:42 -0700 (PDT) (envelope-from phantom@FreeBSD.org) Message-Id: <200007081456.HAA14942@freefall.freebsd.org> From: Alexey Zelkin Date: Sat, 8 Jul 2000 07:56:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/books/faq book.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG phantom 2000/07/08 07:56:42 PDT Modified files: en_US.ISO_8859-1/books/faq book.sgml Log: Fix website links to be available from local copy of the FAQ (gallery, commercial, tutorials)b Inspired by: docs/19303 While I am here also fix: . style (s/url=/URL=/) . optimize with . increase current amount of FreeBSD ports from "about 1800" to more real value (3400) :) Revision Changes Path 1.66 +47 -40 doc/en_US.ISO_8859-1/books/faq/book.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 8 8:32: 3 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C084137B9B9; Sat, 8 Jul 2000 08:32:00 -0700 (PDT) (envelope-from dannyboy@FreeBSD.org) Received: (from dannyboy@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA18120; Sat, 8 Jul 2000 08:32:01 -0700 (PDT) (envelope-from dannyboy@FreeBSD.org) Message-Id: <200007081532.IAA18120@freefall.freebsd.org> From: Daniel Harris Date: Sat, 8 Jul 2000 08:32:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/articles/committers-guide article.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dannyboy 2000/07/08 08:32:01 PDT Modified files: en_US.ISO_8859-1/articles/committers-guide article.sgml Log: Corrected links to CVS info at cyclic.com, various grammar and typo fixes. Also reworded in a couple places for clarity's sake. Revision Changes Path 1.24 +7 -7 doc/en_US.ISO_8859-1/articles/committers-guide/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 8 9:10:35 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 091A637B874; Sat, 8 Jul 2000 09:10:31 -0700 (PDT) (envelope-from phantom@FreeBSD.org) Received: (from phantom@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA22370; Sat, 8 Jul 2000 09:10:30 -0700 (PDT) (envelope-from phantom@FreeBSD.org) Message-Id: <200007081610.JAA22370@freefall.freebsd.org> From: Alexey Zelkin Date: Sat, 8 Jul 2000 09:10:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ru_RU.KOI8-R/share/sgml bookinfo.ent legalnotice.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG phantom 2000/07/08 09:10:30 PDT Added files: ru_RU.KOI8-R/share/sgml bookinfo.ent legalnotice.sgml Log: Add Legal Notice (Russian Translation) Translated by: Sergey A. Osokin Obtained from: The FreeBSD Russian Documentation Project CVS Repository To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 8 9:28:25 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8514537B8AA; Sat, 8 Jul 2000 09:28:21 -0700 (PDT) (envelope-from phantom@FreeBSD.org) Received: (from phantom@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA24574; Sat, 8 Jul 2000 09:28:21 -0700 (PDT) (envelope-from phantom@FreeBSD.org) Message-Id: <200007081628.JAA24574@freefall.freebsd.org> From: Alexey Zelkin Date: Sat, 8 Jul 2000 09:28:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ru_RU.KOI8-R/books/handbook authors.ent chapters.ent mailing-lists.ent newsgroups.ent ruauthors.ent book.sgml doc/ru_RU.KOI8-R/books/handbook/basics chapter.sgml doc/ru_RU.KOI8-R/books/handbook/bibliography chapter.sgml doc/ru_RU.KOI8-R/books/handbook/install chapter.sgml ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG phantom 2000/07/08 09:28:20 PDT Added files: ru_RU.KOI8-R/books/handbook authors.ent chapters.ent mailing-lists.ent newsgroups.ent ruauthors.ent book.sgml ru_RU.KOI8-R/books/handbook/basics chapter.sgml ru_RU.KOI8-R/books/handbook/bibliography chapter.sgml ru_RU.KOI8-R/books/handbook/install chapter.sgml ru_RU.KOI8-R/books/handbook/mirrors chapter.sgml ru_RU.KOI8-R/books/handbook/pgpkeys chapter.sgml ru_RU.KOI8-R/books/handbook/staff chapter.sgml Log: Partial import of the handbook translated to Russian language. It still under translation, but per Nik's request I decided to periodicaly publish complete work to main source tree. I don't connect this directory to build because of some problems with SGML and many not translated chapters yet, but Makefile which should build handbook itself will be committed soon. Translated by: Andrey Zakhvatov , Alexey Zelkin , Alexey Dokuchaev Obtained from: The FreeBSD Russian Documentation Project CVS Repository (cvs.FreeBSD.org.ua) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 8 9:29: 6 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9561D37BEA2; Sat, 8 Jul 2000 09:29:02 -0700 (PDT) (envelope-from phantom@FreeBSD.org) Received: (from phantom@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA24620; Sat, 8 Jul 2000 09:29:02 -0700 (PDT) (envelope-from phantom@FreeBSD.org) Message-Id: <200007081629.JAA24620@freefall.freebsd.org> From: Alexey Zelkin Date: Sat, 8 Jul 2000 09:29:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ru_RU.KOI8-R/books/handbook Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG phantom 2000/07/08 09:29:02 PDT Added files: ru_RU.KOI8-R/books/handbook Makefile Log: Allow russian handbook to be built. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 8 9:31:34 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8686137BFB6; Sat, 8 Jul 2000 09:31:28 -0700 (PDT) (envelope-from phantom@FreeBSD.org) Received: (from phantom@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA24895; Sat, 8 Jul 2000 09:31:28 -0700 (PDT) (envelope-from phantom@FreeBSD.org) Message-Id: <200007081631.JAA24895@freefall.freebsd.org> From: Alexey Zelkin Date: Sat, 8 Jul 2000 09:31:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/share/sgml catalog X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG phantom 2000/07/08 09:31:28 PDT Modified files: share/sgml catalog Log: Add in first Russian FPI (bookinfo) Revision Changes Path 1.9 +7 -1 doc/share/sgml/catalog To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 8 9:34:55 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D309B37C08D; Sat, 8 Jul 2000 09:34:49 -0700 (PDT) (envelope-from phantom@FreeBSD.org) Received: (from phantom@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA25305; Sat, 8 Jul 2000 09:34:50 -0700 (PDT) (envelope-from phantom@FreeBSD.org) Message-Id: <200007081634.JAA25305@freefall.freebsd.org> From: Alexey Zelkin Date: Sat, 8 Jul 2000 09:34:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ru_RU.KOI8-R Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG phantom 2000/07/08 09:34:50 PDT Modified files: ru_RU.KOI8-R Makefile Log: Take maintainership over russian documentation. Please don't commit anything to this area without my approval. It will help us very much because FAQ and HANDBOOK are externally maintaining now (by FreeBSD Russian Documentation Project). Revision Changes Path 1.10 +3 -1 doc/ru_RU.KOI8-R/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 8 10:11:33 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C6C2537B87B; Sat, 8 Jul 2000 10:11:29 -0700 (PDT) (envelope-from phantom@FreeBSD.org) Received: (from phantom@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA30241; Sat, 8 Jul 2000 10:11:29 -0700 (PDT) (envelope-from phantom@FreeBSD.org) Message-Id: <200007081711.KAA30241@freefall.freebsd.org> From: Alexey Zelkin Date: Sat, 8 Jul 2000 10:11:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ru_RU.KOI8-R/books/faq book.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG phantom 2000/07/08 10:11:29 PDT Modified files: ru_RU.KOI8-R/books/faq book.sgml Log: Synchronize with english version: update to rev. 1.60 Translated by: Andrey Zakhvatov Obtained from: The FreeBSD Russian Documentation Project CVS Repository Revision Changes Path 1.44 +1579 -1031doc/ru_RU.KOI8-R/books/faq/book.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 8 10:55:28 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 68B0737B64A; Sat, 8 Jul 2000 10:55:26 -0700 (PDT) (envelope-from phantom@FreeBSD.org) Received: (from phantom@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA34760; Sat, 8 Jul 2000 10:55:26 -0700 (PDT) (envelope-from phantom@FreeBSD.org) Message-Id: <200007081755.KAA34760@freefall.freebsd.org> From: Alexey Zelkin Date: Sat, 8 Jul 2000 10:55:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/gallery gallery.db X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG phantom 2000/07/08 10:55:26 PDT Modified files: en/gallery gallery.db Log: Last two weeks gallery submissions -- just passed 1800 mark :) Revision Changes Path 1.53 +36 -1 www/en/gallery/gallery.db To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 8 10:57:42 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4D25437B9C5; Sat, 8 Jul 2000 10:57:39 -0700 (PDT) (envelope-from phantom@FreeBSD.org) Received: (from phantom@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA35017; Sat, 8 Jul 2000 10:57:39 -0700 (PDT) (envelope-from phantom@FreeBSD.org) Message-Id: <200007081757.KAA35017@freefall.freebsd.org> From: Alexey Zelkin Date: Sat, 8 Jul 2000 10:57:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/news newsflash.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG phantom 2000/07/08 10:57:39 PDT Modified files: en/news newsflash.sgml Log: Announce 3.5 release. Looks like someone forgot to do it... Revision Changes Path 1.191 +11 -5 www/en/news/newsflash.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 8 10:58:57 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3228737B64A; Sat, 8 Jul 2000 10:58:53 -0700 (PDT) (envelope-from phantom@FreeBSD.org) Received: (from phantom@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA35301; Sat, 8 Jul 2000 10:58:53 -0700 (PDT) (envelope-from phantom@FreeBSD.org) Message-Id: <200007081758.KAA35301@freefall.freebsd.org> From: Alexey Zelkin Date: Sat, 8 Jul 2000 10:58:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/commercial software.raw X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG phantom 2000/07/08 10:58:53 PDT Modified files: en/commercial software.raw Log: Add in information about EasySoft, Ltd. Revision Changes Path 1.43 +16 -0 www/en/commercial/software.raw To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 8 10:59:27 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 41FD437BF7C; Sat, 8 Jul 2000 10:59:24 -0700 (PDT) (envelope-from phantom@FreeBSD.org) Received: (from phantom@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA35391; Sat, 8 Jul 2000 10:59:24 -0700 (PDT) (envelope-from phantom@FreeBSD.org) Message-Id: <200007081759.KAA35391@freefall.freebsd.org> From: Alexey Zelkin Date: Sat, 8 Jul 2000 10:59:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/commercial software.raw X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG phantom 2000/07/08 10:59:24 PDT Modified files: en/commercial software.raw Log: Add in information about OSATech, Inc. Revision Changes Path 1.44 +12 -0 www/en/commercial/software.raw To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 8 10:59:53 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3DD7837C158; Sat, 8 Jul 2000 10:59:50 -0700 (PDT) (envelope-from phantom@FreeBSD.org) Received: (from phantom@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA35435; Sat, 8 Jul 2000 10:59:50 -0700 (PDT) (envelope-from phantom@FreeBSD.org) Message-Id: <200007081759.KAA35435@freefall.freebsd.org> From: Alexey Zelkin Date: Sat, 8 Jul 2000 10:59:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/commercial consulting.raw X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG phantom 2000/07/08 10:59:50 PDT Modified files: en/commercial consulting.raw Log: Add in information about Paladin Corp. Revision Changes Path 1.38 +10 -1 www/en/commercial/consulting.raw To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 8 11: 1:38 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5B81537B921; Sat, 8 Jul 2000 11:01:32 -0700 (PDT) (envelope-from phantom@FreeBSD.org) Received: (from phantom@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA35661; Sat, 8 Jul 2000 11:01:32 -0700 (PDT) (envelope-from phantom@FreeBSD.org) Message-Id: <200007081801.LAA35661@freefall.freebsd.org> From: Alexey Zelkin Date: Sat, 8 Jul 2000 11:01:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/commercial software.raw X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG phantom 2000/07/08 11:01:32 PDT Modified files: en/commercial software.raw Log: Add in information about Brown Bear Software Revision Changes Path 1.45 +17 -0 www/en/commercial/software.raw To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 8 11:17:14 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8CE8C37C0A3; Sat, 8 Jul 2000 11:17:12 -0700 (PDT) (envelope-from dannyboy@FreeBSD.org) Received: (from dannyboy@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA38154; Sat, 8 Jul 2000 11:17:12 -0700 (PDT) (envelope-from dannyboy@FreeBSD.org) Message-Id: <200007081817.LAA38154@freefall.freebsd.org> From: Daniel Harris Date: Sat, 8 Jul 2000 11:17:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/sys vfork.2 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dannyboy 2000/07/08 11:17:12 PDT Modified files: lib/libc/sys vfork.2 Log: First appeared in 2.9BSD, not 3.0. PR: 19263 Submitted by: NOKUBI Hirotaka Obtained from: Open|NetBSD Revision Changes Path 1.14 +2 -2 src/lib/libc/sys/vfork.2 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 8 11:24:18 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A952037B704; Sat, 8 Jul 2000 11:24:14 -0700 (PDT) (envelope-from dannyboy@FreeBSD.org) Received: (from dannyboy@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA38867; Sat, 8 Jul 2000 11:24:14 -0700 (PDT) (envelope-from dannyboy@FreeBSD.org) Message-Id: <200007081824.LAA38867@freefall.freebsd.org> From: Daniel Harris Date: Sat, 8 Jul 2000 11:24:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/sys vfork.2 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dannyboy 2000/07/08 11:24:14 PDT Modified files: (Branch: RELENG_4) lib/libc/sys vfork.2 Log: MFC: 1.14, first appeared in 2.9BSD. Revision Changes Path 1.12.2.2 +2 -2 src/lib/libc/sys/vfork.2 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 8 11:27: 4 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D58A337B704; Sat, 8 Jul 2000 11:26:59 -0700 (PDT) (envelope-from dannyboy@FreeBSD.org) Received: (from dannyboy@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA39118; Sat, 8 Jul 2000 11:26:59 -0700 (PDT) (envelope-from dannyboy@FreeBSD.org) Message-Id: <200007081826.LAA39118@freefall.freebsd.org> From: Daniel Harris Date: Sat, 8 Jul 2000 11:26:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/sys vfork.2 X-FreeBSD-CVS-Branch: RELENG_3 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dannyboy 2000/07/08 11:26:59 PDT Modified files: (Branch: RELENG_3) lib/libc/sys vfork.2 Log: MFC: 1.14, first appeared in 2.9BSD. Revision Changes Path 1.11.2.3 +2 -2 src/lib/libc/sys/vfork.2 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 8 12:29:37 2000 Delivered-To: cvs-all@freebsd.org Received: from astralblue.com (adsl-209-76-108-39.dsl.snfc21.pacbell.net [209.76.108.39]) by hub.freebsd.org (Postfix) with ESMTP id 04CBE37B7D6; Sat, 8 Jul 2000 12:29:34 -0700 (PDT) (envelope-from ab@astralblue.com) Received: from localhost (ab@localhost) by astralblue.com (8.9.3/8.9.3) with ESMTP id MAA84937; Sat, 8 Jul 2000 12:29:25 -0700 (PDT) (envelope-from ab@astralblue.com) Date: Sat, 8 Jul 2000 12:29:24 -0700 (PDT) From: "Eugene M. Kim" To: Adam Cc: "Andrey A. Chernov" , "David O'Brien" , Peter Wemm , Robert Watson , Sheldon Hearn , Brian Somers , Thomas Gellekum , cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/etc rc.shutdown In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG That sounds like a good idea, provided that it will be gone after a reasonable heads-up grace period. One scenario might be: * In FreeBSD 4.1: - Add a `# start|stop' line to every startup script in ports. - Make rc / rc.shutdown aware of non-conforming scripts which are likely to be homemade ones or ones from previous port/package installation. The rc scripts should treat the old scripts in the compatibility mode, and should explicitly say something like: starting local daemons: vn. Local package initialization: apache pgsql Samba squid mixer. ---------- IMPORTANT NOTICE ---------- The following startup script(s) does not conform to the start/stop argument conventions which took effect starting from 4.1-RELEASE: /usr/local/etc/rc.d/samba.sh /usr/local/etc/rc.d/mixer.sh The system is currently treating them in compatibility mode, but they should be modified or upgraded per the guideline found at http://www.freebsd.org/newstartupscripts.html as soon as possible. The compatibility mode may be removed in upcoming releases, and then all old scripts will be noninteroperable with the system. Once they are upgraded, you won't see this notice again. ----------- END OF NOTICE ------------ * In FreeBSD 4.2: - Remove the compatibility mode from rc and port startup scripts. On Sat, 8 Jul 2000, Adam wrote: | On Sat, 8 Jul 2000, Andrey A. Chernov wrote: | | >On Fri, Jul 07, 2000 at 11:19:06PM -0700, David O'Brien wrote: | >> On Thu, Jul 06, 2000 at 05:44:33PM -0700, Peter Wemm wrote: | >> > I have previously implemented /etc/shutdown.d and /usr/local/etc/shutdown.d | >> > to avoid the confusion about what happens when /etc/rc.shutdown | >> > calls "/usr/local/etc/rc.d/apache.sh stop" and the old apache.sh doesn't | >> > check $1 and starts up instead. | >> | >> I'd rather make "stop" required in ports and call with it in current. | >> Then a 'HEADS UP' to -current. The added functionally is just too nice | >> not to have. | > | >The problem is not for ports, many people have hand-made local scripts in | >/usr/local/etc/rc.d which knows nothing about start/stop. I prefer | >/usr/local/etc/shutdown.d for programs which require it than damaging many | >systems at once by restarting local scripts on shutdown. | | Can't we run a grep -l "somethinghere" /usr/local/etc/rc.d/* at | shutdown and only run those scripts which contain a reasonable indication | of supporting the stop feature? A quick hack to make this work would be | to put a comment in the .sh scripts which ports install which grep would | find and wordy enough that someone could look at a FreeBSD supplied .sh | and say Oh! I see how to make mine work like that. Even just: | | # I support start|stop | | | | | To Unsubscribe: send mail to majordomo@FreeBSD.org | with "unsubscribe cvs-all" in the body of the message | -- Eugene M. Kim "Is your music unpopular? Make it popular; make music which people like, or make people who like your music." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 8 12:49:50 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DF88A37B58C; Sat, 8 Jul 2000 12:49:47 -0700 (PDT) (envelope-from wilko@FreeBSD.org) Received: (from wilko@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA46386; Sat, 8 Jul 2000 12:49:47 -0700 (PDT) (envelope-from wilko@FreeBSD.org) Message-Id: <200007081949.MAA46386@freefall.freebsd.org> From: Wilko Bulte Date: Sat, 8 Jul 2000 12:49:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/texts/alpha HARDWARE.TXT X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG wilko 2000/07/08 12:49:47 PDT Modified files: release/texts/alpha HARDWARE.TXT Log: Add some info on SCSI for PC164. Submitted by: naddy@unix-ag.uni-kl.de Revision Changes Path 1.47 +3 -1 src/release/texts/alpha/HARDWARE.TXT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 8 12:51:10 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9299037B60B; Sat, 8 Jul 2000 12:51:06 -0700 (PDT) (envelope-from wilko@FreeBSD.org) Received: (from wilko@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA46469; Sat, 8 Jul 2000 12:51:06 -0700 (PDT) (envelope-from wilko@FreeBSD.org) Message-Id: <200007081951.MAA46469@freefall.freebsd.org> From: Wilko Bulte Date: Sat, 8 Jul 2000 12:51:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/texts/alpha HARDWARE.TXT X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG wilko 2000/07/08 12:51:06 PDT Modified files: (Branch: RELENG_4) release/texts/alpha HARDWARE.TXT Log: Add some info on SCSI for PC164 Submitted by: naddy@unix-ag.uni-kl.de Revision Changes Path 1.22.2.16 +3 -1 src/release/texts/alpha/HARDWARE.TXT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 8 14:11:40 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F35E437BAB8; Sat, 8 Jul 2000 14:11:37 -0700 (PDT) (envelope-from ade@FreeBSD.org) Received: (from ade@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA54571; Sat, 8 Jul 2000 14:11:37 -0700 (PDT) (envelope-from ade@FreeBSD.org) Message-Id: <200007082111.OAA54571@freefall.freebsd.org> From: Ade Lovett Date: Sat, 8 Jul 2000 14:11:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/gnomeiconedit Makefile ports/graphics/gnomeiconedit/files md5 ports/graphics/gnomeiconedit/patches patch-ad ports/graphics/gnomeiconedit/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ade 2000/07/08 14:11:37 PDT Modified files: graphics/gnomeiconedit Makefile graphics/gnomeiconedit/files md5 graphics/gnomeiconedit/pkg PLIST Removed files: graphics/gnomeiconedit/patches patch-ad Log: Update to 1.2.0 Revision Changes Path 1.8 +6 -4 ports/graphics/gnomeiconedit/Makefile 1.4 +1 -1 ports/graphics/gnomeiconedit/files/md5 1.4 +8 -0 ports/graphics/gnomeiconedit/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 8 15:23:44 2000 Delivered-To: cvs-all@freebsd.org Received: from mass.osd.bsdi.com (adsl-63-193-112-57.dsl.snfc21.pacbell.net [63.193.112.57]) by hub.freebsd.org (Postfix) with ESMTP id 1958737B62C; Sat, 8 Jul 2000 15:23:38 -0700 (PDT) (envelope-from msmith@mass.osd.bsdi.com) Received: from mass.osd.bsdi.com (localhost [127.0.0.1]) by mass.osd.bsdi.com (8.9.3/8.9.3) with ESMTP id PAA01325; Sat, 8 Jul 2000 15:30:13 -0700 (PDT) (envelope-from msmith@mass.osd.bsdi.com) Message-Id: <200007082230.PAA01325@mass.osd.bsdi.com> X-Mailer: exmh version 2.1.1 10/15/1999 To: Dag-Erling Smorgrav Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/crypto/openssh sshd.c In-reply-to: Your message of "08 Jul 2000 12:33:51 +0200." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 08 Jul 2000 15:30:13 -0700 From: Mike Smith Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Wes Morgan writes: > > I hope that there is no way ever in 1e6 years that someone will be able to > > subvert /proc/curproc and get sshd to execute the program of his choice as > > root when it gets HUP'd. I can't think of any way possible, but there are > > 6 billion people out there besides me. > > Well, for starters, /proc might not be mounted, and an 3v1l h4xx0r > might be able to trick a root-owned process into creating > /proc/curproc/file. At which point about a billion other security holes are also opened. Your argument holds equally well for suggesting that "secure" programs should never read configuration files either. -- ... every activity meets with opposition, everyone who acts has his rivals and unfortunately opponents also. But not because people want to be opponents, rather because the tasks and relationships force people to take different points of view. [Dr. Fritz Todt] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 8 15:31:27 2000 Delivered-To: cvs-all@freebsd.org Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (Postfix) with ESMTP id 2261C37B594; Sat, 8 Jul 2000 15:31:06 -0700 (PDT) (envelope-from des@flood.ping.uio.no) Received: (from des@localhost) by flood.ping.uio.no (8.9.3/8.9.3) id AAA66825; Sun, 9 Jul 2000 00:30:58 +0200 (CEST) (envelope-from des@flood.ping.uio.no) To: Mike Smith Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/crypto/openssh sshd.c References: <200007082230.PAA01325@mass.osd.bsdi.com> From: Dag-Erling Smorgrav Date: 09 Jul 2000 00:30:56 +0200 In-Reply-To: Mike Smith's message of "Sat, 08 Jul 2000 15:30:13 -0700" Message-ID: Lines: 13 User-Agent: Gnus/5.0802 (Gnus v5.8.2) Emacs/20.4 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Mike Smith writes: > > Well, for starters, /proc might not be mounted, and an 3v1l h4xx0r > > might be able to trick a root-owned process into creating > > /proc/curproc/file. > At which point about a billion other security holes are also opened. > Your argument holds equally well for suggesting that "secure" programs > should never read configuration files either. Agreed; I withdraw my objections. DES -- Dag-Erling Smorgrav - des@flood.ping.uio.no To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 8 15:42:16 2000 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [209.152.133.57]) by hub.freebsd.org (Postfix) with ESMTP id 4D6EB37B594; Sat, 8 Jul 2000 15:42:01 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.9.3/8.9.1) id PAA25989; Sat, 8 Jul 2000 15:41:59 -0700 (PDT) (envelope-from obrien) Date: Sat, 8 Jul 2000 15:41:59 -0700 From: "David O'Brien" To: "Andrey A. Chernov" Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/gnu/lib/libreadline Makefile.inc config.h src/gnu/lib/libreadline/readline/doc Makefile Message-ID: <20000708154158.A25958@dragon.nuxi.com> Reply-To: obrien@freebsd.org References: <200007062311.QAA95581@freefall.freebsd.org> <20000706163143.A90320@dragon.nuxi.com> <20000706180759.A70316@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <20000706180759.A70316@freebsd.org>; from ache@freebsd.org on Thu, Jul 06, 2000 at 06:08:00PM -0700 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Jul 06, 2000 at 06:08:00PM -0700, Andrey A. Chernov wrote: > > SINCE I had done the MFC on contrib/libreadline, I would have appreciated > > if you would have let me deal with all the issues with the MFC. > > As I see initial MFC was partially done, i.e. some files removed/added > was not included, etc. Yes, I was not done. > I do this only because I am kinda maintainer of libreadline. I was under the impression you were not going to MFC libreadline, but I needed it so the Binutils files would be identitcal in -current and -stable. I did not intend to tread on your feet. -- -- David (obrien@FreeBSD.org) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 8 16:24:11 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CC53537B721; Sat, 8 Jul 2000 16:24:07 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA66187; Sat, 8 Jul 2000 16:24:08 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <200007082324.QAA66187@freefall.freebsd.org> From: Matt Jacob Date: Sat, 8 Jul 2000 16:24:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/cam/scsi scsi_target.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2000/07/08 16:24:08 PDT Modified files: sys/cam/scsi scsi_target.c Log: Use %p to print a pointer. Revision Changes Path 1.31 +2 -2 src/sys/cam/scsi/scsi_target.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 8 16:39:27 2000 Delivered-To: cvs-all@freebsd.org Received: from ns.yogotech.com (ns.yogotech.com [206.127.123.66]) by hub.freebsd.org (Postfix) with ESMTP id C99CD37B9B3; Sat, 8 Jul 2000 16:39:16 -0700 (PDT) (envelope-from nate@yogotech.com) Received: from nomad.yogotech.com (nomad.yogotech.com [206.127.123.131]) by ns.yogotech.com (8.9.3/8.9.3) with ESMTP id RAA14328; Sat, 8 Jul 2000 17:39:15 -0600 (MDT) (envelope-from nate@nomad.yogotech.com) Received: (from nate@localhost) by nomad.yogotech.com (8.8.8/8.8.8) id RAA20749; Sat, 8 Jul 2000 17:39:15 -0600 (MDT) (envelope-from nate) Date: Sat, 8 Jul 2000 17:39:15 -0600 (MDT) Message-Id: <200007082339.RAA20749@nomad.yogotech.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: John Polstra Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/libexec/rtld-elf rtld.c rtld.h lockdflt.c src/libexec/rtld-elf/alpha lockdflt.c rtld_machdep.h rtld_start.S src/libexec/rtld-elf/i386 lockdflt.c rtld_machdep.h In-Reply-To: <200007080410.VAA94282@freefall.freebsd.org> References: <200007080410.VAA94282@freefall.freebsd.org> X-Mailer: VM 6.34 under 19.16 "Lille" XEmacs Lucid Reply-To: nate@yogotech.com (Nate Williams) Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > jdp 2000/07/07 21:10:38 PDT > > Modified files: > libexec/rtld-elf rtld.c rtld.h > libexec/rtld-elf/alpha lockdflt.c rtld_machdep.h rtld_start.S > libexec/rtld-elf/i386 lockdflt.c rtld_machdep.h > Removed files: > libexec/rtld-elf lockdflt.c > Log: > Solve the dynamic linker's problems with multithreaded programs once > and for all (I hope). Packages such as wine, JDK, and linuxthreads > should no longer have any problems with re-entering the dynamic > linker. Wonderful. [ Awesome commit message deleted ] Great commit messages. Thanks John! Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 8 16:44:48 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CB8DF37B8A9; Sat, 8 Jul 2000 16:44:45 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA67647; Sat, 8 Jul 2000 16:44:45 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007082344.QAA67647@freefall.freebsd.org> From: "David E. O'Brien" Date: Sat, 8 Jul 2000 16:44:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 mpboot.s X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/08 16:44:44 PDT Modified files: (Branch: RELENG_4) sys/i386/i386 mpboot.s Log: MFC: revs 1.14-15 (fixes needed for Binutils 2.10.0) Revision Changes Path 1.13.2.1 +5 -20 src/sys/i386/i386/mpboot.s To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 8 17: 5:14 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 343CE37BB6F; Sat, 8 Jul 2000 17:05:10 -0700 (PDT) (envelope-from wsanchez@FreeBSD.org) Received: (from wsanchez@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA69275; Sat, 8 Jul 2000 17:05:10 -0700 (PDT) (envelope-from wsanchez@FreeBSD.org) Message-Id: <200007090005.RAA69275@freefall.freebsd.org> From: Wilfredo Sanchez Date: Sat, 8 Jul 2000 17:05:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/make job.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG wsanchez 2000/07/08 17:05:09 PDT Modified files: usr.bin/make job.c Log: Initialize variable Revision Changes Path 1.19 +2 -2 src/usr.bin/make/job.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 8 17: 6:25 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3E50937B665; Sat, 8 Jul 2000 17:06:23 -0700 (PDT) (envelope-from wsanchez@FreeBSD.org) Received: (from wsanchez@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA70187; Sat, 8 Jul 2000 17:06:23 -0700 (PDT) (envelope-from wsanchez@FreeBSD.org) Message-Id: <200007090006.RAA70187@freefall.freebsd.org> From: Wilfredo Sanchez Date: Sat, 8 Jul 2000 17:06:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/make util.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG wsanchez 2000/07/08 17:06:23 PDT Modified files: usr.bin/make util.c Log: Use __RCSID() Revision Changes Path 1.7 +4 -4 src/usr.bin/make/util.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 8 17: 8:53 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4303637B5FC; Sat, 8 Jul 2000 17:08:49 -0700 (PDT) (envelope-from wsanchez@FreeBSD.org) Received: (from wsanchez@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA70389; Sat, 8 Jul 2000 17:08:49 -0700 (PDT) (envelope-from wsanchez@FreeBSD.org) Message-Id: <200007090008.RAA70389@freefall.freebsd.org> From: Wilfredo Sanchez Date: Sat, 8 Jul 2000 17:08:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/make/lst.lib lstAppend.c lstAtEnd.c lstAtFront.c lstClose.c lstConcat.c lstDatum.c lstDeQueue.c lstDestroy.c lstDupl.c lstEnQueue.c lstFind.c lstFindFrom.c lstFirst.c lstForEach.c lstForEachFrom.c lstInit.c lstInsert.c ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG wsanchez 2000/07/08 17:08:48 PDT Modified files: usr.bin/make/lst.lib lstAppend.c lstAtEnd.c lstAtFront.c lstClose.c lstConcat.c lstDatum.c lstDeQueue.c lstDestroy.c lstDupl.c lstEnQueue.c lstFind.c lstFindFrom.c lstFirst.c lstForEach.c lstForEachFrom.c lstInit.c lstInsert.c lstIsAtEnd.c lstIsEmpty.c lstLast.c lstMember.c lstNext.c lstOpen.c lstRemove.c lstReplace.c lstSucc.c Log: Use __RCSID() Revision Changes Path 1.7 +3 -2 src/usr.bin/make/lst.lib/lstAppend.c 1.7 +3 -2 src/usr.bin/make/lst.lib/lstAtEnd.c 1.7 +3 -2 src/usr.bin/make/lst.lib/lstAtFront.c 1.7 +3 -2 src/usr.bin/make/lst.lib/lstClose.c 1.8 +3 -2 src/usr.bin/make/lst.lib/lstConcat.c 1.6 +3 -2 src/usr.bin/make/lst.lib/lstDatum.c 1.7 +3 -2 src/usr.bin/make/lst.lib/lstDeQueue.c 1.8 +3 -2 src/usr.bin/make/lst.lib/lstDestroy.c 1.8 +3 -2 src/usr.bin/make/lst.lib/lstDupl.c 1.7 +3 -2 src/usr.bin/make/lst.lib/lstEnQueue.c 1.7 +3 -2 src/usr.bin/make/lst.lib/lstFind.c 1.8 +3 -2 src/usr.bin/make/lst.lib/lstFindFrom.c 1.6 +3 -2 src/usr.bin/make/lst.lib/lstFirst.c 1.7 +3 -2 src/usr.bin/make/lst.lib/lstForEach.c 1.8 +3 -2 src/usr.bin/make/lst.lib/lstForEachFrom.c 1.7 +3 -2 src/usr.bin/make/lst.lib/lstInit.c 1.7 +3 -2 src/usr.bin/make/lst.lib/lstInsert.c 1.6 +3 -2 src/usr.bin/make/lst.lib/lstIsAtEnd.c 1.6 +3 -2 src/usr.bin/make/lst.lib/lstIsEmpty.c 1.6 +3 -2 src/usr.bin/make/lst.lib/lstLast.c 1.7 +3 -2 src/usr.bin/make/lst.lib/lstMember.c 1.7 +3 -2 src/usr.bin/make/lst.lib/lstNext.c 1.6 +3 -2 src/usr.bin/make/lst.lib/lstOpen.c 1.7 +3 -2 src/usr.bin/make/lst.lib/lstRemove.c 1.6 +3 -2 src/usr.bin/make/lst.lib/lstReplace.c 1.6 +3 -2 src/usr.bin/make/lst.lib/lstSucc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 8 17:18:25 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 11E7737B50C; Sat, 8 Jul 2000 17:18:22 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA70968; Sat, 8 Jul 2000 17:18:21 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <200007090018.RAA70968@freefall.freebsd.org> From: Matt Jacob Date: Sat, 8 Jul 2000 17:18:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_wx.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2000/07/08 17:18:21 PDT Modified files: sys/pci if_wx.c Log: Thanks for Andrew Gallatin pointing out that freeing contigmalloc'd items via free is bad. Revision Changes Path 1.9 +13 -3 src/sys/pci/if_wx.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 8 17:36:36 2000 Delivered-To: cvs-all@freebsd.org Received: from guru.mired.org (zoom0-088.telepath.com [216.14.0.88]) by hub.freebsd.org (Postfix) with SMTP id B2BE537BA3D for ; Sat, 8 Jul 2000 17:36:26 -0700 (PDT) (envelope-from mwm@mired.org) Received: (qmail 15317 invoked by uid 100); 9 Jul 2000 00:35:48 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14695.51428.314772.426883@guru.mired.org> Date: Sat, 8 Jul 2000 19:35:48 -0500 (CDT) To: current@FreeBSD.org Cc: cvs-all@FreeBSD.ORG Subject: etc/rc.d & things... In-Reply-To: References: X-Mailer: VM 6.72 under 21.1 (patch 10) "Capitol Reef" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > By all means, use start/stop args, but hard link the .sh files into seperate > directories or something so that the order can be tweaked.. If all you want is to make sure that shutdown happens in the reverse order of startup, that can be done by reversing the list in rc.shutdown. But how about going a step further, and starting towards a user-friendly configuration process? Instead of being globbed at init time, etc/rc.d is a repository for things that take start/stop arguments. They are symlinked to /etc/init.d with numeric prefixes to control order at initialization time. Likewise, they can be symlinked to /etc/down.d (or shutdown.d) with numeric prefixes to control order at shutdown time. Note that the directories full of symlinks are in /etc, not in /usr/X11R6/etc, etc. The rc.d's in those are also treated as repositories, so you can symlink to files in those asd well. These should save a bit of time at boot; no need to fool with lists of directories, etc. - just one directory. The real work will be adding a one-line description near the start of the file: # Init: 300. Shutdown: -1. Description: Standard smtp (mail) daemon. (indicating that it should be installed as /etc/init.d/300sendmail.sh, and no shutdown installation is necessary). Later, we can add a tool that globs the etc/rc.d directories for files with those lines, and provides a nice visual "system process configuration" tool, allowing you to click on these things to move them back and forth. Some rules regarding the shutdown/startup priorites might be needed for ports. Given some prodding, I might even be talked into taking a crack at the tool (an X tool, maybe) before there's a commitment to supporting this structure. To: Mike Meyer Cc: current@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: etc/rc.d & things... In-Reply-To: <14695.51428.314772.426883@guru.mired.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, 8 Jul 2000, Mike Meyer wrote: > > By all means, use start/stop args, but hard link the .sh files into seperate > > directories or something so that the order can be tweaked.. > > If all you want is to make sure that shutdown happens in the reverse > order of startup, that can be done by reversing the list in > rc.shutdown. But how about going a step further, and starting towards > a user-friendly configuration process? > > Instead of being globbed at init time, etc/rc.d is a repository for > things that take start/stop arguments. They are symlinked to > /etc/init.d with numeric prefixes to control order at initialization > time. Likewise, they can be symlinked to /etc/down.d (or shutdown.d) > with numeric prefixes to control order at shutdown time. > How about rather then separate directories, you prefix the symlink names with 'S' for startup scripts and 'K' (for "kill") for shutdown scripts. Then, you rename rc.d to rc3.d... Ducks and runs, Kelly -- Kelly Yancey - kbyanc@posi.net - Belmont, CA System Administrator, eGroups.com http://www.egroups.com/ Maintainer, BSD Driver Database http://www.posi.net/freebsd/drivers/ Coordinator, Team FreeBSD http://www.posi.net/freebsd/Team-FreeBSD/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 8 19: 0:30 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4E24D37BE3E; Sat, 8 Jul 2000 19:00:26 -0700 (PDT) (envelope-from dannyboy@FreeBSD.org) Received: (from dannyboy@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA78003; Sat, 8 Jul 2000 19:00:26 -0700 (PDT) (envelope-from dannyboy@FreeBSD.org) Message-Id: <200007090200.TAA78003@freefall.freebsd.org> From: Daniel Harris Date: Sat, 8 Jul 2000 19:00:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/books/porters-handbook book.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dannyboy 2000/07/08 19:00:26 PDT Modified files: en_US.ISO_8859-1/books/porters-handbook book.sgml Log: Nittage. Clarify some verbiage, fix many a typo. Also, the copyright holder is the FreeBSD Documentation Project, not a blank space (the holder tag had been omitted). Revision Changes Path 1.112 +39 -38 doc/en_US.ISO_8859-1/books/porters-handbook/book.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 8 19: 7:30 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DB91E37B603; Sat, 8 Jul 2000 19:07:07 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA79638; Sat, 8 Jul 2000 19:07:07 -0700 (PDT) (envelope-from will@FreeBSD.org) Message-Id: <200007090207.TAA79638@freefall.freebsd.org> From: Will Andrews Date: Sat, 8 Jul 2000 19:07:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/ftp/wu-ftpd Makefile ports/ftp/wu-ftpd/files md5 ports/ftp/wu-ftpd/patches patch-aa ports/ftp/wu-ftpd/pkg DESCR X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2000/07/08 19:07:07 PDT Modified files: ftp/wu-ftpd Makefile ftp/wu-ftpd/files md5 ftp/wu-ftpd/patches patch-aa ftp/wu-ftpd/pkg DESCR Log: Update to 2.6.1, which fixes some security issues (actually, we already had some setproctitle(), etc. fixed through patch-aa), fixes memory leaks in internal ls, and merges in the virtual passwd/shadow features of BeroFTPD. This update should solve SA 00:29. Add WWW to DESCR. Revision Changes Path 1.33 +2 -2 ports/ftp/wu-ftpd/Makefile 1.23 +1 -1 ports/ftp/wu-ftpd/files/md5 1.12 +7 -37 ports/ftp/wu-ftpd/patches/patch-aa 1.6 +2 -0 ports/ftp/wu-ftpd/pkg/DESCR To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 8 19:20:24 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9BE5537B517; Sat, 8 Jul 2000 19:20:20 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from localhost (kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) with ESMTP id TAA80326; Sat, 8 Jul 2000 19:20:20 -0700 (PDT) (envelope-from kris@FreeBSD.org) X-Authentication-Warning: freefall.freebsd.org: kris owned process doing -bs Date: Sat, 8 Jul 2000 19:20:20 -0700 (PDT) From: Kris Kennaway To: Will Andrews Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/ftp/wu-ftpd Makefile ports/ftp/wu-ftpd/files md5 ports/ftp/wu-ftpd/patches patch-aa ports/ftp/wu-ftpd/pkg DESCR In-Reply-To: <200007090207.TAA79638@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, 8 Jul 2000, Will Andrews wrote: > Update to 2.6.1, which fixes some security issues (actually, we already > had some setproctitle(), etc. fixed through patch-aa), fixes memory leaks > in internal ls, and merges in the virtual passwd/shadow features of > BeroFTPD. This update should solve SA 00:29. Add WWW to DESCR. No, the patches committed prior to SA 00:29 solve SA 00:29. Kris -- In God we Trust -- all others must submit an X.509 certificate. -- Charles Forsythe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 8 19:25:24 2000 Delivered-To: cvs-all@freebsd.org Received: from mercury.mich.com (mercury.mich.com [64.79.64.32]) by hub.freebsd.org (Postfix) with ESMTP id 9032C37B99B; Sat, 8 Jul 2000 19:25:20 -0700 (PDT) (envelope-from will@almanac.yi.org) Received: from argon.gryphonsoft.com (pm001-002.dialup.bignet.net [64.79.80.2]) by mercury.mich.com (8.9.3/8.9.3) with ESMTP id WAA14251; Sat, 8 Jul 2000 22:24:36 -0400 Received: by argon.gryphonsoft.com (Postfix, from userid 1000) id C4258194F; Sat, 8 Jul 2000 22:22:34 -0400 (EDT) Date: Sat, 8 Jul 2000 22:22:34 -0400 From: Will Andrews To: Kris Kennaway Cc: Will Andrews , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/ftp/wu-ftpd Makefile ports/ftp/wu-ftpd/files md5 ports/ftp/wu-ftpd/patches patch-aa ports/ftp/wu-ftpd/pkg DESCR Message-ID: <20000708222234.C5026@argon.gryphonsoft.com> References: <200007090207.TAA79638@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: ; from kris@FreeBSD.org on Sat, Jul 08, 2000 at 07:20:20PM -0700 X-Operating-System: FreeBSD 5.0-CURRENT i386 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, Jul 08, 2000 at 07:20:20PM -0700, Kris Kennaway wrote: > No, the patches committed prior to SA 00:29 solve SA 00:29. Ok, my mistake. =) -- Will Andrews GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 8 19:32:33 2000 Delivered-To: cvs-all@freebsd.org Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by hub.freebsd.org (Postfix) with ESMTP id 7A54737BEC7; Sat, 8 Jul 2000 19:32:29 -0700 (PDT) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.9.3/8.9.3) id WAA48341; Sat, 8 Jul 2000 22:32:25 -0400 (EDT) (envelope-from wollman) Date: Sat, 8 Jul 2000 22:32:25 -0400 (EDT) From: Garrett Wollman Message-Id: <200007090232.WAA48341@khavrinen.lcs.mit.edu> To: John Polstra Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/rtld-elf rtld.c rtld.h lockdflt.c src/libexec/rtld-elf/alpha lockdflt.c rtld_machdep.h rtld_start.S src/libexec/rtld-elf/i386 lockdflt.c rtld_machdep.h In-Reply-To: <200007080410.VAA94282@freefall.freebsd.org> References: <200007080410.VAA94282@freefall.freebsd.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG < said: > spinlocks I used the very nifty "simple, non-scalable reader-preference > lock" which I found at > > on all CPUs except the 80386 (the specific CPU model, not the > architecture). The 80386 CPU doesn't support the necessary "cmpxchg" Another reason why we should stop supporting the '386. -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 8 19:54:58 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B719B37B99B; Sat, 8 Jul 2000 19:54:55 -0700 (PDT) (envelope-from wsanchez@FreeBSD.org) Received: (from wsanchez@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA82797; Sat, 8 Jul 2000 19:54:55 -0700 (PDT) (envelope-from wsanchez@FreeBSD.org) Message-Id: <200007090254.TAA82797@freefall.freebsd.org> From: Wilfredo Sanchez Date: Sat, 8 Jul 2000 19:54:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/make arch.c buf.c compat.c cond.c dir.c for.c hash.c job.c main.c make.c parse.c str.c suff.c targ.c util.c var.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG wsanchez 2000/07/08 19:54:55 PDT Modified files: usr.bin/make arch.c buf.c compat.c cond.c dir.c for.c hash.c job.c main.c make.c parse.c str.c suff.c targ.c util.c var.c Log: Use __RCSID() Revision Changes Path 1.16 +4 -6 src/usr.bin/make/arch.c 1.12 +4 -6 src/usr.bin/make/buf.c 1.19 +4 -6 src/usr.bin/make/compat.c 1.13 +4 -6 src/usr.bin/make/cond.c 1.11 +4 -6 src/usr.bin/make/dir.c 1.11 +4 -6 src/usr.bin/make/for.c 1.10 +4 -6 src/usr.bin/make/hash.c 1.20 +4 -6 src/usr.bin/make/job.c 1.37 +6 -12 src/usr.bin/make/main.c 1.12 +4 -6 src/usr.bin/make/make.c 1.23 +4 -6 src/usr.bin/make/parse.c 1.13 +4 -6 src/usr.bin/make/str.c 1.13 +4 -6 src/usr.bin/make/suff.c 1.11 +4 -6 src/usr.bin/make/targ.c 1.8 +5 -4 src/usr.bin/make/util.c 1.17 +4 -6 src/usr.bin/make/var.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 8 20: 7:54 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2991137BF72; Sat, 8 Jul 2000 20:07:49 -0700 (PDT) (envelope-from itojun@FreeBSD.org) Received: (from itojun@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA84843; Sat, 8 Jul 2000 20:07:49 -0700 (PDT) (envelope-from itojun@FreeBSD.org) Message-Id: <200007090307.UAA84843@freefall.freebsd.org> From: Jun-ichiro itojun Hagino Date: Sat, 8 Jul 2000 20:07:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/route6d Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG itojun 2000/07/08 20:07:49 PDT Modified files: usr.sbin/route6d Makefile Log: use advanced API (-DADVAPI). From: tkatayam@pi.titech.ac.jp (KATAYAMA, Takeo) Revision Changes Path 1.4 +2 -2 src/usr.sbin/route6d/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 8 20:15:11 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8745037BF42; Sat, 8 Jul 2000 20:15:08 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA85340; Sat, 8 Jul 2000 20:15:08 -0700 (PDT) (envelope-from knu@FreeBSD.org) Message-Id: <200007090315.UAA85340@freefall.freebsd.org> From: Akinori MUSHA Date: Sat, 8 Jul 2000 20:15:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/cvs2cl Makefile ports/devel/cvs2cl/files md5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2000/07/08 20:15:08 PDT Modified files: devel/cvs2cl Makefile devel/cvs2cl/files md5 Log: Update to rev. 2.10. Revision Changes Path 1.8 +2 -2 ports/devel/cvs2cl/Makefile 1.5 +1 -1 ports/devel/cvs2cl/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 8 20:34:19 2000 Delivered-To: cvs-all@freebsd.org Received: from turtle.looksharp.net (cc360882-a.strhg1.mi.home.com [24.2.221.22]) by hub.freebsd.org (Postfix) with ESMTP id D6EEB37B690 for ; Sat, 8 Jul 2000 20:34:11 -0700 (PDT) (envelope-from bsdx@looksharp.net) Received: from localhost (bsdx@localhost) by turtle.looksharp.net (8.9.3/8.9.3) with ESMTP id XAA24115 for ; Sat, 8 Jul 2000 23:34:14 -0400 (EDT) (envelope-from bsdx@looksharp.net) Date: Sat, 8 Jul 2000 23:34:14 -0400 (EDT) From: Adam To: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/etc rc.shutdown In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, 8 Jul 2000, Eugene M. Kim wrote: >That sounds like a good idea, provided that it will be gone after a >reasonable heads-up grace period. One scenario might be: > >* In FreeBSD 4.1: > >- Add a `# start|stop' line to every startup script in ports. > >- Make rc / rc.shutdown aware of non-conforming scripts which are likely >to be homemade ones or ones from previous port/package installation. >The rc scripts should treat the old scripts in the compatibility mode, >and should explicitly say something like: > >starting local daemons: vn. >Local package initialization: apache pgsql Samba squid mixer. >---------- IMPORTANT NOTICE ---------- *snip* >----------- END OF NOTICE ------------ > >* In FreeBSD 4.2: > >- Remove the compatibility mode from rc and port startup scripts. I was thinking just leave a tag in there for scripts that we provide so people can *add* this new extra shutdown functionality only if they want to, so we dont force people to do work they might not be capable or feel like doing. Nothing wrong with having a simple .sh script in rc.d which simply starts up a nonimportant program, and if they haven't missed safer shutdown by now then they shouldnt be forced to make their script more complex than it already is just to conform to a new standard. As long as we dont re-run a .sh without stop support during shutdown, we aren't hurting anything nor forcing unneeded work. I think this would fall under the POLA catagory. > >On Sat, 8 Jul 2000, Adam wrote: >| >| Can't we run a grep -l "somethinghere" /usr/local/etc/rc.d/* at >| shutdown and only run those scripts which contain a reasonable indication >| of supporting the stop feature? A quick hack to make this work would be >| to put a comment in the .sh scripts which ports install which grep would >| find and wordy enough that someone could look at a FreeBSD supplied .sh >| and say Oh! I see how to make mine work like that. Even just: >| >| # I support start|stop > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 8 22: 1:15 2000 Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 542) id CFED437B566; Sat, 8 Jul 2000 22:01:13 -0700 (PDT) Date: Sat, 8 Jul 2000 22:01:13 -0700 From: "Andrey A. Chernov" To: "Eugene M. Kim" Cc: Adam , David O'Brien , Peter Wemm , Robert Watson , Sheldon Hearn , Brian Somers , Thomas Gellekum , cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/etc rc.shutdown Message-ID: <20000708220113.A81167@freebsd.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: ; from ab@astralblue.com on Sat, Jul 08, 2000 at 12:29:24PM -0700 Organization: Biomechanoid Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, Jul 08, 2000 at 12:29:24PM -0700, Eugene M. Kim wrote: > That sounds like a good idea, provided that it will be gone after a > reasonable heads-up grace period. One scenario might be: > > * In FreeBSD 4.1: > > - Add a `# start|stop' line to every startup script in ports. I object such indirect magic as local hack hard to remember and not in Unix style. Separate directories for sturtup/shutdown is much clearer solution. -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 8 22:22:58 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1554F37B5E7; Sat, 8 Jul 2000 22:22:52 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA99430; Sat, 8 Jul 2000 22:22:51 -0700 (PDT) (envelope-from ache@FreeBSD.org) Message-Id: <200007090522.WAA99430@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Sat, 8 Jul 2000 22:22:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/make main.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ache 2000/07/08 22:22:51 PDT Modified files: usr.bin/make main.c Log: Fix assembler error messages - there is no \n allowed in __COPYRIGHT macro Revision Changes Path 1.38 +2 -3 src/usr.bin/make/main.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 8 22:53:11 2000 Delivered-To: cvs-all@freebsd.org Received: from astralblue.com (adsl-209-76-108-39.dsl.snfc21.pacbell.net [209.76.108.39]) by hub.freebsd.org (Postfix) with ESMTP id 64E6B37BFD8; Sat, 8 Jul 2000 22:53:07 -0700 (PDT) (envelope-from ab@astralblue.com) Received: from localhost (ab@localhost) by astralblue.com (8.9.3/8.9.3) with ESMTP id WAA87563; Sat, 8 Jul 2000 22:53:04 -0700 (PDT) (envelope-from ab@astralblue.com) Date: Sat, 8 Jul 2000 22:53:03 -0700 (PDT) From: "Eugene M. Kim" To: "Andrey A. Chernov" Cc: Adam , "David O'Brien" , Peter Wemm , Robert Watson , Sheldon Hearn , Brian Somers , Thomas Gellekum , cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/etc rc.shutdown In-Reply-To: <20000708220113.A81167@freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm afraid you probably misunderstood my point, which was to *drop* the start|stop comment hack in the end, leading to the simple start/stop argument scheme. The start|stop hack is only temporary and its purpose is just helping the users to migrate to the next step. And IMHO making separate scripts for startup/stop has its own demerits. One would be scattering the two tightly coupled jobs into several places. Regards, Eugene On Sat, 8 Jul 2000, Andrey A. Chernov wrote: | On Sat, Jul 08, 2000 at 12:29:24PM -0700, Eugene M. Kim wrote: | > That sounds like a good idea, provided that it will be gone after a | > reasonable heads-up grace period. One scenario might be: | > | > * In FreeBSD 4.1: | > | > - Add a `# start|stop' line to every startup script in ports. | | I object such indirect magic as local hack hard to remember and not in Unix | style. Separate directories for sturtup/shutdown is much clearer solution. -- Eugene M. Kim "Is your music unpopular? Make it popular; make music which people like, or make people who like your music." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 8 23:10: 7 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AE62837BFD8; Sat, 8 Jul 2000 23:10:01 -0700 (PDT) (envelope-from itojun@FreeBSD.org) Received: (from itojun@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA03576; Sat, 8 Jul 2000 23:10:01 -0700 (PDT) (envelope-from itojun@FreeBSD.org) Message-Id: <200007090610.XAA03576@freefall.freebsd.org> From: Jun-ichiro itojun Hagino Date: Sat, 8 Jul 2000 23:10:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/net getaddrinfo.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG itojun 2000/07/08 23:10:01 PDT Modified files: lib/libc/net getaddrinfo.c Log: reject empty scopeid. use strtoul() for checking all-numericness of portname. explicitly reject empty numeric portname. sync with kame. based on comments from itohy@netbsd.org Revision Changes Path 1.13 +16 -9 src/lib/libc/net/getaddrinfo.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message