From owner-cvs-all Sun Jan 21 0: 9:21 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1F3A837B402; Sun, 21 Jan 2001 00:09:01 -0800 (PST) Received: (from imp@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0L891U09874; Sun, 21 Jan 2001 00:09:01 -0800 (PST) (envelope-from imp) Message-Id: <200101210809.f0L891U09874@freefall.freebsd.org> From: Warner Losh Date: Sun, 21 Jan 2001 00:09:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/pccard pccard.c pccardvar.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG imp 2001/01/21 00:09:00 PST Modified files: sys/dev/pccard pccard.c pccardvar.h Log: Convert the vendor/product cis strings to an array of CIS entries. This allows us to use the PCCARD_CIS #defines generated to distinguish cards that don't have a Manufacturer and OEM. Revision Changes Path 1.35 +6 -5 src/sys/dev/pccard/pccard.c 1.22 +2 -3 src/sys/dev/pccard/pccardvar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 21 0:16: 0 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 67FF237B400; Sun, 21 Jan 2001 00:15:39 -0800 (PST) Received: (from imp@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0L8FdL10596; Sun, 21 Jan 2001 00:15:39 -0800 (PST) (envelope-from imp) Message-Id: <200101210815.f0L8FdL10596@freefall.freebsd.org> From: Warner Losh Date: Sun, 21 Jan 2001 00:15:38 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/aic aic_pccard.c src/sys/dev/ep if_ep_pccard.c src/sys/dev/sn if_sn_pccard.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG imp 2001/01/21 00:15:38 PST Modified files: sys/dev/aic aic_pccard.c sys/dev/ep if_ep_pccard.c sys/dev/sn if_sn_pccard.c Log: Use PCCARD_CIS_xxx #defines for the table of oem ids. These usually translate to all NULLs (as for all the ones in this commit). Revision Changes Path 1.5 +7 -7 src/sys/dev/aic/aic_pccard.c 1.20 +11 -6 src/sys/dev/ep/if_ep_pccard.c 1.11 +7 -6 src/sys/dev/sn/if_sn_pccard.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 21 0:20:42 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7BBD237B400; Sun, 21 Jan 2001 00:20:23 -0800 (PST) Received: (from imp@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0L8KNf10995; Sun, 21 Jan 2001 00:20:23 -0800 (PST) (envelope-from imp) Message-Id: <200101210820.f0L8KNf10995@freefall.freebsd.org> From: Warner Losh Date: Sun, 21 Jan 2001 00:20:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ed if_ed_pccard.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG imp 2001/01/21 00:20:23 PST Modified files: sys/dev/ed if_ed_pccard.c Log: Add a bunch of entries from NetBSD's if_ne_pcmcia.c v1.67. We still need to verify that all the entries in pccard.conf are present in this table. Revision Changes Path 1.28 +372 -6 src/sys/dev/ed/if_ed_pccard.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 21 0:24:59 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7B47337B400; Sun, 21 Jan 2001 00:24:41 -0800 (PST) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0L8Of011506; Sun, 21 Jan 2001 00:24:41 -0800 (PST) (envelope-from will) Message-Id: <200101210824.f0L8Of011506@freefall.freebsd.org> From: Will Andrews Date: Sun, 21 Jan 2001 00:24:41 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/make dir.c make.h util.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/01/21 00:24:41 PST Modified files: usr.bin/make dir.c make.h util.c Log: Fix style(9) bug; use ISDOT[DOT,]() macro available in util.c by moving it to make.h so both dir.c and util.c can use it, although bde didn't particularly like this part of the idea, IMO it's cleaner than it was. Submitted by: bde Revision Changes Path 1.15 +8 -9 src/usr.bin/make/dir.c 1.15 +3 -1 src/usr.bin/make/make.h 1.10 +1 -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 Sun Jan 21 0:37:56 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 39ADC37B401; Sun, 21 Jan 2001 00:37:37 -0800 (PST) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0L8baY12473; Sun, 21 Jan 2001 00:37:36 -0800 (PST) (envelope-from will) Message-Id: <200101210837.f0L8baY12473@freefall.freebsd.org> From: Will Andrews Date: Sun, 21 Jan 2001 00:37:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/apply apply.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/01/21 00:37:36 PST Modified files: usr.bin/apply apply.c Log: Fix numerous style(9) bugs: Put #define's before declarations; sort the declarations & their arguments; use only one tab after types; restore the type of argv to sync with src tree style; sort new variables under main(); fix continuation indents; remove extra blank line before free()'s. Still to do: fix snprintf() handling as nectar & bde suggested to me. Submitted by: bde Revision Changes Path 1.14 +12 -13 src/usr.bin/apply/apply.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 21 1: 3: 2 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5A5BB37B400; Sun, 21 Jan 2001 01:02:42 -0800 (PST) Received: (from jim@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0L92g614289; Sun, 21 Jan 2001 01:02:42 -0800 (PST) (envelope-from jim) Message-Id: <200101210902.f0L92g614289@freefall.freebsd.org> From: Jim Mock Date: Sun, 21 Jan 2001 01:02:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/everybuddy Makefile distinfo ports/net/everybuddy/files patch-aa patch-ac patch-ag X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jim 2001/01/21 01:02:42 PST Modified files: net/everybuddy Makefile distinfo net/everybuddy/files patch-aa patch-ac patch-ag Log: Update to version 0.2.0. Revision Changes Path 1.9 +2 -2 ports/net/everybuddy/Makefile 1.5 +1 -1 ports/net/everybuddy/distinfo 1.4 +5 -5 ports/net/everybuddy/files/patch-aa 1.5 +14 -6 ports/net/everybuddy/files/patch-ac 1.3 +7 -7 ports/net/everybuddy/files/patch-ag To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 21 2:13:10 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AFFDD37B400; Sun, 21 Jan 2001 02:12:51 -0800 (PST) Received: (from hm@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0LACpP23705; Sun, 21 Jan 2001 02:12:51 -0800 (PST) (envelope-from hm) Message-Id: <200101211012.f0LACpP23705@freefall.freebsd.org> From: Hellmuth Michaelis Date: Sun, 21 Jan 2001 02:12:51 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i4b/layer1/iwic i4b_iwic.h i4b_iwic_bchan.c i4b_iwic_dchan.c i4b_iwic_ext.h i4b_iwic_fsm.c i4b_iwic_l1if.c i4b_iwic_pci.c i4b_w6692.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hm 2001/01/21 02:12:51 PST Modified files: sys/i4b/layer1/iwic i4b_iwic.h i4b_iwic_bchan.c i4b_iwic_dchan.c i4b_iwic_ext.h i4b_iwic_fsm.c i4b_iwic_l1if.c i4b_iwic_pci.c i4b_w6692.h Log: Update the iwic driver: fix error handling for rx errors on the D-channel which prevents erroneous packets from being put onto the protocol stack; enhance error detection for B-channel HDLC errors; remove old cvs id´s. Revision Changes Path 1.2 +2 -4 src/sys/i4b/layer1/iwic/i4b_iwic.h 1.7 +28 -13 src/sys/i4b/layer1/iwic/i4b_iwic_bchan.c 1.4 +64 -83 src/sys/i4b/layer1/iwic/i4b_iwic_dchan.c 1.2 +3 -5 src/sys/i4b/layer1/iwic/i4b_iwic_ext.h 1.4 +2 -4 src/sys/i4b/layer1/iwic/i4b_iwic_fsm.c 1.5 +2 -4 src/sys/i4b/layer1/iwic/i4b_iwic_l1if.c 1.6 +8 -2 src/sys/i4b/layer1/iwic/i4b_iwic_pci.c 1.2 +2 -4 src/sys/i4b/layer1/iwic/i4b_w6692.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 21 3: 5:29 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C2EA937B400; Sun, 21 Jan 2001 03:05:02 -0800 (PST) Received: (from jasone@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0LB52e26675; Sun, 21 Jan 2001 03:05:02 -0800 (PST) (envelope-from jasone) Message-Id: <200101211105.f0LB52e26675@freefall.freebsd.org> From: Jason Evans Date: Sun, 21 Jan 2001 03:05:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_mutex.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jasone 2001/01/21 03:05:02 PST Modified files: sys/kern kern_mutex.c Log: Make the order of the static initializer for all_mtx match the order of fields in struct mtx. Found by: jake Revision Changes Path 1.35 +3 -3 src/sys/kern/kern_mutex.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 21 3:42:26 2001 Delivered-To: cvs-all@freebsd.org Received: from localhost.westmarsh.com (orion.westmarsh.com [193.195.76.57]) by hub.freebsd.org (Postfix) with ESMTP id 3057737B401; Sun, 21 Jan 2001 03:42:06 -0800 (PST) Received: from westmarsh.com (mailgate.westmarsh.com [193.195.76.50]) (authenticated) by localhost.westmarsh.com (8.11.1/8.11.1) with ESMTP id f0LBg3C00563; Sun, 21 Jan 2001 11:42:03 GMT (envelope-from pierre.dampure@westmarsh.com) Message-ID: <3A6ACB0A.780E539A@westmarsh.com> Date: Sun, 21 Jan 2001 11:42:02 +0000 From: "Pierre Y. Dampure" X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: Bill Fumerola Cc: cvs-all@freebsd.org Subject: Re: cvs commit: ports/net/net-snmp Makefile distinfo pkg-plistports/net/net-snmp/files patch-ao patch-ap patch-aa patch-adpatch-ah patch-ak patch-am patch-an References: <200101180958.f0I9wVt04441@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 Bill Fumerola wrote: > > billf 2001/01/18 01:58:31 PST > > Modified files: > net/net-snmp Makefile distinfo pkg-plist > net/net-snmp/files patch-aa patch-ad patch-ah patch-ak > Added files: > net/net-snmp/files patch-ao patch-ap > Removed files: > net/net-snmp/files patch-am patch-an > Log: > Upgrade to version 4.2 The recent changes to the process structure (removal of kp_proc and kp_eproc) break this port for -current. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 21 3:47:53 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BFFFD37B400; Sun, 21 Jan 2001 03:47:26 -0800 (PST) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0LBlQP31558; Sun, 21 Jan 2001 03:47:26 -0800 (PST) (envelope-from knu) Message-Id: <200101211147.f0LBlQP31558@freefall.freebsd.org> From: Akinori MUSHA Date: Sun, 21 Jan 2001 03:47:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/rskkserv Makefile distinfo pkg-plist ports/japanese/rskkserv/files patch-rskkserv.conf X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2001/01/21 03:47:26 PST Modified files: japanese/rskkserv Makefile distinfo pkg-plist japanese/rskkserv/files patch-rskkserv.conf Log: Update to 2.91.1. Now it can keep a log. Revision Changes Path 1.7 +4 -4 ports/japanese/rskkserv/Makefile 1.5 +1 -1 ports/japanese/rskkserv/distinfo 1.3 +1 -0 ports/japanese/rskkserv/pkg-plist 1.2 +11 -11 ports/japanese/rskkserv/files/patch-rskkserv.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 21 3:50: 9 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 49A4E37B400; Sun, 21 Jan 2001 03:49:49 -0800 (PST) Received: (from dirk@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0LBnnU31707; Sun, 21 Jan 2001 03:49:49 -0800 (PST) (envelope-from dirk) Message-Id: <200101211149.f0LBnnU31707@freefall.freebsd.org> From: Dirk Froemberg Date: Sun, 21 Jan 2001 03:49:48 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/mysql322-server Makefile ports/databases/mysql323-server Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dirk 2001/01/21 03:49:48 PST Modified files: databases/mysql322-server Makefile databases/mysql323-server Makefile Log: Fix build on FreeBSD-3.x. PR: ports/24160 Revision Changes Path 1.90 +9 -7 ports/databases/mysql322-server/Makefile 1.98 +9 -3 ports/databases/mysql323-server/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 21 3:51:19 2001 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 0D3BE37B400 for ; Sun, 21 Jan 2001 03:51:00 -0800 (PST) Received: by elvis.mu.org (Postfix, from userid 1098) id A5E262B2C6; Sun, 21 Jan 2001 05:50:49 -0600 (CST) Date: Sun, 21 Jan 2001 05:50:49 -0600 From: Bill Fumerola To: "Pierre Y. Dampure" Cc: cvs-all@freebsd.org Subject: Re: cvs commit: ports/net/net-snmp Makefile distinfo pkg-plistports/net/net-snmp/files patch-ao patch-ap patch-aa patch-adpatch-ah patch-ak patch-am patch-an Message-ID: <20010121055049.Q57121@elvis.mu.org> References: <200101180958.f0I9wVt04441@freefall.freebsd.org> <3A6ACB0A.780E539A@westmarsh.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3A6ACB0A.780E539A@westmarsh.com>; from pierre.dampure@westmarsh.com on Sun, Jan 21, 2001 at 11:42:02AM +0000 X-Operating-System: FreeBSD 4.2-FEARSOME-20001103 i386 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Jan 21, 2001 at 11:42:02AM +0000, Pierre Y. Dampure wrote: > > Log: > > Upgrade to version 4.2 > > The recent changes to the process structure (removal of kp_proc and > kp_eproc) break this port for -current. That's what can suck about -current, I suppose. I'll try to remember to look at it, no promises though. -- Bill Fumerola - security yahoo / Yahoo! inc. - fumerola@yahoo-inc.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 Sun Jan 21 3:53:44 2001 Delivered-To: cvs-all@freebsd.org Received: from emmi.physik.TU-Berlin.DE (emmi.physik.TU-Berlin.DE [130.149.160.103]) by hub.freebsd.org (Postfix) with ESMTP id EFEA337B400; Sun, 21 Jan 2001 03:53:19 -0800 (PST) Received: (from ibex@localhost) by emmi.physik.TU-Berlin.DE (8.11.1/8.11.1) id f0LBrI181580; Sun, 21 Jan 2001 12:53:18 +0100 (CET) (envelope-from ibex) Date: Sun, 21 Jan 2001 12:53:17 +0100 From: Dirk Froemberg To: Clive Lin Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: ports/databases/mysql322-server Makefile ports/databases/mysql323-server Makefile Message-ID: <20010121125317.A81319@physik.TU-Berlin.DE> References: <200101071451.f07EpnH73661@freefall.freebsd.org> <20010114040038.A4862@cartier.cirx.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010114040038.A4862@cartier.cirx.org>; from clive@freebsd.org on Sun, Jan 14, 2001 at 04:00:38AM +0800 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi! On Sun, Jan 14, 2001 at 04:00:38AM +0800, Clive Lin wrote: > The -fno-exceptions breaks mysql322-server build on 3.5-S. > gcc 2.7.2.3 doesn't have this option :< I did changes below to > build mysql-322. Mysql-323 untested. Ok, I fixed the _build_ on 3.x one minute ago. But there is no warranty that is _runs_ stable on 3.x under heavy load... Regards Dirk -- Dirk Froemberg FreeBSD: 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 Sun Jan 21 3:56:57 2001 Delivered-To: cvs-all@freebsd.org Received: from mail7.sc.rr.com (fe7.southeast.rr.com [24.93.67.54]) by hub.freebsd.org (Postfix) with ESMTP id 6D75937B401 for ; Sun, 21 Jan 2001 03:56:34 -0800 (PST) Received: from sc.rr.com ([24.88.102.101]) by mail7.sc.rr.com with Microsoft SMTPSVC(5.5.1877.537.53); Sun, 21 Jan 2001 06:56:31 -0500 Received: (from dmaddox@localhost) by sc.rr.com (8.11.1/8.11.1) id f0LBvVF00943; Sun, 21 Jan 2001 06:57:31 -0500 (EST) (envelope-from dmaddox) Date: Sun, 21 Jan 2001 06:57:31 -0500 From: "Donald J . Maddox" To: Bill Fumerola Cc: "Pierre Y. Dampure" , cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/net/net-snmp Makefile distinfo pkg-plistports/net/net-snmp/files patch-ao patch-ap patch-aa patch-adpatch-ah patch-ak patch-am patch-an Message-ID: <20010121065731.A904@cae88-102-101.sc.rr.com> Reply-To: dmaddox@sc.rr.com Mail-Followup-To: Bill Fumerola , "Pierre Y. Dampure" , cvs-all@FreeBSD.ORG References: <200101180958.f0I9wVt04441@freefall.freebsd.org> <3A6ACB0A.780E539A@westmarsh.com> <20010121055049.Q57121@elvis.mu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010121055049.Q57121@elvis.mu.org>; from billf@mu.org on Sun, Jan 21, 2001 at 05:50:49AM -0600 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Jan 21, 2001 at 05:50:49AM -0600, Bill Fumerola wrote: > On Sun, Jan 21, 2001 at 11:42:02AM +0000, Pierre Y. Dampure wrote: > > > > Log: > > > Upgrade to version 4.2 > > > > The recent changes to the process structure (removal of kp_proc and > > kp_eproc) break this port for -current. > > That's what can suck about -current, I suppose. I'll try to remember > to look at it, no promises though. -current has a nasty habit of becoming -RELEASE before you know it. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 21 4:13:12 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 25FFD37B400; Sun, 21 Jan 2001 04:12:53 -0800 (PST) Received: (from sanpei@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0LCCqT39485; Sun, 21 Jan 2001 04:12:52 -0800 (PST) (envelope-from sanpei) Message-Id: <200101211212.f0LCCqT39485@freefall.freebsd.org> From: MIHIRA Sanpei Yoshiro Date: Sun, 21 Jan 2001 04:12:52 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/defaults pccard.conf X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sanpei 2001/01/21 04:12:52 PST Modified files: (Branch: RELENG_4) etc/defaults pccard.conf Log: add 0x80000 flags for Linksys EtherFast 10/100 PC Card (PCMPC100), model V2 and V3 Submitted by: Pat Wendorf Revision Changes Path 1.98.2.16 +2 -2 src/etc/defaults/pccard.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 21 4:15:52 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AD7FB37B400; Sun, 21 Jan 2001 04:15:34 -0800 (PST) Received: (from sanpei@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0LCFY939662; Sun, 21 Jan 2001 04:15:34 -0800 (PST) (envelope-from sanpei) Message-Id: <200101211215.f0LCFY939662@freefall.freebsd.org> From: MIHIRA Sanpei Yoshiro Date: Sun, 21 Jan 2001 04:15:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/defaults pccard.conf X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sanpei 2001/01/21 04:15:34 PST Modified files: (Branch: RELENG_4) etc/defaults pccard.conf Log: MFC: Fix mistake for IC-CARD (rev: 1.171) Revision Changes Path 1.98.2.17 +2 -2 src/etc/defaults/pccard.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 21 4:22:57 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5A07837B400; Sun, 21 Jan 2001 04:22:33 -0800 (PST) Received: (from sanpei@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0LCMX140122; Sun, 21 Jan 2001 04:22:33 -0800 (PST) (envelope-from sanpei) Message-Id: <200101211222.f0LCMX140122@freefall.freebsd.org> From: MIHIRA Sanpei Yoshiro Date: Sun, 21 Jan 2001 04:22:33 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/texts HARDWARE.TXT src/release/texts/i386 RELNOTES.TXT src/etc/defaults pccard.conf X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sanpei 2001/01/21 04:22:33 PST Modified files: (Branch: RELENG_4) release/texts HARDWARE.TXT release/texts/i386 RELNOTES.TXT etc/defaults pccard.conf Log: MFC: add new PC-Card entry ELECOM Laneed LD-CDL/TX COREGA FEther PCC-TXD Melco/Buffalo LPC2-CLT Revision Changes Path 1.39.2.29 +3 -2 src/release/texts/HARDWARE.TXT 1.72.2.89 +4 -3 src/release/texts/i386/RELNOTES.TXT 1.98.2.18 +19 -1 src/etc/defaults/pccard.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 21 5: 6:47 2001 Delivered-To: cvs-all@freebsd.org Received: from mx1.ZSEA.zp.ua (ZSEA.zp.ua [212.8.40.5]) by hub.freebsd.org (Postfix) with ESMTP id 614F437B400 for ; Sun, 21 Jan 2001 05:06:27 -0800 (PST) Received: (from laa@localhost) by mx1.ZSEA.zp.ua (8.11.1/8.11.1) id f0LD5V489832; Sun, 21 Jan 2001 15:05:31 +0200 (EET) (envelope-from laa@laa.zp.ua) Date: Sun, 21 Jan 2001 15:05:31 +0200 From: "Alexandr A. Listopad" To: "Donald J . Maddox" Cc: Bill Fumerola , "Pierre Y. Dampure" , cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/net/net-snmp Makefile distinfo pkg-plistports/net/net-snmp/files patch-ao patch-ap patch-aa patch-adpatch-ah patch-ak patch-am patch-an Message-ID: <20010121150531.A89775@laa.zp.ua> References: <200101180958.f0I9wVt04441@freefall.freebsd.org> <3A6ACB0A.780E539A@westmarsh.com> <20010121055049.Q57121@elvis.mu.org> <20010121065731.A904@cae88-102-101.sc.rr.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20010121065731.A904@cae88-102-101.sc.rr.com>; from dmaddox@sc.rr.com on Sun, Jan 21, 2001 at 06:57:31AM -0500 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Jan 21, 2001 at 06:57:31AM -0500, Donald J . Maddox wrote: > On Sun, Jan 21, 2001 at 05:50:49AM -0600, Bill Fumerola wrote: > > On Sun, Jan 21, 2001 at 11:42:02AM +0000, Pierre Y. Dampure wrote: > > > > > > Log: > > > > Upgrade to version 4.2 > > > > > > The recent changes to the process structure (removal of kp_proc and > > > kp_eproc) break this port for -current. > > > > That's what can suck about -current, I suppose. I'll try to remember > > to look at it, no promises though. > > -current has a nasty habit of becoming -RELEASE before you know it. # $FreeBSD: ports/net/net-snmp/Makefile,v 1.52 2001/01/18 09:58:30 billf Exp $ # PORTNAME= ucd-snmp PORTVERSION= 4.2 CATEGORIES= net ipv6 Why the old PORTNAME still there? -- Laa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 21 6:22:25 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EFA5B37B698; Sun, 21 Jan 2001 06:22:06 -0800 (PST) Received: (from dirk@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0LEM6d50486; Sun, 21 Jan 2001 06:22:06 -0800 (PST) (envelope-from dirk) Message-Id: <200101211422.f0LEM6d50486@freefall.freebsd.org> From: Dirk Froemberg Date: Sun, 21 Jan 2001 06:22:06 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/mod_php3 Makefile ports/www/mod_php4 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dirk 2001/01/21 06:22:06 PST Modified files: www/mod_php3 Makefile www/mod_php4 Makefile Log: Remove automatic finding of AP_LIBEXEC because it didn't work and all apache ports use the same libexec location, now. Submitted by: Michael Lestinsky Revision Changes Path 1.120 +2 -8 ports/www/mod_php3/Makefile 1.126 +2 -8 ports/www/mod_php4/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 21 6:24:50 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D0CAE37B698; Sun, 21 Jan 2001 06:24:30 -0800 (PST) Received: (from dirk@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0LEOUW50679; Sun, 21 Jan 2001 06:24:30 -0800 (PST) (envelope-from dirk) Message-Id: <200101211424.f0LEOUW50679@freefall.freebsd.org> From: Dirk Froemberg Date: Sun, 21 Jan 2001 06:24:30 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/mod_php3 Makefile ports/www/mod_php4 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dirk 2001/01/21 06:24:30 PST Modified files: www/mod_php3 Makefile www/mod_php4 Makefile Log: Use different PORTNAMEs for mod_php3 and mod_php4 so pkg_version can deal with them properly. Revision Changes Path 1.121 +2 -2 ports/www/mod_php3/Makefile 1.127 +2 -2 ports/www/mod_php4/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 21 6:26:19 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F2AB637B698; Sun, 21 Jan 2001 06:25:57 -0800 (PST) Received: (from taoka@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0LEPvh50775; Sun, 21 Jan 2001 06:25:57 -0800 (PST) (envelope-from taoka) Message-Id: <200101211425.f0LEPvh50775@freefall.freebsd.org> From: Satoshi Taoka Date: Sun, 21 Jan 2001 06:25:57 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/perlftlib/files patch-ac X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG taoka 2001/01/21 06:25:57 PST Added files: print/perlftlib/files patch-ac Log: The directory of freetype's header files was changed to /usr/local/include/freetype/, then perlftlib cannot find freetype.h. This problem is fixed. Submitted by: Masayuki FUKUI jihuang@csie.nctu.edu.tw Obtained from: direct mails To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 21 7:25:23 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7D36637B404; Sun, 21 Jan 2001 07:25:05 -0800 (PST) Received: (from itojun@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0LFP5g41747; Sun, 21 Jan 2001 07:25:05 -0800 (PST) (envelope-from itojun) Message-Id: <200101211525.f0LFP5g41747@freefall.freebsd.org> From: Jun-ichiro itojun Hagino Date: Sun, 21 Jan 2001 07:25:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/rtadvd rtadvd.conf rtadvd.conf.5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG itojun 2001/01/21 07:25:05 PST Modified files: usr.sbin/rtadvd rtadvd.conf rtadvd.conf.5 Log: make it clearer that rtadvd.conf is optional (configs are grabbed from kernel). Revision Changes Path 1.3 +8 -16 src/usr.sbin/rtadvd/rtadvd.conf 1.5 +58 -43 src/usr.sbin/rtadvd/rtadvd.conf.5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 21 7:26:10 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 77C8937B698; Sun, 21 Jan 2001 07:25:47 -0800 (PST) Received: (from itojun@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0LFPlZ41852; Sun, 21 Jan 2001 07:25:47 -0800 (PST) (envelope-from itojun) Message-Id: <200101211525.f0LFPlZ41852@freefall.freebsd.org> From: Jun-ichiro itojun Hagino Date: Sun, 21 Jan 2001 07:25:47 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/rtadvd advcap.c advcap.h config.c config.h dump.c dump.h if.c if.h pathnames.h rrenum.c rrenum.h rtadvd.8 rtadvd.c rtadvd.h timer.c timer.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG itojun 2001/01/21 07:25:47 PST Modified files: usr.sbin/rtadvd advcap.c advcap.h config.c config.h dump.c dump.h if.c if.h pathnames.h rrenum.c rrenum.h rtadvd.8 rtadvd.c rtadvd.h timer.c timer.h Log: make it easier to handle $FreeBSD$ tags (amount of diff matters). Revision Changes Path 1.3 +1 -2 src/usr.sbin/rtadvd/advcap.c 1.3 +1 -2 src/usr.sbin/rtadvd/advcap.h 1.5 +1 -2 src/usr.sbin/rtadvd/config.c 1.3 +1 -2 src/usr.sbin/rtadvd/config.h 1.2 +1 -2 src/usr.sbin/rtadvd/dump.c 1.2 +1 -2 src/usr.sbin/rtadvd/dump.h 1.5 +1 -2 src/usr.sbin/rtadvd/if.c 1.3 +1 -2 src/usr.sbin/rtadvd/if.h 1.4 +1 -1 src/usr.sbin/rtadvd/pathnames.h 1.4 +1 -2 src/usr.sbin/rtadvd/rrenum.c 1.3 +1 -2 src/usr.sbin/rtadvd/rrenum.h 1.7 +1 -2 src/usr.sbin/rtadvd/rtadvd.8 1.5 +1 -2 src/usr.sbin/rtadvd/rtadvd.c 1.3 +1 -2 src/usr.sbin/rtadvd/rtadvd.h 1.3 +1 -2 src/usr.sbin/rtadvd/timer.c 1.3 +1 -2 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 Sun Jan 21 7:41:14 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A2AA237B401; Sun, 21 Jan 2001 07:40:47 -0800 (PST) Received: (from dirk@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0LFelY45873; Sun, 21 Jan 2001 07:40:47 -0800 (PST) (envelope-from dirk) Message-Id: <200101211540.f0LFelY45873@freefall.freebsd.org> From: Dirk Froemberg Date: Sun, 21 Jan 2001 07:40:47 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/chinese/chinput2 Makefile ports/databases/dbf2mysql Makefile ports/databases/dbmetrix Makefile ports/databases/gmysql Makefile ports/databases/gtksql Makefile ports/databases/myodbc Makefile ports/databases/mysql++ Makefile ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dirk 2001/01/21 07:40:47 PST Modified files: chinese/chinput2 Makefile databases/dbf2mysql Makefile databases/dbmetrix Makefile databases/gmysql Makefile databases/gtksql Makefile databases/myodbc Makefile databases/mysql++ Makefile databases/mysql-navigator Makefile databases/mysql322-server Makefile databases/mysql323-client Makefile databases/mysql323-server Makefile pkg-plist.client databases/mysql323-server/files patch-ag databases/mysqltcl Makefile databases/p5-Mysql Makefile databases/phpmyadmin Makefile databases/py-MySQL Makefile databases/py-MySQLdb Makefile databases/ruby-mysql Makefile databases/tcl-Mysql Makefile databases/xmysql Makefile databases/xmysqladmin Makefile ftp/proftpd Makefile lang/php/scripts configure.php lang/pike/scripts configure.pike mail/exim Makefile mail/ezmlm-idx Makefile mail/postfix Makefile mail/postfix-current Makefile mail/teapop Makefile misc/achievo Makefile security/acid Makefile security/cyrus-sasl/scripts configure.sasl security/pam-mysql Makefile security/snort Makefile www/mod_auth_mysql Makefile www/mod_php3/scripts configure.php www/mod_php4/scripts configure.php www/udmsearch Makefile Log: Switch from mysql322-{client,server} to mysql323-{client,server}. mysql323-client installs libmysqlclient.so.10 (instead of libmysqlclient.so.6). mysql323-{client,server} are production quality, now (according to MySQL AB at least). Revision Changes Path 1.3 +3 -3 ports/chinese/chinput2/Makefile 1.4 +2 -2 ports/databases/dbf2mysql/Makefile 1.3 +2 -2 ports/databases/dbmetrix/Makefile 1.19 +2 -2 ports/databases/gmysql/Makefile 1.11 +2 -2 ports/databases/gtksql/Makefile 1.3 +2 -2 ports/databases/myodbc/Makefile 1.4 +2 -2 ports/databases/mysql++/Makefile 1.6 +2 -2 ports/databases/mysql-navigator/Makefile 1.91 +3 -1 ports/databases/mysql322-server/Makefile 1.69 +2 -1 ports/databases/mysql323-client/Makefile 1.99 +2 -1 ports/databases/mysql323-server/Makefile 1.8 +1 -1 ports/databases/mysql323-server/pkg-plist.client 1.12 +0 -9 ports/databases/mysql323-server/files/patch-ag 1.4 +2 -2 ports/databases/mysqltcl/Makefile 1.33 +2 -2 ports/databases/p5-Mysql/Makefile 1.3 +2 -2 ports/databases/phpmyadmin/Makefile 1.7 +2 -2 ports/databases/py-MySQL/Makefile 1.10 +2 -2 ports/databases/py-MySQLdb/Makefile 1.8 +2 -2 ports/databases/ruby-mysql/Makefile 1.8 +2 -2 ports/databases/tcl-Mysql/Makefile 1.28 +2 -2 ports/databases/xmysql/Makefile 1.31 +2 -2 ports/databases/xmysqladmin/Makefile 1.34 +2 -2 ports/ftp/proftpd/Makefile 1.3 +2 -2 ports/lang/php/scripts/configure.php 1.5 +1 -1 ports/lang/pike/scripts/configure.pike 1.57 +2 -2 ports/mail/exim/Makefile 1.13 +2 -2 ports/mail/ezmlm-idx/Makefile 1.28 +2 -2 ports/mail/postfix/Makefile 1.38 +2 -2 ports/mail/postfix-current/Makefile 1.6 +2 -2 ports/mail/teapop/Makefile 1.3 +2 -2 ports/misc/achievo/Makefile 1.2 +2 -2 ports/security/acid/Makefile 1.5 +2 -2 ports/security/cyrus-sasl/scripts/configure.sasl 1.3 +2 -2 ports/security/pam-mysql/Makefile 1.15 +2 -2 ports/security/snort/Makefile 1.7 +2 -2 ports/www/mod_auth_mysql/Makefile 1.102 +2 -2 ports/www/mod_php3/scripts/configure.php 1.106 +2 -2 ports/www/mod_php4/scripts/configure.php 1.13 +2 -2 ports/www/udmsearch/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 21 7:46: 9 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 267AE37B400; Sun, 21 Jan 2001 07:45:47 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0LFjli46899; Sun, 21 Jan 2001 07:45:47 -0800 (PST) (envelope-from ijliao) Message-Id: <200101211545.f0LFjli46899@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sun, 21 Jan 2001 07:45:46 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/happydoc Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ijliao 2001/01/21 07:45:46 PST Modified files: devel Makefile Added files: devel/happydoc Makefile distinfo pkg-comment pkg-descr pkg-plist Log: add happydoc, a python documenting tool PR: 23938 Approved by: clive (my mentor) Revision Changes Path 1.422 +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 Jan 21 7:46:21 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D901037B401; Sun, 21 Jan 2001 07:45:51 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0LFjpJ47002; Sun, 21 Jan 2001 07:45:51 -0800 (PST) (envelope-from ijliao) Message-Id: <200101211545.f0LFjpJ47002@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sun, 21 Jan 2001 07:45:51 -0800 (PST) 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 ijliao 2001/01/21 07:45:51 PST Modified files: . modules Log: happydoc --> ports/devel/happydoc Revision Changes Path 1.2328 +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 Jan 21 8: 7:29 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1425937B698; Sun, 21 Jan 2001 08:07:09 -0800 (PST) Received: (from ume@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0LG79t53136; Sun, 21 Jan 2001 08:07:09 -0800 (PST) (envelope-from ume) Message-Id: <200101211607.f0LG79t53136@freefall.freebsd.org> From: Hajimu UMEMOTO Date: Sun, 21 Jan 2001 08:07:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet6 ip6_fw.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ume 2001/01/21 08:07:08 PST Modified files: sys/netinet6 ip6_fw.h Log: permit icmp6 type <= 256 (was 32). Obtained from: KAME Revision Changes Path 1.8 +2 -2 src/sys/netinet6/ip6_fw.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 21 8:13:28 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 38A4037B400; Sun, 21 Jan 2001 08:13:04 -0800 (PST) Received: (from sos@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0LGD4U54164; Sun, 21 Jan 2001 08:13:04 -0800 (PST) (envelope-from sos) Message-Id: <200101211613.f0LGD4U54164@freefall.freebsd.org> From: Søren Schmidt Date: Sun, 21 Jan 2001 08:13:04 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ata ata-dma.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sos 2001/01/21 08:13:04 PST Modified files: sys/dev/ata ata-dma.c Log: Correct botchup in last commit that made older VIA chips fail... Revision Changes Path 1.57 +3 -3 src/sys/dev/ata/ata-dma.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 21 8:36:47 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 89D9C37B402; Sun, 21 Jan 2001 08:36:27 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0LGaRb58940; Sun, 21 Jan 2001 08:36:27 -0800 (PST) (envelope-from ijliao) Message-Id: <200101211636.f0LGaRb58940@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sun, 21 Jan 2001 08:36:27 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/palm Makefile ports/palm/bibelot Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ijliao 2001/01/21 08:36:27 PST Modified files: palm Makefile Added files: palm/bibelot Makefile distinfo pkg-comment pkg-descr pkg-plist Log: add bibelot, txt to pdb converter Revision Changes Path 1.25 +2 -1 ports/palm/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 21 8:36:58 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7C2F037B404; Sun, 21 Jan 2001 08:36:34 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0LGaYF58982; Sun, 21 Jan 2001 08:36:34 -0800 (PST) (envelope-from ijliao) Message-Id: <200101211636.f0LGaYF58982@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sun, 21 Jan 2001 08:36:34 -0800 (PST) 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 ijliao 2001/01/21 08:36:34 PST Modified files: . modules Log: bibelot --> ports/palm/bibelot Revision Changes Path 1.2329 +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 Jan 21 8:48:21 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 87BEC37B402; Sun, 21 Jan 2001 08:47:59 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0LGlxU61306; Sun, 21 Jan 2001 08:47:59 -0800 (PST) (envelope-from ijliao) Message-Id: <200101211647.f0LGlxU61306@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sun, 21 Jan 2001 08:47:59 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils Makefile ports/sysutils/checkservice Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ijliao 2001/01/21 08:47:59 PST Modified files: sysutils Makefile Added files: sysutils/checkservice Makefile distinfo pkg-comment pkg-descr pkg-plist Log: add checkservice, tool for check status of services PR: 23983 Approved by: clive Revision Changes Path 1.148 +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 Sun Jan 21 8:48:29 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 985A537B404; Sun, 21 Jan 2001 08:48:03 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0LGm3c61348; Sun, 21 Jan 2001 08:48:03 -0800 (PST) (envelope-from ijliao) Message-Id: <200101211648.f0LGm3c61348@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sun, 21 Jan 2001 08:48:03 -0800 (PST) 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 ijliao 2001/01/21 08:48:03 PST Modified files: . modules Log: checkservice --> ports/sysutils/checkservice Revision Changes Path 1.2330 +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 Jan 21 9: 8:39 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4A37037B400; Sun, 21 Jan 2001 09:08:19 -0800 (PST) Received: (from clive@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0LH8JB67816; Sun, 21 Jan 2001 09:08:19 -0800 (PST) (envelope-from clive) Message-Id: <200101211708.f0LH8JB67816@freefall.freebsd.org> From: Clive Lin Date: Sun, 21 Jan 2001 09:08:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games Makefile ports/games/qkmj Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG clive 2001/01/21 09:08:19 PST Modified files: games Makefile Added files: games/qkmj Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist Log: New port: QKMJ This is a server-client version of Ma2Jiang4, sometimes called "Mah-jong" in English. The rules are complicated and available via a search engine. Reviewed by: phj@cn.FreeBSD.org Revision Changes Path 1.323 +2 -1 ports/games/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 21 9: 8:52 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CCB0D37B401; Sun, 21 Jan 2001 09:08:22 -0800 (PST) Received: (from clive@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0LH8Mt67859; Sun, 21 Jan 2001 09:08:22 -0800 (PST) (envelope-from clive) Message-Id: <200101211708.f0LH8Mt67859@freefall.freebsd.org> From: Clive Lin Date: Sun, 21 Jan 2001 09:08:22 -0800 (PST) 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 clive 2001/01/21 09:08:22 PST Modified files: . modules Log: qkmj --> ports/games/qkmj Revision Changes Path 1.2331 +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 Jan 21 9:11: 9 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 51FB337B698; Sun, 21 Jan 2001 09:10:46 -0800 (PST) Received: (from clive@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0LHAkf68418; Sun, 21 Jan 2001 09:10:46 -0800 (PST) (envelope-from clive) Message-Id: <200101211710.f0LHAkf68418@freefall.freebsd.org> From: Clive Lin Date: Sun, 21 Jan 2001 09:10:46 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports LEGAL X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG clive 2001/01/21 09:10:46 PST Modified files: . LEGAL Log: Add qkmj. Do not sell for profit. (NO_CDROM in its Makefile) Revision Changes Path 1.198 +2 -1 ports/LEGAL To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 21 9:28: 3 2001 Delivered-To: cvs-all@freebsd.org Received: from peorth.iteration.net (peorth.iteration.net [208.190.180.178]) by hub.freebsd.org (Postfix) with ESMTP id DEB0837B404; Sun, 21 Jan 2001 09:27:41 -0800 (PST) Received: by peorth.iteration.net (Postfix, from userid 1001) id 2C489575A7; Sun, 21 Jan 2001 11:27:54 -0600 (CST) Date: Sun, 21 Jan 2001 11:27:54 -0600 From: "Michael C . Wu" To: Clive Lin Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/games Makefile ports/games/qkmj Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist Message-ID: <20010121112753.A42618@peorth.iteration.net> Reply-To: "Michael C . Wu" References: <200101211708.f0LH8JB67816@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200101211708.f0LH8JB67816@freefall.freebsd.org>; from clive@FreeBSD.org on Sun, Jan 21, 2001 at 09:08:19AM -0800 X-PGP-Fingerprint: 5025 F691 F943 8128 48A8 5025 77CE 29C5 8FA1 2E20 X-PGP-Key-ID: 0x8FA12E20 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Jan 21, 2001 at 09:08:19AM -0800, Clive Lin scribbled: | clive 2001/01/21 09:08:19 PST | Modified files: | games Makefile | Added files: | games/qkmj Makefile distinfo pkg-comment pkg-descr | pkg-message pkg-plist | Log: | New port: QKMJ | | This is a server-client version of Ma2Jiang4, sometimes called | "Mah-jong" in English. The rules are complicated and available via | a search engine. From attending BSDCon2000, I was surprised at the number of non-Asians who knew how to play ma2jiang4. Well, it is Chinese New Year in the upcoming week. And playing ma2jiang4 can be considered a tradition. *hint hint* -- +------------------------------------------------------------------+ | keichii@peorth.iteration.net | keichii@bsdconspiracy.net | | http://peorth.iteration.net/~keichii | Yes, BSD is a conspiracy. | +------------------------------------------------------------------+ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 21 9:33:39 2001 Delivered-To: cvs-all@freebsd.org Received: from cartier.cirx.org (cartier.cirx.org [211.72.15.243]) by hub.freebsd.org (Postfix) with ESMTP id 0DC5B37B401; Sun, 21 Jan 2001 09:33:09 -0800 (PST) Received: (from clive@localhost) by cartier.cirx.org (8.11.1/8.11.1) id f0LHWxA02200; Mon, 22 Jan 2001 01:32:59 +0800 (CST) (envelope-from clive) Date: Mon, 22 Jan 2001 01:32:59 +0800 From: Clive Lin To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/games Makefile ports/games/qkmj Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist Message-ID: <20010122013259.B59269@cartier.cirx.org> References: <200101211708.f0LH8JB67816@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200101211708.f0LH8JB67816@freefall.freebsd.org>; from clive@FreeBSD.org on Sun, Jan 21, 2001 at 09:08:19AM -0800 X-PGP-key: http://freebsd.sinica.edu.tw/~clive/gpgkey.txt Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Jan 21, 2001 at 09:08:19AM -0800, Clive Lin wrote: > clive 2001/01/21 09:08:19 PST > > Modified files: > games Makefile > Added files: > games/qkmj Makefile distinfo pkg-comment pkg-descr > pkg-message pkg-plist > Reviewed by: phj@cn.FreeBSD.org Oh, another point which is important: Inspired by: Discussing what to do within New Year with Chinese people on irc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 21 10: 6:59 2001 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 5FC2437B402; Sun, 21 Jan 2001 10:06:23 -0800 (PST) Received: (from nik@localhost) by nothing-going-on.demon.co.uk (8.11.1/8.11.1) id f0LGq6G10686; Sun, 21 Jan 2001 16:52:06 GMT (envelope-from nik) Date: Sun, 21 Jan 2001 16:52:06 +0000 From: Nik Clayton To: Nik Clayton Cc: Alexander Langer , cvs-committers@freebsd.org, cvs-all@freebsd.org, doc@freebsd.org, nwalsh@nwalsh.com Subject: Flexible label customisation (was Re: cvs commit: ports/textproc/dsssl-docbook-modular Makefile ports/textproc/dsssl-docbook-modular/files patch-common_dbl1de.dsl) Message-ID: <20010121165205.A844@canyon.nothing-going-on.org> References: <200101190840.f0J8e7e87294@freefall.freebsd.org> <20010119105051.A47479@canyon.nothing-going-on.org> <20010119125752.A56295@cichlids.cichlids.com> <20010119155319.A48911@canyon.nothing-going-on.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="x+6KMIRAuhnl3hBn" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010119155319.A48911@canyon.nothing-going-on.org>; from nik@freebsd.org on Fri, Jan 19, 2001 at 03:53:20PM +0000 Organization: FreeBSD Project Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --x+6KMIRAuhnl3hBn Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Fri, Jan 19, 2001 at 03:53:20PM +0000, Nik Clayton wrote: > I've cc'd Norm Walsh on this -- Norm, perhaps you could suggest a more > elegant approach to the problem? ] Still cc'd. I think I've got a more elegant approach to the problem. > The alternative is to do what you've done, which is patch the > stylesheets as they're installed. That's not really the perfect > approach either, as anyone that tries to formation documentation on > FreeBSD that doesn't use our customisation layer will now find that they > get a spurious ': ' inserted when they use or . > > Anyway, that's the problem, and we have at least three solutions, none > of which are (IMHO) optimal. Any suggestions for a fourth way? Fourth way: Alter all the gentext-* functions so that as well as checking the appropriate ---sep list, they check an additional list, local----sep list. Check the local-* list first, and use it's contents in preference. Attached is the patch to dbl1en.dsl that does this for title labelling. There are another 11 functions in that file that would need modifying in the same way. I've also attached a patch to our freebsd.dsl, showing how declarations in the customisation layer would need to change. Norm, comments? Could we get something like this in for 1.61? N -- 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 --x+6KMIRAuhnl3hBn Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=p1 --- dbl1en.dsl.org Sun Jan 21 16:32:05 2001 +++ dbl1en.dsl Sun Jan 21 16:41:43 2001 @@ -273,6 +273,9 @@ ;; abuse. ;; +(define (local-en-label-title-sep) + (list)) + (define (en-label-title-sep) (list (list (normalize "abstract") ": ") @@ -316,10 +319,13 @@ (define (gentext-en-label-title-sep gind) (let* ((giname (if (string? gind) gind (gi gind))) (name (normalize giname)) + (lsep (assoc name (local-en-label-title-sep))) (sep (assoc name (en-label-title-sep)))) - (if sep - (car (cdr sep)) - ""))) + (if lsep + (car (cdr lsep)) + (if sep + (car (cdr sep)) + "")))) (define (en-label-number-format-list) (list --x+6KMIRAuhnl3hBn Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=p Index: freebsd.dsl =================================================================== RCS file: /home/ncvs/doc/share/sgml/freebsd.dsl,v retrieving revision 1.20 diff -u -r1.20 freebsd.dsl --- freebsd.dsl 2001/01/08 12:40:52 1.20 +++ freebsd.dsl 2001/01/21 16:43:09 @@ -283,8 +267,11 @@ (element (caution para) ($admonpara$)) (element (caution simpara) ($admonpara$)) - (define en-warning-label-title-sep ": ") - (define en-caution-label-title-sep ": ") + (define (local-en-label-title-sep) + (list + (list (normalize "warning") ": ") + (list (normalize "caution") ": ") + )) --x+6KMIRAuhnl3hBn-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 21 10:11: 1 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0032937B400; Sun, 21 Jan 2001 10:10:38 -0800 (PST) Received: (from imp@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0LIAc886184; Sun, 21 Jan 2001 10:10:38 -0800 (PST) (envelope-from imp) Message-Id: <200101211810.f0LIAc886184@freefall.freebsd.org> From: Warner Losh Date: Sun, 21 Jan 2001 10:10:38 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files src/sys/dev/wi if_wi.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG imp 2001/01/21 10:10:38 PST Modified files: sys/conf files sys/dev/wi if_wi.c Log: wi has been converted to NEWCARD, so included it when pccard is included. Also, I forgot to update this to the new cis[] structure last night, mainly due to the above omission. Revision Changes Path 1.472 +2 -1 src/sys/conf/files 1.35 +4 -4 src/sys/dev/wi/if_wi.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 21 10:15: 6 2001 Delivered-To: cvs-all@freebsd.org Received: from m08.alpha-net.ne.jp (m08.alpha-net.ne.jp [210.229.64.38]) by hub.freebsd.org (Postfix) with ESMTP id 9DD3A37B401; Sun, 21 Jan 2001 10:14:44 -0800 (PST) Received: from kyoto-tc012-p156.alpha-net.ne.jp (kyoto-tc012-p156.alpha-net.ne.jp [210.237.118.190]) by m08.alpha-net.ne.jp (8.9.3/3.7W) with ESMTP id DAA28864; Mon, 22 Jan 2001 03:14:39 +0900 (JST) Received: from souffle.bogus-local.net (localhost [127.0.0.1]) by kyoto-tc012-p156.alpha-net.ne.jp (Postfix) with ESMTP id A485316B74; Mon, 22 Jan 2001 03:14:42 +0900 (JST) Date: Mon, 22 Jan 2001 03:14:42 +0900 Message-ID: <8666j8srfx.wl@cheerful.com> From: FUJISHIMA Satsuki To: Clive Lin Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/x11-wm Makefile ports/x11-wm/ion Makefile distinfo pkg-comment pkg-descr pkg-plist ports/x11-wm/ion/files patch-ion-edit patch-ion-view patch-system.mk In-Reply-To: <200101202142.f0KLgQr40177@freefall.freebsd.org> References: <200101202142.f0KLgQr40177@freefall.freebsd.org> User-Agent: Wanderlust/2.4.0 (Rio) SEMI/1.13.7 (Awazu) FLIM/1.13.2 (Kasanui) Emacs/20.7 (i386--freebsd) MULE/4.1 (AOI) MIME-Version: 1.0 (generated by SEMI 1.13.7 - "Awazu") Content-Type: text/plain; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG New version released and old distfile 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 Sun Jan 21 10:54:51 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EA2A637B400; Sun, 21 Jan 2001 10:54:33 -0800 (PST) Received: (from sf@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0LIsXh90590; Sun, 21 Jan 2001 10:54:33 -0800 (PST) (envelope-from sf) Message-Id: <200101211854.f0LIsXh90590@freefall.freebsd.org> From: FUJISHIMA Satsuki Date: Sun, 21 Jan 2001 10:54:33 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/zipcodes Makefile distinfo pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sf 2001/01/21 10:54:33 PST Modified files: japanese/zipcodes Makefile distinfo pkg-descr Log: update to 20001101. Revision Changes Path 1.14 +8 -6 ports/japanese/zipcodes/Makefile 1.3 +1 -1 ports/japanese/zipcodes/distinfo 1.3 +1 -1 ports/japanese/zipcodes/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 Jan 21 10:57:16 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1440337B400; Sun, 21 Jan 2001 10:56:53 -0800 (PST) Received: (from sf@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0LIurV90826; Sun, 21 Jan 2001 10:56:53 -0800 (PST) (envelope-from sf) Message-Id: <200101211856.f0LIurV90826@freefall.freebsd.org> From: FUJISHIMA Satsuki Date: Sun, 21 Jan 2001 10:56:53 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/zipcodes/files Makefile patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sf 2001/01/21 10:56:52 PST Added files: japanese/zipcodes/files Makefile Removed files: japanese/zipcodes/files patch-aa Log: remove stale patch and add Makefile to replace it. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 21 10:58:35 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7A1E737B400; Sun, 21 Jan 2001 10:58:12 -0800 (PST) Received: (from sf@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0LIwCW90934; Sun, 21 Jan 2001 10:58:12 -0800 (PST) (envelope-from sf) Message-Id: <200101211858.f0LIwCW90934@freefall.freebsd.org> From: FUJISHIMA Satsuki Date: Sun, 21 Jan 2001 10:58:12 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/avifile pkg-comment pkg-message X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sf 2001/01/21 10:58:12 PST Modified files: graphics/avifile pkg-comment pkg-message Log: fix typo. DivX -> DivX ;-) USE_LDT -> USER_LDT Revision Changes Path 1.3 +1 -1 ports/graphics/avifile/pkg-comment 1.4 +1 -1 ports/graphics/avifile/pkg-message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 21 10:58:49 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D681437B401; Sun, 21 Jan 2001 10:58:26 -0800 (PST) Received: (from sf@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0LIwQc90979; Sun, 21 Jan 2001 10:58:26 -0800 (PST) (envelope-from sf) Message-Id: <200101211858.f0LIwQc90979@freefall.freebsd.org> From: FUJISHIMA Satsuki Date: Sun, 21 Jan 2001 10:58:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/nethack pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sf 2001/01/21 10:58:26 PST Modified files: japanese/nethack pkg-plist Log: remove share/examples/ja if empty. Revision Changes Path 1.11 +1 -0 ports/japanese/nethack/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 Jan 21 10:59:26 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 01DF537B6CD; Sun, 21 Jan 2001 10:58:32 -0800 (PST) Received: (from sf@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0LIwWr91014; Sun, 21 Jan 2001 10:58:32 -0800 (PST) (envelope-from sf) Message-Id: <200101211858.f0LIwWr91014@freefall.freebsd.org> From: FUJISHIMA Satsuki Date: Sun, 21 Jan 2001 10:58:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math/pspp Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sf 2001/01/21 10:58:32 PST Modified files: math/pspp Makefile Log: Change maintainer. PR: 23799 Submitted by: Jonathan Pennington Revision Changes Path 1.3 +2 -2 ports/math/pspp/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 21 10:59:37 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 416FC37B402; Sun, 21 Jan 2001 10:58:38 -0800 (PST) Received: (from sf@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0LIwc791080; Sun, 21 Jan 2001 10:58:38 -0800 (PST) (envelope-from sf) Message-Id: <200101211858.f0LIwc791080@freefall.freebsd.org> From: FUJISHIMA Satsuki Date: Sun, 21 Jan 2001 10:58:38 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/emulators/xsystem35 pkg-plist ports/emulators/xsystem35/files patch-af X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sf 2001/01/21 10:58:38 PST Modified files: emulators/xsystem35 pkg-plist emulators/xsystem35/files patch-af Log: o NOPORTDOCS. o avoid forcing to link against -lxpg4. $(GTK_CONFIG) --libs does the job. Revision Changes Path 1.8 +15 -15 ports/emulators/xsystem35/pkg-plist 1.6 +11 -3 ports/emulators/xsystem35/files/patch-af To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 21 11: 5:32 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BFAA937B6A0; Sun, 21 Jan 2001 11:05:07 -0800 (PST) Received: (from lkoeller@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0LJ57792101; Sun, 21 Jan 2001 11:05:07 -0800 (PST) (envelope-from lkoeller) Message-Id: <200101211905.f0LJ57792101@freefall.freebsd.org> From: Lars Koeller Date: Sun, 21 Jan 2001 11:05:07 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/xview/files patch-lp X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG lkoeller 2001/01/21 11:05:07 PST Added files: x11-toolkits/xview/files patch-lp Log: During compile of xview on my 4.2-Release System with XFree-3.3.6 the location of .text_extras_menu is set via imake to -DEXTRASMENU="\"/usr/X11R6/lib/.text_extras_menu\"" This absolute path is not handeld by the code in .../lib/libxview/textsw/txt_e_menu.c This patch fixes this case. The warning message when starting xview progams it's unable to find /usr/lib/./usr/X11R6/lib/.text_extras_menu didn't appear anymore. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 21 11:22:52 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BA03A37B400; Sun, 21 Jan 2001 11:22:31 -0800 (PST) Received: (from sf@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0LJMVr95208; Sun, 21 Jan 2001 11:22:31 -0800 (PST) (envelope-from sf) Message-Id: <200101211922.f0LJMVr95208@freefall.freebsd.org> From: FUJISHIMA Satsuki Date: Sun, 21 Jan 2001 11:22:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/latex2html distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sf 2001/01/21 11:22:31 PST Modified files: textproc/latex2html distinfo Log: update checksum. PR: 24129 Submitted by: maintainer Revision Changes Path 1.3 +1 -1 ports/textproc/latex2html/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 21 11:25:33 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 50A1A37B400; Sun, 21 Jan 2001 11:25:08 -0800 (PST) Received: (from jake@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0LJP8k95687; Sun, 21 Jan 2001 11:25:08 -0800 (PST) (envelope-from jake) Message-Id: <200101211925.f0LJP8k95687@freefall.freebsd.org> From: Jake Burkholder Date: Sun, 21 Jan 2001 11:25:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha interrupt.c mp_machdep.c src/sys/alpha/include cpu.h globaldata.h src/sys/dev/usb ohci.c uhci.c usbdi.c src/sys/dev/vinum vinumhdr.h vinummemory.c src/sys/i386/i386 exception.s genassym.c mp_machdep.c trap.c ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jake 2001/01/21 11:25:08 PST Modified files: sys/alpha/alpha interrupt.c mp_machdep.c sys/alpha/include cpu.h globaldata.h sys/dev/usb ohci.c uhci.c usbdi.c sys/dev/vinum vinumhdr.h vinummemory.c sys/i386/i386 exception.s genassym.c mp_machdep.c trap.c vm86bios.s sys/i386/include cpu.h globaldata.h sys/i386/isa apic_vector.s icu_vector.s intr_machdep.c ipl.s sys/ia64/ia64 interrupt.c mp_machdep.c sys/ia64/include cpu.h globaldata.h sys/kern kern_fork.c kern_malloc.c sys/sys proc.h Log: Make intr_nesting_level per-process, rather than per-cpu. Setup interrupt threads to run with it always >= 1, so that malloc can detect M_WAITOK from "interrupt" context. This is also necessary in order to context switch from sched_ithd() directly. Reviewed By: peter Revision Changes Path 1.34 +7 -7 src/sys/alpha/alpha/interrupt.c 1.8 +2 -2 src/sys/alpha/alpha/mp_machdep.c 1.21 +2 -4 src/sys/alpha/include/cpu.h 1.5 +1 -2 src/sys/alpha/include/globaldata.h 1.49 +2 -2 src/sys/dev/usb/ohci.c 1.56 +2 -2 src/sys/dev/usb/uhci.c 1.45 +2 -2 src/sys/dev/usb/usbdi.c 1.22 +2 -2 src/sys/dev/vinum/vinumhdr.h 1.25 +2 -2 src/sys/dev/vinum/vinummemory.c 1.79 +1 -6 src/sys/i386/i386/exception.s 1.102 +2 -2 src/sys/i386/i386/genassym.c 1.139 +4 -2 src/sys/i386/i386/mp_machdep.c 1.166 +5 -5 src/sys/i386/i386/trap.c 1.24 +1 -2 src/sys/i386/i386/vm86bios.s 1.55 +2 -2 src/sys/i386/include/cpu.h 1.20 +1 -3 src/sys/i386/include/globaldata.h 1.64 +11 -5 src/sys/i386/isa/apic_vector.s 1.26 +7 -3 src/sys/i386/isa/icu_vector.s 1.46 +2 -1 src/sys/i386/isa/intr_machdep.c 1.44 +1 -4 src/sys/i386/isa/ipl.s 1.6 +5 -3 src/sys/ia64/ia64/interrupt.c 1.6 +2 -2 src/sys/ia64/ia64/mp_machdep.c 1.8 +2 -2 src/sys/ia64/include/cpu.h 1.4 +1 -2 src/sys/ia64/include/globaldata.h 1.92 +2 -1 src/sys/kern/kern_fork.c 1.78 +3 -2 src/sys/kern/kern_malloc.c 1.140 +2 -1 src/sys/sys/proc.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 21 11:26:43 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 53A7B37B400; Sun, 21 Jan 2001 11:26:20 -0800 (PST) Received: (from sf@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0LJQKe95807; Sun, 21 Jan 2001 11:26:20 -0800 (PST) (envelope-from sf) Message-Id: <200101211926.f0LJQKe95807@freefall.freebsd.org> From: FUJISHIMA Satsuki Date: Sun, 21 Jan 2001 11:26:20 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/gimp-manual-html Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sf 2001/01/21 11:26:20 PST Modified files: graphics/gimp-manual-html Makefile Log: avoid depending Xlib. PR: 23532 Revision Changes Path 1.17 +2 -4 ports/graphics/gimp-manual-html/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 21 11:36:28 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8B52E37B400; Sun, 21 Jan 2001 11:36:08 -0800 (PST) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0LJa8Y96575; Sun, 21 Jan 2001 11:36:08 -0800 (PST) (envelope-from will) Message-Id: <200101211936.f0LJa8Y96575@freefall.freebsd.org> From: Will Andrews Date: Sun, 21 Jan 2001 11:36:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/qt22 Makefile ports/x11-toolkits/qt145 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/01/21 11:36:08 PST Modified files: x11-toolkits/qt22 Makefile x11-toolkits/qt145 Makefile Log: Add workaround (CFLAGS+=-frerun-cse-after-loops) for breakage in GCC 2.95.3. It's backwards compatible, so no need for OSVERSION or other checks like that. Also add new var - MAKE_JOBS, which allows you to adjust the -jN argument (I wanted this 'cause with more CPUs I can compile with MAKE_JOBS=4 or greater). Methinks this kind of thing belongs in bsd.port.mk, but anyway. I can now compile (with MAKE_JOBS=4) qt 1.45 in less than 4 minutes on my dual PIII-600E. :) Submitted by: sf (workaround) Requested by: alex (workaround) Revision Changes Path 1.72 +6 -2 ports/x11-toolkits/qt22/Makefile 1.52 +9 -3 ports/x11-toolkits/qt145/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 21 11:39:28 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E505237B400; Sun, 21 Jan 2001 11:39:06 -0800 (PST) Received: (from gshapiro@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0LJd6d96866; Sun, 21 Jan 2001 11:39:06 -0800 (PST) (envelope-from gshapiro) Message-Id: <200101211939.f0LJd6d96866@freefall.freebsd.org> From: Gregory Neil Shapiro Date: Sun, 21 Jan 2001 11:39:06 -0800 (PST) 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 gshapiro 2001/01/21 11:39:06 PST Modified files: (Branch: RELENG_4) etc/defaults make.conf Log: MFC: Add commentary about shared SASL files versus sendmail compilation. Submitted by: Scot W. Hetzel Revision Changes Path 1.97.2.29 +7 -1 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 Sun Jan 21 12: 7:24 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DB0D937B400; Sun, 21 Jan 2001 12:07:04 -0800 (PST) Received: (from sf@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0LK74v00790; Sun, 21 Jan 2001 12:07:04 -0800 (PST) (envelope-from sf) Message-Id: <200101212007.f0LK74v00790@freefall.freebsd.org> From: FUJISHIMA Satsuki Date: Sun, 21 Jan 2001 12:07:04 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/icqnix Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sf 2001/01/21 12:07:04 PST Modified files: net/icqnix Makefile Log: Change MASTER_SITES. PR: 24142 Submitted by: maintainer Revision Changes Path 1.6 +2 -2 ports/net/icqnix/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 21 12: 9:40 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BBF5837B400; Sun, 21 Jan 2001 12:09:17 -0800 (PST) Received: (from dirk@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0LK9HX01054; Sun, 21 Jan 2001 12:09:17 -0800 (PST) (envelope-from dirk) Message-Id: <200101212009.f0LK9HX01054@freefall.freebsd.org> From: Dirk Froemberg Date: Sun, 21 Jan 2001 12:09:17 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/mysql323-server Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dirk 2001/01/21 12:09:17 PST Modified files: databases/mysql323-server Makefile Log: Fix moved MASTER_SITE. Revision Changes Path 1.100 +2 -2 ports/databases/mysql323-server/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 21 12:18:32 2001 Delivered-To: cvs-all@freebsd.org Received: from tao.org.uk (genesis.tao.org.uk [194.242.131.94]) by hub.freebsd.org (Postfix) with ESMTP id ABFA337B400; Sun, 21 Jan 2001 12:18:10 -0800 (PST) Received: by tao.org.uk (Postfix, from userid 100) id C70D63223; Sun, 21 Jan 2001 20:18:05 +0000 (GMT) Date: Sun, 21 Jan 2001 20:18:04 +0000 From: Josef Karthauser To: John Baldwin Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf Makefile.alpha Makefile.i386 Makefile.ia64 Makefile.pc98 Message-ID: <20010121201804.D6250@tao.org.uk> References: <200101191943.f0JJhkY58999@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200101191943.f0JJhkY58999@freefall.freebsd.org>; from jhb@FreeBSD.org on Fri, Jan 19, 2001 at 11:43:46AM -0800 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Jan 19, 2001 at 11:43:46AM -0800, John Baldwin wrote: > jhb 2001/01/19 11:43:45 PST > > Modified files: > sys/conf Makefile.alpha Makefile.i386 > Makefile.ia64 Makefile.pc98 > Log: > Change the reinstall.debug target to depend on > {kernel,modules}-reinstall.debug rather than {kernel,modules}-reinstall. > Otherwise, the '.debug' portion of the target is lost, and you end up > reinstalling the non debug version instead of the debug version. The 'reinstallkernel' target would be a nice one to MFC to -stable. Is this possible? Joe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 21 12:24:15 2001 Delivered-To: cvs-all@freebsd.org Received: from dt051n37.san.rr.com (dt051n37.san.rr.com [204.210.32.55]) by hub.freebsd.org (Postfix) with ESMTP id 5893337B400; Sun, 21 Jan 2001 12:23:46 -0800 (PST) Received: from FreeBSD.org (Studded@master [10.0.0.2]) by dt051n37.san.rr.com (8.9.3/8.9.3) with ESMTP id MAA64514; Sun, 21 Jan 2001 12:23:45 -0800 (PST) (envelope-from DougB@FreeBSD.org) Message-ID: <3A6B4551.7341CAD8@FreeBSD.org> Date: Sun, 21 Jan 2001 12:23:45 -0800 From: Doug Barton Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: Sergey Babkin Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Dramatic cron changes are premature Was: Re: cvs commit: src/usr.sbin/cron/cron cron.8 cron.c cron.h References: <200101202128.f0KLSHR38414@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 This needs to be backed out immediately. This isn't even close to what was discussed in -hackers. After LONG, often pointless discussion, the following points were agreed to there. Gerhard Sittig wrote: > I take notice of your (and Greg Black's) reservation / being > opposed, respect it and conclude that the change will have to > - default to the current behaviour (something quite usual for > expanding changes) > - be well documented (something absolutely clear to all of us, > strictly speaking it's way out of imagination for us how > somebody could contribute undocumented stuff ... :) > - yet be enabled easily for those interested in the change to > work for them and free up some of their resources for more > important tasks > - maybe provide knobs (besides the on-off-switch) to customize > behaviour in a more fine grained way I made the additional point that the options should be command line options, instead of environment variables as someone else suggested. Your commit accomplishes none of that. In fact, the proponents of this change were seriously considering creating a new cron with their suggested changes and offering it as a port. It could also easily be argued that this change should be discussed on -arch before going into the tree. In any case, the current situation is entirely unacceptable, and I ask that you revert your change asap. Thanks, Doug Sergey Babkin wrote: > > babkin 2001/01/20 13:28:17 PST > > Modified files: > usr.sbin/cron/cron cron.8 cron.c cron.h > Log: > Added sensible handling of switch to and from daylight saving time > for the jobs that fall into the disappearing or duplicated time > interval. > > PR: bin/24494 > > Revision Changes Path > 1.10 +28 -1 src/usr.sbin/cron/cron/cron.8 > 1.10 +129 -6 src/usr.sbin/cron/cron/cron.c > 1.12 +4 -1 src/usr.sbin/cron/cron/cron.h > > PR: http://www.FreeBSD.org/cgi/query-pr.cgi?pr=24494 > > http://www.FreeBSD.org/cgi/cvsweb.cgi/src/usr.sbin/cron/cron/cron.8.diff?&r1=1.9&r2=1.10&f=h > http://www.FreeBSD.org/cgi/cvsweb.cgi/src/usr.sbin/cron/cron/cron.c.diff?&r1=1.9&r2=1.10&f=h > http://www.FreeBSD.org/cgi/cvsweb.cgi/src/usr.sbin/cron/cron/cron.h.diff?&r1=1.11&r2=1.12&f=h -- "Pain heals. Chicks dig scars. Glory . . . lasts forever." -- Keanu Reeves as Shane Falco in "The Replacements" 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 Sun Jan 21 12:27: 2 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5E1CF37B400; Sun, 21 Jan 2001 12:26:44 -0800 (PST) Received: (from sf@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0LKQiV02552; Sun, 21 Jan 2001 12:26:44 -0800 (PST) (envelope-from sf) Message-Id: <200101212026.f0LKQiV02552@freefall.freebsd.org> From: FUJISHIMA Satsuki Date: Sun, 21 Jan 2001 12:26:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/mysql++ Makefile pkg-comment pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sf 2001/01/21 12:26:44 PST Modified files: databases/mysql++ Makefile pkg-comment pkg-plist Log: o Add missing headers. o change redundency in pkg-comment. o forcing depends on mysql323-client. PR: 24126 Submitted by: maintainer Revision Changes Path 1.5 +5 -3 ports/databases/mysql++/Makefile 1.3 +1 -1 ports/databases/mysql++/pkg-comment 1.4 +3 -0 ports/databases/mysql++/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 Jan 21 12:53:41 2001 Delivered-To: cvs-all@freebsd.org Received: from smtp4.port.ru (mx5.port.ru [194.67.23.40]) by hub.freebsd.org (Postfix) with ESMTP id 7861037B404; Sun, 21 Jan 2001 12:53:21 -0800 (PST) Received: from adsl-141-154-116-182.bostma.adsl.bellatlantic.net ([141.154.116.182] helo=kan.dnsalias.net) by smtp4.port.ru with esmtp (Exim 3.14 #87) id 14KRUE-000Gwl-00; Sun, 21 Jan 2001 23:53:18 +0300 Received: (from kan@localhost) by kan.dnsalias.net (8.11.1/8.11.0) id f0LKrGM58826; Sun, 21 Jan 2001 15:53:16 -0500 (EST) (envelope-from kan) Message-ID: X-Mailer: XFMail 1.4.6 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200101211936.f0LJa8Y96575@freefall.freebsd.org> Date: Sun, 21 Jan 2001 15:53:16 -0500 (EST) From: "Alexander N. Kabaev" To: Will Andrews Subject: RE: cvs commit: ports/x11-toolkits/qt22 Makefile ports/x11-toolk Cc: cvs-all@FreeBSD.ORG Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG As far as I know, the loop optimization bug has been fixed in GCC 2.95 CVS branch and will be in the final 2.95.3 release. Will, if it not too much of a trouble, could you please check out the latest version of the loop.c file from the GCC CVS repository and see if it fixes your compilation problems? If bug is still there, then there is still some time to fix it before 2.95.3 release hits the streets. On 21-Jan-2001 Will Andrews wrote: > will 2001/01/21 11:36:08 PST > > Modified files: > x11-toolkits/qt22 Makefile > x11-toolkits/qt145 Makefile > Log: > Add workaround (CFLAGS+=-frerun-cse-after-loops) for breakage in GCC > 2.95.3. It's backwards compatible, so no need for OSVERSION or other > checks like that. Also add new var - MAKE_JOBS, which allows you to > adjust the -jN argument (I wanted this 'cause with more CPUs I can compile > with MAKE_JOBS=4 or greater). Methinks this kind of thing belongs in > bsd.port.mk, but anyway. I can now compile (with MAKE_JOBS=4) qt 1.45 in > less than 4 minutes on my dual PIII-600E. :) > > Submitted by: sf (workaround) > Requested by: alex (workaround) > > Revision Changes Path > 1.72 +6 -2 ports/x11-toolkits/qt22/Makefile > 1.52 +9 -3 ports/x11-toolkits/qt145/Makefile > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe cvs-all" in the body of the message ---------------------------------- E-Mail: Alexander N. Kabaev Date: 21-Jan-2001 Time: 14:54:14 ---------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 21 12:53:59 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3457337B400; Sun, 21 Jan 2001 12:53:39 -0800 (PST) Received: (from clive@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0LKrdS04776; Sun, 21 Jan 2001 12:53:39 -0800 (PST) (envelope-from clive) Message-Id: <200101212053.f0LKrdS04776@freefall.freebsd.org> From: Clive Lin Date: Sun, 21 Jan 2001 12:53:39 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/ion Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG clive 2001/01/21 12:53:39 PST Modified files: x11-wm/ion Makefile distinfo Log: Upgrade to ion 20010121. Noted by: sf Revision Changes Path 1.2 +2 -2 ports/x11-wm/ion/Makefile 1.2 +1 -1 ports/x11-wm/ion/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 21 12:54:28 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5FC1E37B6A6; Sun, 21 Jan 2001 12:54:00 -0800 (PST) Received: (from joe@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0LKrxB04817; Sun, 21 Jan 2001 12:53:59 -0800 (PST) (envelope-from joe) Message-Id: <200101212053.f0LKrxB04817@freefall.freebsd.org> From: Josef Karthauser Date: Sun, 21 Jan 2001 12:53:59 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/crunch/crunchgen crunchgen.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG joe 2001/01/21 12:53:59 PST Modified files: (Branch: RELENG_4) usr.sbin/crunch/crunchgen crunchgen.c Log: MFC: Merge revision 1.24 Flag an error and remove the program from the list if there is no source directory or no objects can be determined. Initialise a structure variable. Revision Changes Path 1.12.2.5 +5 -2 src/usr.sbin/crunch/crunchgen/crunchgen.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 21 12:55:42 2001 Delivered-To: cvs-all@freebsd.org Received: from cartier.cirx.org (cartier.cirx.org [211.72.15.243]) by hub.freebsd.org (Postfix) with ESMTP id 2232937B401; Sun, 21 Jan 2001 12:55:18 -0800 (PST) Received: (from clive@localhost) by cartier.cirx.org (8.11.1/8.11.1) id f0LKtHB07855; Mon, 22 Jan 2001 04:55:17 +0800 (CST) (envelope-from clive) Date: Mon, 22 Jan 2001 04:55:17 +0800 From: Clive Lin To: FUJISHIMA Satsuki Cc: Clive Lin , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/x11-wm Makefile ports/x11-wm/ion Makefile distinfo pkg-comment pkg-descr pkg-plist ports/x11-wm/ion/files patch-ion-edit patch-ion-view patch-system.mk Message-ID: <20010122045516.A6620@cartier.cirx.org> References: <200101202142.f0KLgQr40177@freefall.freebsd.org> <8666j8srfx.wl@cheerful.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <8666j8srfx.wl@cheerful.com>; from sf@FreeBSD.org on Mon, Jan 22, 2001 at 03:14:42AM +0900 X-PGP-key: http://freebsd.sinica.edu.tw/~clive/gpgkey.txt Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Ok, done. Not many functional differences in original source, though. On Mon, Jan 22, 2001 at 03:14:42AM +0900, FUJISHIMA Satsuki wrote: > New version released and old distfile 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 Sun Jan 21 12:58: 1 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 311F437B400; Sun, 21 Jan 2001 12:57:39 -0800 (PST) Received: (from dougb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0LKvdf05227; Sun, 21 Jan 2001 12:57:39 -0800 (PST) (envelope-from dougb) Message-Id: <200101212057.f0LKvdf05227@freefall.freebsd.org> From: Doug Barton Date: Sun, 21 Jan 2001 12:57:39 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc rc src/etc/defaults rc.conf src/share/man/man5 rc.conf.5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dougb 2001/01/21 12:57:38 PST Modified files: etc rc etc/defaults rc.conf share/man/man5 rc.conf.5 Log: Add the options of which cron program to run, and specifying flags to it. PR: conf/24358 Submitted by: Gerhard Sittig Revision Changes Path 1.250 +2 -2 src/etc/rc 1.87 +3 -1 src/etc/defaults/rc.conf 1.89 +13 -1 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 Sun Jan 21 13: 4:25 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3916037B401; Sun, 21 Jan 2001 13:04:04 -0800 (PST) Received: (from clive@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0LL44U05755; Sun, 21 Jan 2001 13:04:04 -0800 (PST) (envelope-from clive) Message-Id: <200101212104.f0LL44U05755@freefall.freebsd.org> From: Clive Lin Date: Sun, 21 Jan 2001 13:04:04 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/gqmpeg Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG clive 2001/01/21 13:04:04 PST Modified files: audio/gqmpeg Makefile Log: Update MASTER_SITES to sourceforge. Utilize MASTER_SITE_SOURCEFORGE. PR: 24507 Submitted by: MAINTAINER Revision Changes Path 1.28 +3 -3 ports/audio/gqmpeg/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 21 13:10: 4 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5B60537B401; Sun, 21 Jan 2001 13:09:43 -0800 (PST) Received: (from joe@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0LL9hH08421; Sun, 21 Jan 2001 13:09:43 -0800 (PST) (envelope-from joe) Message-Id: <200101212109.f0LL9hH08421@freefall.freebsd.org> From: Josef Karthauser Date: Sun, 21 Jan 2001 13:09:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/crunch/crunchgen crunchgen.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG joe 2001/01/21 13:09:43 PST Modified files: (Branch: RELENG_4) usr.sbin/crunch/crunchgen crunchgen.c Log: MFC: Revision 1.25: Many style(9) clean ups. Revision Changes Path 1.12.2.6 +746 -652 src/usr.sbin/crunch/crunchgen/crunchgen.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 21 13:20:11 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 217D737B404; Sun, 21 Jan 2001 13:19:50 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0LLJot09124; Sun, 21 Jan 2001 13:19:50 -0800 (PST) (envelope-from phk) Message-Id: <200101212119.f0LLJot09124@freefall.freebsd.org> From: Poul-Henning Kamp Date: Sun, 21 Jan 2001 13:19:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_conf.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG phk 2001/01/21 13:19:49 PST Modified files: sys/kern kern_conf.c Log: Convert a Debugger(3) to a panic(9) and a EINVAL. Reminded by: bde Revision Changes Path 1.89 +4 -2 src/sys/kern/kern_conf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 21 13:21:59 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 88C6F37B400; Sun, 21 Jan 2001 13:21:37 -0800 (PST) Received: (from joe@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0LLLbG09270; Sun, 21 Jan 2001 13:21:37 -0800 (PST) (envelope-from joe) Message-Id: <200101212121.f0LLLbG09270@freefall.freebsd.org> From: Josef Karthauser Date: Sun, 21 Jan 2001 13:21:37 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/crunch/crunchgen crunchgen.c X-FreeBSD-CVS-Branch: RELENG_3 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG joe 2001/01/21 13:21:37 PST Modified files: (Branch: RELENG_3) usr.sbin/crunch/crunchgen crunchgen.c Log: MF4: Merge in recent changes from -releng_4, and thereby bring the code into sync with -current. Revision Changes Path 1.11.2.3 +746 -641 src/usr.sbin/crunch/crunchgen/crunchgen.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 21 14:16:44 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5F2E837B404; Sun, 21 Jan 2001 14:16:21 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0LMGL415065; Sun, 21 Jan 2001 14:16:21 -0800 (PST) (envelope-from phk) Message-Id: <200101212216.f0LMGL415065@freefall.freebsd.org> From: Poul-Henning Kamp Date: Sun, 21 Jan 2001 14:16:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/musycc musycc.c src/sys/pci if_mn.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG phk 2001/01/21 14:16:21 PST Modified files: sys/dev/musycc musycc.c sys/pci if_mn.c Log: Update these netgraph drivers in current so that these changes can be MFC'ed i due time. I can't test it under current right now because netgraph seems to do unethical things with mutexes. musycc: Add status per channel. Reduce printf chattyness Keep error counters line if_mn does. Increase descriptor count. if_mn: Support experimental unframed E1 lines. These two drivers should share more code relating to framed channelized TDM media in general (T1/E1/E3/T3, Sonet). Anyone interested email me. Revision Changes Path 1.17 +68 -25 src/sys/dev/musycc/musycc.c 1.31 +128 -39 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 Sun Jan 21 14:18: 5 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 03ED837B402; Sun, 21 Jan 2001 14:17:23 -0800 (PST) Received: (from gshapiro@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0LMHMS15158; Sun, 21 Jan 2001 14:17:22 -0800 (PST) (envelope-from gshapiro) Message-Id: <200101212217.f0LMHMS15158@freefall.freebsd.org> From: Gregory Neil Shapiro Date: Sun, 21 Jan 2001 14:17:22 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/sendmail - Imported sources X-FreeBSD-CVS-Branch: Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG gshapiro 2001/01/21 14:17:22 PST src/contrib/sendmail - Imported sources Update of /home/ncvs/src/contrib/sendmail In directory freefall.freebsd.org:/var/tmp/gshapiro/cvs-serv15026 Log Message: Import sendmail 8.11.2 Status: Vendor Tag: SENDMAIL Release Tags: v8_11_2 U src/contrib/sendmail/Makefile U src/contrib/sendmail/FAQ U src/contrib/sendmail/INSTALL U src/contrib/sendmail/KNOWNBUGS U src/contrib/sendmail/LICENSE U src/contrib/sendmail/PGPKEYS U src/contrib/sendmail/README U src/contrib/sendmail/RELEASE_NOTES U src/contrib/sendmail/src/Makefile U src/contrib/sendmail/src/Makefile.m4 U src/contrib/sendmail/src/README U src/contrib/sendmail/src/TRACEFLAGS U src/contrib/sendmail/src/alias.c U src/contrib/sendmail/src/aliases C src/contrib/sendmail/src/aliases.5 U src/contrib/sendmail/src/arpadate.c U src/contrib/sendmail/src/bf.h U src/contrib/sendmail/src/bf_portable.c U src/contrib/sendmail/src/bf_portable.h U src/contrib/sendmail/src/bf_torek.c U src/contrib/sendmail/src/bf_torek.h U src/contrib/sendmail/src/clock.c U src/contrib/sendmail/src/collect.c C src/contrib/sendmail/src/conf.c C src/contrib/sendmail/src/conf.h U src/contrib/sendmail/src/control.c U src/contrib/sendmail/src/convtime.c U src/contrib/sendmail/src/daemon.c U src/contrib/sendmail/src/deliver.c U src/contrib/sendmail/src/domain.c U src/contrib/sendmail/src/envelope.c U src/contrib/sendmail/src/err.c C src/contrib/sendmail/src/headers.c U src/contrib/sendmail/src/helpfile U src/contrib/sendmail/src/macro.c C src/contrib/sendmail/src/mailq.1 U src/contrib/sendmail/src/main.c U src/contrib/sendmail/src/map.c C src/contrib/sendmail/src/mci.c U src/contrib/sendmail/src/milter.c U src/contrib/sendmail/src/mime.c U src/contrib/sendmail/src/newaliases.1 U src/contrib/sendmail/src/parseaddr.c U src/contrib/sendmail/src/queue.c U src/contrib/sendmail/src/readcf.c U src/contrib/sendmail/src/recipient.c C src/contrib/sendmail/src/savemail.c C src/contrib/sendmail/src/sendmail.8 U src/contrib/sendmail/src/sendmail.h U src/contrib/sendmail/src/sfsasl.c U src/contrib/sendmail/src/sfsasl.h U src/contrib/sendmail/src/shmticklib.c U src/contrib/sendmail/src/srvrsmtp.c U src/contrib/sendmail/src/stab.c U src/contrib/sendmail/src/stats.c U src/contrib/sendmail/src/statusd_shm.h U src/contrib/sendmail/src/sysexits.c U src/contrib/sendmail/src/timers.c U src/contrib/sendmail/src/timers.h U src/contrib/sendmail/src/trace.c U src/contrib/sendmail/src/udb.c U src/contrib/sendmail/src/usersmtp.c U src/contrib/sendmail/src/util.c U src/contrib/sendmail/src/version.c U src/contrib/sendmail/doc/op/Makefile U src/contrib/sendmail/doc/op/op.me U src/contrib/sendmail/libsmutil/Makefile U src/contrib/sendmail/libsmutil/Makefile.m4 U src/contrib/sendmail/libsmutil/debug.c U src/contrib/sendmail/libsmutil/errstring.c U src/contrib/sendmail/libsmutil/lockfile.c U src/contrib/sendmail/libsmutil/safefile.c U src/contrib/sendmail/libsmutil/snprintf.c U src/contrib/sendmail/libsmutil/strl.c U src/contrib/sendmail/mail.local/Makefile U src/contrib/sendmail/mail.local/Makefile.m4 U src/contrib/sendmail/mail.local/README C src/contrib/sendmail/mail.local/mail.local.8 C src/contrib/sendmail/mail.local/mail.local.c U src/contrib/sendmail/mailstats/Makefile U src/contrib/sendmail/mailstats/Makefile.m4 U src/contrib/sendmail/mailstats/mailstats.8 U src/contrib/sendmail/mailstats/mailstats.c U src/contrib/sendmail/makemap/Makefile U src/contrib/sendmail/makemap/Makefile.m4 U src/contrib/sendmail/makemap/makemap.8 C src/contrib/sendmail/makemap/makemap.c U src/contrib/sendmail/smrsh/Makefile U src/contrib/sendmail/smrsh/Makefile.m4 U src/contrib/sendmail/smrsh/README C src/contrib/sendmail/smrsh/smrsh.8 C src/contrib/sendmail/smrsh/smrsh.c U src/contrib/sendmail/test/t_exclopen.c U src/contrib/sendmail/test/t_pathconf.c U src/contrib/sendmail/test/t_seteuid.c U src/contrib/sendmail/test/t_setreuid.c U src/contrib/sendmail/test/t_setuid.c U src/contrib/sendmail/test/t_snprintf.c U src/contrib/sendmail/test/Results U src/contrib/sendmail/include/sendmail/cdefs.h U src/contrib/sendmail/include/sendmail/errstring.h U src/contrib/sendmail/include/sendmail/mailstats.h U src/contrib/sendmail/include/sendmail/pathnames.h U src/contrib/sendmail/include/sendmail/sendmail.h U src/contrib/sendmail/include/sendmail/useful.h U src/contrib/sendmail/include/libsmdb/smdb.h U src/contrib/sendmail/include/libmilter/mfapi.h U src/contrib/sendmail/include/libmilter/milter.h U src/contrib/sendmail/cf/README U src/contrib/sendmail/cf/cf/Makefile U src/contrib/sendmail/cf/cf/chez.cs.mc U src/contrib/sendmail/cf/cf/clientproto.mc U src/contrib/sendmail/cf/cf/cs-hpux10.mc U src/contrib/sendmail/cf/cf/cs-hpux9.mc U src/contrib/sendmail/cf/cf/cs-osf1.mc U src/contrib/sendmail/cf/cf/cs-solaris2.mc U src/contrib/sendmail/cf/cf/cs-sunos4.1.mc U src/contrib/sendmail/cf/cf/cs-ultrix4.mc U src/contrib/sendmail/cf/cf/cyrusproto.mc U src/contrib/sendmail/cf/cf/generic-bsd4.4.mc U src/contrib/sendmail/cf/cf/generic-hpux10.mc U src/contrib/sendmail/cf/cf/generic-hpux9.mc U src/contrib/sendmail/cf/cf/generic-linux.mc U src/contrib/sendmail/cf/cf/generic-nextstep3.3.mc U src/contrib/sendmail/cf/cf/generic-osf1.mc U src/contrib/sendmail/cf/cf/generic-solaris2.mc U src/contrib/sendmail/cf/cf/generic-sunos4.1.mc U src/contrib/sendmail/cf/cf/generic-ultrix4.mc U src/contrib/sendmail/cf/cf/huginn.cs.mc U src/contrib/sendmail/cf/cf/knecht.mc U src/contrib/sendmail/cf/cf/mail.cs.mc U src/contrib/sendmail/cf/cf/mail.eecs.mc U src/contrib/sendmail/cf/cf/mailspool.cs.mc U src/contrib/sendmail/cf/cf/python.cs.mc U src/contrib/sendmail/cf/cf/s2k-osf1.mc U src/contrib/sendmail/cf/cf/s2k-ultrix4.mc U src/contrib/sendmail/cf/cf/tcpproto.mc U src/contrib/sendmail/cf/cf/ucbarpa.mc U src/contrib/sendmail/cf/cf/ucbvax.mc U src/contrib/sendmail/cf/cf/uucpproto.mc U src/contrib/sendmail/cf/cf/vangogh.cs.mc U src/contrib/sendmail/cf/domain/Berkeley.EDU.m4 U src/contrib/sendmail/cf/domain/CS.Berkeley.EDU.m4 U src/contrib/sendmail/cf/domain/EECS.Berkeley.EDU.m4 U src/contrib/sendmail/cf/domain/S2K.Berkeley.EDU.m4 U src/contrib/sendmail/cf/domain/generic.m4 U src/contrib/sendmail/cf/domain/berkeley-only.m4 U src/contrib/sendmail/cf/feature/accept_unqualified_senders.m4 U src/contrib/sendmail/cf/feature/accept_unresolvable_domains.m4 U src/contrib/sendmail/cf/feature/access_db.m4 U src/contrib/sendmail/cf/feature/allmasquerade.m4 U src/contrib/sendmail/cf/feature/always_add_domain.m4 U src/contrib/sendmail/cf/feature/bestmx_is_local.m4 U src/contrib/sendmail/cf/feature/bitdomain.m4 U src/contrib/sendmail/cf/feature/blacklist_recipients.m4 U src/contrib/sendmail/cf/feature/delay_checks.m4 U src/contrib/sendmail/cf/feature/dnsbl.m4 U src/contrib/sendmail/cf/feature/domaintable.m4 U src/contrib/sendmail/cf/feature/generics_entire_domain.m4 U src/contrib/sendmail/cf/feature/genericstable.m4 U src/contrib/sendmail/cf/feature/ldap_routing.m4 U src/contrib/sendmail/cf/feature/limited_masquerade.m4 U src/contrib/sendmail/cf/feature/local_lmtp.m4 U src/contrib/sendmail/cf/feature/rbl.m4 U src/contrib/sendmail/cf/feature/local_procmail.m4 U src/contrib/sendmail/cf/feature/loose_relay_check.m4 U src/contrib/sendmail/cf/feature/mailertable.m4 U src/contrib/sendmail/cf/feature/masquerade_entire_domain.m4 U src/contrib/sendmail/cf/feature/masquerade_envelope.m4 U src/contrib/sendmail/cf/feature/no_default_msa.m4 U src/contrib/sendmail/cf/feature/nocanonify.m4 U src/contrib/sendmail/cf/feature/nodns.m4 U src/contrib/sendmail/cf/feature/notsticky.m4 U src/contrib/sendmail/cf/feature/nouucp.m4 U src/contrib/sendmail/cf/feature/nullclient.m4 U src/contrib/sendmail/cf/feature/promiscuous_relay.m4 U src/contrib/sendmail/cf/feature/redirect.m4 U src/contrib/sendmail/cf/feature/relay_based_on_MX.m4 U src/contrib/sendmail/cf/feature/relay_entire_domain.m4 U src/contrib/sendmail/cf/feature/relay_hosts_only.m4 U src/contrib/sendmail/cf/feature/relay_local_from.m4 U src/contrib/sendmail/cf/feature/relay_mail_from.m4 U src/contrib/sendmail/cf/feature/smrsh.m4 U src/contrib/sendmail/cf/feature/stickyhost.m4 U src/contrib/sendmail/cf/feature/use_ct_file.m4 U src/contrib/sendmail/cf/feature/use_cw_file.m4 U src/contrib/sendmail/cf/feature/uucpdomain.m4 U src/contrib/sendmail/cf/feature/virtuser_entire_domain.m4 U src/contrib/sendmail/cf/feature/virtusertable.m4 U src/contrib/sendmail/cf/hack/cssubdomain.m4 U src/contrib/sendmail/cf/m4/cf.m4 U src/contrib/sendmail/cf/m4/cfhead.m4 U src/contrib/sendmail/cf/m4/proto.m4 U src/contrib/sendmail/cf/m4/version.m4 U src/contrib/sendmail/cf/mailer/cyrus.m4 U src/contrib/sendmail/cf/mailer/fax.m4 U src/contrib/sendmail/cf/mailer/local.m4 U src/contrib/sendmail/cf/mailer/mail11.m4 U src/contrib/sendmail/cf/mailer/phquery.m4 U src/contrib/sendmail/cf/mailer/pop.m4 U src/contrib/sendmail/cf/mailer/procmail.m4 U src/contrib/sendmail/cf/mailer/qpage.m4 U src/contrib/sendmail/cf/mailer/smtp.m4 U src/contrib/sendmail/cf/mailer/usenet.m4 U src/contrib/sendmail/cf/mailer/uucp.m4 U src/contrib/sendmail/cf/ostype/aix2.m4 U src/contrib/sendmail/cf/ostype/aix3.m4 U src/contrib/sendmail/cf/ostype/aix4.m4 N src/contrib/sendmail/cf/ostype/aix5.m4 U src/contrib/sendmail/cf/ostype/altos.m4 U src/contrib/sendmail/cf/ostype/amdahl-uts.m4 U src/contrib/sendmail/cf/ostype/aux.m4 U src/contrib/sendmail/cf/ostype/bsd4.3.m4 U src/contrib/sendmail/cf/ostype/bsd4.4.m4 U src/contrib/sendmail/cf/ostype/bsdi.m4 U src/contrib/sendmail/cf/ostype/bsdi1.0.m4 U src/contrib/sendmail/cf/ostype/bsdi2.0.m4 U src/contrib/sendmail/cf/ostype/darwin.m4 U src/contrib/sendmail/cf/ostype/dgux.m4 U src/contrib/sendmail/cf/ostype/domainos.m4 U src/contrib/sendmail/cf/ostype/dynix3.2.m4 U src/contrib/sendmail/cf/ostype/gnu.m4 U src/contrib/sendmail/cf/ostype/hpux10.m4 U src/contrib/sendmail/cf/ostype/hpux11.m4 U src/contrib/sendmail/cf/ostype/hpux9.m4 U src/contrib/sendmail/cf/ostype/irix4.m4 U src/contrib/sendmail/cf/ostype/irix5.m4 U src/contrib/sendmail/cf/ostype/irix6.m4 U src/contrib/sendmail/cf/ostype/isc4.1.m4 U src/contrib/sendmail/cf/ostype/linux.m4 U src/contrib/sendmail/cf/ostype/osf1.m4 U src/contrib/sendmail/cf/ostype/maxion.m4 U src/contrib/sendmail/cf/ostype/mklinux.m4 U src/contrib/sendmail/cf/ostype/nextstep.m4 U src/contrib/sendmail/cf/ostype/openbsd.m4 U src/contrib/sendmail/cf/ostype/powerux.m4 U src/contrib/sendmail/cf/ostype/ptx2.m4 U src/contrib/sendmail/cf/ostype/qnx.m4 U src/contrib/sendmail/cf/ostype/riscos4.5.m4 U src/contrib/sendmail/cf/ostype/sco-uw-2.1.m4 U src/contrib/sendmail/cf/ostype/sco3.2.m4 U src/contrib/sendmail/cf/ostype/sinix.m4 U src/contrib/sendmail/cf/ostype/solaris2.m4 U src/contrib/sendmail/cf/ostype/solaris2.ml.m4 U src/contrib/sendmail/cf/ostype/solaris2.pre5.m4 U src/contrib/sendmail/cf/ostype/solaris8.m4 U src/contrib/sendmail/cf/ostype/sunos3.5.m4 U src/contrib/sendmail/cf/ostype/sunos4.1.m4 U src/contrib/sendmail/cf/ostype/svr4.m4 U src/contrib/sendmail/cf/ostype/ultrix4.m4 U src/contrib/sendmail/cf/ostype/unixware7.m4 U src/contrib/sendmail/cf/ostype/unknown.m4 U src/contrib/sendmail/cf/ostype/uxpds.m4 U src/contrib/sendmail/cf/sh/makeinfo.sh U src/contrib/sendmail/cf/siteconfig/uucp.cogsci.m4 U src/contrib/sendmail/cf/siteconfig/uucp.old.arpa.m4 U src/contrib/sendmail/cf/siteconfig/uucp.ucbarpa.m4 U src/contrib/sendmail/cf/siteconfig/uucp.ucbvax.m4 U src/contrib/sendmail/praliases/Makefile U src/contrib/sendmail/praliases/Makefile.m4 U src/contrib/sendmail/praliases/praliases.8 C src/contrib/sendmail/praliases/praliases.c U src/contrib/sendmail/rmail/Makefile U src/contrib/sendmail/rmail/Makefile.m4 U src/contrib/sendmail/rmail/rmail.8 C src/contrib/sendmail/rmail/rmail.c U src/contrib/sendmail/contrib/README U src/contrib/sendmail/contrib/bitdomain.c U src/contrib/sendmail/contrib/bounce-resender.pl U src/contrib/sendmail/contrib/bsdi.mc N src/contrib/sendmail/contrib/buildvirtuser U src/contrib/sendmail/contrib/cidrexpand U src/contrib/sendmail/contrib/domainmap.m4 U src/contrib/sendmail/contrib/doublebounce.pl U src/contrib/sendmail/contrib/etrn.pl U src/contrib/sendmail/contrib/expn.pl U src/contrib/sendmail/contrib/link_hash.sh U src/contrib/sendmail/contrib/mail.local.linux U src/contrib/sendmail/contrib/mailprio U src/contrib/sendmail/contrib/mh.patch U src/contrib/sendmail/contrib/mmuegel U src/contrib/sendmail/contrib/movemail.conf U src/contrib/sendmail/contrib/movemail.pl U src/contrib/sendmail/contrib/oldbind.compat.c U src/contrib/sendmail/contrib/passwd-to-alias.pl U src/contrib/sendmail/contrib/qtool.pl U src/contrib/sendmail/contrib/qtool.8 U src/contrib/sendmail/contrib/re-mqueue.pl U src/contrib/sendmail/contrib/rmail.oldsys.patch U src/contrib/sendmail/contrib/smcontrol.pl U src/contrib/sendmail/libsmdb/Makefile U src/contrib/sendmail/libsmdb/Makefile.m4 U src/contrib/sendmail/libsmdb/smdb.c U src/contrib/sendmail/libsmdb/smdb1.c U src/contrib/sendmail/libsmdb/smdb2.c U src/contrib/sendmail/libsmdb/smndbm.c U src/contrib/sendmail/libmilter/Makefile U src/contrib/sendmail/libmilter/Makefile.m4 U src/contrib/sendmail/libmilter/README U src/contrib/sendmail/libmilter/comm.c U src/contrib/sendmail/libmilter/engine.c U src/contrib/sendmail/libmilter/handler.c U src/contrib/sendmail/libmilter/listener.c U src/contrib/sendmail/libmilter/main.c U src/contrib/sendmail/libmilter/libmilter.h U src/contrib/sendmail/libmilter/signal.c U src/contrib/sendmail/libmilter/sm_gethost.c U src/contrib/sendmail/libmilter/smfi.c U src/contrib/sendmail/vacation/Makefile U src/contrib/sendmail/vacation/Makefile.m4 U src/contrib/sendmail/vacation/vacation.1 U src/contrib/sendmail/vacation/vacation.c 15 conflicts created by this import. Use the following command to help the merge: cvs checkout -jSENDMAIL:yesterday -jSENDMAIL src/contrib/sendmail To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 21 14:22: 8 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E924D37B401; Sun, 21 Jan 2001 14:21:43 -0800 (PST) Received: (from gshapiro@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0LMLhp15525; Sun, 21 Jan 2001 14:21:43 -0800 (PST) (envelope-from gshapiro) Message-Id: <200101212221.f0LMLhp15525@freefall.freebsd.org> From: Gregory Neil Shapiro Date: Sun, 21 Jan 2001 14:21:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/sendmail/mail.local mail.local.8 mail.local.c src/contrib/sendmail/makemap makemap.c src/contrib/sendmail/praliases praliases.c src/contrib/sendmail/rmail rmail.c src/contrib/sendmail/smrsh smrsh.8 smrsh.c ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG gshapiro 2001/01/21 14:21:43 PST Modified files: contrib/sendmail/mail.local mail.local.8 mail.local.c contrib/sendmail/makemap makemap.c contrib/sendmail/praliases praliases.c contrib/sendmail/rmail rmail.c contrib/sendmail/smrsh smrsh.8 smrsh.c contrib/sendmail/src aliases.5 conf.c conf.h headers.c mailq.1 mci.c savemail.c sendmail.8 Log: Repair 8.11.2 merge conflicts Revision Changes Path 1.8 +6 -4 src/contrib/sendmail/mail.local/mail.local.8 1.11 +4 -4 src/contrib/sendmail/mail.local/mail.local.c 1.6 +21 -24 src/contrib/sendmail/makemap/makemap.c 1.5 +24 -21 src/contrib/sendmail/praliases/praliases.c 1.7 +3 -4 src/contrib/sendmail/rmail/rmail.c 1.5 +7 -6 src/contrib/sendmail/smrsh/smrsh.8 1.6 +7 -3 src/contrib/sendmail/smrsh/smrsh.c 1.5 +4 -4 src/contrib/sendmail/src/aliases.5 1.8 +77 -39 src/contrib/sendmail/src/conf.c 1.11 +14 -4 src/contrib/sendmail/src/conf.h 1.7 +44 -27 src/contrib/sendmail/src/headers.c 1.7 +4 -4 src/contrib/sendmail/src/mailq.1 1.5 +10 -8 src/contrib/sendmail/src/mci.c 1.7 +11 -3 src/contrib/sendmail/src/savemail.c 1.6 +4 -4 src/contrib/sendmail/src/sendmail.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 21 14:22:54 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 61FAE37B402; Sun, 21 Jan 2001 14:22:31 -0800 (PST) Received: (from gshapiro@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0LMMVb15671; Sun, 21 Jan 2001 14:22:31 -0800 (PST) (envelope-from gshapiro) Message-Id: <200101212222.f0LMMVb15671@freefall.freebsd.org> From: Gregory Neil Shapiro Date: Sun, 21 Jan 2001 14:22:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/sendmail FREEBSD-upgrade X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG gshapiro 2001/01/21 14:22:31 PST Modified files: contrib/sendmail FREEBSD-upgrade Log: Update FreeBSD import README Revision Changes Path 1.3 +20 -5 src/contrib/sendmail/FREEBSD-upgrade To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 21 14:23:29 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CE92937B401; Sun, 21 Jan 2001 14:23:11 -0800 (PST) Received: (from des@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0LMNBv15875; Sun, 21 Jan 2001 14:23:11 -0800 (PST) (envelope-from des) Message-Id: <200101212223.f0LMNBv15875@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Sun, 21 Jan 2001 14:23:11 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha pmap.c src/sys/i386/i386 pmap.c src/sys/ia64/ia64 pmap.c src/sys/kern uipc_socket.c src/sys/netinet in_pcb.c src/sys/netinet6 in6_pcb.c src/sys/vm vm_zone.c vm_zone.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG des 2001/01/21 14:23:11 PST Modified files: sys/alpha/alpha pmap.c sys/i386/i386 pmap.c sys/ia64/ia64 pmap.c sys/kern uipc_socket.c sys/netinet in_pcb.c sys/netinet6 in6_pcb.c sys/vm vm_zone.c vm_zone.h Log: First step towards an MP-safe zone allocator: - have zalloc() and zfree() always lock the vm_zone. - remove zalloci() and zfreei(), which are now redundant. Reviewed by: bmilekic, jasone Revision Changes Path 1.47 +3 -3 src/sys/alpha/alpha/pmap.c 1.270 +3 -3 src/sys/i386/i386/pmap.c 1.11 +4 -4 src/sys/ia64/ia64/pmap.c 1.87 +3 -3 src/sys/kern/uipc_socket.c 1.72 +3 -3 src/sys/netinet/in_pcb.c 1.14 +2 -2 src/sys/netinet6/in6_pcb.c 1.37 +6 -41 src/sys/vm/vm_zone.c 1.15 +1 -4 src/sys/vm/vm_zone.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 21 14:25: 2 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 40B9037B401; Sun, 21 Jan 2001 14:24:38 -0800 (PST) Received: (from gshapiro@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0LMOc716000; Sun, 21 Jan 2001 14:24:38 -0800 (PST) (envelope-from gshapiro) Message-Id: <200101212224.f0LMOc716000@freefall.freebsd.org> From: Gregory Neil Shapiro Date: Sun, 21 Jan 2001 14:24:38 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/texts/alpha RELNOTES.TXT src/release/texts/i386 RELNOTES.TXT X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG gshapiro 2001/01/21 14:24:38 PST Modified files: release/texts/alpha RELNOTES.TXT release/texts/i386 RELNOTES.TXT Log: sendmail 8.11.2 has been imported Revision Changes Path 1.117 +2 -2 src/release/texts/alpha/RELNOTES.TXT 1.191 +2 -2 src/release/texts/i386/RELNOTES.TXT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 21 14:33:12 2001 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 DA34837B402 for ; Sun, 21 Jan 2001 14:32:54 -0800 (PST) Received: by elvis.mu.org (Postfix, from userid 1098) id 63D3F2B4EA; Sun, 21 Jan 2001 16:32:44 -0600 (CST) Date: Sun, 21 Jan 2001 16:32:44 -0600 From: Bill Fumerola To: "Alexandr A. Listopad" Cc: "Donald J . Maddox" , "Pierre Y. Dampure" , cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/net/net-snmp Makefile distinfo pkg-plistports/net/net-snmp/files patch-ao patch-ap patch-aa patch-adpatch-ah patch-ak patch-am patch-an Message-ID: <20010121163244.R57121@elvis.mu.org> References: <200101180958.f0I9wVt04441@freefall.freebsd.org> <3A6ACB0A.780E539A@westmarsh.com> <20010121055049.Q57121@elvis.mu.org> <20010121065731.A904@cae88-102-101.sc.rr.com> <20010121150531.A89775@laa.zp.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010121150531.A89775@laa.zp.ua>; from laa@laa.zp.ua on Sun, Jan 21, 2001 at 03:05:31PM +0200 X-Operating-System: FreeBSD 4.2-FEARSOME-20001103 i386 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Jan 21, 2001 at 03:05:31PM +0200, Alexandr A. Listopad wrote: > # $FreeBSD: ports/net/net-snmp/Makefile,v 1.52 2001/01/18 09:58:30 billf Exp $ > # > > PORTNAME= ucd-snmp > PORTVERSION= 4.2 > CATEGORIES= net ipv6 > > Why the old PORTNAME still there? Because net-snmp really hasn't made a release since they moved. The project itself is now called net-snmp, but the software that has been released(before they moved) is still ucd-snmp. -- Bill Fumerola - security yahoo / Yahoo! inc. - fumerola@yahoo-inc.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 Sun Jan 21 14:35: 2 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BB4EC37B402; Sun, 21 Jan 2001 14:34:43 -0800 (PST) Received: (from jasone@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0LMYh716794; Sun, 21 Jan 2001 14:34:43 -0800 (PST) (envelope-from jasone) Message-Id: <200101212234.f0LMYh716794@freefall.freebsd.org> From: Jason Evans Date: Sun, 21 Jan 2001 14:34:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/include mutex.h src/sys/i386/include mutex.h src/sys/kern kern_mutex.c src/sys/net if.c src/sys/sys mutex.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jasone 2001/01/21 14:34:43 PST Modified files: sys/alpha/include mutex.h sys/i386/include mutex.h sys/kern kern_mutex.c sys/net if.c sys/sys mutex.h Log: Move most of sys/mutex.h into kern/kern_mutex.c, thereby making the mutex inline functions non-inlined. Hide parts of the mutex implementation that should not be exposed. Make sure that WITNESS code is not executed during boot until the mutexes are fully initialized by SI_SUB_MUTEX (the original motivation for this commit). Submitted by: peter Revision Changes Path 1.17 +7 -1 src/sys/alpha/include/mutex.h 1.26 +7 -1 src/sys/i386/include/mutex.h 1.36 +389 -76 src/sys/kern/kern_mutex.c 1.97 +3 -2 src/sys/net/if.c 1.20 +34 -369 src/sys/sys/mutex.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 21 14:43:26 2001 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 3D3D037B401; Sun, 21 Jan 2001 14:43:06 -0800 (PST) Received: from dakar-02.budapest.interware.hu ([195.70.51.66] helo=elischer.org) by mail.interware.hu with esmtp (Exim 3.16 #1 (Debian)) id 14KTCS-0006MK-00; Sun, 21 Jan 2001 23:43:04 +0100 Message-ID: <3A6B6581.E8FFB917@elischer.org> Date: Sun, 21 Jan 2001 14:41:05 -0800 From: Julian Elischer X-Mailer: Mozilla 4.7 [en] (X11; U; FreeBSD 5.0-CURRENT i386) X-Accept-Language: en, hu MIME-Version: 1.0 To: Jason Evans Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/alpha/include mutex.h src/sys/i386/includemutex.h src/sys/kern kern_mutex.c src/sys/net if.c src/sys/sysmutex.h References: <200101212234.f0LMYh716794@freefall.freebsd.org> Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Jason Evans wrote: > > jasone 2001/01/21 14:34:43 PST > > Modified files: > sys/alpha/include mutex.h > sys/i386/include mutex.h > sys/kern kern_mutex.c > sys/net if.c > sys/sys mutex.h > Log: > Move most of sys/mutex.h into kern/kern_mutex.c, thereby making the mutex > inline functions non-inlined. Hide parts of the mutex implementation that > should not be exposed. hmmm how much performance difference is there in doing this? I presume that we lose the optimisation of gcc removing all the unused paths and tests when the arguments include constants. (I guess this can be regained by giving differnt kinds of mutexes different names.) (haven't checked the files, hope I understand what was done correnctly) What is the reasoning? (not complaining, just curious) > > Make sure that WITNESS code is not executed during boot until the mutexes > are fully initialized by SI_SUB_MUTEX (the original motivation for this > commit). > > Submitted by: peter > > Revision Changes Path > 1.17 +7 -1 src/sys/alpha/include/mutex.h > 1.26 +7 -1 src/sys/i386/include/mutex.h > 1.36 +389 -76 src/sys/kern/kern_mutex.c > 1.97 +3 -2 src/sys/net/if.c > 1.20 +34 -369 src/sys/sys/mutex.h -- __--_|\ Julian Elischer / \ julian@elischer.org ( OZ ) World tour 2000 ---> X_.---._/ from Perth, 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 Jan 21 14:54:30 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D572D37B402; Sun, 21 Jan 2001 14:54:08 -0800 (PST) Received: (from trevor@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0LMs8d18089; Sun, 21 Jan 2001 14:54:08 -0800 (PST) (envelope-from trevor) Message-Id: <200101212254.f0LMs8d18089@freefall.freebsd.org> From: Trevor Johnson Date: Sun, 21 Jan 2001 14:54:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/qiv Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG trevor 2001/01/21 14:54:08 PST Modified files: graphics/qiv Makefile distinfo Log: Update to 1.6. Revision Changes Path 1.16 +5 -2 ports/graphics/qiv/Makefile 1.7 +1 -1 ports/graphics/qiv/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 21 14:58:20 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4ACEC37B402; Sun, 21 Jan 2001 14:57:57 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0LMvvI18542; Sun, 21 Jan 2001 14:57:57 -0800 (PST) (envelope-from phk) Message-Id: <200101212257.f0LMvvI18542@freefall.freebsd.org> From: Poul-Henning Kamp Date: Sun, 21 Jan 2001 14:57:57 -0800 (PST) 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 2001/01/21 14:57:57 PST Modified files: sys/dev/md md.c Log: General cleanup. Revision Changes Path 1.22 +34 -54 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 Sun Jan 21 15:19:45 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 221AE37B400; Sun, 21 Jan 2001 15:19:27 -0800 (PST) Received: (from trevor@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0LNJRS22226; Sun, 21 Jan 2001 15:19:27 -0800 (PST) (envelope-from trevor) Message-Id: <200101212319.f0LNJRS22226@freefall.freebsd.org> From: Trevor Johnson Date: Sun, 21 Jan 2001 15:19:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/opmixer distinfo Makefile pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG trevor 2001/01/21 15:19:26 PST Modified files: audio/opmixer distinfo Makefile pkg-descr Log: Update to 0.60. Change master site. Remove home page. Revision Changes Path 1.3 +1 -1 ports/audio/opmixer/distinfo 1.6 +4 -5 ports/audio/opmixer/Makefile 1.2 +0 -2 ports/audio/opmixer/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 Jan 21 15:32:24 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D4C6E37B402; Sun, 21 Jan 2001 15:32:00 -0800 (PST) Received: (from julian@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0LNW0x23073; Sun, 21 Jan 2001 15:32:00 -0800 (PST) (envelope-from julian) Message-Id: <200101212332.f0LNW0x23073@freefall.freebsd.org> From: Julian Elischer Date: Sun, 21 Jan 2001 15:32:00 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netgraph ng_base.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG julian 2001/01/21 15:32:00 PST Modified files: sys/netgraph ng_base.c Log: remove stupid braino (recursive mutex) tripped over by: PHK Revision Changes Path 1.39 +21 -17 src/sys/netgraph/ng_base.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 21 15:45: 1 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 284A237B400; Sun, 21 Jan 2001 15:44:42 -0800 (PST) Received: (from jkh@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0LNigo23929; Sun, 21 Jan 2001 15:44:42 -0800 (PST) (envelope-from jkh) Message-Id: <200101212344.f0LNigo23929@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Sun, 21 Jan 2001 15:44:42 -0800 (PST) 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 jkh 2001/01/21 15:44:41 PST Modified files: . Makefile.inc1 Log: Also add some timing information for kernel builds so that it's easy to do "make world kernel |grep -e '^>>>'" and get a complete event log. Revision Changes Path 1.182 +6 -3 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 Jan 21 16:56:40 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9E26237B400; Sun, 21 Jan 2001 16:56:21 -0800 (PST) Received: (from nakai@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0M0uLg31315; Sun, 21 Jan 2001 16:56:21 -0800 (PST) (envelope-from nakai) Message-Id: <200101220056.f0M0uLg31315@freefall.freebsd.org> From: Yukihiro Nakai Date: Sun, 21 Jan 2001 16:56:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/emulators/snes9x Makefile ports/emulators/snes9x/files patch-af X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nakai 2001/01/21 16:56:21 PST Modified files: emulators/snes9x Makefile emulators/snes9x/files patch-af Log: Add fix for 4.2-stable. Revision Changes Path 1.25 +2 -1 ports/emulators/snes9x/Makefile 1.4 +41 -33 ports/emulators/snes9x/files/patch-af To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 21 17:23:42 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E527037B400; Sun, 21 Jan 2001 17:23:18 -0800 (PST) Received: (from reg@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0M1NId35815; Sun, 21 Jan 2001 17:23:18 -0800 (PST) (envelope-from reg) Message-Id: <200101220123.f0M1NId35815@freefall.freebsd.org> From: Jeremy Lea Date: Sun, 21 Jan 2001 17:23:18 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/mozilla Makefile pkg-comment pkg-descr pkg-plist ports/www/mozilla/files patch-ao patch-ap patch-aq patch-mi patch-qt patch-an X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG reg 2001/01/21 17:23:18 PST Modified files: www/mozilla Makefile pkg-comment pkg-descr pkg-plist www/mozilla/files patch-mi patch-qt Added files: www/mozilla/files patch-ao patch-ap patch-aq Removed files: www/mozilla/files patch-an Log: Add PSM support. Submitted by: nsayer Remove use of libgcc_r, since it was so uncerimoniously removed. If this doesn't work on -stable, then -stable is broken, and someone needs to fix it... Submitted by: Roman Shterenzon Use sched_getpriority_max(), instead of hard coded value. Submitted by: Peter Haight , dufault Revise pkg-comment and pkg-descr. PR: 24296 Submitted by: roam Enable SVG support, and disable C++ exceptions (since they will only slow things down). Revision Changes Path 1.55 +8 -6 ports/www/mozilla/Makefile 1.7 +1 -1 ports/www/mozilla/pkg-comment 1.19 +17 -3 ports/www/mozilla/pkg-descr 1.32 +26 -0 ports/www/mozilla/pkg-plist 1.4 +1 -1 ports/www/mozilla/files/patch-mi 1.5 +1 -1 ports/www/mozilla/files/patch-qt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 21 17:36:48 2001 Delivered-To: cvs-all@freebsd.org Received: from moby.geekhouse.net (moby.geekhouse.net [64.81.6.36]) by hub.freebsd.org (Postfix) with ESMTP id 4F76A37B402; Sun, 21 Jan 2001 17:36:20 -0800 (PST) Received: from laptop.baldwin.cx (john@dhcp150.geekhouse.net [192.168.1.150]) by moby.geekhouse.net (8.11.0/8.9.3) with ESMTP id f0M1ehs78892; Sun, 21 Jan 2001 17:40:43 -0800 (PST) (envelope-from jhb@FreeBSD.org) Message-ID: 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: <3A6B6581.E8FFB917@elischer.org> Date: Sun, 21 Jan 2001 17:36:15 -0800 (PST) From: John Baldwin To: Julian Elischer Subject: Re: cvs commit: src/sys/alpha/include mutex.h src/sys/i386/inclu Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, Jason Evans Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 21-Jan-01 Julian Elischer wrote: > Jason Evans wrote: >> >> jasone 2001/01/21 14:34:43 PST >> >> Modified files: >> sys/alpha/include mutex.h >> sys/i386/include mutex.h >> sys/kern kern_mutex.c >> sys/net if.c >> sys/sys mutex.h >> Log: >> Move most of sys/mutex.h into kern/kern_mutex.c, thereby making the mutex >> inline functions non-inlined. Hide parts of the mutex implementation that >> should not be exposed. > > hmmm how much performance difference is there in doing this? > I presume that we lose the optimisation of gcc removing all the unused paths > and tests when the arguments include constants. (I guess this can be > regained by giving differnt kinds of mutexes different names.) > (haven't checked the files, hope I understand what was done correnctly) The flags are going away most likely in the future, resulting in only 1 runtime check to see if the mutex is a spin or sleep mutex. > What is the reasoning? (not complaining, just curious) Inlining all of these can bloat the kernel unfortunately. Jason estimated 650kb of extra code in a non-debug kernel from this when we hit 5.0. -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.baldwin.cx/~john/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 Sun Jan 21 17:44: 4 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D456437B404; Sun, 21 Jan 2001 17:43:46 -0800 (PST) Received: (from brian@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0M1hk937691; Sun, 21 Jan 2001 17:43:46 -0800 (PST) (envelope-from brian) Message-Id: <200101220143.f0M1hk937691@freefall.freebsd.org> From: Brian Somers Date: Sun, 21 Jan 2001 17:43:46 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp ipcp.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG brian 2001/01/21 17:43:46 PST Modified files: usr.sbin/ppp ipcp.c Log: Handle SECDNS being rejected when PRIDNS is not Submitted by: OGAWA Takaya PR: 24518 Revision Changes Path 1.101 +6 -3 src/usr.sbin/ppp/ipcp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 21 17:44:48 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DF8C937B400; Sun, 21 Jan 2001 17:44:25 -0800 (PST) Received: (from brian@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0M1iPi37793; Sun, 21 Jan 2001 17:44:25 -0800 (PST) (envelope-from brian) Message-Id: <200101220144.f0M1iPi37793@freefall.freebsd.org> From: Brian Somers Date: Sun, 21 Jan 2001 17:44:25 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp ipcp.c X-FreeBSD-CVS-Branch: NETGRAPH Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG brian 2001/01/21 17:44:25 PST Modified files: (Branch: NETGRAPH) usr.sbin/ppp ipcp.c Log: MFC: Handle SECDNS being rejected when PRIDNS is not Revision Changes Path 1.100.2.1 +6 -3 src/usr.sbin/ppp/ipcp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 21 17:55:14 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DDDA337B401; Sun, 21 Jan 2001 17:54:52 -0800 (PST) Received: (from babkin@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0M1sqV38689; Sun, 21 Jan 2001 17:54:52 -0800 (PST) (envelope-from babkin) Message-Id: <200101220154.f0M1sqV38689@freefall.freebsd.org> From: Sergey Babkin Date: Sun, 21 Jan 2001 17:54:52 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/cron/cron cron.8 cron.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG babkin 2001/01/21 17:54:52 PST Modified files: usr.sbin/cron/cron cron.8 cron.c Log: Made the special handling of the daylight time switches optional, enabled by the option "-s" (for dSt). This returned the default behavior to its original form. The new option name is not "-d" because that would cause associations with "debug" and cron already has "-x" for debugging, so this would cause confusion. Revision Changes Path 1.11 +11 -3 src/usr.sbin/cron/cron/cron.8 1.11 +10 -5 src/usr.sbin/cron/cron/cron.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 21 18: 4: 5 2001 Delivered-To: cvs-all@freebsd.org Received: from mobile.wemm.org (c1315225-a.plstn1.sfba.home.com [65.0.135.147]) by hub.freebsd.org (Postfix) with ESMTP id A021B37B699; Sun, 21 Jan 2001 18:03:40 -0800 (PST) Received: from netplex.com.au (localhost [127.0.0.1]) by mobile.wemm.org (8.11.1/8.11.1) with ESMTP id f0M23ek09758; Sun, 21 Jan 2001 18:03:40 -0800 (PST) (envelope-from peter@netplex.com.au) Message-Id: <200101220203.f0M23ek09758@mobile.wemm.org> X-Mailer: exmh version 2.2 06/23/2000 with nmh-1.0.4 To: John Baldwin Cc: Julian Elischer , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, Jason Evans Subject: Re: cvs commit: src/sys/alpha/include mutex.h src/sys/i386/inclu In-Reply-To: Date: Sun, 21 Jan 2001 18:03:40 -0800 From: Peter Wemm Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG John Baldwin wrote: > On 21-Jan-01 Julian Elischer wrote: > > What is the reasoning? (not complaining, just curious) > > Inlining all of these can bloat the kernel unfortunately. Jason estimated > 650kb of extra code in a non-debug kernel from this when we hit 5.0. There is a crossover point between cost of burning up L1 and L2 cache compared to the cost of a function call. Inlining usually increases the speed of microbenchmarks that are focussed on one particular subsystem, but at the overall expense of the rest of the system as there is now less cache to go around. This shows up in things like having microbenchmarks going slightly faster but slowing down things like 'make world' etc. There are lots of pros and cons each way. But right now with all this inlined it is quite difficult to debug as there is no stack frame. When some random blob of code faults it can be quite a mystery to figure out where the hell you are in ddb unless you have a very good recognition of what all the inline generated code looks like. This may not be the final form, but at least it gives us less headaches trying to do debugging. And debugging is something that we need no extra pain over right 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 Sun Jan 21 18: 5:37 2001 Delivered-To: cvs-all@freebsd.org Received: from bsdone.bsdwins.com (www.bsdwins.com [192.58.184.33]) by hub.freebsd.org (Postfix) with ESMTP id 98FB237B400; Sun, 21 Jan 2001 18:05:09 -0800 (PST) Received: (from jwd@localhost) by bsdone.bsdwins.com (8.11.1/8.11.0) id f0M23cw04707; Sun, 21 Jan 2001 21:03:38 -0500 (EST) (envelope-from jwd) Date: Sun, 21 Jan 2001 21:03:38 -0500 From: "John W. De Boskey" To: Alfred Perlstein Cc: Dag-Erling Smorgrav , Valentin Nechayev , John Baldwin , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/sysinstall Makefile Message-ID: <20010121210338.A4447@bsdwins.com> References: <200101191301.PAQ80768@burka.carrier.kiev.ua> <20010119052823.A7240@fw.wintelcom.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010119052823.A7240@fw.wintelcom.net>; from bright@wintelcom.net on Fri, Jan 19, 2001 at 05:28:23AM -0800 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG A few comments below.. ----- Alfred Perlstein's Original Message ----- > * Dag-Erling Smorgrav [010119 05:18] wrote: > > netch@carrier.kiev.ua (Valentin Nechayev) writes: > > > sysinstall is extremely valuable to fix system in cases when it is damaged. > > > > Not really. Except for beginning users, I don't see a use for > > sysinstall once installation is complete. > > I usually try to be manly and use fdisk+disklabel+newfs to setup > a new disk, lately I've been more successful at it, but it sure is > a lot less fun that just getting it done in under a minute with > sysinstall. I almost never use sysinstall... fdisk is simple to use. newfs is simply to use. disklabel is a pain if you want to break a disk up into more than two partitions (at least for me). Given that the label editor seems to really be in question here, what if we allowed a form similar to the following: # size offset fstype [fsize bsize bps/cpg] a: 512m 0 4.2BSD 1024 8192 16 # b: 512m 524288 swap # c: 4192902 0 unused 0 0 # (Cyl. 0 - 260*) e: 1g 0 4.2BSD 1024 8192 16 # f: -1 0 4.2BSD 1024 8192 16 # Where we auto calculate offsets, and the size of the partition with size -1 is the 'rest' of the disk? Except for the interactiveness of sysinstall, it's basically what sysinstall is doing. Also, the info in the handbook is rather small... A nice webpage with good examples would be worth many hours of email discussion over what the best way to do this interactively is. > It's too bad that sysinstall's diskeditor isn't a standalone program. -John To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 21 18:13:16 2001 Delivered-To: cvs-all@freebsd.org Received: from harmony.village.org (rover.village.org [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id D8A4637B400; Sun, 21 Jan 2001 18:12:54 -0800 (PST) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.11.1/8.11.1) with ESMTP id f0M2CF903822; Sun, 21 Jan 2001 19:12:15 -0700 (MST) (envelope-from imp@harmony.village.org) Message-Id: <200101220212.f0M2CF903822@harmony.village.org> To: "John W. De Boskey" Subject: Re: cvs commit: src/usr.sbin/sysinstall Makefile Cc: Alfred Perlstein , Dag-Erling Smorgrav , Valentin Nechayev , John Baldwin , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Sun, 21 Jan 2001 21:03:38 EST." <20010121210338.A4447@bsdwins.com> References: <20010121210338.A4447@bsdwins.com> <200101191301.PAQ80768@burka.carrier.kiev.ua> <20010119052823.A7240@fw.wintelcom.net> Date: Sun, 21 Jan 2001 19:12:14 -0700 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <20010121210338.A4447@bsdwins.com> "John W. De Boskey" writes: : A few comments below.. : Given that the label editor seems to really be in question here, : what if we allowed a form similar to the following: I have patches submitted by Randal Jessep that do exactly what you want. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 21 19:10:45 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D3E3837B698; Sun, 21 Jan 2001 19:10:17 -0800 (PST) Received: (from horikawa@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0M3AHF49510; Sun, 21 Jan 2001 19:10:17 -0800 (PST) (envelope-from horikawa) Message-Id: <200101220310.f0M3AHF49510@freefall.freebsd.org> From: Kazuo Horikawa Date: Sun, 21 Jan 2001 19:10:17 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/man/man1 calendar.1 chmod.1 cksum.1 date.1 fdwrite.1 find.1 fontedit.1 lint.1 lpr.1 mail.1 make.1 ncal.1 pkg_add.1 pkg_create.1 pkg_delete.1 rdist.1 rlogin.1 rtld.1 rup.1 rusers.1 rwall.1 sed.1 sh.1 sockstat.1 vt220keys.1 vttest.1 ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG horikawa 2001/01/21 19:10:17 PST Modified files: ja_JP.eucJP/man/man1 calendar.1 chmod.1 cksum.1 date.1 fdwrite.1 find.1 fontedit.1 lint.1 lpr.1 mail.1 make.1 ncal.1 pkg_add.1 pkg_create.1 pkg_delete.1 rdist.1 rlogin.1 rtld.1 rup.1 rusers.1 rwall.1 sed.1 sh.1 sockstat.1 vt220keys.1 vttest.1 ja_JP.eucJP/man/man5 crontab.5 editrc.5 exports.5 gettytab.5 isdnd.rc.5 loader.conf.5 login.conf.5 procfs.5 publickey.5 pw.conf.5 rc.conf.5 termcap.5 ttys.5 ja_JP.eucJP/man/man8 apmd.8 atmarpd.8 bootpef.8 bootptest.8 ccdconfig.8 cron.8 fsdb.8 hlfsd.8 ifconfig.8 loader.4th.8 named.reload.8 named.restart.8 newfs.8 periodic.8 pstat.8 restore.8 rmuser.8 routed.8 rpc.yppasswdd.8 savecore.8 scspd.8 telnetd.8 wlconfig.8 ypxfr.8 Log: Catch up with 4.2-20010121-STABLE. Revision Changes Path 1.8 +1 -1 doc/ja_JP.eucJP/man/man1/calendar.1 1.16 +1 -1 doc/ja_JP.eucJP/man/man1/chmod.1 1.11 +2 -2 doc/ja_JP.eucJP/man/man1/cksum.1 1.23 +4 -1 doc/ja_JP.eucJP/man/man1/date.1 1.9 +1 -1 doc/ja_JP.eucJP/man/man1/fdwrite.1 1.17 +1 -1 doc/ja_JP.eucJP/man/man1/find.1 1.3 +64 -42 doc/ja_JP.eucJP/man/man1/fontedit.1 1.8 +1 -1 doc/ja_JP.eucJP/man/man1/lint.1 1.13 +3 -2 doc/ja_JP.eucJP/man/man1/lpr.1 1.16 +2 -2 doc/ja_JP.eucJP/man/man1/mail.1 1.19 +3 -3 doc/ja_JP.eucJP/man/man1/make.1 1.8 +1 -2 doc/ja_JP.eucJP/man/man1/ncal.1 1.19 +1 -1 doc/ja_JP.eucJP/man/man1/pkg_add.1 1.19 +1 -1 doc/ja_JP.eucJP/man/man1/pkg_create.1 1.12 +4 -4 doc/ja_JP.eucJP/man/man1/pkg_delete.1 1.13 +1 -1 doc/ja_JP.eucJP/man/man1/rdist.1 1.6 +2 -2 doc/ja_JP.eucJP/man/man1/rlogin.1 1.4 +1 -1 doc/ja_JP.eucJP/man/man1/rtld.1 1.7 +1 -1 doc/ja_JP.eucJP/man/man1/rup.1 1.8 +1 -1 doc/ja_JP.eucJP/man/man1/rusers.1 1.7 +1 -1 doc/ja_JP.eucJP/man/man1/rwall.1 1.11 +1 -1 doc/ja_JP.eucJP/man/man1/sed.1 1.25 +1 -1 doc/ja_JP.eucJP/man/man1/sh.1 1.10 +1 -1 doc/ja_JP.eucJP/man/man1/sockstat.1 1.4 +116 -83 doc/ja_JP.eucJP/man/man1/vt220keys.1 1.3 +15 -11 doc/ja_JP.eucJP/man/man1/vttest.1 1.10 +3 -3 doc/ja_JP.eucJP/man/man5/crontab.5 1.5 +1 -1 doc/ja_JP.eucJP/man/man5/editrc.5 1.12 +1 -1 doc/ja_JP.eucJP/man/man5/exports.5 1.13 +1 -1 doc/ja_JP.eucJP/man/man5/gettytab.5 1.11 +1 -1 doc/ja_JP.eucJP/man/man5/isdnd.rc.5 1.9 +1 -1 doc/ja_JP.eucJP/man/man5/loader.conf.5 1.17 +1 -1 doc/ja_JP.eucJP/man/man5/login.conf.5 1.7 +1 -1 doc/ja_JP.eucJP/man/man5/procfs.5 1.5 +24 -22 doc/ja_JP.eucJP/man/man5/publickey.5 1.7 +1 -1 doc/ja_JP.eucJP/man/man5/pw.conf.5 1.29 +1 -1 doc/ja_JP.eucJP/man/man5/rc.conf.5 1.11 +1 -1 doc/ja_JP.eucJP/man/man5/termcap.5 1.8 +1 -1 doc/ja_JP.eucJP/man/man5/ttys.5 1.9 +2 -1 doc/ja_JP.eucJP/man/man8/apmd.8 1.5 +123 -85 doc/ja_JP.eucJP/man/man8/atmarpd.8 1.4 +49 -38 doc/ja_JP.eucJP/man/man8/bootpef.8 1.4 +61 -60 doc/ja_JP.eucJP/man/man8/bootptest.8 1.11 +1 -1 doc/ja_JP.eucJP/man/man8/ccdconfig.8 1.7 +1 -1 doc/ja_JP.eucJP/man/man8/cron.8 1.9 +1 -1 doc/ja_JP.eucJP/man/man8/fsdb.8 1.9 +1 -1 doc/ja_JP.eucJP/man/man8/hlfsd.8 1.14 +1 -1 doc/ja_JP.eucJP/man/man8/ifconfig.8 1.7 +1 -1 doc/ja_JP.eucJP/man/man8/loader.4th.8 1.5 +15 -10 doc/ja_JP.eucJP/man/man8/named.reload.8 1.6 +16 -11 doc/ja_JP.eucJP/man/man8/named.restart.8 1.15 +2 -2 doc/ja_JP.eucJP/man/man8/newfs.8 1.10 +1 -2 doc/ja_JP.eucJP/man/man8/periodic.8 1.8 +30 -30 doc/ja_JP.eucJP/man/man8/pstat.8 1.16 +1 -1 doc/ja_JP.eucJP/man/man8/restore.8 1.9 +1 -1 doc/ja_JP.eucJP/man/man8/rmuser.8 1.13 +2 -2 doc/ja_JP.eucJP/man/man8/routed.8 1.9 +1 -1 doc/ja_JP.eucJP/man/man8/rpc.yppasswdd.8 1.6 +1 -1 doc/ja_JP.eucJP/man/man8/savecore.8 1.4 +428 -302 doc/ja_JP.eucJP/man/man8/scspd.8 1.15 +1 -1 doc/ja_JP.eucJP/man/man8/telnetd.8 1.9 +2 -1 doc/ja_JP.eucJP/man/man8/wlconfig.8 1.11 +1 -1 doc/ja_JP.eucJP/man/man8/ypxfr.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 21 19:21:13 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0C1F237B401; Sun, 21 Jan 2001 19:20:53 -0800 (PST) Received: (from horikawa@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0M3KqS50290; Sun, 21 Jan 2001 19:20:52 -0800 (PST) (envelope-from horikawa) Message-Id: <200101220320.f0M3KqS50290@freefall.freebsd.org> From: Kazuo Horikawa Date: Sun, 21 Jan 2001 19:20:52 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/man/man5 ipnat.5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG horikawa 2001/01/21 19:20:52 PST Modified files: ja_JP.eucJP/man/man5 ipnat.5 Log: Fix typo Submitted by: Hiroo ONO Revision Changes Path 1.4 +1 -1 doc/ja_JP.eucJP/man/man5/ipnat.5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 21 20:55:40 2001 Delivered-To: cvs-all@freebsd.org Received: from magnesium.net (toxic.magnesium.net [207.154.84.15]) by hub.freebsd.org (Postfix) with SMTP id 6AAF437B402 for ; Sun, 21 Jan 2001 20:55:18 -0800 (PST) Received: (qmail 70418 invoked by uid 1142); 22 Jan 2001 04:55:17 -0000 Date: 21 Jan 2001 20:55:17 -0800 Date: Sun, 21 Jan 2001 15:14:15 -0800 From: Jason Evans To: Julian Elischer Cc: Jason Evans , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/alpha/include mutex.h src/sys/i386/includemutex.h src/sys/kern kern_mutex.c src/sys/net if.c src/sys/sysmutex.h Message-ID: <20010121151415.Y69199@canonware.com> References: <200101212234.f0LMYh716794@freefall.freebsd.org> <3A6B6581.E8FFB917@elischer.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3A6B6581.E8FFB917@elischer.org>; from julian@elischer.org on Sun, Jan 21, 2001 at 02:41:05PM -0800 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Jan 21, 2001 at 02:41:05PM -0800, Julian Elischer wrote: > Jason Evans wrote: > > Log: > > Move most of sys/mutex.h into kern/kern_mutex.c, thereby making the mutex > > inline functions non-inlined. Hide parts of the mutex implementation that > > should not be exposed. > > hmmm how much performance difference is there in doing this? > I presume that we lose the optimisation of gcc removing all the unused paths > and tests when the arguments include constants. (I guess this can be > regained by giving differnt kinds of mutexes different names.) > (haven't checked the files, hope I understand what was done correnctly) > > What is the reasoning? (not complaining, just curious) I don't really know whether this improves or hurts performance; it's main thrust was to fix a bug. However, we have immediate plans to revamp the mutex code so that it is (at least mostly) not inlined in order to reduce processor cache pressure, at the same time as cleaning up the mutex API, and this commit made some changes that were necessary for that work anyway. Jason To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 21 21:33:57 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D91CD37B698; Sun, 21 Jan 2001 21:33:36 -0800 (PST) Received: (from msmith@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0M5XaX65279; Sun, 21 Jan 2001 21:33:36 -0800 (PST) (envelope-from msmith) Message-Id: <200101220533.f0M5XaX65279@freefall.freebsd.org> From: Mike Smith Date: Sun, 21 Jan 2001 21:33:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/acpica/Osd OsdSynch.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG msmith 2001/01/21 21:33:36 PST Modified files: sys/dev/acpica/Osd OsdSynch.c Log: Plug a memory leak in AcpiOsDeleteSemaphore where the mutex is not properly destroyed. Submitted by: bmilekic Revision Changes Path 1.3 +3 -1 src/sys/dev/acpica/Osd/OsdSynch.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 21 21:49:55 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BFEC637B698; Sun, 21 Jan 2001 21:49:31 -0800 (PST) Received: (from fenner@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0M5nVQ66875; Sun, 21 Jan 2001 21:49:31 -0800 (PST) (envelope-from fenner) Message-Id: <200101220549.f0M5nVQ66875@freefall.freebsd.org> From: Bill Fenner Date: Sun, 21 Jan 2001 21:49:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/kdetelnet Makefile ports/deskutils/korganizer Makefile ports/deskutils/kproject Makefile ports/net/ksamba Makefile ports/devel/ktranslator Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG fenner 2001/01/21 21:49:31 PST Modified files: net/kdetelnet Makefile deskutils/korganizer Makefile deskutils/kproject Makefile net/ksamba Makefile devel/ktranslator Makefile Log: Remove hanspb@persbraten.vgs.no as MAINTAINER; email has been bouncing for over 2 months. Revision Changes Path 1.12 +1 -3 ports/net/kdetelnet/Makefile 1.20 +1 -3 ports/deskutils/korganizer/Makefile 1.13 +1 -3 ports/deskutils/kproject/Makefile 1.15 +1 -3 ports/net/ksamba/Makefile 1.8 +1 -3 ports/devel/ktranslator/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 21 21:52:47 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1593737B69B; Sun, 21 Jan 2001 21:52:26 -0800 (PST) Received: (from fenner@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0M5qQw67303; Sun, 21 Jan 2001 21:52:26 -0800 (PST) (envelope-from fenner) Message-Id: <200101220552.f0M5qQw67303@freefall.freebsd.org> From: Bill Fenner Date: Sun, 21 Jan 2001 21:52:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/tinymux Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG fenner 2001/01/21 21:52:26 PST Modified files: games/tinymux Makefile Log: Remove cjohnson@camelot.com as MAINTAINER; mail has been bouncing for over 2 months. Revision Changes Path 1.7 +1 -3 ports/games/tinymux/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 21 21:57:16 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EB30137B698; Sun, 21 Jan 2001 21:56:55 -0800 (PST) Received: (from jasone@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0M5utY67807; Sun, 21 Jan 2001 21:56:55 -0800 (PST) (envelope-from jasone) Message-Id: <200101220556.f0M5utY67807@freefall.freebsd.org> From: Jason Evans Date: Sun, 21 Jan 2001 21:56:55 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys mutex.h src/sys/kern kern_mutex.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jasone 2001/01/21 21:56:55 PST Modified files: sys/sys mutex.h sys/kern kern_mutex.c Log: Print correct file name and line number in mtx_assert(). Noticed by: jake Revision Changes Path 1.21 +3 -4 src/sys/sys/mutex.h 1.37 +7 -7 src/sys/kern/kern_mutex.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 21 23: 2:10 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0031C37B401; Sun, 21 Jan 2001 23:01:51 -0800 (PST) Received: (from des@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0M71pv82114; Sun, 21 Jan 2001 23:01:51 -0800 (PST) (envelope-from des) Message-Id: <200101220701.f0M71pv82114@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Sun, 21 Jan 2001 23:01:51 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_zone.c vm_zone.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG des 2001/01/21 23:01:51 PST Modified files: sys/vm vm_zone.c vm_zone.h Log: Give this code a major facelift: - replace the simplelock in struct vm_zone with a mutex. - use a proper SLIST rather than a hand-rolled job for the zone list. - add a subsystem lock that protects the zone list and the statistics counters. - merge _zalloc() into zalloc() and _zfree() into zfree(), and move them below _zget() so there's no need for a prototype. - add two initialization functions: one which initializes the subsystem mutex and the zone list, and one that currently doesn't do anything. - zap zerror(); use KASSERTs instead. - dike out half of sysctl_vm_zone(), which was mostly trying to do manually what the snprintf() call could do better. Reviewed by: jhb, jasone Revision Changes Path 1.38 +151 -222 src/sys/vm/vm_zone.c 1.16 +16 -13 src/sys/vm/vm_zone.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 21 23: 3: 0 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1B49C37B402; Sun, 21 Jan 2001 23:02:43 -0800 (PST) Received: (from des@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0M72hk82217; Sun, 21 Jan 2001 23:02:43 -0800 (PST) (envelope-from des) Message-Id: <200101220702.f0M72hk82217@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Sun, 21 Jan 2001 23:02:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_init.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG des 2001/01/21 23:02:42 PST Modified files: sys/vm vm_init.c Log: Call vm_zone_init() at the appropriate time. Reviewed by: jasone, jhb Revision Changes Path 1.23 +3 -1 src/sys/vm/vm_init.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 21 23: 3:29 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CA0D637B401; Sun, 21 Jan 2001 23:03:06 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0M736782277; Sun, 21 Jan 2001 23:03:06 -0800 (PST) (envelope-from peter) Message-Id: <200101220703.f0M736782277@freefall.freebsd.org> From: Peter Wemm Date: Sun, 21 Jan 2001 23:03:06 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/config config.8 config.y main.c mkheaders.c mkmakefile.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG peter 2001/01/21 23:03:06 PST Modified files: usr.sbin/config config.8 config.y main.c mkheaders.c mkmakefile.c Log: Clean up some obsolete stuff. config -r has not been needed since around FreeBSD 3.x or so when the 'make depend' picked up the opt_foo.h files. Convert warnings into actual errors in the hope that buildkernel users will pay more attention. :-( Revision Changes Path 1.26 +2 -7 src/usr.sbin/config/config.8 1.48 +6 -9 src/usr.sbin/config/config.y 1.43 +4 -28 src/usr.sbin/config/main.c 1.18 +2 -2 src/usr.sbin/config/mkheaders.c 1.59 +3 -2 src/usr.sbin/config/mkmakefile.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 21 23:30:10 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 969FF37B400; Sun, 21 Jan 2001 23:29:49 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0M7TnZ86477; Sun, 21 Jan 2001 23:29:49 -0800 (PST) (envelope-from peter) Message-Id: <200101220729.f0M7TnZ86477@freefall.freebsd.org> From: Peter Wemm Date: Sun, 21 Jan 2001 23:29:49 -0800 (PST) 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 peter 2001/01/21 23:29:49 PST Modified files: . Makefile.inc1 Log: Using "KERNEL" for buildkernel was a very very bad mistake. $KERNEL is already used by the kernel makefiles themselves, and this leads to a lot of trouble when people put "KERNEL=MYKERNEL" in make.conf. Bite the bullet and change it to KERNCONF instead, before it gets too far entrenched. The kernel Makefiles use ${KERNEL} as the name of what to install the kernel as, eg: /boot/${KERNEL}/kernel or /${KERNEL}. This leads to much unhappiness with things like /LOCAL instead of /kernel. buildkernel is severely limited as it is only useful directly after a buildworld. Reviewed by: jhb Revision Changes Path 1.183 +5 -5 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 Jan 21 23:31:39 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5AABB37B400; Sun, 21 Jan 2001 23:31:16 -0800 (PST) Received: (from roam@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0M7VGm86590; Sun, 21 Jan 2001 23:31:16 -0800 (PST) (envelope-from roam) Message-Id: <200101220731.f0M7VGm86590@freefall.freebsd.org> From: Peter Pentchev Date: Sun, 21 Jan 2001 23:31:16 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/apg Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG roam 2001/01/21 23:31:16 PST Modified files: security/apg Makefile Log: Correct my e-mail address: roam@orbitel.bg -> roam@FreeBSD.org. Reminded by: Bill Fenner's distfile survey mail Revision Changes Path 1.2 +3 -3 ports/security/apg/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 21 23:41:59 2001 Delivered-To: cvs-all@freebsd.org Received: from mx1.ZSEA.zp.ua (ZSEA.zp.ua [212.8.40.5]) by hub.freebsd.org (Postfix) with ESMTP id 787E437B402; Sun, 21 Jan 2001 23:41:30 -0800 (PST) Received: (from laa@localhost) by mx1.ZSEA.zp.ua (8.11.1/8.11.1) id f0M7fDf03689; Mon, 22 Jan 2001 09:41:13 +0200 (EET) (envelope-from laa@laa.zp.ua) Date: Mon, 22 Jan 2001 09:41:12 +0200 From: "Alexandr A. Listopad" To: Peter Wemm Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src Makefile.inc1 Message-ID: <20010122094112.A3470@laa.zp.ua> References: <200101220729.f0M7TnZ86477@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200101220729.f0M7TnZ86477@freefall.freebsd.org>; from peter@FreeBSD.ORG on Sun, Jan 21, 2001 at 11:29:49PM -0800 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Jan 21, 2001 at 11:29:49PM -0800, Peter Wemm wrote: > peter 2001/01/21 23:29:49 PST > > Modified files: > . Makefile.inc1 > Log: > Using "KERNEL" for buildkernel was a very very bad mistake. $KERNEL is > already used by the kernel makefiles themselves, and this leads to a lot > of trouble when people put "KERNEL=MYKERNEL" in make.conf. Bite the bullet > and change it to KERNCONF instead, before it gets too far entrenched. > > The kernel Makefiles use ${KERNEL} as the name of what to install the > kernel as, eg: /boot/${KERNEL}/kernel or /${KERNEL}. This leads to much > unhappiness with things like /LOCAL instead of /kernel. buildkernel is > severely limited as it is only useful directly after a buildworld. src/UPDATING need to be changed? -- Laa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 21 23:58:24 2001 Delivered-To: cvs-all@freebsd.org Received: from harmony.village.org (rover.village.org [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 389CE37B402; Sun, 21 Jan 2001 23:58:03 -0800 (PST) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.11.1/8.11.1) with ESMTP id f0M7vp906348; Mon, 22 Jan 2001 00:57:51 -0700 (MST) (envelope-from imp@harmony.village.org) Message-Id: <200101220757.f0M7vp906348@harmony.village.org> To: "Alexandr A. Listopad" Subject: Re: cvs commit: src Makefile.inc1 Cc: Peter Wemm , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Mon, 22 Jan 2001 09:41:12 +0200." <20010122094112.A3470@laa.zp.ua> References: <20010122094112.A3470@laa.zp.ua> <200101220729.f0M7TnZ86477@freefall.freebsd.org> Date: Mon, 22 Jan 2001 00:57:51 -0700 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <20010122094112.A3470@laa.zp.ua> "Alexandr A. Listopad" writes: : On Sun, Jan 21, 2001 at 11:29:49PM -0800, Peter Wemm wrote: : > peter 2001/01/21 23:29:49 PST : > : > Modified files: : > . Makefile.inc1 : > Log: : > Using "KERNEL" for buildkernel was a very very bad mistake. $KERNEL is : > already used by the kernel makefiles themselves, and this leads to a lot : > of trouble when people put "KERNEL=MYKERNEL" in make.conf. Bite the bullet : > and change it to KERNCONF instead, before it gets too far entrenched. : > : > The kernel Makefiles use ${KERNEL} as the name of what to install the : > kernel as, eg: /boot/${KERNEL}/kernel or /${KERNEL}. This leads to much : > unhappiness with things like /LOCAL instead of /kernel. buildkernel is : > severely limited as it is only useful directly after a buildworld. : : src/UPDATING need to be changed? Yes. It would have been nice if someone had sent me the changes beforehand. :-< Or even a note to arch@. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 22 0: 3:35 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 17CDF37B400; Mon, 22 Jan 2001 00:03:14 -0800 (PST) Received: (from imp@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0M83Eh90252; Mon, 22 Jan 2001 00:03:14 -0800 (PST) (envelope-from imp) Message-Id: <200101220803.f0M83Eh90252@freefall.freebsd.org> From: Warner Losh Date: Mon, 22 Jan 2001 00:03:13 -0800 (PST) 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 2001/01/22 00:03:13 PST Modified files: . UPDATING Log: Note change of KERNEL to KERNCONF for building instructions. Peter changed this due to the undesirable side effects that putting KERNEL in /etc/make.conf was having on people's lives. Also update the instructions as well. Revision Changes Path 1.136 +16 -5 src/UPDATING To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 22 0: 8:19 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B99CF37B402; Mon, 22 Jan 2001 00:07:59 -0800 (PST) Received: (from imp@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0M87xr92799; Mon, 22 Jan 2001 00:07:59 -0800 (PST) (envelope-from imp) Message-Id: <200101220807.f0M87xr92799@freefall.freebsd.org> From: Warner Losh Date: Mon, 22 Jan 2001 00:07:59 -0800 (PST) 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 imp 2001/01/22 00:07:59 PST Modified files: . Makefile.inc1 Log: As threatened in hackers@ on Friday, obviate the need for a buildworld to preceed a buildkernel. The buildworld is still required when upgrading across major releases, across binutil upgrades and when config changes version. If buildkernel breaks, and you haven't done a buildworld, then do not complain unless you do a buildworld and it still breaks. Revision Changes Path 1.184 +8 -3 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 Mon Jan 22 0: 9:23 2001 Delivered-To: cvs-all@freebsd.org Received: from harmony.village.org (rover.village.org [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id F234637B400; Mon, 22 Jan 2001 00:08:59 -0800 (PST) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.11.1/8.11.1) with ESMTP id f0M88x906486; Mon, 22 Jan 2001 01:08:59 -0700 (MST) (envelope-from imp@harmony.village.org) Message-Id: <200101220808.f0M88x906486@harmony.village.org> Subject: Re: cvs commit: src Makefile.inc1 Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Mon, 22 Jan 2001 00:07:59 PST." <200101220807.f0M87xr92799@freefall.freebsd.org> References: <200101220807.f0M87xr92799@freefall.freebsd.org> Date: Mon, 22 Jan 2001 01:08:59 -0700 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <200101220807.f0M87xr92799@freefall.freebsd.org> Warner Losh writes: : As threatened in hackers@ on Friday, obviate the need for a buildworld : to preceed a buildkernel. I forgot to add: Submitted by: Neil Blakey-Milner to the commit message. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 22 0:58:25 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 91AF637B400; Mon, 22 Jan 2001 00:58:06 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0M8w6b97859; Mon, 22 Jan 2001 00:58:06 -0800 (PST) (envelope-from sobomax) Message-Id: <200101220858.f0M8w6b97859@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 22 Jan 2001 00:58:06 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/sawfish Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/01/22 00:58:06 PST Modified files: x11-wm/sawfish Makefile distinfo pkg-plist Log: Update to 0.36. Revision Changes Path 1.39 +3 -3 ports/x11-wm/sawfish/Makefile 1.25 +1 -1 ports/x11-wm/sawfish/distinfo 1.30 +61 -0 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 Jan 22 1: 9:38 2001 Delivered-To: cvs-all@freebsd.org Received: from blizzard.sabbo.net (ns.sabbo.net [193.193.218.18]) by hub.freebsd.org (Postfix) with ESMTP id 0421937B401; Mon, 22 Jan 2001 01:09:15 -0800 (PST) Received: from vic.sabbo.net (root@vic.sabbo.net [193.193.218.112]) by blizzard.sabbo.net (8.10.1/8.10.1) with ESMTP id f0M999a01740; Mon, 22 Jan 2001 11:09:11 +0200 Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vic.sabbo.net (8.11.1/8.9.3) with ESMTP id f0M98xQ27078; Mon, 22 Jan 2001 11:08:59 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Message-ID: <3A6BF8AE.7A390C58@FreeBSD.org> Date: Mon, 22 Jan 2001 11:09:02 +0200 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.76 [en] (WinNT; U) X-Accept-Language: uk,ru,en MIME-Version: 1.0 To: Warner Losh Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src UPDATING References: <200101220803.f0M83Eh90252@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 Warner Losh wrote: > imp 2001/01/22 00:03:13 PST > > Modified files: > . UPDATING > Log: > Note change of KERNEL to KERNCONF for building instructions. Peter > changed this due to the undesirable side effects that putting KERNEL > in /etc/make.conf was having on people's lives. Also update the > instructions as well. What about libgcc_r note discussed some time ago? -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 22 1:13:51 2001 Delivered-To: cvs-all@freebsd.org Received: from harmony.village.org (rover.village.org [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 031B737B400; Mon, 22 Jan 2001 01:13:31 -0800 (PST) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.11.1/8.11.1) with ESMTP id f0M9DU907246; Mon, 22 Jan 2001 02:13:30 -0700 (MST) (envelope-from imp@harmony.village.org) Message-Id: <200101220913.f0M9DU907246@harmony.village.org> To: Maxim Sobolev Subject: Re: cvs commit: src UPDATING Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Mon, 22 Jan 2001 11:09:02 +0200." <3A6BF8AE.7A390C58@FreeBSD.org> References: <3A6BF8AE.7A390C58@FreeBSD.org> <200101220803.f0M83Eh90252@freefall.freebsd.org> Date: Mon, 22 Jan 2001 02:13:29 -0700 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <3A6BF8AE.7A390C58@FreeBSD.org> Maxim Sobolev writes: : What about libgcc_r note discussed some time ago? I'll check into it. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 22 1:24:25 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A1ED237B400; Mon, 22 Jan 2001 01:24:05 -0800 (PST) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0M9O5Y02558; Mon, 22 Jan 2001 01:24:05 -0800 (PST) (envelope-from knu) Message-Id: <200101220924.f0M9O5Y02558@freefall.freebsd.org> From: Akinori MUSHA Date: Mon, 22 Jan 2001 01:24:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/ming Makefile pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2001/01/22 01:24:05 PST Modified files: graphics/ming Makefile pkg-plist Log: Build and install the bundled utilities too. Revision Changes Path 1.5 +47 -2 ports/graphics/ming/Makefile 1.4 +12 -0 ports/graphics/ming/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 Jan 22 1:32:38 2001 Delivered-To: cvs-all@freebsd.org Received: from ringworld.nanolink.com (ringworld.nanolink.com [195.24.48.189]) by hub.freebsd.org (Postfix) with SMTP id 6DC2E37B699 for ; Mon, 22 Jan 2001 01:32:08 -0800 (PST) Received: (qmail 4317 invoked by uid 1000); 22 Jan 2001 09:29:49 -0000 Date: Mon, 22 Jan 2001 11:29:49 +0200 From: Peter Pentchev To: Dirk Froemberg Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/chinese/chinput2 Makefile ports/databases/dbf2mysql Makefile ports/databases/dbmetrix Makefile ports/databases/gmysql Makefile ports/databases/gtksql Makefile ports/databases/myodbc Makefile ports/databases/mysql++ Makefile ... Message-ID: <20010122112948.D623@ringworld.oblivion.bg> Mail-Followup-To: Dirk Froemberg , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200101211540.f0LFelY45873@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200101211540.f0LFelY45873@freefall.freebsd.org>; from dirk@FreeBSD.org on Sun, Jan 21, 2001 at 07:40:47AM -0800 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hmm shouldn't this have been accompanied with a PORTREVISION bump? Or better not.. I'll bump my ports' PORTREVISION after testing they work with the new libmysqlclient. Thanks, Dirk, for all your work on the MySQL ports! G'luck, Peter -- You have, of course, just begun reading the sentence that you have just finished reading. On Sun, Jan 21, 2001 at 07:40:47AM -0800, Dirk Froemberg wrote: > dirk 2001/01/21 07:40:47 PST > > Modified files: > chinese/chinput2 Makefile > databases/dbf2mysql Makefile > databases/dbmetrix Makefile > databases/gmysql Makefile > databases/gtksql Makefile > databases/myodbc Makefile > databases/mysql++ Makefile > databases/mysql-navigator Makefile > databases/mysql322-server Makefile > databases/mysql323-client Makefile > databases/mysql323-server Makefile pkg-plist.client > databases/mysql323-server/files patch-ag > databases/mysqltcl Makefile > databases/p5-Mysql Makefile > databases/phpmyadmin Makefile > databases/py-MySQL Makefile > databases/py-MySQLdb Makefile > databases/ruby-mysql Makefile > databases/tcl-Mysql Makefile > databases/xmysql Makefile > databases/xmysqladmin Makefile > ftp/proftpd Makefile > lang/php/scripts configure.php > lang/pike/scripts configure.pike > mail/exim Makefile > mail/ezmlm-idx Makefile > mail/postfix Makefile > mail/postfix-current Makefile > mail/teapop Makefile > misc/achievo Makefile > security/acid Makefile > security/cyrus-sasl/scripts configure.sasl > security/pam-mysql Makefile > security/snort Makefile > www/mod_auth_mysql Makefile > www/mod_php3/scripts configure.php > www/mod_php4/scripts configure.php > www/udmsearch Makefile > Log: > Switch from mysql322-{client,server} to mysql323-{client,server}. > > mysql323-client installs libmysqlclient.so.10 (instead of > libmysqlclient.so.6). > > mysql323-{client,server} are production quality, now (according to > MySQL AB at least). To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 22 1:50:51 2001 Delivered-To: cvs-all@freebsd.org Received: from dt051n37.san.rr.com (dt051n37.san.rr.com [204.210.32.55]) by hub.freebsd.org (Postfix) with ESMTP id 21DD437B400; Mon, 22 Jan 2001 01:50:27 -0800 (PST) Received: from FreeBSD.org (master [10.0.0.2]) by dt051n37.san.rr.com (8.9.3/8.9.3) with ESMTP id BAA72202; Mon, 22 Jan 2001 01:50:26 -0800 (PST) (envelope-from DougB@FreeBSD.org) Message-ID: <3A6C0262.2A87A4DF@FreeBSD.org> Date: Mon, 22 Jan 2001 01:50:26 -0800 From: Doug Barton Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.76 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Ruslan Ermilov Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/amd/hlfsd hlfsd.8 src/lib/libstandlibstand.3 src/share/man/man4 joy.4 netgraph.4 splash.4src/share/man/man4/man4.i386 sb.4 src/share/termcap termcap.5src/usr.sbin/cron/crontab crontab.5 src/usr.sbin/i4b/isdnd ... References: <200101191415.f0JEFf833271@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 Ruslan Ermilov wrote: > > ru 2001/01/19 06:15:41 PST > > Modified files: > contrib/amd/hlfsd hlfsd.8 Was this patch contributed back to the author? I know he follows some freebsd stuff, but he might miss this one.. Doug To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 22 1:56: 8 2001 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 30EFA37B69E; Mon, 22 Jan 2001 01:55:37 -0800 (PST) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.0/8.11.0) id f0M9tVN98926; Mon, 22 Jan 2001 11:55:31 +0200 (EET) (envelope-from ru) Date: Mon, 22 Jan 2001 11:55:31 +0200 From: Ruslan Ermilov To: Doug Barton Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/amd/hlfsd hlfsd.8 src/lib/libstandlibstand.3 src/share/man/man4 joy.4 netgraph.4 splash.4src/share/man/man4/man4.i386 sb.4 src/share/termcap termcap.5src/usr.sbin/cron/crontab crontab.5 src/usr.sbin/i4b/isdnd ... Message-ID: <20010122115531.C86734@sunbay.com> Mail-Followup-To: Doug Barton , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200101191415.f0JEFf833271@freefall.freebsd.org> <3A6C0262.2A87A4DF@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3A6C0262.2A87A4DF@FreeBSD.org>; from DougB@FreeBSD.org on Mon, Jan 22, 2001 at 01:50:26AM -0800 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Jan 22, 2001 at 01:50:26AM -0800, Doug Barton wrote: > Ruslan Ermilov wrote: > > > > ru 2001/01/19 06:15:41 PST > > > > Modified files: > > contrib/amd/hlfsd hlfsd.8 > > Was this patch contributed back to the author? I know he follows some > freebsd stuff, but he might miss this one.. > This would be a no-op. The COLUMBIA branch contrib/amd/ manpages are to be formatted with man(7), while FreeBSD (HEAD) manpages use mdoc(7). Ask David O'Brien for more details. Cheers, -- 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 Jan 22 2:10:15 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2652837B404; Mon, 22 Jan 2001 02:09:52 -0800 (PST) Received: (from dirk@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0MA9qq08998; Mon, 22 Jan 2001 02:09:52 -0800 (PST) (envelope-from dirk) Message-Id: <200101221009.f0MA9qq08998@freefall.freebsd.org> From: Dirk Froemberg Date: Mon, 22 Jan 2001 02:09:52 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/mysql323-server Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dirk 2001/01/22 02:09:52 PST Modified files: databases/mysql323-server Makefile Log: Remove NO_LATEST_LINK now that mysql323-{client,server} are the one and only. Revision Changes Path 1.101 +1 -2 ports/databases/mysql323-server/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 22 2:27:31 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 515A637B699; Mon, 22 Jan 2001 02:27:09 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0MAR9q10459; Mon, 22 Jan 2001 02:27:09 -0800 (PST) (envelope-from ru) Message-Id: <200101221027.f0MAR9q10459@freefall.freebsd.org> From: Ruslan Ermilov Date: Mon, 22 Jan 2001 02:27:09 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/cron/cron cron.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/01/22 02:27:09 PST Modified files: usr.sbin/cron/cron cron.8 Log: mdoc(7) police: ``Ds'' is not certified (no macro with such name exist) to be used as the -width parameter, it is provided solely for backwards compatibility with old mdoc(7). To make this work, mdocNG is forced to provide a dummy ``Ds'' macro. Revision Changes Path 1.12 +2 -2 src/usr.sbin/cron/cron/cron.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 22 2:32:27 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 99C3D37B401; Mon, 22 Jan 2001 02:32:03 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0MAW3c10917; Mon, 22 Jan 2001 02:32:03 -0800 (PST) (envelope-from ru) Message-Id: <200101221032.f0MAW3c10917@freefall.freebsd.org> From: Ruslan Ermilov Date: Mon, 22 Jan 2001 02:32:03 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/acpi/acpiconf acpiconf.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/01/22 02:32:03 PST Modified files: usr.sbin/acpi/acpiconf acpiconf.8 Log: mdoc(7) police: .Dv -> .Cm where appropriate. Revision Changes Path 1.3 +7 -7 src/usr.sbin/acpi/acpiconf/acpiconf.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 22 2:39:58 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 23BDF37B400; Mon, 22 Jan 2001 02:39:33 -0800 (PST) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0MAdXI11602; Mon, 22 Jan 2001 02:39:33 -0800 (PST) (envelope-from knu) Message-Id: <200101221039.f0MAdXI11602@freefall.freebsd.org> From: Akinori MUSHA Date: Mon, 22 Jan 2001 02:39:33 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/emulators/vmware2 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2001/01/22 02:39:33 PST Modified files: emulators/vmware2 Makefile Log: Fix for the latest -current. (sys/select.h -> sys/selinfo.h) Revision Changes Path 1.33 +5 -1 ports/emulators/vmware2/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 22 2:45:13 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B12EE37B404; Mon, 22 Jan 2001 02:44:54 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0MAisU12343; Mon, 22 Jan 2001 02:44:54 -0800 (PST) (envelope-from ru) Message-Id: <200101221044.f0MAisU12343@freefall.freebsd.org> From: Ruslan Ermilov Date: Mon, 22 Jan 2001 02:44:54 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man1 builtin.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/01/22 02:44:54 PST Modified files: share/man/man1 builtin.1 Log: Prepare for mdoc(7)NG. Revision Changes Path 1.9 +3 -3 src/share/man/man1/builtin.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 22 2:56: 9 2001 Delivered-To: cvs-all@freebsd.org Received: from mail.rdc1.kt.home.ne.jp (ha2.rdc1.kt.home.ne.jp [203.165.9.243]) by hub.freebsd.org (Postfix) with ESMTP id 9EE7137B401; Mon, 22 Jan 2001 02:55:50 -0800 (PST) Received: from daemon.local.idaemons.org ([203.165.161.10]) by mail.rdc1.kt.home.ne.jp (InterMail vM.4.01.02.00 201-229-116) with ESMTP id <20010122105548.YMIV29706.mail.rdc1.kt.home.ne.jp@daemon.local.idaemons.org>; Mon, 22 Jan 2001 02:55:48 -0800 Received: by daemon.local.idaemons.org (8.11.1/3.7W) id f0MAtmC76595; Mon, 22 Jan 2001 19:55:48 +0900 (JST) Date: Mon, 22 Jan 2001 19:55:48 +0900 Message-ID: <86wvbnetzf.wl@archon.local.idaemons.org> From: "Akinori MUSHA" To: vns@delta.odessa.ua Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/emulators/vmware2 Makefile In-Reply-To: <200101221039.f0MAdXI11602@freefall.freebsd.org> References: <200101221039.f0MAdXI11602@freefall.freebsd.org> User-Agent: Wanderlust/2.5.4 (Smooth) SEMI/1.14.2 (=?ISO-8859-1?Q?Daish=F2?= =?ISO-8859-1?Q?ji?=) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 MULE XEmacs/21.1 (patch 12) (Channel Islands) (i386--freebsd) Organization: Associated I. Daemons X-PGP-Public-Key: finger knu@FreeBSD.org X-PGP-Fingerprint: 081D 099C 1705 861D 4B70 B04A 920B EFC7 9FD9 E1EE MIME-Version: 1.0 (generated by SEMI 1.14.2 - =?ISO-8859-1?Q?=22Daish=F2ji=22?=) Content-Type: text/plain; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG At Mon, 22 Jan 2001 02:39:33 -0800 (PST), I wrote: > knu 2001/01/22 02:39:33 PST > > Modified files: > emulators/vmware2 Makefile > Log: > Fix for the latest -current. (sys/select.h -> sys/selinfo.h) Now that the vmware2 port got really patchy, would you please release the new version of the patchkits? All you have to do is as follows: - Change sys/select.h to sys/sysinfo.h - Drop the patch against vmnet-only/userif.c - Integrate patch-bc and patch-bd -- / /__ __ Akinori.org / MUSHA.org / ) ) ) ) / FreeBSD.org / Ruby-lang.org Akinori MUSHA aka / (_ / ( (__( @ iDaemons.org / and.or.jp "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 Mon Jan 22 3:35:28 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2156937B400; Mon, 22 Jan 2001 03:35:09 -0800 (PST) Received: (from brian@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0MBZ9x19858; Mon, 22 Jan 2001 03:35:09 -0800 (PST) (envelope-from brian) Message-Id: <200101221135.f0MBZ9x19858@freefall.freebsd.org> From: Brian Somers Date: Mon, 22 Jan 2001 03:35:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp ppp.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG brian 2001/01/22 03:35:07 PST Modified files: usr.sbin/ppp ppp.8 Log: Fix for NetBSD where .Oc Oc .Xc doesn't seem to work.... Revision Changes Path 1.252 +3 -2 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 Mon Jan 22 3:36: 8 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5ADF537B401; Mon, 22 Jan 2001 03:35:44 -0800 (PST) Received: (from brian@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0MBZiL19948; Mon, 22 Jan 2001 03:35:44 -0800 (PST) (envelope-from brian) Message-Id: <200101221135.f0MBZiL19948@freefall.freebsd.org> From: Brian Somers Date: Mon, 22 Jan 2001 03:35:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp ppp.8 X-FreeBSD-CVS-Branch: NETGRAPH Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG brian 2001/01/22 03:35:44 PST Modified files: (Branch: NETGRAPH) usr.sbin/ppp ppp.8 Log: MFC: Fix ``.Oc Oc'' under NetBSD Revision Changes Path 1.237.2.8 +3 -2 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 Mon Jan 22 4: 2:14 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CA42637B401; Mon, 22 Jan 2001 04:01:55 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0MC1tV27540; Mon, 22 Jan 2001 04:01:55 -0800 (PST) (envelope-from sobomax) Message-Id: <200101221201.f0MC1tV27540@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 22 Jan 2001 04:01:55 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pkg_install/add extract.c main.c src/usr.sbin/pkg_install/create create.h main.c perform.c pkg_create.1 src/usr.sbin/pkg_install/lib file.c plist.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/01/22 04:01:55 PST Modified files: usr.sbin/pkg_install/add extract.c main.c usr.sbin/pkg_install/create create.h main.c perform.c pkg_create.1 usr.sbin/pkg_install/lib file.c plist.c Log: - Add ability to handle bzip2-compressed packages; - fix cosmetics to shut-up compiler in -pedantic mode (axe several unused vars and provide default clause in several switch() statements). No response from: -ports Revision Changes Path 1.27 +4 -1 src/usr.sbin/pkg_install/add/extract.c 1.31 +2 -2 src/usr.sbin/pkg_install/add/main.c 1.17 +2 -1 src/usr.sbin/pkg_install/create/create.h 1.24 +8 -3 src/usr.sbin/pkg_install/create/main.c 1.53 +25 -5 src/usr.sbin/pkg_install/create/perform.c 1.40 +17 -2 src/usr.sbin/pkg_install/create/pkg_create.1 1.46 +25 -19 src/usr.sbin/pkg_install/lib/file.c 1.32 +4 -1 src/usr.sbin/pkg_install/lib/plist.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 22 4:11: 9 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4336A37B400; Mon, 22 Jan 2001 04:10:46 -0800 (PST) Received: (from benno@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0MCAks31144; Mon, 22 Jan 2001 04:10:46 -0800 (PST) (envelope-from benno) Message-Id: <200101221210.f0MCAks31144@freefall.freebsd.org> From: Benno Rice Date: Mon, 22 Jan 2001 04:10:46 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/config config.h config.y main.c mkoptions.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG benno 2001/01/22 04:10:46 PST Modified files: usr.sbin/config config.h config.y main.c mkoptions.c Log: Add support for configuring PowerPC kernels. Reviewed by: peter Revision Changes Path 1.40 +2 -1 src/usr.sbin/config/config.h 1.49 +4 -1 src/usr.sbin/config/config.y 1.44 +2 -1 src/usr.sbin/config/main.c 1.23 +2 -1 src/usr.sbin/config/mkoptions.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 22 4:15:11 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0401637B401; Mon, 22 Jan 2001 04:14:52 -0800 (PST) Received: (from roam@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0MCEp531599; Mon, 22 Jan 2001 04:14:51 -0800 (PST) (envelope-from roam) Message-Id: <200101221214.f0MCEp531599@freefall.freebsd.org> From: Peter Pentchev Date: Mon, 22 Jan 2001 04:14:51 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/xmms Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG roam 2001/01/22 04:14:51 PST Modified files: audio/xmms Makefile Log: Remove obsolete MASTER_SITES. PR: 24527 Submitted by: maintainer Revision Changes Path 1.29 +2 -8 ports/audio/xmms/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 22 4:39:39 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6667B37B400; Mon, 22 Jan 2001 04:39:21 -0800 (PST) Received: (from jedgar@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0MCdLr34216; Mon, 22 Jan 2001 04:39:21 -0800 (PST) (envelope-from jedgar) Message-Id: <200101221239.f0MCdLr34216@freefall.freebsd.org> From: "Chris D. Faulhaber" Date: Mon, 22 Jan 2001 04:39:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/deskutils/yank Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jedgar 2001/01/22 04:39:21 PST Modified files: deskutils/yank Makefile distinfo Log: Update port to 0.1.5 Submitted by: Jun Kuriyama Revision Changes Path 1.11 +2 -2 ports/deskutils/yank/Makefile 1.5 +1 -1 ports/deskutils/yank/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 22 4:52:19 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2005937B400; Mon, 22 Jan 2001 04:52:02 -0800 (PST) Received: (from nectar@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0MCq2B35469; Mon, 22 Jan 2001 04:52:02 -0800 (PST) (envelope-from nectar) Message-Id: <200101221252.f0MCq2B35469@freefall.freebsd.org> From: Jacques Vidrine Date: Mon, 22 Jan 2001 04:52:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/shells/esh Makefile ports/shells/esh/files patch-aa patch-ab X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nectar 2001/01/22 04:52:01 PST Modified files: shells/esh Makefile shells/esh/files patch-aa patch-ab Log: Master site disappeared. Use MASTER_SITE_LOCAL. Noticed by: fenner Revision Changes Path 1.8 +3 -2 ports/shells/esh/Makefile 1.2 +0 -1 ports/shells/esh/files/patch-aa 1.2 +0 -2 ports/shells/esh/files/patch-ab To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 22 4:57: 1 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 16DD937B698; Mon, 22 Jan 2001 04:56:40 -0800 (PST) Received: (from nectar@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0MCudq35840; Mon, 22 Jan 2001 04:56:39 -0800 (PST) (envelope-from nectar) Message-Id: <200101221256.f0MCudq35840@freefall.freebsd.org> From: Jacques Vidrine Date: Mon, 22 Jan 2001 04:56:39 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/emulators/stella/files patch-ad X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nectar 2001/01/22 04:56:38 PST Added files: emulators/stella/files patch-ad Log: Use random() instead of rand() so that the white noise sounds better. Submitted by: Mark Abene To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 22 5: 2:33 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 382B537B400; Mon, 22 Jan 2001 05:02:12 -0800 (PST) Received: (from ume@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0MD2Cq36339; Mon, 22 Jan 2001 05:02:12 -0800 (PST) (envelope-from ume) Message-Id: <200101221302.f0MD2Cq36339@freefall.freebsd.org> From: Hajimu UMEMOTO Date: Mon, 22 Jan 2001 05:02:11 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet6 in6_ifattach.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ume 2001/01/22 05:02:11 PST Modified files: sys/netinet6 in6_ifattach.c Log: on in6_ifdetach(), do not remove default route mistakenly Obtained from: KAME Revision Changes Path 1.5 +3 -3 src/sys/netinet6/in6_ifattach.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 22 5: 9:13 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3966C37B402; Mon, 22 Jan 2001 05:08:55 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0MD8tr39237; Mon, 22 Jan 2001 05:08:55 -0800 (PST) (envelope-from sobomax) Message-Id: <200101221308.f0MD8tr39237@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 22 Jan 2001 05:08:54 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pkg_install/create pkg_create.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/01/22 05:08:54 PST Modified files: usr.sbin/pkg_install/create pkg_create.1 Log: Use .Pa instead of .Dq. Submitted by: ru Revision Changes Path 1.41 +3 -4 src/usr.sbin/pkg_install/create/pkg_create.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 22 5: 9:28 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3A38037B404; Mon, 22 Jan 2001 05:09:00 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0MD90N39273; Mon, 22 Jan 2001 05:09:00 -0800 (PST) (envelope-from ru) Message-Id: <200101221309.f0MD90N39273@freefall.freebsd.org> From: Ruslan Ermilov Date: Mon, 22 Jan 2001 05:09:00 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4/man4.i386 dgb.4 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/01/22 05:09:00 PST Modified files: share/man/man4/man4.i386 dgb.4 Log: mdoc(7) police: use macros wherever possible, remove hard sentence breaks. Revision Changes Path 1.17 +114 -106 src/share/man/man4/man4.i386/dgb.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 22 5:31: 2 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7362A37B400; Mon, 22 Jan 2001 05:30:42 -0800 (PST) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0MDUgd41359; Mon, 22 Jan 2001 05:30:42 -0800 (PST) (envelope-from kuriyama) Message-Id: <200101221330.f0MDUgd41359@freefall.freebsd.org> From: Jun Kuriyama Date: Mon, 22 Jan 2001 05:30:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/ethereal pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kuriyama 2001/01/22 05:30:42 PST Modified files: net/ethereal pkg-plist Log: Add missing entries. No response from: maintainer Revision Changes Path 1.7 +4 -1 ports/net/ethereal/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 Jan 22 5:33:24 2001 Delivered-To: cvs-all@freebsd.org Received: from air.linkclub.or.jp (air.linkclub.or.jp [210.155.117.20]) by hub.freebsd.org (Postfix) with ESMTP id 859EB37B400; Mon, 22 Jan 2001 05:33:00 -0800 (PST) Received: from localhost.jp.FreeBSD.org (kumagaya3-47.ppp-1.dion.ne.jp [210.198.152.47]) by air.linkclub.or.jp (8.9.3/3.7W) with ESMTP id WAA28395; Mon, 22 Jan 2001 22:32:50 +0900 (JST) Date: Mon, 22 Jan 2001 22:08:08 +0900 (JST) Message-Id: <200101221308.WAA08039.toshi@jp.FreeBSD.org> From: Toshihiko ARAI To: MIHIRA Sanpei Yoshiro Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/defaults pccard.conf In-Reply-To: <200101211212.f0LCCqT39485@freefall.freebsd.org> References: <200101211212.f0LCCqT39485@freefall.freebsd.org> X-Mailer: VM 5.96 (beta) / Mule 2.3 (SUETSUMUHANA) based on 19.34.1 Mime-Version: 1.0 (generated by tm-edit 7.106) Content-Type: text/plain; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG + <200101211212.f0LCCqT39485@freefall.freebsd.org> > sanpei 2001/01/21 04:12:52 PST > Modified files: (Branch: RELENG_4) > etc/defaults pccard.conf > Log: > add 0x80000 flags for Linksys EtherFast 10/100 PC Card (PCMPC100), > model V2 and V3 > Submitted by: Pat Wendorf > Revision Changes Path > 1.98.2.16 +2 -2 src/etc/defaults/pccard.conf + <200101211215.f0LCFY939662@freefall.freebsd.org> > sanpei 2001/01/21 04:15:34 PST > Modified files: (Branch: RELENG_4) > etc/defaults pccard.conf > Log: > MFC: Fix mistake for IC-CARD (rev: 1.171) > Revision Changes Path > 1.98.2.17 +2 -2 src/etc/defaults/pccard.conf Thanks. -- Toshihiko ARAI / toshi@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 Jan 22 5:38:39 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D6F9637B400; Mon, 22 Jan 2001 05:38:20 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0MDcKN41944; Mon, 22 Jan 2001 05:38:20 -0800 (PST) (envelope-from sobomax) Message-Id: <200101221338.f0MDcKN41944@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 22 Jan 2001 05:38:20 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/heroes Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/01/22 05:38:20 PST Modified files: games/heroes Makefile Log: There is no gcc_r anymore. Submitted by: bento Revision Changes Path 1.6 +2 -2 ports/games/heroes/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 22 5:42:20 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6F43537B401; Mon, 22 Jan 2001 05:41:58 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0MDfwZ42442; Mon, 22 Jan 2001 05:41:58 -0800 (PST) (envelope-from sobomax) Message-Id: <200101221341.f0MDfwZ42442@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 22 Jan 2001 05:41:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/icebreaker/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/01/22 05:41:58 PST Modified files: games/icebreaker/files patch-aa Log: There is no gcc_r anymore. Submitted by: bento Revision Changes Path 1.2 +1 -1 ports/games/icebreaker/files/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 Jan 22 5:48:42 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6F81237B401; Mon, 22 Jan 2001 05:48:22 -0800 (PST) Received: (from shige@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0MDmMb42913; Mon, 22 Jan 2001 05:48:22 -0800 (PST) (envelope-from shige) Message-Id: <200101221348.f0MDmMb42913@freefall.freebsd.org> From: Shigeyuki Fukushima Date: Mon, 22 Jan 2001 05:48:22 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/wcol/files wcol.sh.sample X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG shige 2001/01/22 05:48:22 PST Modified files: www/wcol/files wcol.sh.sample Log: Fix suck rc.conf problem. Revision Changes Path 1.3 +1 -0 ports/www/wcol/files/wcol.sh.sample To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 22 6:20:44 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E5C8137B401; Mon, 22 Jan 2001 06:20:23 -0800 (PST) Received: (from sf@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0MEKNC48772; Mon, 22 Jan 2001 06:20:23 -0800 (PST) (envelope-from sf) Message-Id: <200101221420.f0MEKNC48772@freefall.freebsd.org> From: FUJISHIMA Satsuki Date: Mon, 22 Jan 2001 06:20:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules ports/mail Makefile ports/mail/rblsmtpd Makefile distinfo pkg-comment pkg-descr pkg-plist ports/mail/rblsmtpd/scripts configure X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sf 2001/01/22 06:20:23 PST Modified files: . modules mail Makefile Removed files: mail/rblsmtpd Makefile distinfo pkg-comment pkg-descr pkg-plist mail/rblsmtpd/scripts configure Log: remove rblsmtpd. its functionality is now supported in sysutils/ucspi-tcp package. PR: 23599 Submitted by: Mike Silbersack Approved by: maintainer Revision Changes Path 1.2332 +1 -2 CVSROOT/modules 1.190 +1 -2 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 Jan 22 6:28: 4 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 767CE37B404; Mon, 22 Jan 2001 06:27:43 -0800 (PST) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0MERhZ49660; Mon, 22 Jan 2001 06:27:43 -0800 (PST) (envelope-from kevlo) Message-Id: <200101221427.f0MERhZ49660@freefall.freebsd.org> From: Kevin Lo Date: Mon, 22 Jan 2001 06:27:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/xsmbrowser Makefile distinfo pkg-plist ports/net/xsmbrowser/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kevlo 2001/01/22 06:27:43 PST Modified files: net/xsmbrowser Makefile distinfo pkg-plist net/xsmbrowser/files patch-aa Log: - Upgrade to version 3.3.0 - Better handling of $PREFIX - Separate directory for configuration files - $PREFIX/etc/smbrowser - It's under GPL now PR: 24526 Submitted by: MAITNAINER Revision Changes Path 1.2 +9 -10 ports/net/xsmbrowser/Makefile 1.2 +1 -1 ports/net/xsmbrowser/distinfo 1.2 +1 -0 ports/net/xsmbrowser/pkg-plist 1.2 +202 -9 ports/net/xsmbrowser/files/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 Jan 22 6:33:58 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 710BA37B401; Mon, 22 Jan 2001 06:33:40 -0800 (PST) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0MEXe950991; Mon, 22 Jan 2001 06:33:40 -0800 (PST) (envelope-from kevlo) Message-Id: <200101221433.f0MEXe950991@freefall.freebsd.org> From: Kevin Lo Date: Mon, 22 Jan 2001 06:33:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/pico Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kevlo 2001/01/22 06:33:40 PST Modified files: editors/pico Makefile distinfo Log: Upgrade to version 4.0 PR: 24514 Submitted by: MAINTAINER Revision Changes Path 1.3 +3 -3 ports/editors/pico/Makefile 1.3 +1 -1 ports/editors/pico/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 22 6:37:51 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 19EA537B401; Mon, 22 Jan 2001 06:37:31 -0800 (PST) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0MEbV068125; Mon, 22 Jan 2001 06:37:31 -0800 (PST) (envelope-from kevlo) Message-Id: <200101221437.f0MEbV068125@freefall.freebsd.org> From: Kevin Lo Date: Mon, 22 Jan 2001 06:37:30 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/cd2mp3 Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kevlo 2001/01/22 06:37:30 PST Modified files: audio/cd2mp3 Makefile distinfo Log: Update to 0.81 PR: 24505 Submitted by: MAINTAINER Revision Changes Path 1.4 +2 -2 ports/audio/cd2mp3/Makefile 1.4 +1 -1 ports/audio/cd2mp3/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 22 6:44:32 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7ED5D37B401; Mon, 22 Jan 2001 06:44:09 -0800 (PST) Received: (from roam@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0MEi9b96853; Mon, 22 Jan 2001 06:44:09 -0800 (PST) (envelope-from roam) Message-Id: <200101221444.f0MEi9b96853@freefall.freebsd.org> From: Peter Pentchev Date: Mon, 22 Jan 2001 06:44:09 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/djbdns Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG roam 2001/01/22 06:44:09 PST Modified files: net/djbdns Makefile distinfo Log: Update to 1.04. Approved by: nbm (maintainer) Revision Changes Path 1.6 +2 -2 ports/net/djbdns/Makefile 1.4 +1 -1 ports/net/djbdns/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 22 6:44:38 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4A35237B402; Mon, 22 Jan 2001 06:44:10 -0800 (PST) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0MEiAC96901; Mon, 22 Jan 2001 06:44:10 -0800 (PST) (envelope-from kevlo) Message-Id: <200101221444.f0MEiAC96901@freefall.freebsd.org> From: Kevin Lo Date: Mon, 22 Jan 2001 06:44:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/pgpdump Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kevlo 2001/01/22 06:44:10 PST Modified files: security/pgpdump Makefile Log: Removed verbose line in Makefile. PR: 24500 Submitted by: MAINTAINER Revision Changes Path 1.3 +2 -3 ports/security/pgpdump/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 22 7:37:45 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AF29437B400; Mon, 22 Jan 2001 07:37:22 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0MFbMq44530; Mon, 22 Jan 2001 07:37:22 -0800 (PST) (envelope-from ijliao) Message-Id: <200101221537.f0MFbMq44530@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 22 Jan 2001 07:37:22 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/gma Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ijliao 2001/01/22 07:37:22 PST Modified files: games/gma Makefile Log: ijliao@csie.nctu.edu.tw -> ijliao@FreeBSD.org Revision Changes Path 1.8 +2 -2 ports/games/gma/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 22 7:44:44 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5B3F737B402; Mon, 22 Jan 2001 07:44:25 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0MFiPu45234; Mon, 22 Jan 2001 07:44:25 -0800 (PST) (envelope-from ijliao) Message-Id: <200101221544.f0MFiPu45234@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 22 Jan 2001 07:44:25 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang Makefile ports/lang/sxm Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ijliao 2001/01/22 07:44:25 PST Modified files: lang Makefile Added files: lang/sxm Makefile distinfo pkg-comment pkg-descr pkg-plist Log: add sxm, another implementation of scheme Revision Changes Path 1.206 +2 -1 ports/lang/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 22 7:44:58 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6B0A637B699; Mon, 22 Jan 2001 07:44:29 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0MFiTw45268; Mon, 22 Jan 2001 07:44:29 -0800 (PST) (envelope-from ijliao) Message-Id: <200101221544.f0MFiTw45268@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 22 Jan 2001 07:44:29 -0800 (PST) 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 ijliao 2001/01/22 07:44:29 PST Modified files: . modules Log: sxm --> ports/lang/sxm Revision Changes Path 1.2333 +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 Jan 22 8:33:49 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6DB9F37B402; Mon, 22 Jan 2001 08:33:24 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0MGXO853471; Mon, 22 Jan 2001 08:33:24 -0800 (PST) (envelope-from ijliao) Message-Id: <200101221633.f0MGXO853471@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 22 Jan 2001 08:33:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/libdsp Makefile distinfo pkg-comment pkg-descr pkg-plist ports/devel/libdsp/files patch-Makefile_FreeBSD X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ijliao 2001/01/22 08:33:23 PST Modified files: devel Makefile Added files: devel/libdsp Makefile distinfo pkg-comment pkg-descr pkg-plist devel/libdsp/files patch-Makefile_FreeBSD Log: add libdsp, a C++ class library of common digital signal processing functions PR: 24373 Approved by: clive (my mentor) Revision Changes Path 1.423 +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 Mon Jan 22 8:33:54 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0AA5C37B401; Mon, 22 Jan 2001 08:33:35 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0MGXZj53539; Mon, 22 Jan 2001 08:33:35 -0800 (PST) (envelope-from ijliao) Message-Id: <200101221633.f0MGXZj53539@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 22 Jan 2001 08:33:34 -0800 (PST) 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 ijliao 2001/01/22 08:33:34 PST Modified files: . modules Log: libdsp --> ports/devel/libdsp Revision Changes Path 1.2334 +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 Jan 22 8:36: 7 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E76C337B400; Mon, 22 Jan 2001 08:35:43 -0800 (PST) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0MGZhQ53910; Mon, 22 Jan 2001 08:35:43 -0800 (PST) (envelope-from kevlo) Message-Id: <200101221635.f0MGZhQ53910@freefall.freebsd.org> From: Kevin Lo Date: Mon, 22 Jan 2001 08:35:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math/p5-Math-FixedPrecision Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kevlo 2001/01/22 08:35:43 PST Modified files: math/p5-Math-FixedPrecision Makefile distinfo Log: Upgrade to version 0.12 Revision Changes Path 1.2 +3 -3 ports/math/p5-Math-FixedPrecision/Makefile 1.2 +1 -1 ports/math/p5-Math-FixedPrecision/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 22 9:13:57 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E0DF737B69B; Mon, 22 Jan 2001 09:13:36 -0800 (PST) Received: (from sf@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0MHDaG60031; Mon, 22 Jan 2001 09:13:36 -0800 (PST) (envelope-from sf) Message-Id: <200101221713.f0MHDaG60031@freefall.freebsd.org> From: FUJISHIMA Satsuki Date: Mon, 22 Jan 2001 09:13:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/py-kde Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sf 2001/01/22 09:13:36 PST Modified files: x11-toolkits/py-kde Makefile Log: move MASTER_SITES to MASTER_SITE_LOCAL. PR: 23185 Noticed by: Donald J . Maddox Approved by: maintainer Revision Changes Path 1.5 +5 -2 ports/x11-toolkits/py-kde/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 22 9:23:29 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 84B3237B6A5; Mon, 22 Jan 2001 09:23:08 -0800 (PST) Received: (from sf@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0MHN8l60756; Mon, 22 Jan 2001 09:23:08 -0800 (PST) (envelope-from sf) Message-Id: <200101221723.f0MHN8l60756@freefall.freebsd.org> From: FUJISHIMA Satsuki Date: Mon, 22 Jan 2001 09:23:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/pine4 pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sf 2001/01/22 09:23:08 PST Modified files: mail/pine4 pkg-plist Log: support %%PORTDOCS%% in pkg-plist. PR: 23652 Suggested by: Jimmy Olgeni Revision Changes Path 1.15 +13 -13 ports/mail/pine4/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 Jan 22 9:28:42 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 592C637B404; Mon, 22 Jan 2001 09:28:19 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0MHSJ661317; Mon, 22 Jan 2001 09:28:19 -0800 (PST) (envelope-from ijliao) Message-Id: <200101221728.f0MHSJ661317@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 22 Jan 2001 09:28:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/dnetc Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ijliao 2001/01/22 09:28:19 PST Modified files: misc/dnetc Makefile distinfo Log: upgrade to 2.8012.465 and unbroken it PR: 24362 Submitted by: tim@bishnet.net, clefevre@citeweb.net Revision Changes Path 1.21 +7 -7 ports/misc/dnetc/Makefile 1.12 +1 -1 ports/misc/dnetc/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 22 9:44:59 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9614537B404; Mon, 22 Jan 2001 09:44:36 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0MHiaB63256; Mon, 22 Jan 2001 09:44:36 -0800 (PST) (envelope-from ru) Message-Id: <200101221744.f0MHiaB63256@freefall.freebsd.org> From: Ruslan Ermilov Date: Mon, 22 Jan 2001 09:44:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/atm/fore_dnld fore_dnld.8 src/sbin/atm/ilmid ilmid.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/01/22 09:44:36 PST Modified files: sbin/atm/fore_dnld fore_dnld.8 sbin/atm/ilmid ilmid.8 Log: man(7) -> mdoc(7). Revision Changes Path 1.5 +61 -69 src/sbin/atm/fore_dnld/fore_dnld.8 1.4 +67 -77 src/sbin/atm/ilmid/ilmid.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 22 9:46:28 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8CD7D37B400; Mon, 22 Jan 2001 09:46:05 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0MHk5263417; Mon, 22 Jan 2001 09:46:05 -0800 (PST) (envelope-from ru) Message-Id: <200101221746.f0MHk5263417@freefall.freebsd.org> From: Ruslan Ermilov Date: Mon, 22 Jan 2001 09:46:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/atm/fore_dnld fore_dnld.8 src/sbin/atm/ilmid ilmid.8 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/01/22 09:46:05 PST Modified files: (Branch: RELENG_4) sbin/atm/fore_dnld fore_dnld.8 sbin/atm/ilmid ilmid.8 Log: MFC: man(7) -> mdoc(7). Revision Changes Path 1.4.2.1 +61 -69 src/sbin/atm/fore_dnld/fore_dnld.8 1.3.2.1 +67 -77 src/sbin/atm/ilmid/ilmid.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 22 9:52:10 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B1B5737B402; Mon, 22 Jan 2001 09:51:48 -0800 (PST) Received: (from julian@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0MHpml64070; Mon, 22 Jan 2001 09:51:48 -0800 (PST) (envelope-from julian) Message-Id: <200101221751.f0MHpml64070@freefall.freebsd.org> From: Julian Elischer Date: Mon, 22 Jan 2001 09:51:48 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netgraph ng_base.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG julian 2001/01/22 09:51:48 PST Modified files: sys/netgraph ng_base.c Log: Add MTX_SPIN to an mtx_init( Revision Changes Path 1.40 +2 -2 src/sys/netgraph/ng_base.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 22 9:58:23 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 24DCC37B400; Mon, 22 Jan 2001 09:58:06 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0MHw6F64688; Mon, 22 Jan 2001 09:58:06 -0800 (PST) (envelope-from ru) Message-Id: <200101221758.f0MHw6F64688@freefall.freebsd.org> From: Ruslan Ermilov Date: Mon, 22 Jan 2001 09:58:06 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4/man4.i386 dgb.4 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/01/22 09:58:06 PST Modified files: (Branch: RELENG_4) share/man/man4/man4.i386 dgb.4 Log: MFC (rev 1.17): mdoc(7) formatting fixes. Revision Changes Path 1.13.2.4 +114 -106 src/share/man/man4/man4.i386/dgb.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 22 10: 1:49 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6B28F37B400; Mon, 22 Jan 2001 10:01:27 -0800 (PST) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0MI1RR65064; Mon, 22 Jan 2001 10:01:27 -0800 (PST) (envelope-from mjacob) Message-Id: <200101221801.f0MI1RR65064@freefall.freebsd.org> From: Matt Jacob Date: Mon, 22 Jan 2001 10:01:27 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/mt mt.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2001/01/22 10:01:27 PST Modified files: (Branch: RELENG_4) usr.bin/mt mt.c Log: MFC: Print out resid portion of MTIOCGET returned data. Revision Changes Path 1.26.2.1 +5 -4 src/usr.bin/mt/mt.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 22 10: 3:11 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DA8BC37B699; Mon, 22 Jan 2001 10:02:47 -0800 (PST) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0MI2lw65176; Mon, 22 Jan 2001 10:02:47 -0800 (PST) (envelope-from mjacob) Message-Id: <200101221802.f0MI2lw65176@freefall.freebsd.org> From: Matt Jacob Date: Mon, 22 Jan 2001 10:02:47 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys mtio.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2001/01/22 10:02:47 PST Modified files: (Branch: RELENG_4) sys/sys mtio.h Log: MFC: Make residuals signed. PR: 24221 Revision Changes Path 1.20.2.2 +9 -3 src/sys/sys/mtio.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 22 10: 6:22 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9659A37B404; Mon, 22 Jan 2001 10:05:59 -0800 (PST) Received: (from kris@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0MI5xK67646; Mon, 22 Jan 2001 10:05:59 -0800 (PST) (envelope-from kris) Message-Id: <200101221805.f0MI5xK67646@freefall.freebsd.org> From: Kris Kennaway Date: Mon, 22 Jan 2001 10:05:59 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/dnetc Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2001/01/22 10:05:59 PST Modified files: misc/dnetc Makefile Log: Forced commit to note that even though the previous revision removed the FORBIDDEN tag without permission, the port does not actually have security problems as installed, and my previous commit was in error. Apparently I had some local strangeness - sorry for the confusion. Revision Changes Path 1.22 +2 -2 ports/misc/dnetc/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 22 10: 7:15 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6B6E837B402; Mon, 22 Jan 2001 10:06:52 -0800 (PST) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0MI6qM67796; Mon, 22 Jan 2001 10:06:52 -0800 (PST) (envelope-from mjacob) Message-Id: <200101221806.f0MI6qM67796@freefall.freebsd.org> From: Matt Jacob Date: Mon, 22 Jan 2001 10:06:52 -0800 (PST) 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 2001/01/22 10:06:52 PST Modified files: (Branch: RELENG_4) sys/cam/scsi scsi_sa.c Log: MFC: PRs 24220, 24221, 24222: Propagate residuals (even if overflowing) into mt_resid. Use the residual from spacing to figure out where we really ended up. Save residuals from spacing. Make sure position isn't updated twice (in case of a ILI check condition after a read). Read or Set of logical/hardware block condition now clears "Tape Frozen" state. Only do filemark count 0 flushing if a read position is for hardware blocks. Revision Changes Path 1.45.2.7 +160 -55 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 Jan 22 10:10:52 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8255237B404; Mon, 22 Jan 2001 10:10:29 -0800 (PST) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0MIATc68273; Mon, 22 Jan 2001 10:10:29 -0800 (PST) (envelope-from iedowse) Message-Id: <200101221810.f0MIATc68273@freefall.freebsd.org> From: Ian Dowse Date: Mon, 22 Jan 2001 10:10:29 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/dumpfs dumpfs.c src/sbin/fsck setup.c utilities.c src/sbin/newfs mkfs.c src/sys/ufs/ffs ffs_vfsops.c fs.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG iedowse 2001/01/22 10:10:29 PST Modified files: (Branch: RELENG_4) sbin/dumpfs dumpfs.c sbin/fsck setup.c utilities.c sbin/newfs mkfs.c sys/ufs/ffs ffs_vfsops.c fs.h Log: MFC: Avoid superblock corruption on very large filesystems. Revision Changes Path 1.13.2.1 +3 -3 src/sbin/dumpfs/dumpfs.c 1.17.2.1 +5 -4 src/sbin/fsck/Attic/setup.c 1.11.2.2 +2 -2 src/sbin/fsck/Attic/utilities.c 1.29.2.2 +6 -1 src/sbin/newfs/mkfs.c 1.117.2.1 +17 -16 src/sys/ufs/ffs/ffs_vfsops.c 1.14.2.2 +17 -19 src/sys/ufs/ffs/fs.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 22 10:13:30 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3618F37B400; Mon, 22 Jan 2001 10:13:08 -0800 (PST) Received: (from kris@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0MID8Y68536; Mon, 22 Jan 2001 10:13:08 -0800 (PST) (envelope-from kris) Message-Id: <200101221813.f0MID8Y68536@freefall.freebsd.org> From: Kris Kennaway Date: Mon, 22 Jan 2001 10:13:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/dnetc Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2001/01/22 10:13:08 PST Modified files: misc/dnetc Makefile Log: Argh, remove change which slipped in while editing the previous commit log. It was a reversion of r1.18 which I was testing whether that commit fixed any security problems. Revision Changes Path 1.23 +2 -2 ports/misc/dnetc/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 22 10:17:55 2001 Delivered-To: cvs-all@freebsd.org Received: from ringworld.nanolink.com (ringworld.nanolink.com [195.24.48.189]) by hub.freebsd.org (Postfix) with SMTP id E6C0E37B402 for ; Mon, 22 Jan 2001 10:17:28 -0800 (PST) Received: (qmail 12204 invoked by uid 1000); 22 Jan 2001 18:15:59 -0000 Date: Mon, 22 Jan 2001 20:15:59 +0200 From: Peter Pentchev To: Dag-Erling Smorgrav Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/vm vm_zone.c vm_zone.h Message-ID: <20010122201559.B11979@ringworld.oblivion.bg> Mail-Followup-To: Dag-Erling Smorgrav , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200101220701.f0M71pv82114@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200101220701.f0M71pv82114@freefall.freebsd.org>; from des@FreeBSD.org on Sun, Jan 21, 2001 at 11:01:51PM -0800 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Is this the commit that broke usr.bin/vmstat/vmstat.c, in the dozmem() function? It would seem vmstat is still looking for the znext pointer :( G'luck, Peter -- If this sentence didn't exist, somebody would have invented it. On Sun, Jan 21, 2001 at 11:01:51PM -0800, Dag-Erling Smorgrav wrote: > des 2001/01/21 23:01:51 PST > > Modified files: > sys/vm vm_zone.c vm_zone.h > Log: > Give this code a major facelift: > > - replace the simplelock in struct vm_zone with a mutex. > > - use a proper SLIST rather than a hand-rolled job for the zone list. > > - add a subsystem lock that protects the zone list and the statistics > counters. > > - merge _zalloc() into zalloc() and _zfree() into zfree(), and > move them below _zget() so there's no need for a prototype. > > - add two initialization functions: one which initializes the > subsystem mutex and the zone list, and one that currently doesn't > do anything. > > - zap zerror(); use KASSERTs instead. > > - dike out half of sysctl_vm_zone(), which was mostly trying to do > manually what the snprintf() call could do better. > > Reviewed by: jhb, jasone > > Revision Changes Path > 1.38 +151 -222 src/sys/vm/vm_zone.c > 1.16 +16 -13 src/sys/vm/vm_zone.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 22 10:26:48 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B442837B402; Mon, 22 Jan 2001 10:26:22 -0800 (PST) Received: (from nectar@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0MIQMu70160; Mon, 22 Jan 2001 10:26:22 -0800 (PST) (envelope-from nectar) Message-Id: <200101221826.f0MIQMu70160@freefall.freebsd.org> From: Jacques Vidrine Date: Mon, 22 Jan 2001 10:26:22 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/ftp/hsftp distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nectar 2001/01/22 10:26:22 PST Modified files: ftp/hsftp distinfo Log: Chase checksum: a couple of sentences were added to the readme. Revision Changes Path 1.5 +1 -0 ports/ftp/hsftp/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 22 10:38:10 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3790537B400; Mon, 22 Jan 2001 10:37:52 -0800 (PST) Received: (from ben@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0MIbqV71245; Mon, 22 Jan 2001 10:37:52 -0800 (PST) (envelope-from ben) Message-Id: <200101221837.f0MIbqV71245@freefall.freebsd.org> From: Ben Smithurst Date: Mon, 22 Jan 2001 10:37:52 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/ifconfig ifconfig.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ben 2001/01/22 10:37:52 PST Modified files: sbin/ifconfig ifconfig.8 Log: mdoc police. Submitted by: ru Revision Changes Path 1.34 +4 -3 src/sbin/ifconfig/ifconfig.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 22 10:39: 8 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F162537B401; Mon, 22 Jan 2001 10:38:44 -0800 (PST) Received: (from ben@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0MIciE71365; Mon, 22 Jan 2001 10:38:44 -0800 (PST) (envelope-from ben) Message-Id: <200101221838.f0MIciE71365@freefall.freebsd.org> From: Ben Smithurst Date: Mon, 22 Jan 2001 10:38:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/ifconfig ifconfig.8 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ben 2001/01/22 10:38:44 PST Modified files: (Branch: RELENG_4) sbin/ifconfig ifconfig.8 Log: MFC: mdoc police. Revision Changes Path 1.27.2.5 +4 -3 src/sbin/ifconfig/ifconfig.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 22 11:13:39 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3719337B402; Mon, 22 Jan 2001 11:13:17 -0800 (PST) Received: (from wpaul@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0MJDHb77498; Mon, 22 Jan 2001 11:13:17 -0800 (PST) (envelope-from wpaul) Message-Id: <200101221913.f0MJDHb77498@freefall.freebsd.org> From: Bill Paul Date: Mon, 22 Jan 2001 11:13:17 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_dc.c if_sf.c if_vr.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG wpaul 2001/01/22 11:13:17 PST Modified files: (Branch: RELENG_4) sys/pci if_dc.c if_sf.c if_vr.c Log: MFC: merge in bug fixes if_dc: conditionalize code for MX98713 so that it doesn't screw up other chips if_sf & if_vr: check & handle return values from encap routines correctly Revision Changes Path 1.9.2.17 +16 -10 src/sys/pci/if_dc.c 1.18.2.5 +14 -5 src/sys/pci/if_sf.c 1.26.2.5 +10 -5 src/sys/pci/if_vr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 22 11:20:30 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 22CB437B402; Mon, 22 Jan 2001 11:20:07 -0800 (PST) Received: (from ume@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0MJK7X78342; Mon, 22 Jan 2001 11:20:07 -0800 (PST) (envelope-from ume) Message-Id: <200101221920.f0MJK7X78342@freefall.freebsd.org> From: Hajimu UMEMOTO Date: Mon, 22 Jan 2001 11:20:07 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/ip6fw ip6fw.c src/sys/netinet6 ip6_fw.c ip6_fw.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ume 2001/01/22 11:20:06 PST Modified files: sbin/ip6fw ip6fw.c sys/netinet6 ip6_fw.c ip6_fw.h Log: avoid conflicting #define symbol (s/FW_IFNLEN/IP6&/). Obtained from: KAME Revision Changes Path 1.3 +4 -4 src/sbin/ip6fw/ip6fw.c 1.9 +3 -3 src/sys/netinet6/ip6_fw.c 1.9 +3 -3 src/sys/netinet6/ip6_fw.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 22 11:24:21 2001 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 00A9C37B400; Mon, 22 Jan 2001 11:23:53 -0800 (PST) Received: from fledge.watson.org (robert@fledge.pr.watson.org [192.0.2.3]) by fledge.watson.org (8.11.1/8.11.1) with SMTP id f0MJNlB22055; Mon, 22 Jan 2001 14:23:47 -0500 (EST) (envelope-from robert@fledge.watson.org) Date: Mon, 22 Jan 2001 14:23:47 -0500 (EST) From: Robert Watson X-Sender: robert@fledge.watson.org To: Peter Pentchev Cc: Dag-Erling Smorgrav , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/vm vm_zone.c vm_zone.h In-Reply-To: <20010122201559.B11979@ringworld.oblivion.bg> 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 If vmstat is broken as a result of no longer being able to waltz through kernel memory, that's probably a good thing, as vmstat should be fixed to use sysctl() instead of kmem as much as possible. We'd really like to elminate the last of the setgid kmem utilities as soon as possible, as the ability to get kmem read access can be used to gain root access (i.e., just because it's setgid kmem and not setuid root doesn't help against a qualified attacker -- or against a qualified exploit used by an unqualified attacker). I've updated a lot of systat to remove use of kmem, but don't know enough about the vm subsystem or networking subsystem to remove what remains without a substantially greater time investment. If the authors of various sections of the kernel code and userland utility set could place an emphasis on avoiding the introduction of new kmem dependencies, and work to elminate old ones, that would be greatly appreciated. (this will also make it easier for portable kernel monitoring tools to be written, and allow graphical monitoring tools to run with less privilege). Robert N M Watson FreeBSD Core Team, TrustedBSD Project robert@fledge.watson.org NAI Labs, Safeport Network Services On Mon, 22 Jan 2001, Peter Pentchev wrote: > Is this the commit that broke usr.bin/vmstat/vmstat.c, in the dozmem() > function? It would seem vmstat is still looking for the znext pointer :( > > G'luck, > Peter > > -- > If this sentence didn't exist, somebody would have invented it. > > On Sun, Jan 21, 2001 at 11:01:51PM -0800, Dag-Erling Smorgrav wrote: > > des 2001/01/21 23:01:51 PST > > > > Modified files: > > sys/vm vm_zone.c vm_zone.h > > Log: > > Give this code a major facelift: > > > > - replace the simplelock in struct vm_zone with a mutex. > > > > - use a proper SLIST rather than a hand-rolled job for the zone list. > > > > - add a subsystem lock that protects the zone list and the statistics > > counters. > > > > - merge _zalloc() into zalloc() and _zfree() into zfree(), and > > move them below _zget() so there's no need for a prototype. > > > > - add two initialization functions: one which initializes the > > subsystem mutex and the zone list, and one that currently doesn't > > do anything. > > > > - zap zerror(); use KASSERTs instead. > > > > - dike out half of sysctl_vm_zone(), which was mostly trying to do > > manually what the snprintf() call could do better. > > > > Reviewed by: jhb, jasone > > > > Revision Changes Path > > 1.38 +151 -222 src/sys/vm/vm_zone.c > > 1.16 +16 -13 src/sys/vm/vm_zone.h > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 22 11:34:22 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3EBEB37B400; Mon, 22 Jan 2001 11:34:00 -0800 (PST) Received: (from ade@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0MJY0O79974; Mon, 22 Jan 2001 11:34:00 -0800 (PST) (envelope-from ade) Message-Id: <200101221934.f0MJY0O79974@freefall.freebsd.org> From: Ade Lovett Date: Mon, 22 Jan 2001 11:34:00 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/bakery Makefile ports/devel/g-wrap Makefile ports/deskutils/gnucash Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ade 2001/01/22 11:34:00 PST Modified files: x11-toolkits/bakery Makefile devel/g-wrap Makefile deskutils/gnucash Makefile Log: Release a few ports back into the wild that I don't have time to maintain any more. Revision Changes Path 1.4 +3 -4 ports/x11-toolkits/bakery/Makefile 1.8 +2 -2 ports/devel/g-wrap/Makefile 1.27 +2 -2 ports/deskutils/gnucash/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 22 11:52:14 2001 Delivered-To: cvs-all@freebsd.org Received: from winston.osd.bsdi.com (winston.osd.bsdi.com [204.216.27.229]) by hub.freebsd.org (Postfix) with ESMTP id 2B45C37B69D; Mon, 22 Jan 2001 11:51:53 -0800 (PST) Received: from winston.osd.bsdi.com (jkh@localhost [127.0.0.1]) by winston.osd.bsdi.com (8.11.1/8.11.1) with ESMTP id f0MJpit56362; Mon, 22 Jan 2001 11:51:44 -0800 (PST) (envelope-from jkh@winston.osd.bsdi.com) To: Peter Wemm Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/config config.8 config.y main.c mkheaders.c mkmakefile.c In-Reply-To: Message from Peter Wemm of "Sun, 21 Jan 2001 23:03:06 PST." <200101220703.f0M736782277@freefall.freebsd.org> Date: Mon, 22 Jan 2001 11:51:44 -0800 Message-ID: <56358.980193104@winston.osd.bsdi.com> From: Jordan Hubbard Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Clean up some obsolete stuff. config -r has not been needed since around > FreeBSD 3.x or so when the 'make depend' picked up the opt_foo.h files. But when somebody's omitted an opt_foo.h file, as has sometimes happened, you still want the option of blowing the old configuration directory away. You going to make us paranoid folks explicitly rm(1) it now just because you didn't like a purely optional flag in config(8)? Whatever happened to reviewing ideas like this first? :) - Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 22 11:52:43 2001 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6AB9637B703; Mon, 22 Jan 2001 11:52:15 -0800 (PST) Received: from harmony.village.org (rover.village.org [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A9DE6E3019; Mon, 22 Jan 2001 11:52:10 -0800 (PST) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.11.1/8.11.1) with ESMTP id f0MJoj911754; Mon, 22 Jan 2001 12:50:45 -0700 (MST) (envelope-from imp@harmony.village.org) Message-Id: <200101221950.f0MJoj911754@harmony.village.org> To: Robert Watson Subject: Re: cvs commit: src/sys/vm vm_zone.c vm_zone.h Cc: Peter Pentchev , Dag-Erling Smorgrav , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Mon, 22 Jan 2001 14:23:47 EST." References: Date: Mon, 22 Jan 2001 12:50:45 -0700 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message Robert Watson writes: : appreciated. (this will also make it easier for portable kernel : monitoring tools to be written, and allow graphical monitoring tools to : run with less privilege). And generally make for a happier security officer team :-) Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 22 12: 6:36 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4CBDA37B6A3; Mon, 22 Jan 2001 12:06:11 -0800 (PST) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0MK6B185164; Mon, 22 Jan 2001 12:06:11 -0800 (PST) (envelope-from bmah) Message-Id: <200101222006.f0MK6B185164@freefall.freebsd.org> From: "Bruce A. Mah" Date: Mon, 22 Jan 2001 12:06:11 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/exmh2 Makefile distinfo pkg-descr pkg-plist ports/mail/exmh2/files patch-env.tcl patch-error.tcl patch-pgpPgp5.tcl ports/mail/exmh2/scripts build install X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG bmah 2001/01/22 12:06:10 PST Modified files: mail/exmh2 Makefile distinfo pkg-descr pkg-plist mail/exmh2/scripts build install Removed files: mail/exmh2/files patch-env.tcl patch-error.tcl patch-pgpPgp5.tcl Log: Update exmh to 2.3.1. This release was made primarily to fix a symlink vulnerability reported to bugtraq. Mostly a bugfix release although a few new features (filtering in sedit, optional expect-based inc wrapper, optional bitmap buttons) have been added. FreeBSD-specific parts to this commit: Removed patchfiles that were imported from the exmh CVS repository as they are now a part of the exmh-2.3.1 release. Fixed pkg-descr to quiet a few portlint warnings. Changed port to use wish-8.3 rather than wish-8.2 (suggested by markm). Revision Changes Path 1.45 +7 -8 ports/mail/exmh2/Makefile 1.17 +1 -1 ports/mail/exmh2/distinfo 1.7 +2 -5 ports/mail/exmh2/pkg-descr 1.17 +25 -2 ports/mail/exmh2/pkg-plist 1.11 +2 -2 ports/mail/exmh2/scripts/build 1.6 +14 -3 ports/mail/exmh2/scripts/install To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 22 12:46:13 2001 Delivered-To: cvs-all@freebsd.org Received: from harmony.village.org (rover.village.org [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 323D737B69F; Mon, 22 Jan 2001 12:45:50 -0800 (PST) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.11.1/8.11.1) with ESMTP id f0MKjh912074; Mon, 22 Jan 2001 13:45:43 -0700 (MST) (envelope-from imp@harmony.village.org) Message-Id: <200101222045.f0MKjh912074@harmony.village.org> To: Jordan Hubbard Subject: Re: cvs commit: src/usr.sbin/config config.8 config.y main.c mkheaders.c mkmakefile.c Cc: Peter Wemm , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Mon, 22 Jan 2001 11:51:44 PST." <56358.980193104@winston.osd.bsdi.com> References: <56358.980193104@winston.osd.bsdi.com> Date: Mon, 22 Jan 2001 13:45:43 -0700 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <56358.980193104@winston.osd.bsdi.com> Jordan Hubbard writes: : Whatever happened to reviewing ideas like this first? :) I'd remove that smiley face Jordan. :-) There have been lots of changes that have documentation impacts that weren't reviewed. The first I heard of them was in cvs-committers@ Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 22 13: 4:22 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C035237B6A6; Mon, 22 Jan 2001 13:03:49 -0800 (PST) Received: (from gibbs@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0ML3nK90312; Mon, 22 Jan 2001 13:03:49 -0800 (PST) (envelope-from gibbs) Message-Id: <200101222103.f0ML3nK90312@freefall.freebsd.org> From: "Justin T. Gibbs" Date: Mon, 22 Jan 2001 13:03:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/aic7xxx ahc_eisa.c ahc_pci.c aic7770.c aic7xxx.c aic7xxx.h aic7xxx.reg aic7xxx.seq aic7xxx_93cx6.c aic7xxx_freebsd.c aic7xxx_inline.h aic7xxx_pci.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG gibbs 2001/01/22 13:03:49 PST Modified files: sys/dev/aic7xxx ahc_eisa.c ahc_pci.c aic7770.c aic7xxx.c aic7xxx.h aic7xxx.reg aic7xxx.seq aic7xxx_93cx6.c aic7xxx_freebsd.c aic7xxx_inline.h aic7xxx_pci.c Log: ahc_eisa.c: Initialize rid to 0. This doesn't seem to make any difference (the driver doesn't care what rid it gets and no-one seems to check rid's value), but follows standard conventions. Pass in our device_t to ahc_alloc(). We now use device_T softc storage, so passing NULL results in a panic. Set the unit number in our softc so that the driver core can retrieve it. ahc_pci.c: Set the unit number in our softc so that the driver core can retrieve it. aic7770.c: Insert our softc into the list of softcs when initialization is successful. aic7xxx.c: Remove a workaround for an aic7895 bug we will never trigger. Add additional diagnostic info to ahc_dump_card_state(). Always panic the system if a sequencer assertion fails. AHC_SCB_BTT is a "flag" not a "feature". Check the right field in the softc. Replace a hard coded number with a constant. Guard against looping forever in ahc_pause_and_flushwork(). A hot eject or card failure may make the intstat register return 0xFF, so limit the number of interrupts we'll process. Correct the code in ahc_search_qinfifo() that guarantees that the sequencer will see an abort collision if the qinfifo is modified when a DMA is in progress. We now do this fixup after modifying the queue. This guarantees that the HSCB we place at the head of the queue is not the same as the old head. Using "next hscb" (guaranteed not to be the same as the first SCB) before clearing the queue could free up the original head hscb to be used during a remove operation placing it again at the head of the qinfifo. aic7xxx.h: Reduce the maximum number of outstanding commands to 253 from 254. To handle our output queue correctly on machines that only support 32bit stores, we must clear the array 4 bytes at a time. To avoid colliding with a DMA write from the sequencer, we must be sure that 4 slots are empty when we write to clear the queue. This reduces us to 253 SCBs: 1 that just completed and the known three additional empty slots in the queue that preceed it. Yahoo was able to force this race on one of their systems. Interrupts were disabled for such a time that the entire output queue was filled (254 entries complete without any processing), and our 32bit write to clear the status clobbered one entry. Add a feature tag for devices that are removable. aic7xxx.reg: Never use the sequencer interrupt value of 0xF0. We need to guanrantee that an INTSTAT value of 0xFF can only occur during card failure or a hot-eject. Align the busy targets table with the begining of scratch space. This seems to appease a chip bug in the aic7895. aic7xxx.seq: Be sure to disable select-out after a bus free event that occurs early in a selection. If we don't disable select-out, we will believe that it is enabled even though a new selection will never occur. Move the clearing of SELDI to just before a jump. This appeases another chip bug of the aic7895. Make the target mode command loop a bit more efficient. AHC_SCB_BTT is a "flag" not a "feature". Check the right field in the softc. Properly cleanup the last SCB we tested against should we fail to properly find an SCB for a reselection. Add some additional sequencer debugging code. aic7xxx_freebsd.c: Limit the driver to 253 outstanding commands per adapter. Guard against overflow in timeout handling. aic7xxx_inline.h: AHC_SCB_BTT is a "flag" not a "feature". Check the right field in the softc. aic7xxx_pci.c: Set the removable feature for the apa1480 cardbus and the 29160C Compact PCI card. Don't report high byte termination information for narrow cards. Use a PCI read rather than a questionable delay when fetching/setting termination settings. Revision Changes Path 1.19 +6 -2 src/sys/dev/aic7xxx/ahc_eisa.c 1.39 +3 -1 src/sys/dev/aic7xxx/ahc_pci.c 1.2 +7 -2 src/sys/dev/aic7xxx/aic7770.c 1.65 +65 -57 src/sys/dev/aic7xxx/aic7xxx.c 1.33 +24 -6 src/sys/dev/aic7xxx/aic7xxx.h 1.32 +8 -15 src/sys/dev/aic7xxx/aic7xxx.reg 1.108 +45 -31 src/sys/dev/aic7xxx/aic7xxx.seq 1.11 +1 -1 src/sys/dev/aic7xxx/aic7xxx_93cx6.c 1.18 +25 -13 src/sys/dev/aic7xxx/aic7xxx_freebsd.c 1.11 +5 -5 src/sys/dev/aic7xxx/aic7xxx_inline.h 1.9 +68 -39 src/sys/dev/aic7xxx/aic7xxx_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 Jan 22 13:16:38 2001 Delivered-To: cvs-all@freebsd.org Received: from netau1.alcanet.com.au (ntp.alcanet.com.au [203.62.196.27]) by hub.freebsd.org (Postfix) with ESMTP id 65D8E37B401; Mon, 22 Jan 2001 13:16:12 -0800 (PST) Received: from mfg1.cim.alcatel.com.au (mfg1.cim.alcatel.com.au [139.188.23.1]) by netau1.alcanet.com.au (8.9.3 (PHNE_22672)/8.9.3) with ESMTP id IAA05388; Tue, 23 Jan 2001 08:16:09 +1100 (EDT) Received: from gsmx07.alcatel.com.au by cim.alcatel.com.au (PMDF V5.2-32 #37645) with ESMTP id <01JZ8NA2M8N4IB9I2F@cim.alcatel.com.au>; Tue, 23 Jan 2001 08:16:05 +1100 Received: (from jeremyp@localhost) by gsmx07.alcatel.com.au (8.11.1/8.11.1) id f0MLG3l51519; Tue, 23 Jan 2001 08:16:03 +1100 (EST envelope-from jeremyp) Content-return: prohibited Date: Tue, 23 Jan 2001 08:16:03 +1100 From: Peter Jeremy Subject: Re: cvs commit: src/usr.sbin/config config.8 config.y main.c mkheaders.c mkmakefile.c In-reply-to: <200101220703.f0M736782277@freefall.freebsd.org>; from peter@FreeBSD.ORG on Sun, Jan 21, 2001 at 11:03:06PM -0800 To: Peter Wemm Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Mail-followup-to: Peter Wemm , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Message-id: <20010123081603.V9165@gsmx07.alcatel.com.au> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-disposition: inline User-Agent: Mutt/1.2.5i References: <200101220703.f0M736782277@freefall.freebsd.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 2001-Jan-21 23:03:06 -0800, Peter Wemm wrote: >peter 2001/01/21 23:03:06 PST > > Modified files: > usr.sbin/config config.8 config.y main.c mkheaders.c > mkmakefile.c > Log: > Clean up some obsolete stuff. config -r has not been needed since around > FreeBSD 3.x or so when the 'make depend' picked up the opt_foo.h files. This breaks "make buildkernel" since that uses "config -r" by default. In /usr/src/Makefile.inc1: .if !defined(NOCLEAN) CONFIGARGS+= -r .endif [deleted] buildkernel: [deleted] .if !defined(NO_KERNELCONFIG) cd ${KRNLCONFDIR}; \ PATH=${TMPPATH} \ config ${CONFIGARGS} -d ${KRNLOBJDIR}/${_kernel} ${_kernel} .endif Peter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 22 13:53:12 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C37B237B6A4; Mon, 22 Jan 2001 13:52:52 -0800 (PST) Received: (from andreas@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0MLqqG96555; Mon, 22 Jan 2001 13:52:52 -0800 (PST) (envelope-from andreas) Message-Id: <200101222152.f0MLqqG96555@freefall.freebsd.org> From: Andreas Klemm Date: Mon, 22 Jan 2001 13:52:52 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/zebra Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG andreas 2001/01/22 13:52:52 PST Modified files: net/zebra Makefile distinfo Log: - update to 0.90a - update md5 checksum - make PORTVERSION porters handbook compliant, had to add DISTFILES so source is still fetchable. Maybe I misunderstood the description how to transpose version numbers, maybe the description should be changed, that 0.90a should also be allowed than to use 0.90.a - remove PORTREVISION, since PORTVERSION changed Revision Changes Path 1.47 +3 -3 ports/net/zebra/Makefile 1.24 +1 -1 ports/net/zebra/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 22 14:22:59 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4AC5937B6A3; Mon, 22 Jan 2001 14:22:39 -0800 (PST) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0MMMdx01968; Mon, 22 Jan 2001 14:22:39 -0800 (PST) (envelope-from mjacob) Message-Id: <200101222222.f0MMMdx01968@freefall.freebsd.org> From: Matt Jacob Date: Mon, 22 Jan 2001 14:22:39 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_synch.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2001/01/22 14:22:39 PST Modified files: sys/kern kern_synch.c Log: Move (now) unused variable declaration inside the block (now commented out). Revision Changes Path 1.121 +2 -3 src/sys/kern/kern_synch.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 22 14:30:50 2001 Delivered-To: cvs-all@freebsd.org Received: from pike.osd.bsdi.com (unknown [204.216.28.222]) by hub.freebsd.org (Postfix) with ESMTP id 8FE1D37B69D; Mon, 22 Jan 2001 14:30:23 -0800 (PST) Received: from foo.osd.bsdi.com (root@foo.osd.bsdi.com [204.216.28.137]) by pike.osd.bsdi.com (8.11.1/8.9.3) with ESMTP id f0MMULx06348; Mon, 22 Jan 2001 14:30:21 -0800 (PST) (envelope-from jhb@foo.osd.bsdi.com) Received: (from jhb@localhost) by foo.osd.bsdi.com (8.11.1/8.11.1) id f0MMTwB10824; Mon, 22 Jan 2001 14:29:58 -0800 (PST) (envelope-from jhb) Message-ID: 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: <200101222222.f0MMMdx01968@freefall.freebsd.org> Date: Mon, 22 Jan 2001 14:29:58 -0800 (PST) Organization: BSD, Inc. From: John Baldwin To: Matt Jacob Subject: RE: cvs commit: src/sys/kern kern_synch.c Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 22-Jan-01 Matt Jacob wrote: > mjacob 2001/01/22 14:22:39 PST > > Modified files: > sys/kern kern_synch.c > Log: > Move (now) unused variable declaration inside the block (now commented > out). I had this fixed in a slightly different manner locally. :-P I would be committing stuff right now but my kernel doesn't boot all the way to single user yet. If I can get it there and get it stable I'll be committing lots of stuff in the not too distant future. -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.Baldwin.cx/~john/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 Jan 22 14:35:19 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 87F8037B6AE; Mon, 22 Jan 2001 14:34:53 -0800 (PST) Received: (from luigi@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0MMYrm03063; Mon, 22 Jan 2001 14:34:53 -0800 (PST) (envelope-from luigi) Message-Id: <200101222234.f0MMYrm03063@freefall.freebsd.org> From: Luigi Rizzo Date: Mon, 22 Jan 2001 14:34:53 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net bridge.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG luigi 2001/01/22 14:34:53 PST Modified files: sys/net bridge.c Log: Assorted bugfixes: + configuration: make sure that the NUL at the end of the config string is properly detected and handled, and the stats passed up via sysctl properly reflect which interfaces do bridging. (The whole config support might make good use of some cleanup in the future). + fixed some bugs related to the corruption of multicast and broadcast packets: make sure that for those packets the entire IP + ethernet header is in the mbuf, not in a cluster, so that writes performed in that area by the upper layers do not affect us. + performance: when calling m_pullup, make room for the ethernet header as well, we are going to add it in right after. Also, change an m_dup back to m_copypacket. The former is not necessary anymore now, and it did not help, anyways. I will do a fast MFC because 95% of this patch is fixing bad bugs and i doubt anyone would test the fix in CURRENT. Plus the last two items mostly bring back some code which was already there in 4.0 times. Revision Changes Path 1.30 +24 -15 src/sys/net/bridge.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 22 14:36:51 2001 Delivered-To: cvs-all@freebsd.org Received: from feral.com (feral.com [192.67.166.1]) by hub.freebsd.org (Postfix) with ESMTP id 2BC4E37B6AE; Mon, 22 Jan 2001 14:36:30 -0800 (PST) Received: from zeppo.feral.com (IDENT:mjacob@zeppo [192.67.166.71]) by feral.com (8.9.3/8.9.3) with ESMTP id OAA08133; Mon, 22 Jan 2001 14:36:28 -0800 Date: Mon, 22 Jan 2001 14:36:27 -0800 (PST) From: Matthew Jacob Reply-To: mjacob@feral.com To: John Baldwin Cc: Matt Jacob , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: RE: cvs commit: src/sys/kern kern_synch.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 22-Jan-01 Matt Jacob wrote: > > mjacob 2001/01/22 14:22:39 PST > > > > Modified files: > > sys/kern kern_synch.c > > Log: > > Move (now) unused variable declaration inside the block (now commented > > out). > > I had this fixed in a slightly different manner locally. :-P I would be > committing stuff right now but my kernel doesn't boot all the way to single > user yet. If I can get it there and get it stable I'll be committing lots of > stuff in the not too distant future. Well, sorry... How about doing a tad more complete job up front? Try to nuke all the warnings that you can, okay? Also, the growth of the '#if 0' pieces is somewhat alarming. I would expect the rate of the rate of change to start slowing for -current now. It is not. This is not a good sign. -matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 22 14:41:13 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2865137B6AE; Mon, 22 Jan 2001 14:40:50 -0800 (PST) Received: (from luigi@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0MMemO03662; Mon, 22 Jan 2001 14:40:48 -0800 (PST) (envelope-from luigi) Message-Id: <200101222240.f0MMemO03662@freefall.freebsd.org> From: Luigi Rizzo Date: Mon, 22 Jan 2001 14:40:48 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net bridge.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG luigi 2001/01/22 14:40:48 PST Modified files: (Branch: RELENG_4) sys/net bridge.c Log: MFC: bring in some fixes which cure multicast/broadcast corruption and some other things (essentially restore some of the code which was there in 4.0 times) Revision Changes Path 1.16.2.9 +24 -15 src/sys/net/bridge.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 22 14:46:56 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DAB3337B6B0; Mon, 22 Jan 2001 14:46:33 -0800 (PST) Received: (from dirk@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0MMkWH04417; Mon, 22 Jan 2001 14:46:32 -0800 (PST) (envelope-from dirk) Message-Id: <200101222246.f0MMkWH04417@freefall.freebsd.org> From: Dirk Froemberg Date: Mon, 22 Jan 2001 14:46:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/mysql323-client Makefile ports/databases/mysql323-server Makefile distinfo ports/databases/mysql323-server/files patch-ar X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dirk 2001/01/22 14:46:32 PST Modified files: databases/mysql323-client Makefile databases/mysql323-server Makefile distinfo databases/mysql323-server/files patch-ar Log: Upgrade to 3.23.32. Revision Changes Path 1.70 +1 -2 ports/databases/mysql323-client/Makefile 1.102 +2 -3 ports/databases/mysql323-server/Makefile 1.42 +1 -1 ports/databases/mysql323-server/distinfo 1.3 +3 -12 ports/databases/mysql323-server/files/patch-ar To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 22 14:54:20 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4659837B6B1; Mon, 22 Jan 2001 14:54:03 -0800 (PST) Received: (from dwmalone@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0MMs3C05403; Mon, 22 Jan 2001 14:54:03 -0800 (PST) (envelope-from dwmalone) Message-Id: <200101222254.f0MMs3C05403@freefall.freebsd.org> From: David Malone Date: Mon, 22 Jan 2001 14:54:03 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/kbd atkbd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dwmalone 2001/01/22 14:54:03 PST Modified files: sys/dev/kbd atkbd.c Log: Free the kbd pointer when it isn't NULL, as opposed to when it is. This was a typo in the M_ZERO patches. Submitted by: Mike Silbersack Revision Changes Path 1.31 +2 -2 src/sys/dev/kbd/atkbd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 22 14:57:14 2001 Delivered-To: cvs-all@freebsd.org Received: from pike.osd.bsdi.com (unknown [204.216.28.222]) by hub.freebsd.org (Postfix) with ESMTP id E81D437B6B0; Mon, 22 Jan 2001 14:56:49 -0800 (PST) Received: from foo.osd.bsdi.com (root@foo.osd.bsdi.com [204.216.28.137]) by pike.osd.bsdi.com (8.11.1/8.9.3) with ESMTP id f0MMulx07689; Mon, 22 Jan 2001 14:56:47 -0800 (PST) (envelope-from jhb@foo.osd.bsdi.com) Received: (from jhb@localhost) by foo.osd.bsdi.com (8.11.1/8.11.1) id f0MMuOF10888; Mon, 22 Jan 2001 14:56:24 -0800 (PST) (envelope-from jhb) Message-ID: 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: Date: Mon, 22 Jan 2001 14:56:24 -0800 (PST) Organization: BSD, Inc. From: John Baldwin To: Matthew Jacob Subject: RE: cvs commit: src/sys/kern kern_synch.c Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 22-Jan-01 Matthew Jacob wrote: > >> On 22-Jan-01 Matt Jacob wrote: >> > mjacob 2001/01/22 14:22:39 PST >> > >> > Modified files: >> > sys/kern kern_synch.c >> > Log: >> > Move (now) unused variable declaration inside the block (now commented >> > out). >> >> I had this fixed in a slightly different manner locally. :-P I would be >> committing stuff right now but my kernel doesn't boot all the way to single >> user yet. If I can get it there and get it stable I'll be committing lots >> of >> stuff in the not too distant future. > > Well, sorry... > > How about doing a tad more complete job up front? Try to nuke all the > warnings that you can, okay? Also, the growth of the '#if 0' pieces is > somewhat alarming. Yeah. I actually have many warnings fixes in other parts of the code right now, but am busy trying to get my code working before I commit blindly. > I would expect the rate of the rate of change to start slowing for -current > now. It is not. This is not a good sign. SMPng doesn't do anything yet (nothing out from under Giant), and it won't be useful until it does, so I don't foresee it slowing down within the next few months. I don't think anynoe expects 5.0 to come out before Septemeberish now anyways. I don't think SMPng will be ready before then at least. At least, not in a useful fashion. :-/ > -matt -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.Baldwin.cx/~john/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 Jan 22 15: 0:24 2001 Delivered-To: cvs-all@freebsd.org Received: from mobile.wemm.org (c1315225-a.plstn1.sfba.home.com [65.0.135.147]) by hub.freebsd.org (Postfix) with ESMTP id 0513F37B6B4; Mon, 22 Jan 2001 15:00:02 -0800 (PST) Received: from netplex.com.au (localhost [127.0.0.1]) by mobile.wemm.org (8.11.1/8.11.1) with ESMTP id f0MN01a68835; Mon, 22 Jan 2001 15:00:01 -0800 (PST) (envelope-from peter@netplex.com.au) Message-Id: <200101222300.f0MN01a68835@mobile.wemm.org> X-Mailer: exmh version 2.2 06/23/2000 with nmh-1.0.4 To: Jordan Hubbard Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/usr.sbin/config config.8 config.y main.c mkheaders.c mkmakefile.c In-Reply-To: <56358.980193104@winston.osd.bsdi.com> Date: Mon, 22 Jan 2001 15:00:01 -0800 From: Peter Wemm Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Jordan Hubbard wrote: > > Clean up some obsolete stuff. config -r has not been needed since around > > FreeBSD 3.x or so when the 'make depend' picked up the opt_foo.h files. > > But when somebody's omitted an opt_foo.h file, as has sometimes > happened, you still want the option of blowing the old configuration > directory away. Err, what? How do you "omit an opt_foo.h file"? - that is a fatal error and has been for a while. If you try and add 'options INCORRECTOPTION' to your config file, it makes you either fix it or add it to an opt_* file explicitly. Nothing more than a 'make clean' should ever be needed in a worst case. 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 Mon Jan 22 15: 1:53 2001 Delivered-To: cvs-all@freebsd.org Received: from mobile.wemm.org (c1315225-a.plstn1.sfba.home.com [65.0.135.147]) by hub.freebsd.org (Postfix) with ESMTP id 5427B37B6B6; Mon, 22 Jan 2001 15:01:29 -0800 (PST) Received: from netplex.com.au (localhost [127.0.0.1]) by mobile.wemm.org (8.11.1/8.11.1) with ESMTP id f0MN1Ta68866; Mon, 22 Jan 2001 15:01:29 -0800 (PST) (envelope-from peter@netplex.com.au) Message-Id: <200101222301.f0MN1Ta68866@mobile.wemm.org> X-Mailer: exmh version 2.2 06/23/2000 with nmh-1.0.4 To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/usr.sbin/config config.8 config.y main.c mkheaders.c mkmakefile.c In-Reply-To: <20010123081603.V9165@gsmx07.alcatel.com.au> Date: Mon, 22 Jan 2001 15:01:29 -0800 From: Peter Wemm Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Peter Jeremy wrote: > On 2001-Jan-21 23:03:06 -0800, Peter Wemm wrote: > >peter 2001/01/21 23:03:06 PST > > > > Modified files: > > usr.sbin/config config.8 config.y main.c mkheaders.c > > mkmakefile.c > > Log: > > Clean up some obsolete stuff. config -r has not been needed since around > > FreeBSD 3.x or so when the 'make depend' picked up the opt_foo.h files. > > This breaks "make buildkernel" since that uses "config -r" by default. > In /usr/src/Makefile.inc1: > > .if !defined(NOCLEAN) > CONFIGARGS+= -r > .endif Argh! I will fix this. 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 Mon Jan 22 15: 4:19 2001 Delivered-To: cvs-all@freebsd.org Received: from feral.com (feral.com [192.67.166.1]) by hub.freebsd.org (Postfix) with ESMTP id C6D1337B6B8; Mon, 22 Jan 2001 15:03:54 -0800 (PST) Received: from zeppo.feral.com (IDENT:mjacob@zeppo [192.67.166.71]) by feral.com (8.9.3/8.9.3) with ESMTP id PAA08339; Mon, 22 Jan 2001 15:03:54 -0800 Date: Mon, 22 Jan 2001 15:03:54 -0800 (PST) From: Matthew Jacob Reply-To: mjacob@feral.com To: John Baldwin Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: RE: cvs commit: src/sys/kern kern_synch.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 > Yeah. I actually have many warnings fixes in other parts of the code right > now, but am busy trying to get my code working before I commit blindly. > > > I would expect the rate of the rate of change to start slowing for -current > > now. It is not. This is not a good sign. > > SMPng doesn't do anything yet (nothing out from under Giant), and it won't be > useful until it does, so I don't foresee it slowing down within the next few > months. I don't think anynoe expects 5.0 to come out before Septemeberish now > anyways. I don't think SMPng will be ready before then at least. At least, > not in a useful fashion. :-/ Hmm. If that's the case, then there's going to be ****WAD of a lot of MFC'ing this year. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 22 15: 4:44 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 27A7437B6C6; Mon, 22 Jan 2001 15:04:14 -0800 (PST) Received: (from luigi@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0MN4DM06518; Mon, 22 Jan 2001 15:04:13 -0800 (PST) (envelope-from luigi) Message-Id: <200101222304.f0MN4DM06518@freefall.freebsd.org> From: Luigi Rizzo Date: Mon, 22 Jan 2001 15:04:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet ip_dummynet.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG luigi 2001/01/22 15:04:13 PST Modified files: sys/netinet ip_dummynet.c Log: Change critical section protection for dummynet from splnet() to splimp() -- we need it because dummynet can be invoked by the bridging code at splimp(). This should cure the pipe "stalls" that several people have been reporting on -stable while using bridging+dummynet (the problem would not affect routers using dummynet). Revision Changes Path 1.34 +46 -16 src/sys/netinet/ip_dummynet.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 22 15: 8: 0 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BE69F37B6B8; Mon, 22 Jan 2001 15:07:36 -0800 (PST) Received: (from luigi@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0MN7ab09050; Mon, 22 Jan 2001 15:07:36 -0800 (PST) (envelope-from luigi) Message-Id: <200101222307.f0MN7ab09050@freefall.freebsd.org> From: Luigi Rizzo Date: Mon, 22 Jan 2001 15:07:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet ip_dummynet.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG luigi 2001/01/22 15:07:36 PST Modified files: (Branch: RELENG_4) sys/netinet ip_dummynet.c Log: MFC (bugfix): change critical section protection from splnet() to splimp() so we do not get inconsistencies (leading to traffic stalls) when dummynet is used with bridging. The error was reported by quite a few people over time. Revision Changes Path 1.24.2.7 +17 -11 src/sys/netinet/ip_dummynet.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 22 15: 9:48 2001 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 AA75237B6BB; Mon, 22 Jan 2001 15:09:27 -0800 (PST) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.9.3/8.9.3) id SAA42419; Mon, 22 Jan 2001 18:09:26 -0500 (EST) (envelope-from wollman) Date: Mon, 22 Jan 2001 18:09:26 -0500 (EST) From: Garrett Wollman Message-Id: <200101222309.SAA42419@khavrinen.lcs.mit.edu> To: John Baldwin Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: RE: cvs commit: src/sys/kern kern_synch.c In-Reply-To: References: <200101222222.f0MMMdx01968@freefall.freebsd.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG < said: > user yet. If I can get it there and get it stable I'll be committing lots of > stuff in the not too distant future. Perhaps it would be good if, once things get stable, we could get a short pause so that people will have a few days window to update. I've been wanting to update my home machine for a couple of months now, but every time I get an opportunity, someone pops up with an ``oh no! the gronkulator is broken!''. -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 22 15:10:26 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2201937B6B8; Mon, 22 Jan 2001 15:10:02 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0MNA2T09299; Mon, 22 Jan 2001 15:10:02 -0800 (PST) (envelope-from peter) Message-Id: <200101222310.f0MNA2T09299@freefall.freebsd.org> From: Peter Wemm Date: Mon, 22 Jan 2001 15:10:02 -0800 (PST) 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 peter 2001/01/22 15:10:02 PST Modified files: . Makefile.inc1 Log: Use 'make clean' instead of 'config -r', and only if the 'depend' step has been skipped. We went to a lot of trouble to make the 'blow away' stage unneeded, and it has not been needed for quite some time. Revision Changes Path 1.185 +5 -5 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 Mon Jan 22 15:11:25 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3024A37B6B8; Mon, 22 Jan 2001 15:11:03 -0800 (PST) Received: (from dwmalone@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0MNB3T09429; Mon, 22 Jan 2001 15:11:03 -0800 (PST) (envelope-from dwmalone) Message-Id: <200101222311.f0MNB3T09429@freefall.freebsd.org> From: David Malone Date: Mon, 22 Jan 2001 15:11:03 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/inetd inetd.8 inetd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dwmalone 2001/01/22 15:11:03 PST Modified files: usr.sbin/inetd inetd.8 inetd.c Log: Don't mention /etc/protocols in inetd documentation or comments, as inetd doesn't actually use it. PR: 24307 Submitted by: opentrax@email.com Revision Changes Path 1.56 +3 -4 src/usr.sbin/inetd/inetd.8 1.88 +3 -3 src/usr.sbin/inetd/inetd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 22 15:12:11 2001 Delivered-To: cvs-all@freebsd.org Received: from feral.com (feral.com [192.67.166.1]) by hub.freebsd.org (Postfix) with ESMTP id CD97B37B6BB; Mon, 22 Jan 2001 15:11:46 -0800 (PST) Received: from zeppo.feral.com (IDENT:mjacob@zeppo [192.67.166.71]) by feral.com (8.9.3/8.9.3) with ESMTP id PAA08379; Mon, 22 Jan 2001 15:11:43 -0800 Date: Mon, 22 Jan 2001 15:11:42 -0800 (PST) From: Matthew Jacob Reply-To: mjacob@feral.com To: Garrett Wollman Cc: John Baldwin , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: RE: cvs commit: src/sys/kern kern_synch.c In-Reply-To: <200101222309.SAA42419@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 Even alpha (gasp) has been stable enough for me to update about once every 8-12 days since the beginning of December. > < said: > > > user yet. If I can get it there and get it stable I'll be committing lots of > > stuff in the not too distant future. > > Perhaps it would be good if, once things get stable, we could get a > short pause so that people will have a few days window to update. > I've been wanting to update my home machine for a couple of months > now, but every time I get an opportunity, someone pops up with an ``oh > no! the gronkulator is broken!''. > > -GAWollman > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 22 15:13:54 2001 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 4A0B437B6BC; Mon, 22 Jan 2001 15:13:25 -0800 (PST) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id 84E896A93A; Tue, 23 Jan 2001 09:43:22 +1030 (CST) Date: Tue, 23 Jan 2001 09:43:22 +1030 From: Greg Lehey To: Luigi Rizzo Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet ip_dummynet.c Message-ID: <20010123094322.J3066@wantadilla.lemis.com> References: <200101222307.f0MN7ab09050@freefall.freebsd.org> <200101222304.f0MN4DM06518@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200101222304.f0MN4DM06518@freefall.freebsd.org>; from luigi@FreeBSD.org on Mon, Jan 22, 2001 at 03:04:13PM -0800 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 Monday, 22 January 2001 at 15:04:13 -0800, Luigi Rizzo wrote: > luigi 2001/01/22 15:04:13 PST > > Modified files: > sys/netinet ip_dummynet.c > Log: > Change critical section protection for dummynet from splnet() to > splimp() -- we need it because dummynet can be invoked by the > bridging code at splimp(). > > This should cure the pipe "stalls" that several people have been > reporting on -stable while using bridging+dummynet (the problem > would not affect routers using dummynet). This looks like a null change. splimp() and splnet() are both dummy functions in -CURRENT. On Monday, 22 January 2001 at 15:07:36 -0800, Luigi Rizzo wrote: > luigi 2001/01/22 15:07:36 PST > > Modified files: (Branch: RELENG_4) > sys/netinet ip_dummynet.c > Log: > MFC (bugfix): change critical section protection from splnet() to splimp() > so we do not get inconsistencies (leading to traffic stalls) > when dummynet is used with bridging. > > The error was reported by quite a few people over time. Hmm. We have an unofficial rule (hopefully soon to become official) that MFCs should be done not less than three days after the commit to -STABLE. I think that exceptions should be justified in the commit log. On the other hand, I suspect you really tested this under -STABLE, and the corresponding fix doesn't mean anything in -CURRENT, so I suppose that's a justification. 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 Mon Jan 22 15:19:55 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F161F37B6B8; Mon, 22 Jan 2001 15:19:31 -0800 (PST) Received: (from dwmalone@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0MNJVa10354; Mon, 22 Jan 2001 15:19:31 -0800 (PST) (envelope-from dwmalone) Message-Id: <200101222319.f0MNJVa10354@freefall.freebsd.org> From: David Malone Date: Mon, 22 Jan 2001 15:19:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/inetd inetd.c inetd.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dwmalone 2001/01/22 15:19:30 PST Modified files: usr.sbin/inetd inetd.c inetd.h Log: Various cleanups of inetd: Avoid shadowing variables, use socklen_t instead of ints, don't cast to char *, clear up some remote name handling code which had become a little odd. Should result in no functional changes. Revision Changes Path 1.89 +18 -20 src/usr.sbin/inetd/inetd.c 1.7 +2 -2 src/usr.sbin/inetd/inetd.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 22 15:26:40 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 95A2637B6B8; Mon, 22 Jan 2001 15:26:19 -0800 (PST) Received: (from jkh@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0MNQJq11102; Mon, 22 Jan 2001 15:26:19 -0800 (PST) (envelope-from jkh) Message-Id: <200101222326.f0MNQJq11102@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Mon, 22 Jan 2001 15:26:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src Makefile.inc1 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jkh 2001/01/22 15:26:19 PST Modified files: (Branch: RELENG_4) . Makefile.inc1 Log: MFC: kernel time reporting. Revision Changes Path 1.141.2.19 +6 -3 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 Mon Jan 22 15:29:36 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 94D3937B6C1; Mon, 22 Jan 2001 15:29:14 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0MNTE311325; Mon, 22 Jan 2001 15:29:14 -0800 (PST) (envelope-from peter) Message-Id: <200101222329.f0MNTE311325@freefall.freebsd.org> From: Peter Wemm Date: Mon, 22 Jan 2001 15:29:14 -0800 (PST) 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 peter 2001/01/22 15:29:13 PST Modified files: . Makefile.inc1 Log: Sigh, I thought we still had the rm -rf objdir stuff in make world, which would have taken care of the possibility of buildkernel crossing over from one binutils set to another. Back out the part about turning off 'make clean' if the 'make depend' is still active, but add a NO_KERNELCLEAN target instead that works like NOCLEAN but just for the kernel. Revision Changes Path 1.186 +3 -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 Mon Jan 22 15:51:54 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E813937B400; Mon, 22 Jan 2001 15:51:33 -0800 (PST) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0MNpXN13018; Mon, 22 Jan 2001 15:51:33 -0800 (PST) (envelope-from cpiazza) Message-Id: <200101222351.f0MNpXN13018@freefall.freebsd.org> From: Chris Piazza Date: Mon, 22 Jan 2001 15:51:33 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/vcdgear Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG cpiazza 2001/01/22 15:51:33 PST Modified files: graphics/vcdgear Makefile distinfo Log: Update to 1.6d Revision Changes Path 1.6 +4 -4 ports/graphics/vcdgear/Makefile 1.4 +2 -2 ports/graphics/vcdgear/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 22 16: 9:57 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B07D437B69F; Mon, 22 Jan 2001 16:09:32 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0N09WW16799; Mon, 22 Jan 2001 16:09:32 -0800 (PST) (envelope-from peter) Message-Id: <200101230009.f0N09WW16799@freefall.freebsd.org> From: Peter Wemm Date: Mon, 22 Jan 2001 16:09:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/config config.y mkheaders.c mkmakefile.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG peter 2001/01/22 16:09:32 PST Modified files: (Branch: RELENG_4) usr.sbin/config config.y mkheaders.c mkmakefile.c Log: Convert various warnings that should have been errors into actual fatal errors with an exit code so that buildkernel doesn't quitely ignore it and build a bogus kernel without a human to read the errors. Revision Changes Path 1.42.2.1 +10 -16 src/usr.sbin/config/config.y 1.14.2.2 +7 -3 src/usr.sbin/config/mkheaders.c 1.51.2.3 +6 -8 src/usr.sbin/config/mkmakefile.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 22 16:10: 4 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8F79037B6A3; Mon, 22 Jan 2001 16:09:38 -0800 (PST) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0N09Za16810; Mon, 22 Jan 2001 16:09:35 -0800 (PST) (envelope-from mjacob) Message-Id: <200101230009.f0N09Za16810@freefall.freebsd.org> From: Matt Jacob Date: Mon, 22 Jan 2001 16:09:35 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/vmstat vmstat.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2001/01/22 16:09:34 PST Modified files: usr.bin/vmstat vmstat.c Log: Update vm zone list traversal for changes made to kernel. Note that this is ultimately silly because no locks are held in user space while traversing the list via kvm_reads... really, this should use the sysctl interface which *is* protected by a lock in the kernel. Revision Changes Path 1.40 +7 -3 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 Mon Jan 22 16:14:20 2001 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 5C55337B69E; Mon, 22 Jan 2001 16:13:59 -0800 (PST) Received: (from des@localhost) by flood.ping.uio.no (8.9.3/8.9.3) id BAA74223; Tue, 23 Jan 2001 01:13:54 +0100 (CET) (envelope-from des@ofug.org) X-URL: http://www.ofug.org/~des/ X-Disclaimer: The views expressed in this message do not necessarily coincide with those of any organisation or company with which I am or have been affiliated. To: Luigi Rizzo Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet ip_dummynet.c References: <200101222304.f0MN4DM06518@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: 23 Jan 2001 01:13:53 +0100 In-Reply-To: Luigi Rizzo's message of "Mon, 22 Jan 2001 15:04:13 -0800 (PST)" Message-ID: Lines: 15 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 Luigi Rizzo writes: > Log: > Change critical section protection for dummynet from splnet() to > splimp() -- we need it because dummynet can be invoked by the > bridging code at splimp(). This has the net effect of replacing one no-op with another: root@des ~# egrep 'spl(imp|net)' /sys/sys/systm.h static __inline intrmask_t splimp(void) { return 0; } static __inline intrmask_t splnet(void) { return 0; } DES -- Dag-Erling Smorgrav - des@ofug.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 22 16:18:31 2001 Delivered-To: cvs-all@freebsd.org Received: from info.iet.unipi.it (info.iet.unipi.it [131.114.9.184]) by hub.freebsd.org (Postfix) with ESMTP id 90EC537B400; Mon, 22 Jan 2001 16:18:06 -0800 (PST) Received: (from luigi@localhost) by info.iet.unipi.it (8.9.3/8.9.3) id BAA80579; Tue, 23 Jan 2001 01:20:47 +0100 (CET) (envelope-from luigi) From: Luigi Rizzo Message-Id: <200101230020.BAA80579@info.iet.unipi.it> Subject: Re: cvs commit: src/sys/netinet ip_dummynet.c In-Reply-To: from Dag-Erling Smorgrav at "Jan 23, 2001 01:13:53 am" To: Dag-Erling Smorgrav Date: Tue, 23 Jan 2001 01:20:47 +0100 (CET) Cc: Luigi Rizzo , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL61 (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 > This has the net effect of replacing one no-op with another: > > root@des ~# egrep 'spl(imp|net)' /sys/sys/systm.h > static __inline intrmask_t splimp(void) { return 0; } > static __inline intrmask_t splnet(void) { return 0; } already noticed by grog -- but hopefully it will also remind people who will have to replace these no-ops with proper locks which lock to aim for... that was the only purpose of this commit. cheers luigi ----------------------------------+----------------------------------------- Luigi RIZZO, luigi@iet.unipi.it . ACIRI/ICSI (on leave from Univ. di Pisa) http://www.iet.unipi.it/~luigi/ . 1947 Center St, Berkeley CA 94704 Phone (510) 666 2927 . ----------------------------------+----------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 22 16:26:24 2001 Delivered-To: cvs-all@freebsd.org Received: from pike.osd.bsdi.com (unknown [204.216.28.222]) by hub.freebsd.org (Postfix) with ESMTP id 2460237B401; Mon, 22 Jan 2001 16:26:05 -0800 (PST) Received: from foo.osd.bsdi.com (root@foo.osd.bsdi.com [204.216.28.137]) by pike.osd.bsdi.com (8.11.1/8.9.3) with ESMTP id f0N0Q3x16577; Mon, 22 Jan 2001 16:26:03 -0800 (PST) (envelope-from jhb@foo.osd.bsdi.com) Received: (from jhb@localhost) by foo.osd.bsdi.com (8.11.1/8.11.1) id f0N0PdT11888; Mon, 22 Jan 2001 16:25:39 -0800 (PST) (envelope-from jhb) Message-ID: 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: Date: Mon, 22 Jan 2001 16:25:39 -0800 (PST) Organization: BSD, Inc. From: John Baldwin To: Dag-Erling Smorgrav Subject: Re: cvs commit: src/sys/netinet ip_dummynet.c Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, Luigi Rizzo Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 23-Jan-01 Dag-Erling Smorgrav wrote: > Luigi Rizzo writes: >> Log: >> Change critical section protection for dummynet from splnet() to >> splimp() -- we need it because dummynet can be invoked by the >> bridging code at splimp(). > > This has the net effect of replacing one no-op with another: > > root@des ~# egrep 'spl(imp|net)' /sys/sys/systm.h > static __inline intrmask_t splimp(void) { return 0; } > static __inline intrmask_t splnet(void) { return 0; } > > DES It does apply to -stable however, and since this code is not MP safe, it will help to ensure that when it is converted away from mutexes, the coders in question will be aware of what types of things they may need to protect. -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.Baldwin.cx/~john/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 Jan 22 16:32:17 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BE8E337B69B; Mon, 22 Jan 2001 16:31:57 -0800 (PST) Received: (from des@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0N0VvU18454; Mon, 22 Jan 2001 16:31:57 -0800 (PST) (envelope-from des) Message-Id: <200101230031.f0N0VvU18454@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Mon, 22 Jan 2001 16:31:57 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/vmstat vmstat.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG des 2001/01/22 16:31:57 PST Modified files: usr.bin/vmstat vmstat.c Log: Use the vm.zone sysctl rather that grope through the zone allocator's internal data structures. Revision Changes Path 1.41 +18 -55 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 Mon Jan 22 16:38:14 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8FC2237B402; Mon, 22 Jan 2001 16:37:55 -0800 (PST) Received: (from des@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0N0btO18902; Mon, 22 Jan 2001 16:37:55 -0800 (PST) (envelope-from des) Message-Id: <200101230037.f0N0btO18902@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Mon, 22 Jan 2001 16:37:55 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/vmstat vmstat.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG des 2001/01/22 16:37:55 PST Modified files: usr.bin/vmstat vmstat.8 Log: Document that the -z option is equivalent to 'sysctl vm.zone'. Revision Changes Path 1.19 +6 -2 src/usr.bin/vmstat/vmstat.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 22 17:11:30 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D3C8C37B400; Mon, 22 Jan 2001 17:11:11 -0800 (PST) Received: (from des@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0N1BBp24099; Mon, 22 Jan 2001 17:11:11 -0800 (PST) (envelope-from des) Message-Id: <200101230111.f0N1BBp24099@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Mon, 22 Jan 2001 17:11:11 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_zone.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG des 2001/01/22 17:11:11 PST Modified files: sys/vm vm_zone.c Log: Use atomic operations to update the stat counters. Revision Changes Path 1.39 +5 -5 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 Jan 22 17:18: 1 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AFCE137B400; Mon, 22 Jan 2001 17:17:41 -0800 (PST) Received: (from babkin@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0N1Hf924790; Mon, 22 Jan 2001 17:17:41 -0800 (PST) (envelope-from babkin) Message-Id: <200101230117.f0N1Hf924790@freefall.freebsd.org> From: Sergey Babkin Date: Mon, 22 Jan 2001 17:17:41 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/cron/cron cron.8 cron.c cron.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG babkin 2001/01/22 17:17:41 PST Modified files: usr.sbin/cron/cron cron.8 cron.c cron.h Log: Backed out the DST support changes. Revision Changes Path 1.13 +1 -36 src/usr.sbin/cron/cron/cron.8 1.12 +8 -136 src/usr.sbin/cron/cron/cron.c 1.13 +1 -4 src/usr.sbin/cron/cron/cron.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 22 17:22:58 2001 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 921DE37B400; Mon, 22 Jan 2001 17:22:34 -0800 (PST) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.9.3/8.9.3) id UAA43573; Mon, 22 Jan 2001 20:22:33 -0500 (EST) (envelope-from wollman) Date: Mon, 22 Jan 2001 20:22:33 -0500 (EST) From: Garrett Wollman Message-Id: <200101230122.UAA43573@khavrinen.lcs.mit.edu> To: Dag-Erling Smorgrav Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/vmstat vmstat.8 In-Reply-To: <200101230037.f0N0btO18902@freefall.freebsd.org> References: <200101230037.f0N0btO18902@freefall.freebsd.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG < said: > Document that the -z option is equivalent to 'sysctl vm.zone'. This really shouldn't be documented (and `sysctl vm.zone' should just tell the user to use the correct program). -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 22 17:30:49 2001 Delivered-To: cvs-all@freebsd.org Received: from Awfulhak.org (awfulhak.demon.co.uk [194.222.196.252]) by hub.freebsd.org (Postfix) with ESMTP id 8C02937B404; Mon, 22 Jan 2001 17:30:25 -0800 (PST) Received: from hak.lan.Awfulhak.org (root@hak.lan.Awfulhak.org [172.16.0.12]) by Awfulhak.org (8.11.1/8.11.1) with ESMTP id f0N1V4U20760; Tue, 23 Jan 2001 01:31:04 GMT (envelope-from brian@lan.Awfulhak.org) Received: from hak.lan.Awfulhak.org (brian@localhost [127.0.0.1]) by hak.lan.Awfulhak.org (8.11.1/8.11.1) with ESMTP id f0N1XB107675; Tue, 23 Jan 2001 01:33:11 GMT (envelope-from brian@hak.lan.Awfulhak.org) Message-Id: <200101230133.f0N1XB107675@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.2 06/23/2000 with nmh-1.0.4 To: Peter Wemm Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, brian@Awfulhak.org Subject: Re: cvs commit: src Makefile.inc1 In-Reply-To: Message from Peter Wemm of "Sun, 21 Jan 2001 23:29:49 PST." <200101220729.f0M7TnZ86477@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 23 Jan 2001 01:33:11 +0000 From: Brian Somers Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > peter 2001/01/21 23:29:49 PST > > Modified files: > . Makefile.inc1 > Log: > Using "KERNEL" for buildkernel was a very very bad mistake. $KERNEL is > already used by the kernel makefiles themselves, and this leads to a lot > of trouble when people put "KERNEL=MYKERNEL" in make.conf. Bite the bullet > and change it to KERNCONF instead, before it gets too far entrenched. > > The kernel Makefiles use ${KERNEL} as the name of what to install the > kernel as, eg: /boot/${KERNEL}/kernel or /${KERNEL}. This leads to much > unhappiness with things like /LOCAL instead of /kernel. buildkernel is > severely limited as it is only useful directly after a buildworld. > > Reviewed by: jhb > > Revision Changes Path > 1.183 +5 -5 src/Makefile.inc1 I've had KERNEL= in /etc/make.conf for several months and on lots of machines. It leads to no trouble that I can see with buildkernel/ installkernel. Doing this may be broken for the old config, cd /blah/blah/compile/blah, make method, so why not fix that rather than breaking everyone's current configuration ? Assuming you've got a good argument for breaking things, a HEADS UP is probably in order. -- 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 Mon Jan 22 17:39:14 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C9FC437B69C; Mon, 22 Jan 2001 17:38:52 -0800 (PST) Received: (from hrs@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0N1cqL27104; Mon, 22 Jan 2001 17:38:52 -0800 (PST) (envelope-from hrs) Message-Id: <200101230138.f0N1cqL27104@freefall.freebsd.org> From: Hiroki Sato Date: Mon, 22 Jan 2001 17:38:52 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/books/handbook authors.ent book.sgml doc/ja_JP.eucJP/books/handbook/contrib chapter.sgml doc/ja_JP.eucJP/books/handbook/eresources chapter.sgml doc/ja_JP.eucJP/books/handbook/serialcomms chapter.sgml doc/ja_JP.eucJP/books/handbook/staff chapter.sgml doc/ja_JP.eucJP/books/handbook/users ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hrs 2001/01/22 17:38:52 PST Modified files: ja_JP.eucJP/books/handbook authors.ent book.sgml ja_JP.eucJP/books/handbook/contrib chapter.sgml ja_JP.eucJP/books/handbook/eresources chapter.sgml ja_JP.eucJP/books/handbook/serialcomms chapter.sgml ja_JP.eucJP/books/handbook/staff chapter.sgml ja_JP.eucJP/books/handbook/users chapter.sgml Log: Merge the following from the English version: 1.140 -> 1.141 authors.ent 1.94 -> 1.95 book.sgml 1.359 -> 1.363 contrib/chapter.sgml 1.52 -> 1.53 eresources/chapter.sgml 1.20 -> 1.21 serialcomms/chapter.sgml 1.189 -> 1.190 staff/chapter.sgml 1.4 -> 1.5 users/chapter.sgml Revision Changes Path 1.52 +4 -2 doc/ja_JP.eucJP/books/handbook/authors.ent 1.65 +3 -2 doc/ja_JP.eucJP/books/handbook/book.sgml 1.55 +15 -6 doc/ja_JP.eucJP/books/handbook/contrib/chapter.sgml 1.17 +15 -3 doc/ja_JP.eucJP/books/handbook/eresources/chapter.sgml 1.9 +8 -8 doc/ja_JP.eucJP/books/handbook/serialcomms/chapter.sgml 1.41 +6 -2 doc/ja_JP.eucJP/books/handbook/staff/chapter.sgml 1.4 +7 -6 doc/ja_JP.eucJP/books/handbook/users/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 Jan 22 17:40:56 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B5A0C37B401; Mon, 22 Jan 2001 17:40:31 -0800 (PST) Received: (from hrs@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0N1eVH27329; Mon, 22 Jan 2001 17:40:31 -0800 (PST) (envelope-from hrs) Message-Id: <200101230140.f0N1eVH27329@freefall.freebsd.org> From: Hiroki Sato Date: Mon, 22 Jan 2001 17:40:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/ja index.sgml www/ja/copyright freebsd-license.sgml www/ja/news newsflash.sgml www/ja/security security.sgml www/ja/tutorials index.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hrs 2001/01/22 17:40:31 PST Modified files: ja index.sgml ja/copyright freebsd-license.sgml ja/news newsflash.sgml ja/security security.sgml ja/tutorials index.sgml Log: - Merge the following from the English version: 1.100 -> 1.101 index.sgml 1.5 -> 1.6 copyright/freebsd-license.sgml 1.235 -> 1.237 news/newsflash.sgml 1.18 -> 1.19 tutorials/index.sgml - Add links to Japanese translations: security/security.sgml Revision Changes Path 1.33 +6 -4 www/ja/index.sgml 1.7 +4 -4 www/ja/copyright/freebsd-license.sgml 1.53 +11 -3 www/ja/news/newsflash.sgml 1.26 +72 -37 www/ja/security/security.sgml 1.10 +6 -3 www/ja/tutorials/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 Jan 22 17:55:38 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0393337B400; Mon, 22 Jan 2001 17:55:18 -0800 (PST) Received: (from jedgar@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0N1tHd29399; Mon, 22 Jan 2001 17:55:17 -0800 (PST) (envelope-from jedgar) Message-Id: <200101230155.f0N1tHd29399@freefall.freebsd.org> From: "Chris D. Faulhaber" Date: Mon, 22 Jan 2001 17:55:17 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/icecast Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jedgar 2001/01/22 17:55:17 PST Modified files: audio/icecast Makefile Log: Mark FORBIDDEN: Remotely exploitable buffer overflow Obtained from: |CyRaX| via Bugtraq Revision Changes Path 1.14 +2 -1 ports/audio/icecast/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 22 18: 0:16 2001 Delivered-To: cvs-all@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 85D9837B400; Mon, 22 Jan 2001 17:59:56 -0800 (PST) Received: from billy-club.village.org (billy-club.village.org [10.0.0.3]) by rover.village.org (8.11.1/8.11.0) with ESMTP id f0N1xts07488; Mon, 22 Jan 2001 18:59:55 -0700 (MST) (envelope-from imp@billy-club.village.org) Received: from billy-club.village.org (localhost [127.0.0.1]) by billy-club.village.org (8.11.1/8.8.3) with ESMTP id f0N1wHs15648; Mon, 22 Jan 2001 18:58:17 -0700 (MST) Message-Id: <200101230158.f0N1wHs15648@billy-club.village.org> To: Brian Somers Subject: Re: cvs commit: src Makefile.inc1 Cc: Peter Wemm , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Tue, 23 Jan 2001 01:33:11 GMT." <200101230133.f0N1XB107675@hak.lan.Awfulhak.org> References: <200101230133.f0N1XB107675@hak.lan.Awfulhak.org> Date: Mon, 22 Jan 2001 18:58:17 -0700 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <200101230133.f0N1XB107675@hak.lan.Awfulhak.org> Brian Somers writes: : I've had KERNEL= in /etc/make.conf for several months and on lots of : machines. It leads to no trouble that I can see with buildkernel/ : installkernel. : : Doing this may be broken for the old config, cd /blah/blah/compile/blah, : make method, so why not fix that rather than breaking everyone's : current configuration ? Yes. It is the case where you put it in /etc/make.conf and then build the kernel by hand that causes the grief. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 22 18: 7: 2 2001 Delivered-To: cvs-all@freebsd.org Received: from kyra.unloved.org (kyra.unloved.org [62.58.62.162]) by hub.freebsd.org (Postfix) with ESMTP id 328FD37B400; Mon, 22 Jan 2001 18:06:14 -0800 (PST) Received: by kyra.unloved.org (Postfix) id 13586F431; Tue, 23 Jan 2001 03:06:08 +0100 (CET) Delivered-To: ashp@unloved.org Received: by kyra.unloved.org (Postfix, from userid 0) id 7E839F40E; Tue, 23 Jan 2001 03:06:07 +0100 (CET) To: root@unloved.org Subject: kyra.unloved.org daily run output Message-Id: <20010123020607.7E839F40E@kyra.unloved.org> Date: Tue, 23 Jan 2001 03:06:07 +0100 (CET) From: root@unloved.org (Charlie Root) Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Removing stale files from /var/preserve: Cleaning out old system announcements: Removing stale files from /var/rwho: Backup passwd and group files: kyra.unloved.org passwd diffs: 68d67 < orion:(password):2004:2004::0:0:Orion Server:/home/orion:/usr/local/bin/bash 69a69 > postfix:(password):2001:3024::0:0:Postfix Mail System:/nonexistent:/nonexistent kyra.unloved.org group diffs: 93a94 > postfix:*:3024: Verifying group file syntax: Backing up mail aliases: kyra.unloved.org aliases diffs: --- /var/backups/aliases.bak Thu Sep 21 17:28:04 2000 +++ /etc/mail/aliases Mon Jan 22 11:02:55 2001 @@ -1,4 +1,4 @@ -# $FreeBSD: src/etc/mail/aliases,v 1.10.4.1 2000/08/27 17:31:38 gshapiro Exp $ +# $FreeBSD: src/etc/mail/aliases,v 1.10.4.2 2000/12/16 07:03:35 dougb Exp $ # @(#)aliases 5.3 (Berkeley) 5/24/90 # # Aliases in this file will NOT be expanded in the header from @@ -24,8 +24,10 @@ # General redirections for pseudo accounts bin: root +bind: root daemon: root games: root +kmem: root man: root news: root nobody: root @@ -33,6 +35,7 @@ pop: root system: root toor: root +tty: root usenet: news uucp: root xten: root Disk status: Filesystem 1K-blocks Used Avail Capacity Mounted on /dev/ad5s1a 198399 51629 130899 28% / /dev/ad5s2e 9505261 539884 8204957 6% /data /dev/ad5s1f 8473272 2924146 4871265 38% /usr /dev/ad5s1e 992239 18696 894164 2% /var procfs 4 4 0 100% /proc Last dump(s) done (Dump '>' file systems): UUCP status: Network interface status: Name Mtu Network Address Ipkts Ierrs Opkts Oerrs Coll xl0 1500 00:10:4b:09:ec:f0 49045770 0 84287087 4 0 xl0 1500 62.58.62.160/ kyra 49045770 0 84287087 4 0 xl0 1500 jacquie.would jacquie.would.b 49045770 0 84287087 4 0 xl0 1500 my.pussy.gets my.pussy.gets.w 49045770 0 84287087 4 0 xl0 1500 jacquie.loves jacquie.loves.a 49045770 0 84287087 4 0 xl0 1500 twilight.bast twilight.bastar 49045770 0 84287087 4 0 xl0 1500 freebsd.is.be freebsd.is.bett 49045770 0 84287087 4 0 xl0 1500 magic.kablast magic.kablasto. 49045770 0 84287087 4 0 xl0 1500 i.own.decix.n i.own.decix.net 49045770 0 84287087 4 0 xl0 1500 teefers.is.th teefers.is.thra 49045770 0 84287087 4 0 xl0 1500 i.fucked.freu i.fucked.freudi 49045770 0 84287087 4 0 xl0 1500 jacquie.swall jacquie.swallow 49045770 0 84287087 4 0 xl0 1500 unhappy.and/3 unhappy.and 49045770 0 84287087 4 0 xl0 1500 attyz.wants.t attyz.wants.to. 49045770 0 84287087 4 0 xl0 1500 jacquie.is.a. jacquie.is.a.cu 49045770 0 84287087 4 0 xl0 1500 i.am.not.real i.am.not.really 49045770 0 84287087 4 0 xl0 1500 you.need.a.go you.need.a.good 49045770 0 84287087 4 0 xl0 1500 will.never.be will.never.be 49045770 0 84287087 4 0 xl0 1500 vanitywhore.o vanitywhore.org 49045770 0 84287087 4 0 xl0 1500 is.a.masturba is.a.masturbati 49045770 0 84287087 4 0 xl0 1500 works.for.ver works.for.versa 49045770 0 84287087 4 0 xl0 1500 deeply.shallo deeply.shallow. 49045770 0 84287087 4 0 xl0 1500 62.58.48.84/3 62.58.48.84 49045770 0 84287087 4 0 lo0 16384 5114 0 5114 0 0 lo0 16384 127 localhost 5114 0 5114 0 0 Local system status: 3:01AM up 15:55, 1 user, load averages: 0.00, 0.00, 0.00 Mail in local queue: Mail queue is empty Security check: (output mailed separately) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 22 18: 8:17 2001 Delivered-To: cvs-all@freebsd.org Received: from kyra.unloved.org (kyra.unloved.org [62.58.62.162]) by hub.freebsd.org (Postfix) with ESMTP id B9C1237B402; Mon, 22 Jan 2001 18:06:15 -0800 (PST) Received: by kyra.unloved.org (Postfix) id E543DF431; Tue, 23 Jan 2001 03:06:14 +0100 (CET) Delivered-To: ashp@unloved.org Received: by kyra.unloved.org (Postfix) via BOUNCE id B6B6FF40E; Tue, 23 Jan 2001 03:06:14 +0100 (CET) Date: Tue, 23 Jan 2001 03:06:14 +0100 (CET) From: MAILER-DAEMON@unloved.org (Mail Delivery System) Subject: Undelivered Mail Returned to Sender To: root@unloved.org MIME-Version: 1.0 Content-Type: multipart/report; report-type=delivery-status; boundary="13586F431.980215574/kyra.unloved.org" Message-Id: <20010123020614.B6B6FF40E@kyra.unloved.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a MIME-encapsulated message. --13586F431.980215574/kyra.unloved.org Content-Description: Notification Content-Type: text/plain This is the Postfix program at host kyra.unloved.org. I'm sorry to have to inform you that the message returned below could not be delivered to one or more destinations. For further assistance, please send mail to If you do so, please include this problem report. You can delete your own text from the message returned below. The Postfix program <$header_To@unloved.org>: unknown user: "$header_to" <$home/Mail/lists/freebsd-arch@unloved.org>: unknown user: "$home/mail/lists/freebsd-arch" <$home/Mail/lists/bugtraq@unloved.org>: unknown user: "$home/mail/lists/bugtraq" <$home/Mail/lists/freebsd-current@unloved.org>: unknown user: "$home/mail/lists/freebsd-current" <$home/Mail/lists/freebsd-cvs@unloved.org>: unknown user: "$home/mail/lists/freebsd-cvs" <$home/Mail/lists/freebsd-security@unloved.org>: unknown user: "$home/mail/lists/freebsd-security" <$home/Mail/lists/freeciv@unloved.org>: unknown user: "$home/mail/lists/freeciv" <^freeciv-dev@unloved.org>: unknown user: "^freeciv-dev" : unknown user: "contains" : unknown user: "endif" : unknown user: "if" : unknown user: "matches" : unknown user: "or" : unknown user: "save" : unknown user: "then" <$header_sender@unloved.org>: unknown user: "$header_sender" <$header_X-list@unloved.org>: unknown user: "$header_x-list" <$header_Cc@unloved.org>: unknown user: "$header_cc" --13586F431.980215574/kyra.unloved.org Content-Description: Delivery error report Content-Type: message/delivery-status Reporting-MTA: dns; kyra.unloved.org Arrival-Date: Tue, 23 Jan 2001 03:06:08 +0100 (CET) Final-Recipient: rfc822; $header_To@unloved.org Action: failed Status: 5.0.0 Diagnostic-Code: X-Postfix; unknown user: "$header_to" Final-Recipient: rfc822; $home/Mail/lists/freebsd-arch@unloved.org Action: failed Status: 5.0.0 Diagnostic-Code: X-Postfix; unknown user: "$home/mail/lists/freebsd-arch" Final-Recipient: rfc822; $home/Mail/lists/bugtraq@unloved.org Action: failed Status: 5.0.0 Diagnostic-Code: X-Postfix; unknown user: "$home/mail/lists/bugtraq" Final-Recipient: rfc822; $home/Mail/lists/freebsd-current@unloved.org Action: failed Status: 5.0.0 Diagnostic-Code: X-Postfix; unknown user: "$home/mail/lists/freebsd-current" Final-Recipient: rfc822; $home/Mail/lists/freebsd-cvs@unloved.org Action: failed Status: 5.0.0 Diagnostic-Code: X-Postfix; unknown user: "$home/mail/lists/freebsd-cvs" Final-Recipient: rfc822; $home/Mail/lists/freebsd-security@unloved.org Action: failed Status: 5.0.0 Diagnostic-Code: X-Postfix; unknown user: "$home/mail/lists/freebsd-security" Final-Recipient: rfc822; $home/Mail/lists/freeciv@unloved.org Action: failed Status: 5.0.0 Diagnostic-Code: X-Postfix; unknown user: "$home/mail/lists/freeciv" Final-Recipient: rfc822; ^freeciv-dev@unloved.org Action: failed Status: 5.0.0 Diagnostic-Code: X-Postfix; unknown user: "^freeciv-dev" Final-Recipient: rfc822; contains@unloved.org Action: failed Status: 5.0.0 Diagnostic-Code: X-Postfix; unknown user: "contains" Final-Recipient: rfc822; endif@unloved.org Action: failed Status: 5.0.0 Diagnostic-Code: X-Postfix; unknown user: "endif" Final-Recipient: rfc822; if@unloved.org Action: failed Status: 5.0.0 Diagnostic-Code: X-Postfix; unknown user: "if" Final-Recipient: rfc822; matches@unloved.org Action: failed Status: 5.0.0 Diagnostic-Code: X-Postfix; unknown user: "matches" Final-Recipient: rfc822; or@unloved.org Action: failed Status: 5.0.0 Diagnostic-Code: X-Postfix; unknown user: "or" Final-Recipient: rfc822; save@unloved.org Action: failed Status: 5.0.0 Diagnostic-Code: X-Postfix; unknown user: "save" Final-Recipient: rfc822; then@unloved.org Action: failed Status: 5.0.0 Diagnostic-Code: X-Postfix; unknown user: "then" Final-Recipient: rfc822; $header_sender@unloved.org Action: failed Status: 5.0.0 Diagnostic-Code: X-Postfix; unknown user: "$header_sender" Final-Recipient: rfc822; $header_X-list@unloved.org Action: failed Status: 5.0.0 Diagnostic-Code: X-Postfix; unknown user: "$header_x-list" Final-Recipient: rfc822; $header_Cc@unloved.org Action: failed Status: 5.0.0 Diagnostic-Code: X-Postfix; unknown user: "$header_cc" --13586F431.980215574/kyra.unloved.org Content-Description: Undelivered Message Content-Type: message/rfc822 Received: by kyra.unloved.org (Postfix) id 13586F431; Tue, 23 Jan 2001 03:06:08 +0100 (CET) Delivered-To: ashp@unloved.org Received: by kyra.unloved.org (Postfix, from userid 0) id 7E839F40E; Tue, 23 Jan 2001 03:06:07 +0100 (CET) To: root@unloved.org Subject: kyra.unloved.org daily run output Message-Id: <20010123020607.7E839F40E@kyra.unloved.org> Date: Tue, 23 Jan 2001 03:06:07 +0100 (CET) From: root@unloved.org (Charlie Root) Removing stale files from /var/preserve: Cleaning out old system announcements: Removing stale files from /var/rwho: Backup passwd and group files: kyra.unloved.org passwd diffs: 68d67 < orion:(password):2004:2004::0:0:Orion Server:/home/orion:/usr/local/bin/bash 69a69 > postfix:(password):2001:3024::0:0:Postfix Mail System:/nonexistent:/nonexistent kyra.unloved.org group diffs: 93a94 > postfix:*:3024: Verifying group file syntax: Backing up mail aliases: kyra.unloved.org aliases diffs: --- /var/backups/aliases.bak Thu Sep 21 17:28:04 2000 +++ /etc/mail/aliases Mon Jan 22 11:02:55 2001 @@ -1,4 +1,4 @@ -# $FreeBSD: src/etc/mail/aliases,v 1.10.4.1 2000/08/27 17:31:38 gshapiro Exp $ +# $FreeBSD: src/etc/mail/aliases,v 1.10.4.2 2000/12/16 07:03:35 dougb Exp $ # @(#)aliases 5.3 (Berkeley) 5/24/90 # # Aliases in this file will NOT be expanded in the header from @@ -24,8 +24,10 @@ # General redirections for pseudo accounts bin: root +bind: root daemon: root games: root +kmem: root man: root news: root nobody: root @@ -33,6 +35,7 @@ pop: root system: root toor: root +tty: root usenet: news uucp: root xten: root Disk status: Filesystem 1K-blocks Used Avail Capacity Mounted on /dev/ad5s1a 198399 51629 130899 28% / /dev/ad5s2e 9505261 539884 8204957 6% /data /dev/ad5s1f 8473272 2924146 4871265 38% /usr /dev/ad5s1e 992239 18696 894164 2% /var procfs 4 4 0 100% /proc Last dump(s) done (Dump '>' file systems): UUCP status: Network interface status: Name Mtu Network Address Ipkts Ierrs Opkts Oerrs Coll xl0 1500 00:10:4b:09:ec:f0 49045770 0 84287087 4 0 xl0 1500 62.58.62.160/ kyra 49045770 0 84287087 4 0 xl0 1500 jacquie.would jacquie.would.b 49045770 0 84287087 4 0 xl0 1500 my.pussy.gets my.pussy.gets.w 49045770 0 84287087 4 0 xl0 1500 jacquie.loves jacquie.loves.a 49045770 0 84287087 4 0 xl0 1500 twilight.bast twilight.bastar 49045770 0 84287087 4 0 xl0 1500 freebsd.is.be freebsd.is.bett 49045770 0 84287087 4 0 xl0 1500 magic.kablast magic.kablasto. 49045770 0 84287087 4 0 xl0 1500 i.own.decix.n i.own.decix.net 49045770 0 84287087 4 0 xl0 1500 teefers.is.th teefers.is.thra 49045770 0 84287087 4 0 xl0 1500 i.fucked.freu i.fucked.freudi 49045770 0 84287087 4 0 xl0 1500 jacquie.swall jacquie.swallow 49045770 0 84287087 4 0 xl0 1500 unhappy.and/3 unhappy.and 49045770 0 84287087 4 0 xl0 1500 attyz.wants.t attyz.wants.to. 49045770 0 84287087 4 0 xl0 1500 jacquie.is.a. jacquie.is.a.cu 49045770 0 84287087 4 0 xl0 1500 i.am.not.real i.am.not.really 49045770 0 84287087 4 0 xl0 1500 you.need.a.go you.need.a.good 49045770 0 84287087 4 0 xl0 1500 will.never.be will.never.be 49045770 0 84287087 4 0 xl0 1500 vanitywhore.o vanitywhore.org 49045770 0 84287087 4 0 xl0 1500 is.a.masturba is.a.masturbati 49045770 0 84287087 4 0 xl0 1500 works.for.ver works.for.versa 49045770 0 84287087 4 0 xl0 1500 deeply.shallo deeply.shallow. 49045770 0 84287087 4 0 xl0 1500 62.58.48.84/3 62.58.48.84 49045770 0 84287087 4 0 lo0 16384 5114 0 5114 0 0 lo0 16384 127 localhost 5114 0 5114 0 0 Local system status: 3:01AM up 15:55, 1 user, load averages: 0.00, 0.00, 0.00 Mail in local queue: Mail queue is empty Security check: (output mailed separately) --13586F431.980215574/kyra.unloved.org-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 22 18: 8:39 2001 Delivered-To: cvs-all@freebsd.org Received: from kyra.unloved.org (kyra.unloved.org [62.58.62.162]) by hub.freebsd.org (Postfix) with ESMTP id 5D1C937B404; Mon, 22 Jan 2001 18:06:17 -0800 (PST) Received: by kyra.unloved.org (Postfix) id 71C2CF432; Tue, 23 Jan 2001 03:06:16 +0100 (CET) Delivered-To: ashp@unloved.org Received: by kyra.unloved.org (Postfix) via BOUNCE id 24DA6F40E; Tue, 23 Jan 2001 03:06:16 +0100 (CET) Date: Tue, 23 Jan 2001 03:06:16 +0100 (CET) From: MAILER-DAEMON@unloved.org (Mail Delivery System) Subject: Undelivered Mail Returned to Sender To: root@unloved.org MIME-Version: 1.0 Content-Type: multipart/report; report-type=delivery-status; boundary="162E6F432.980215576/kyra.unloved.org" Message-Id: <20010123020616.24DA6F40E@kyra.unloved.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a MIME-encapsulated message. --162E6F432.980215576/kyra.unloved.org Content-Description: Notification Content-Type: text/plain This is the Postfix program at host kyra.unloved.org. I'm sorry to have to inform you that the message returned below could not be delivered to one or more destinations. For further assistance, please send mail to If you do so, please include this problem report. You can delete your own text from the message returned below. The Postfix program <$header_Cc@unloved.org>: unknown user: "$header_cc" <$header_sender@unloved.org>: unknown user: "$header_sender" <$home/Mail/lists/bugtraq@unloved.org>: unknown user: "$home/mail/lists/bugtraq" <$home/Mail/lists/freebsd-arch@unloved.org>: unknown user: "$home/mail/lists/freebsd-arch" <$home/Mail/lists/freebsd-current@unloved.org>: unknown user: "$home/mail/lists/freebsd-current" <$home/Mail/lists/freebsd-security@unloved.org>: unknown user: "$home/mail/lists/freebsd-security" <$home/Mail/lists/freeciv@unloved.org>: unknown user: "$home/mail/lists/freeciv" <^freeciv-dev@unloved.org>: unknown user: "^freeciv-dev" : unknown user: "contains" : unknown user: "endif" : unknown user: "if" : unknown user: "matches" : unknown user: "or" : unknown user: "save" : unknown user: "then" <$header_To@unloved.org>: unknown user: "$header_to" <$header_X-list@unloved.org>: unknown user: "$header_x-list" <$home/Mail/lists/freebsd-cvs@unloved.org>: unknown user: "$home/mail/lists/freebsd-cvs" --162E6F432.980215576/kyra.unloved.org Content-Description: Delivery error report Content-Type: message/delivery-status Reporting-MTA: dns; kyra.unloved.org Arrival-Date: Tue, 23 Jan 2001 03:06:08 +0100 (CET) Final-Recipient: rfc822; $header_Cc@unloved.org Action: failed Status: 5.0.0 Diagnostic-Code: X-Postfix; unknown user: "$header_cc" Final-Recipient: rfc822; $header_sender@unloved.org Action: failed Status: 5.0.0 Diagnostic-Code: X-Postfix; unknown user: "$header_sender" Final-Recipient: rfc822; $home/Mail/lists/bugtraq@unloved.org Action: failed Status: 5.0.0 Diagnostic-Code: X-Postfix; unknown user: "$home/mail/lists/bugtraq" Final-Recipient: rfc822; $home/Mail/lists/freebsd-arch@unloved.org Action: failed Status: 5.0.0 Diagnostic-Code: X-Postfix; unknown user: "$home/mail/lists/freebsd-arch" Final-Recipient: rfc822; $home/Mail/lists/freebsd-current@unloved.org Action: failed Status: 5.0.0 Diagnostic-Code: X-Postfix; unknown user: "$home/mail/lists/freebsd-current" Final-Recipient: rfc822; $home/Mail/lists/freebsd-security@unloved.org Action: failed Status: 5.0.0 Diagnostic-Code: X-Postfix; unknown user: "$home/mail/lists/freebsd-security" Final-Recipient: rfc822; $home/Mail/lists/freeciv@unloved.org Action: failed Status: 5.0.0 Diagnostic-Code: X-Postfix; unknown user: "$home/mail/lists/freeciv" Final-Recipient: rfc822; ^freeciv-dev@unloved.org Action: failed Status: 5.0.0 Diagnostic-Code: X-Postfix; unknown user: "^freeciv-dev" Final-Recipient: rfc822; contains@unloved.org Action: failed Status: 5.0.0 Diagnostic-Code: X-Postfix; unknown user: "contains" Final-Recipient: rfc822; endif@unloved.org Action: failed Status: 5.0.0 Diagnostic-Code: X-Postfix; unknown user: "endif" Final-Recipient: rfc822; if@unloved.org Action: failed Status: 5.0.0 Diagnostic-Code: X-Postfix; unknown user: "if" Final-Recipient: rfc822; matches@unloved.org Action: failed Status: 5.0.0 Diagnostic-Code: X-Postfix; unknown user: "matches" Final-Recipient: rfc822; or@unloved.org Action: failed Status: 5.0.0 Diagnostic-Code: X-Postfix; unknown user: "or" Final-Recipient: rfc822; save@unloved.org Action: failed Status: 5.0.0 Diagnostic-Code: X-Postfix; unknown user: "save" Final-Recipient: rfc822; then@unloved.org Action: failed Status: 5.0.0 Diagnostic-Code: X-Postfix; unknown user: "then" Final-Recipient: rfc822; $header_To@unloved.org Action: failed Status: 5.0.0 Diagnostic-Code: X-Postfix; unknown user: "$header_to" Final-Recipient: rfc822; $header_X-list@unloved.org Action: failed Status: 5.0.0 Diagnostic-Code: X-Postfix; unknown user: "$header_x-list" Final-Recipient: rfc822; $home/Mail/lists/freebsd-cvs@unloved.org Action: failed Status: 5.0.0 Diagnostic-Code: X-Postfix; unknown user: "$home/mail/lists/freebsd-cvs" --162E6F432.980215576/kyra.unloved.org Content-Description: Undelivered Message Content-Type: message/rfc822 Received: by kyra.unloved.org (Postfix) id 162E6F432; Tue, 23 Jan 2001 03:06:08 +0100 (CET) Delivered-To: ashp@unloved.org Received: by kyra.unloved.org (Postfix, from userid 0) id 1CCE2F40C; Tue, 23 Jan 2001 03:06:07 +0100 (CET) Subject: kyra.unloved.org security check output Message-Id: <20010123020607.1CCE2F40C@kyra.unloved.org> Date: Tue, 23 Jan 2001 03:06:07 +0100 (CET) From: root@unloved.org (Charlie Root) To: undisclosed-recipients: ; Checking setuid files and devices: kyra.unloved.org setuid diffs: 1,54c1,52 < 21616 -r-xr-sr-x 1 root operator 56964 Oct 29 23:03:40 2000 /bin/df < 21532 -r-sr-xr-x 1 root wheel 241844 Oct 29 23:03:44 2000 /bin/rcp < 35919 -r-xr-sr-x 1 root kmem 62800 Oct 29 23:06:25 2000 /sbin/ccdconfig < 35863 -r-xr-sr-x 1 root kmem 69488 Oct 29 23:06:27 2000 /sbin/dmesg < 36290 -r-xr-sr-x 2 root tty 257044 Oct 29 23:06:27 2000 /sbin/dump < 35898 -r-sr-xr-x 1 root wheel 195636 Oct 29 23:06:42 2000 /sbin/ping < 35899 -r-sr-xr-x 1 root bin 190864 Oct 29 23:06:43 2000 /sbin/ping6 < 36290 -r-xr-sr-x 2 root tty 257044 Oct 29 23:06:27 2000 /sbin/rdump < 36041 -r-xr-sr-x 2 root tty 283376 Oct 29 23:06:44 2000 /sbin/restore < 35901 -r-sr-xr-x 1 root wheel 191712 Oct 29 23:06:44 2000 /sbin/route < 36041 -r-xr-sr-x 2 root tty 283376 Oct 29 23:06:44 2000 /sbin/rrestore < 35906 -r-sr-x--- 1 root operator 164524 Oct 29 23:06:46 2000 /sbin/shutdown < 8500 -r-sr-xr-x 4 root wheel 19324 Oct 29 23:07:48 2000 /usr/bin/at < 8500 -r-sr-xr-x 4 root wheel 19324 Oct 29 23:07:48 2000 /usr/bin/atq < 8500 -r-sr-xr-x 4 root wheel 19324 Oct 29 23:07:48 2000 /usr/bin/atrm < 8500 -r-sr-xr-x 4 root wheel 19324 Oct 29 23:07:48 2000 /usr/bin/batch < 8317 -r-sr-xr-x 6 root wheel 31972 Oct 29 23:07:52 2000 /usr/bin/chfn < 8317 -r-sr-xr-x 6 root wheel 31972 Oct 29 23:07:52 2000 /usr/bin/chpass < 8317 -r-sr-xr-x 6 root wheel 31972 Oct 29 23:07:52 2000 /usr/bin/chsh < 8235 -r-sr-xr-x 1 root wheel 23912 Oct 29 23:08:54 2000 /usr/bin/crontab < 8490 -r-sr-sr-x 1 uucp dialer 123456 Oct 29 23:04:16 2000 /usr/bin/cu < 8071 -r-xr-sr-x 1 root kmem 12900 Oct 29 23:08:00 2000 /usr/bin/fstat < 8087 -r-xr-sr-x 1 root kmem 9624 Oct 29 23:08:03 2000 /usr/bin/ipcs < 8026 -r-sr-xr-x 1 root wheel 510 Oct 29 23:08:04 2000 /usr/bin/keyinfo < 8094 -r-sr-xr-x 1 root wheel 7232 Oct 29 23:08:04 2000 /usr/bin/keyinit < 8110 -r-sr-xr-x 1 root wheel 6792 Oct 29 23:08:11 2000 /usr/bin/lock < 8113 -r-sr-xr-x 1 root wheel 19556 Oct 29 23:08:11 2000 /usr/bin/login < 8239 -r-sr-sr-x 1 root daemon 19796 Oct 29 23:09:35 2000 /usr/bin/lpq < 8240 -r-sr-sr-x 1 root daemon 22996 Oct 29 23:09:35 2000 /usr/bin/lpr < 8241 -r-sr-sr-x 1 root daemon 19132 Oct 29 23:09:36 2000 /usr/bin/lprm < 7984 -r-sr-xr-x 1 man wheel 28304 Oct 29 23:04:54 2000 /usr/bin/man < 8136 -r-xr-sr-x 1 root kmem 84736 Oct 29 23:08:16 2000 /usr/bin/netstat < 8138 -r-xr-sr-x 1 root kmem 9660 Oct 29 23:08:16 2000 /usr/bin/nfsstat < 8462 -r-sr-xr-x 2 root wheel 26356 Oct 29 23:08:18 2000 /usr/bin/passwd < 8148 -r-sr-xr-x 1 root wheel 10232 Oct 29 23:08:19 2000 /usr/bin/quota < 8152 -r-sr-xr-x 1 root wheel 9976 Oct 29 23:08:20 2000 /usr/bin/rlogin < 8156 -r-sr-xr-x 1 root wheel 7372 Oct 29 23:08:22 2000 /usr/bin/rsh < 8467 -r-sr-xr-x 2 root wheel 147872 Oct 29 23:10:00 2000 /usr/bin/slogin < 8467 -r-sr-xr-x 2 root wheel 147872 Oct 29 23:10:00 2000 /usr/bin/ssh < 8168 -r-sr-xr-x 1 root wheel 7960 Oct 29 23:08:24 2000 /usr/bin/su < 8171 -r-xr-sr-x 1 root kmem 56648 Oct 29 23:08:25 2000 /usr/bin/systat < 8179 -r-xr-sr-x 1 root kmem 32104 Oct 29 23:08:27 2000 /usr/bin/top < 8489 -r-sr-xr-x 1 uucp wheel 87984 Oct 29 23:04:18 2000 /usr/bin/uucp < 8350 -r-sr-xr-x 1 uucp wheel 37100 Oct 29 23:04:18 2000 /usr/bin/uuname < 8279 -r-sr-sr-x 1 uucp dialer 96540 Oct 29 23:04:19 2000 /usr/bin/uustat < 8274 -r-sr-xr-x 1 uucp wheel 88600 Oct 29 23:04:19 2000 /usr/bin/uux < 8200 -r-xr-sr-x 1 root kmem 16392 Oct 29 23:08:35 2000 /usr/bin/vmstat < 8201 -r-xr-sr-x 1 root tty 8860 Oct 29 23:08:35 2000 /usr/bin/wall < 8208 -r-xr-sr-x 1 root tty 7288 Oct 29 23:08:37 2000 /usr/bin/write < 8317 -r-sr-xr-x 6 root wheel 31972 Oct 29 23:07:52 2000 /usr/bin/ypchfn < 8317 -r-sr-xr-x 6 root wheel 31972 Oct 29 23:07:52 2000 /usr/bin/ypchpass < 8317 -r-sr-xr-x 6 root wheel 31972 Oct 29 23:07:52 2000 /usr/bin/ypchsh < 8462 -r-sr-xr-x 2 root wheel 26356 Oct 29 23:08:18 2000 /usr/bin/yppasswd < 1190465 -r-xr-sr-x 1 root games 6964 Oct 29 23:03:54 2000 /usr/games/dm --- > 21620 -r-xr-sr-x 1 root operator 56892 Jan 22 09:47:23 2001 /bin/df > 21532 -r-sr-xr-x 1 root wheel 241840 Jan 22 09:47:30 2001 /bin/rcp > 35924 -r-xr-sr-x 1 root kmem 62792 Jan 22 09:52:51 2001 /sbin/ccdconfig > 35863 -r-xr-sr-x 1 root kmem 69544 Jan 22 09:52:55 2001 /sbin/dmesg > 36344 -r-xr-sr-x 2 root tty 257100 Jan 22 09:52:56 2001 /sbin/dump > 35898 -r-sr-xr-x 1 root wheel 195660 Jan 22 09:53:19 2001 /sbin/ping > 35899 -r-sr-xr-x 1 root bin 190888 Jan 22 09:53:20 2001 /sbin/ping6 > 36344 -r-xr-sr-x 2 root tty 257100 Jan 22 09:52:56 2001 /sbin/rdump > 36159 -r-xr-sr-x 2 root tty 283372 Jan 22 09:53:22 2001 /sbin/restore > 35901 -r-sr-xr-x 1 root wheel 191736 Jan 22 09:53:23 2001 /sbin/route > 36159 -r-xr-sr-x 2 root tty 283372 Jan 22 09:53:22 2001 /sbin/rrestore > 35906 -r-sr-x--- 1 root operator 164484 Jan 22 09:53:26 2001 /sbin/shutdown > 8383 -r-sr-xr-x 4 root wheel 19540 Jan 22 09:56:32 2001 /usr/bin/at > 8383 -r-sr-xr-x 4 root wheel 19540 Jan 22 09:56:32 2001 /usr/bin/atq > 8383 -r-sr-xr-x 4 root wheel 19540 Jan 22 09:56:32 2001 /usr/bin/atrm > 8383 -r-sr-xr-x 4 root wheel 19540 Jan 22 09:56:32 2001 /usr/bin/batch > 8384 -r-sr-xr-x 6 root wheel 32184 Jan 22 09:56:43 2001 /usr/bin/chfn > 8384 -r-sr-xr-x 6 root wheel 32184 Jan 22 09:56:43 2001 /usr/bin/chpass > 8384 -r-sr-xr-x 6 root wheel 32184 Jan 22 09:56:43 2001 /usr/bin/chsh > 8235 -r-sr-xr-x 1 root wheel 24508 Jan 22 09:58:53 2001 /usr/bin/crontab > 8334 -r-sr-sr-x 1 uucp dialer 123856 Jan 22 09:48:31 2001 /usr/bin/cu > 8071 -r-xr-sr-x 1 root kmem 13108 Jan 22 09:56:58 2001 /usr/bin/fstat > 8087 -r-xr-sr-x 1 root kmem 9832 Jan 22 09:57:07 2001 /usr/bin/ipcs > 8025 -r-sr-xr-x 1 root wheel 510 Jan 22 09:57:09 2001 /usr/bin/keyinfo > 8094 -r-sr-xr-x 1 root wheel 7444 Jan 22 09:57:09 2001 /usr/bin/keyinit > 8110 -r-sr-xr-x 1 root wheel 7004 Jan 22 09:57:21 2001 /usr/bin/lock > 8113 -r-sr-xr-x 1 root wheel 19764 Jan 22 09:57:22 2001 /usr/bin/login > 8239 -r-sr-sr-x 1 root daemon 22728 Jan 22 10:00:25 2001 /usr/bin/lpq > 8240 -r-sr-sr-x 1 root daemon 26312 Jan 22 10:00:26 2001 /usr/bin/lpr > 8241 -r-sr-sr-x 1 root daemon 21612 Jan 22 10:00:27 2001 /usr/bin/lprm > 7984 -r-sr-xr-x 1 man wheel 27872 Jan 22 09:49:48 2001 /usr/bin/man > 8136 -r-xr-sr-x 1 root kmem 85104 Jan 22 09:57:32 2001 /usr/bin/netstat > 8138 -r-xr-sr-x 1 root kmem 9936 Jan 22 09:57:33 2001 /usr/bin/nfsstat > 8439 -r-sr-xr-x 2 root wheel 26564 Jan 22 09:57:39 2001 /usr/bin/passwd > 8148 -r-sr-xr-x 1 root wheel 10440 Jan 22 09:57:42 2001 /usr/bin/quota > 8152 -r-sr-xr-x 1 root wheel 10216 Jan 22 09:57:44 2001 /usr/bin/rlogin > 8156 -r-sr-xr-x 1 root wheel 7584 Jan 22 09:57:46 2001 /usr/bin/rsh > 8168 -r-sr-xr-x 1 root wheel 8168 Jan 22 09:57:53 2001 /usr/bin/su > 8171 -r-xr-sr-x 1 root kmem 56144 Jan 22 09:57:54 2001 /usr/bin/systat > 8179 -r-xr-sr-x 1 root kmem 32344 Jan 22 09:57:58 2001 /usr/bin/top > 8337 -r-sr-xr-x 1 uucp wheel 88228 Jan 22 09:48:33 2001 /usr/bin/uucp > 8340 -r-sr-xr-x 1 uucp wheel 37312 Jan 22 09:48:34 2001 /usr/bin/uuname > 8292 -r-sr-sr-x 1 uucp dialer 96752 Jan 22 09:48:35 2001 /usr/bin/uustat > 8279 -r-sr-xr-x 1 uucp wheel 88844 Jan 22 09:48:35 2001 /usr/bin/uux > 8200 -r-xr-sr-x 1 root kmem 15952 Jan 22 09:58:16 2001 /usr/bin/vmstat > 8201 -r-xr-sr-x 1 root tty 9072 Jan 22 09:58:17 2001 /usr/bin/wall > 8208 -r-xr-sr-x 1 root tty 7500 Jan 22 09:58:21 2001 /usr/bin/write > 8384 -r-sr-xr-x 6 root wheel 32184 Jan 22 09:56:43 2001 /usr/bin/ypchfn > 8384 -r-sr-xr-x 6 root wheel 32184 Jan 22 09:56:43 2001 /usr/bin/ypchpass > 8384 -r-sr-xr-x 6 root wheel 32184 Jan 22 09:56:43 2001 /usr/bin/ypchsh > 8439 -r-sr-xr-x 2 root wheel 26564 Jan 22 09:57:39 2001 /usr/bin/yppasswd > 1190465 -r-xr-sr-x 1 root games 7176 Jan 22 09:47:43 2001 /usr/games/dm 57,58c55,56 < 1190520 -r-sr-sr-x 1 uucp dialer 220460 Oct 29 23:04:16 2000 /usr/libexec/uucp/uucico < 1190524 -r-sr-s--- 1 uucp uucp 99340 Oct 29 23:04:19 2000 /usr/libexec/uucp/uuxqt --- > 1190520 -r-sr-sr-x 1 uucp dialer 220672 Jan 22 09:48:32 2001 /usr/libexec/uucp/uucico > 1190524 -r-sr-s--- 1 uucp uucp 99584 Jan 22 09:48:36 2001 /usr/libexec/uucp/uuxqt 62,74d59 < 1801974 -r-xr-sr-x 1 bin mail 26080 Oct 19 21:40:14 2000 /usr/local/libexec/cucipop < 1024241 -rwxr-sr-x 1 root mailman 16329 Jan 12 13:45:48 2001 /usr/local/mailman/cgi-bin/admin < 1024242 -rwxr-sr-x 1 root mailman 16333 Jan 12 13:45:48 2001 /usr/local/mailman/cgi-bin/admindb < 1024243 -rwxr-sr-x 1 root mailman 16341 Jan 12 13:45:48 2001 /usr/local/mailman/cgi-bin/archives < 1024244 -rwxr-sr-x 1 root mailman 16341 Jan 12 13:45:48 2001 /usr/local/mailman/cgi-bin/edithtml < 1024249 -rwxr-sr-x 1 root mailman 16349 Jan 12 13:45:48 2001 /usr/local/mailman/cgi-bin/handle_opts < 1024246 -rwxr-sr-x 1 root mailman 16341 Jan 12 13:45:48 2001 /usr/local/mailman/cgi-bin/listinfo < 1024245 -rwxr-sr-x 1 root mailman 16333 Jan 12 13:45:48 2001 /usr/local/mailman/cgi-bin/options < 1024250 -rwxr-sr-x 1 root mailman 16333 Jan 12 13:45:48 2001 /usr/local/mailman/cgi-bin/private < 1024248 -rwxr-sr-x 1 root mailman 16329 Jan 12 13:45:48 2001 /usr/local/mailman/cgi-bin/roster < 1024247 -rwxr-sr-x 1 root mailman 16345 Jan 12 13:45:48 2001 /usr/local/mailman/cgi-bin/subscribe < 1064052 -rwxr-sr-x 1 root mailman 16867 Jan 12 13:45:48 2001 /usr/local/mailman/mail/wrapper < 1627111 -rwsr-xr-x 1 root wheel 543149 Dec 23 15:29:16 2000 /usr/local/sbin/exim 76,89c61,75 < 1214251 -r-xr-sr-x 1 root kmem 4456 Oct 29 23:08:59 2000 /usr/sbin/ifmcstat < 1214253 -r-xr-sr-x 1 root kmem 10116 Oct 29 23:08:59 2000 /usr/sbin/iostat < 1214359 -r-xr-sr-x 1 root daemon 26784 Oct 29 23:09:35 2000 /usr/sbin/lpc < 1214276 -r-sr-xr-x 1 root wheel 16136 Oct 29 23:09:04 2000 /usr/sbin/mrinfo < 1214278 -r-sr-xr-x 1 root wheel 29688 Oct 29 23:09:04 2000 /usr/sbin/mtrace < 1214402 -r-sr-xr-- 1 root network 283964 Oct 29 23:09:15 2000 /usr/sbin/ppp < 1214403 -r-sr-xr-x 1 root wheel 96080 Oct 29 23:09:16 2000 /usr/sbin/pppd < 1214629 -r-xr-sr-x 2 root kmem 14368 Oct 29 23:09:17 2000 /usr/sbin/pstat < 1214327 -r-sr-x--- 1 root network 10776 Oct 29 23:09:23 2000 /usr/sbin/sliplogin < 1214629 -r-xr-sr-x 2 root kmem 14368 Oct 29 23:09:17 2000 /usr/sbin/swapinfo < 1214336 -r-sr-xr-x 1 root wheel 14900 Oct 29 23:09:26 2000 /usr/sbin/timedc < 1214337 -r-sr-xr-x 1 root wheel 12956 Oct 29 23:09:26 2000 /usr/sbin/traceroute < 1214338 -r-sr-xr-x 1 root bin 14744 Oct 29 23:09:27 2000 /usr/sbin/traceroute6 < 1214339 -r-xr-sr-x 1 root kmem 7832 Oct 29 23:09:27 2000 /usr/sbin/trpt --- > 1627116 -r-xr-sr-x 1 root maildrop 56904 Jan 22 14:34:20 2001 /usr/local/sbin/postdrop > 1214251 -r-xr-sr-x 1 root kmem 4664 Jan 22 09:59:01 2001 /usr/sbin/ifmcstat > 1214253 -r-xr-sr-x 1 root kmem 9608 Jan 22 09:59:02 2001 /usr/sbin/iostat > 1214359 -r-xr-sr-x 1 root daemon 29204 Jan 22 10:00:24 2001 /usr/sbin/lpc > 1214276 -r-sr-xr-x 1 root wheel 16348 Jan 22 09:59:12 2001 /usr/sbin/mrinfo > 1214278 -r-sr-xr-x 1 root wheel 29896 Jan 22 09:59:13 2001 /usr/sbin/mtrace > 1214402 -r-sr-xr-- 1 root network 294100 Jan 22 09:59:41 2001 /usr/sbin/ppp > 1214403 -r-sr-xr-x 1 root wheel 95612 Jan 22 09:59:42 2001 /usr/sbin/pppd > 1214640 -r-xr-sr-x 2 root kmem 14616 Jan 22 09:59:44 2001 /usr/sbin/pstat > 1214327 -r-sr-x--- 1 root network 11112 Jan 22 09:59:56 2001 /usr/sbin/sliplogin > 1214640 -r-xr-sr-x 2 root kmem 14616 Jan 22 09:59:44 2001 /usr/sbin/swapinfo > 1214336 -r-sr-xr-x 1 root wheel 15112 Jan 22 10:00:05 2001 /usr/sbin/timedc > 1214337 -r-sr-xr-x 1 root wheel 13168 Jan 22 10:00:06 2001 /usr/sbin/traceroute > 1214338 -r-sr-xr-x 1 root bin 14952 Jan 22 10:00:06 2001 /usr/sbin/traceroute6 > 1214339 -r-xr-sr-x 1 root kmem 8040 Jan 22 10:00:06 2001 /usr/sbin/trpt Checking for uids of 0: root 0 toor 0 Checking for passwordless accounts: kyra.unloved.org kernel log messages: > Copyright (c) 1992-2001 The FreeBSD Project. > FreeBSD 4.2-STABLE #0: Sun Jan 21 19:59:44 CET 2001 > ashp@kyra.unloved.org:/usr/obj/usr/src/sys/KYRA > avail memory = 258371584 (252316K bytes) kyra.unloved.org login failures: kyra.unloved.org refused connections: --162E6F432.980215576/kyra.unloved.org-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 22 18: 9: 9 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A6F6B37B400; Mon, 22 Jan 2001 18:08:26 -0800 (PST) Received: (from jedgar@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0N28QU33110; Mon, 22 Jan 2001 18:08:26 -0800 (PST) (envelope-from jedgar) Message-Id: <200101230208.f0N28QU33110@freefall.freebsd.org> From: "Chris D. Faulhaber" Date: Mon, 22 Jan 2001 18:08:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/tinyproxy Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jedgar 2001/01/22 18:08:26 PST Modified files: www/tinyproxy Makefile distinfo Log: Update port to 1.3.3a (fixes heap overflow) Revision Changes Path 1.8 +3 -2 ports/www/tinyproxy/Makefile 1.5 +1 -1 ports/www/tinyproxy/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 22 18:27:59 2001 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 3D82F37B401; Mon, 22 Jan 2001 18:27:37 -0800 (PST) Received: from fledge.watson.org (robert@fledge.pr.watson.org [192.0.2.3]) by fledge.watson.org (8.11.1/8.11.1) with SMTP id f0N2RaB32918; Mon, 22 Jan 2001 21:27:36 -0500 (EST) (envelope-from robert@fledge.watson.org) Date: Mon, 22 Jan 2001 21:27:35 -0500 (EST) From: Robert Watson X-Sender: robert@fledge.watson.org To: Dag-Erling Smorgrav Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/vmstat vmstat.c In-Reply-To: <200101230031.f0N0VvU18454@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 Spiffy. Does vmstat work without setgid kmem now, or are more kmem reads still there for the reaping? Robert N M Watson FreeBSD Core Team, TrustedBSD Project robert@fledge.watson.org NAI Labs, Safeport Network Services On Mon, 22 Jan 2001, Dag-Erling Smorgrav wrote: > des 2001/01/22 16:31:57 PST > > Modified files: > usr.bin/vmstat vmstat.c > Log: > Use the vm.zone sysctl rather that grope through the zone allocator's > internal data structures. > > Revision Changes Path > 1.41 +18 -55 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 Mon Jan 22 18:33: 8 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 43D7D37B402; Mon, 22 Jan 2001 18:32:48 -0800 (PST) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0N2WmN35602; Mon, 22 Jan 2001 18:32:48 -0800 (PST) (envelope-from will) Message-Id: <200101230232.f0N2WmN35602@freefall.freebsd.org> From: Will Andrews Date: Mon, 22 Jan 2001 18:32:47 -0800 (PST) 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 will 2001/01/22 18:32:47 PST Modified files: . access Log: Please welcome the following new FreeBSD Ports Doodz.. * Mikhail Teterin This guy needs no introduction. He has submitted 270 bug reports since 1995. JKH will probably take him away from me, since they're both so in love with Tcl. :-) * Jimmy Olgeni Jimmy has submitted far too many high-quality ports PRs and seems to like fixing docs too. He will pay for this crime by inflicting it directly on the repository. * Dirk Meyer Just like Jimmy, Dirk has an evil tendency to spam the bugs database with useful PRs. He has submitted 135+ since 1997. ..to the loonie bin. Not that we aren't crowded enough yet, with about 230-240 insane people. But they'll only add to the entropy to allow us to take over the world someday. Mentor: will Approved by: asami Deed done by: markm Revision Changes Path 1.208 +4 -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 Jan 22 19:13: 4 2001 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 B9C6F37B698; Mon, 22 Jan 2001 19:12:40 -0800 (PST) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id OAA02109; Tue, 23 Jan 2001 14:12:38 +1100 Date: Tue, 23 Jan 2001 14:12:30 +1100 (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/kern kern_synch.c In-Reply-To: <200101222222.f0MMMdx01968@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, 22 Jan 2001, Matt Jacob wrote: > mjacob 2001/01/22 14:22:39 PST > > Modified files: > sys/kern kern_synch.c > Log: > Move (now) unused variable declaration inside the block (now commented out). This actually moves the (temporarily) unused declaration to /dev/null. Please ifdef temporary changes. Don't move them to a wrong place. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 22 19:40:49 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7AB2C37B400; Mon, 22 Jan 2001 19:40:27 -0800 (PST) Received: (from jake@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0N3eRc43637; Mon, 22 Jan 2001 19:40:27 -0800 (PST) (envelope-from jake) Message-Id: <200101230340.f0N3eRc43637@freefall.freebsd.org> From: Jake Burkholder Date: Mon, 22 Jan 2001 19:40:27 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_zone.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jake 2001/01/22 19:40:27 PST Modified files: sys/vm vm_zone.c Log: Sigh. atomic_add_int takes a pointer, not an integer. Pointy-hat-to: des Revision Changes Path 1.40 +5 -5 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 Jan 22 19:40:59 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E42D537B401; Mon, 22 Jan 2001 19:40:32 -0800 (PST) Received: (from mckusick@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0N3eW943661; Mon, 22 Jan 2001 19:40:32 -0800 (PST) (envelope-from mckusick) Message-Id: <200101230340.f0N3eW943661@freefall.freebsd.org> From: Kirk McKusick Date: Mon, 22 Jan 2001 19:40:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/gen sysctlnametomib.c Makefile.inc sysctl.3 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mckusick 2001/01/22 19:40:32 PST Modified files: lib/libc/gen Makefile.inc sysctl.3 Added files: lib/libc/gen sysctlnametomib.c Log: Add the function sysctlnametomib to libc. Details on the semantics and use of this function have been added to the sysctl.3 manual page. Revision Changes Path 1.72 +3 -3 src/lib/libc/gen/Makefile.inc 1.45 +55 -2 src/lib/libc/gen/sysctl.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 22 19:42:43 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8D79437B400; Mon, 22 Jan 2001 19:42:21 -0800 (PST) Received: (from mckusick@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0N3gL643860; Mon, 22 Jan 2001 19:42:21 -0800 (PST) (envelope-from mckusick) Message-Id: <200101230342.f0N3gL643860@freefall.freebsd.org> From: Kirk McKusick Date: Mon, 22 Jan 2001 19:42:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys sysctl.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mckusick 2001/01/22 19:42:21 PST Modified files: sys/sys sysctl.h Log: Add function prototype for libc function sysctlnametomib() Revision Changes Path 1.89 +2 -1 src/sys/sys/sysctl.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 22 19:46:54 2001 Delivered-To: cvs-all@freebsd.org Received: from cr66388-a.rchrd1.on.wave.home.com (cr66388-a.rchrd1.on.wave.home.com [24.114.165.24]) by hub.freebsd.org (Postfix) with ESMTP id A54ED37B401; Mon, 22 Jan 2001 19:46:32 -0800 (PST) Received: from cr66388-a.rchrd1.on.wave.home.c (localhost.gvcl1.bc.wave.home.com [127.0.0.1]) by cr66388-a.rchrd1.on.wave.home.com (Postfix) with ESMTP id EFB3DBA88; Mon, 22 Jan 2001 22:46:31 -0500 (EST) 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/sys/vm vm_zone.c In-Reply-To: Message from Dag-Erling Smorgrav of "Mon, 22 Jan 2001 17:11:11 PST." <200101230111.f0N1BBp24099@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 22 Jan 2001 22:46:31 -0500 From: Jake Burkholder Message-Id: <20010123034632.EFB3DBA88@cr66388-a.rchrd1.on.wave.home.com> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > des 2001/01/22 17:11:11 PST > > Modified files: > sys/vm vm_zone.c > Log: > Use atomic operations to update the stat counters. > > Revision Changes Path > 1.39 +5 -5 src/sys/vm/vm_zone.c > > Test much? Fatal trap 12: page fault while in kernel mode cpuid = 0; lapic.id = 00000000 fault virtual address = 0x0 fault code = supervisor write, page not present instruction pointer = 0x8:0xc02428c2 stack pointer = 0x10:0xc03b6fa0 frame pointer = 0x10:0xc03b6fac code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, def32 1, gran 1 processor eflags = interrupt enabled, resume, IOPL = 0 current process = 0 () kernel: type 12 trap, code=0 CPU0 stopping CPUs: 0x00000002... stopped. Stopped at zinitna+0x6e: lock addl %ebx,0(%eax) db> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 22 20:15:40 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DBEC337B400; Mon, 22 Jan 2001 20:15:19 -0800 (PST) Received: (from rwatson@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0N4FJf49351; Mon, 22 Jan 2001 20:15:19 -0800 (PST) (envelope-from rwatson) Message-Id: <200101230415.f0N4FJf49351@freefall.freebsd.org> From: Robert Watson Date: Mon, 22 Jan 2001 20:15:19 -0800 (PST) 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 rwatson 2001/01/22 20:15:19 PST Modified files: sys/kern vfs_subr.c Log: o The move to using VADMIN under vaccess() resulted in some system calls returning EACCES instead of EPERM. This patch modifies vaccess() to return EPERM instead of EACCES if VADMIN is among the requested rights. This affects functions normally limited to the owners of a file, such as chmod(), as EPERM is the error indicating that privilege would allow the operation, rather than a chance in mandatory or discretionary rights. Reported by: bde Revision Changes Path 1.299 +2 -2 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 Jan 22 20:41:19 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6EEDC37B698; Mon, 22 Jan 2001 20:40:54 -0800 (PST) Received: (from wollman@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0N4esm51957; Mon, 22 Jan 2001 20:40:54 -0800 (PST) (envelope-from wollman) Message-Id: <200101230440.f0N4esm51957@freefall.freebsd.org> From: Garrett Wollman Date: Mon, 22 Jan 2001 20:40:54 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys _timespec.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG wollman 2001/01/22 20:40:54 PST Added files: sys/sys _timespec.h Log: Synchronize with some of my local changes. To quote: * This file must be kept synchronized with . * It defines a structure which must be a type pun for * `struct timespec'; this structure is used in header files where * the ABI uses a `struct timespec' but standards prohibit its * definition. (Currently only .) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 22 20:44:25 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 759EE37B400; Mon, 22 Jan 2001 20:44:04 -0800 (PST) Received: (from wollman@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0N4i4W52179; Mon, 22 Jan 2001 20:44:04 -0800 (PST) (envelope-from wollman) Message-Id: <200101230444.f0N4i4W52179@freefall.freebsd.org> From: Garrett Wollman Date: Mon, 22 Jan 2001 20:44:04 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys timespec.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG wollman 2001/01/22 20:44:04 PST Added files: sys/sys timespec.h Log: This file declares `struct timespec' so that we can have a single, centralized declaration (this will become useful later when we declare struct timespec in all the places it is supposed to be). To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 22 20:49:59 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BF89B37B400; Mon, 22 Jan 2001 20:49:39 -0800 (PST) Received: (from wollman@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0N4ndv52766; Mon, 22 Jan 2001 20:49:39 -0800 (PST) (envelope-from wollman) Message-Id: <200101230449.f0N4ndv52766@freefall.freebsd.org> From: Garrett Wollman Date: Mon, 22 Jan 2001 20:49:39 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/gen pmadvise.c pselect.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG wollman 2001/01/22 20:49:39 PST Added files: lib/libc/gen pmadvise.c pselect.c Log: Add a couple of new library interfaces (will be activated when the relavant header file changes are committed) for POSIX support. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 22 20:52:21 2001 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 0B23A37B400; Mon, 22 Jan 2001 20:52:02 -0800 (PST) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.9.3/8.9.3) id XAA44812; Mon, 22 Jan 2001 23:51:52 -0500 (EST) (envelope-from wollman) Date: Mon, 22 Jan 2001 23:51:52 -0500 (EST) From: Garrett Wollman Message-Id: <200101230451.XAA44812@khavrinen.lcs.mit.edu> To: Garrett Wollman Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/gen pmadvise.c pselect.c In-Reply-To: <200101230449.f0N4ndv52766@freefall.freebsd.org> References: <200101230449.f0N4ndv52766@freefall.freebsd.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG < said: > Add a couple of new library interfaces (will be activated when the > relavant header file changes are committed) for POSIX support. This was also done to give the thread library folk an opportunity to fix the pselect() implementation for compatibility. -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 22 22:56: 8 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DAF1B37B400; Mon, 22 Jan 2001 22:55:47 -0800 (PST) Received: (from andreas@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0N6tlP72582; Mon, 22 Jan 2001 22:55:47 -0800 (PST) (envelope-from andreas) Message-Id: <200101230655.f0N6tlP72582@freefall.freebsd.org> From: Andreas Klemm Date: Mon, 22 Jan 2001 22:55:47 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/zebra Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG andreas 2001/01/22 22:55:47 PST Modified files: net/zebra Makefile Log: unbreak port. note: I tried to build a portname applying to the porters handbook conventions. Unfortunately it doesn't have a good example for version numbers like 0.90a. 0.90-alpha would have to be change to 0.90.a. So I thought it should be done this way for 0.90.a as well. But then you have to set DISTFILES and WRKSRC (the latter I forgot in a last minute change, sorry, which broke the port). And even if you get the port running again, then portlint tells you pretty things how to do it better ... All in all. It would be fine to add an example in porters handbook for cases like 0.90a, which should *not* be changed to 0.90.a ! Submitted by: Josef Karthauser Revision Changes Path 1.48 +2 -3 ports/net/zebra/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 22 23: 5: 1 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B154837B400; Mon, 22 Jan 2001 23:04:41 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0N74fo73620; Mon, 22 Jan 2001 23:04:41 -0800 (PST) (envelope-from ijliao) Message-Id: <200101230704.f0N74fo73620@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 22 Jan 2001 23:04:41 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/archivers Makefile ports/archivers/sectar Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ijliao 2001/01/22 23:04:41 PST Modified files: archivers Makefile Added files: archivers/sectar Makefile distinfo pkg-comment pkg-descr pkg-plist Log: add sectar, a program to create encrypted tar archives PR: 24533 Submitted by: George Reid Revision Changes Path 1.47 +2 -1 ports/archivers/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 22 23: 5: 9 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AE19437B401; Mon, 22 Jan 2001 23:04:44 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0N74iF73654; Mon, 22 Jan 2001 23:04:44 -0800 (PST) (envelope-from ijliao) Message-Id: <200101230704.f0N74iF73654@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 22 Jan 2001 23:04:44 -0800 (PST) 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 ijliao 2001/01/22 23:04:44 PST Modified files: . modules Log: sectar --> ports/archivers/sectar Revision Changes Path 1.2335 +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 Jan 22 23:21: 0 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 567D537B400; Mon, 22 Jan 2001 23:20:40 -0800 (PST) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0N7KeM77367; Mon, 22 Jan 2001 23:20:40 -0800 (PST) (envelope-from knu) Message-Id: <200101230720.f0N7KeM77367@freefall.freebsd.org> From: Akinori MUSHA Date: Mon, 22 Jan 2001 23:20:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/ruby-qt pkg-comment pkg-descr ports/x11-toolkits/ruby-qt2 Makefile pkg-comment pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2001/01/22 23:20:40 PST Modified files: x11-toolkits/ruby-qt pkg-comment pkg-descr x11-toolkits/ruby-qt2 Makefile pkg-comment pkg-descr Log: Minor wording fixes. Revision Changes Path 1.2 +1 -1 ports/x11-toolkits/ruby-qt/pkg-comment 1.2 +1 -1 ports/x11-toolkits/ruby-qt/pkg-descr 1.19 +2 -2 ports/x11-toolkits/ruby-qt2/Makefile 1.3 +1 -1 ports/x11-toolkits/ruby-qt2/pkg-comment 1.2 +3 -3 ports/x11-toolkits/ruby-qt2/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 Jan 22 23:21:45 2001 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 53BFC37B402; Mon, 22 Jan 2001 23:21:19 -0800 (PST) Received: (from asmodai@localhost) by lucifer.ninth-circle.org (8.11.1/8.11.0) id f0N7LEH41461; Tue, 23 Jan 2001 08:21:14 +0100 (CET) (envelope-from asmodai) Date: Tue, 23 Jan 2001 08:21:14 +0100 From: Jeroen Ruigrok van der Werven To: Garrett Wollman Cc: John Baldwin , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_synch.c Message-ID: <20010123082114.B40981@lucifer.bart.nl> References: <200101222222.f0MMMdx01968@freefall.freebsd.org> <200101222309.SAA42419@khavrinen.lcs.mit.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200101222309.SAA42419@khavrinen.lcs.mit.edu>; from wollman@khavrinen.lcs.mit.edu on Mon, Jan 22, 2001 at 06:09:26PM -0500 Organisation: VIA Net.Works The Netherlands Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -On [20010123 00:10], Garrett Wollman (wollman@khavrinen.lcs.mit.edu) wrote: >Perhaps it would be good if, once things get stable, we could get a >short pause so that people will have a few days window to update. Make it two weeks of utter rest and no commits but bugfixes? That would give it some time to settle down... >I've been wanting to update my home machine for a couple of months >now, but every time I get an opportunity, someone pops up with an ``oh >no! the gronkulator is broken!''. Well, I've updated both my boxes: UP and SMP. No problems whatsoever in daily use. Come on chicken... ;) -- Jeroen Ruigrok van der Werven VIA Net.Works The Netherlands BSD: Technical excellence at its best Network- and systemadministrator D78D D0AD 244D 1D12 C9CA 7152 035C 1138 546A B867 Killing me is not enough to make me go away... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 22 23:25:44 2001 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 C67BF37B400; Mon, 22 Jan 2001 23:25:22 -0800 (PST) Received: (from asmodai@localhost) by lucifer.ninth-circle.org (8.11.1/8.11.0) id f0N7PJZ41504; Tue, 23 Jan 2001 08:25:19 +0100 (CET) (envelope-from asmodai) Date: Tue, 23 Jan 2001 08:25:19 +0100 From: Jeroen Ruigrok van der Werven To: Garrett Wollman Cc: Dag-Erling Smorgrav , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/vmstat vmstat.8 Message-ID: <20010123082519.C40981@lucifer.bart.nl> References: <200101230037.f0N0btO18902@freefall.freebsd.org> <200101230122.UAA43573@khavrinen.lcs.mit.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200101230122.UAA43573@khavrinen.lcs.mit.edu>; from wollman@khavrinen.lcs.mit.edu on Mon, Jan 22, 2001 at 08:22:33PM -0500 Organisation: VIA Net.Works The Netherlands Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -On [20010123 02:25], Garrett Wollman (wollman@khavrinen.lcs.mit.edu) wrote: >< said: > >> Document that the -z option is equivalent to 'sysctl vm.zone'. > >This really shouldn't be documented (and `sysctl vm.zone' should just >tell the user to use the correct program). If there is one thing I hate it is programs which have options which are not documented. Either remove the option or document the option is my take on it. Possibly with the appropriate caveats directly next to it. -- Jeroen Ruigrok van der Werven VIA Net.Works The Netherlands BSD: Technical excellence at its best Network- and systemadministrator D78D D0AD 244D 1D12 C9CA 7152 035C 1138 546A B867 Killing me is not enough to make me go away... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 22 23:27:20 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 64A2C37B400; Mon, 22 Jan 2001 23:26:57 -0800 (PST) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0N7QvZ78113; Mon, 22 Jan 2001 23:26:57 -0800 (PST) (envelope-from kevlo) Message-Id: <200101230726.f0N7QvZ78113@freefall.freebsd.org> From: Kevin Lo Date: Mon, 22 Jan 2001 23:26:57 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/pop3lite Makefile distinfo pkg-plist ports/mail/pop3lite/files patch-pop3lite-hacker.texi X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kevlo 2001/01/22 23:26:57 PST Modified files: mail/pop3lite Makefile distinfo pkg-plist Removed files: mail/pop3lite/files patch-pop3lite-hacker.texi Log: Update to version 0.1.4.2 PR: 24531 Submitted by: MAINTAINER Revision Changes Path 1.3 +2 -2 ports/mail/pop3lite/Makefile 1.2 +1 -1 ports/mail/pop3lite/distinfo 1.2 +0 -6 ports/mail/pop3lite/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 Jan 22 23:28:20 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C4C0E37B400; Mon, 22 Jan 2001 23:27:56 -0800 (PST) Received: (from wes@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0N7Ru978459; Mon, 22 Jan 2001 23:27:56 -0800 (PST) (envelope-from wes) Message-Id: <200101230727.f0N7Ru978459@freefall.freebsd.org> From: Wes Peters Date: Mon, 22 Jan 2001 23:27:56 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet in_pcb.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG wes 2001/01/22 23:27:56 PST Modified files: sys/netinet in_pcb.c Log: When attempting to bind to an ephemeral port, if no such port is available, the error return should be EADDRNOTAVAIL rather than EAGAIN. PR: 14181 Submitted by: Dima Dorfman Reviewed by: Garrett Wollman Revision Changes Path 1.73 +3 -3 src/sys/netinet/in_pcb.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 22 23:28:24 2001 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 7D86337B401; Mon, 22 Jan 2001 23:28:01 -0800 (PST) Received: (from asmodai@localhost) by lucifer.ninth-circle.org (8.11.1/8.11.0) id f0N7S0W41523; Tue, 23 Jan 2001 08:28:00 +0100 (CET) (envelope-from asmodai) Date: Tue, 23 Jan 2001 08:28:00 +0100 From: Jeroen Ruigrok van der Werven To: Kirk McKusick Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/gen sysctlnametomib.c Makefile.inc sysctl.3 Message-ID: <20010123082800.D40981@lucifer.bart.nl> References: <200101230340.f0N3eW943661@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200101230340.f0N3eW943661@freefall.freebsd.org>; from mckusick@FreeBSD.org on Mon, Jan 22, 2001 at 07:40:32PM -0800 Organisation: VIA Net.Works The Netherlands Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -On [20010123 04:45], Kirk McKusick (mckusick@FreeBSD.org) wrote: > Log: > Add the function sysctlnametomib to libc. Details on the semantics > and use of this function have been added to the sysctl.3 manual page. Haven't read the manpage yet, so I might be asking the obvious: does this mean we can now easily supply snmpd's with our sysctl's through use of this function? -- Jeroen Ruigrok van der Werven VIA Net.Works The Netherlands BSD: Technical excellence at its best Network- and systemadministrator D78D D0AD 244D 1D12 C9CA 7152 035C 1138 546A B867 Killing me is not enough to make me go away... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 22 23:36:51 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A62B337B400; Mon, 22 Jan 2001 23:36:29 -0800 (PST) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0N7aTJ79515; Mon, 22 Jan 2001 23:36:29 -0800 (PST) (envelope-from kevlo) Message-Id: <200101230736.f0N7aTJ79515@freefall.freebsd.org> From: Kevin Lo Date: Mon, 22 Jan 2001 23:36:29 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/xine Makefile distinfo pkg-plist ports/graphics/xine/files patch-configure patch-input_vcd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kevlo 2001/01/22 23:36:29 PST Modified files: graphics/xine Makefile distinfo pkg-plist Removed files: graphics/xine/files patch-configure patch-input_vcd.c Log: Upgrade to 0.3.6. Besides, I fix pkg-plist. PR: 24532 Submitted by: MAINTAINER Revision Changes Path 1.9 +2 -3 ports/graphics/xine/Makefile 1.6 +1 -1 ports/graphics/xine/distinfo 1.9 +1 -0 ports/graphics/xine/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 Jan 22 23:40:25 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AB8C837B400; Mon, 22 Jan 2001 23:40:06 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0N7e6e80091; Mon, 22 Jan 2001 23:40:06 -0800 (PST) (envelope-from ijliao) Message-Id: <200101230740.f0N7e6e80091@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 22 Jan 2001 23:40:06 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/fnccheck Makefile distinfo pkg-comment pkg-descr pkg-plist ports/devel/fnccheck/files patch-aa patch-ab patch-ac X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ijliao 2001/01/22 23:40:06 PST Modified files: devel Makefile Added files: devel/fnccheck Makefile distinfo pkg-comment pkg-descr pkg-plist devel/fnccheck/files patch-aa patch-ab patch-ac Log: add fnccheck, a profiling library/utilities for C/C++ programs PR: 24536 Submitted by: George Reid Revision Changes Path 1.424 +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 Mon Jan 22 23:40:34 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 23F0537B401; Mon, 22 Jan 2001 23:40:11 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0N7eBV80130; Mon, 22 Jan 2001 23:40:11 -0800 (PST) (envelope-from ijliao) Message-Id: <200101230740.f0N7eBV80130@freefall.freebsd.org> From: Ying-Chieh Liao Date: Mon, 22 Jan 2001 23:40:11 -0800 (PST) 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 ijliao 2001/01/22 23:40:11 PST Modified files: . modules Log: fnccheck --> ports/devel/fnccheck Revision Changes Path 1.2336 +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 Jan 22 23:46:58 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5DF6337B401; Mon, 22 Jan 2001 23:46:34 -0800 (PST) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0N7kYZ80846; Mon, 22 Jan 2001 23:46:34 -0800 (PST) (envelope-from kevlo) Message-Id: <200101230746.f0N7kYZ80846@freefall.freebsd.org> From: Kevin Lo Date: Mon, 22 Jan 2001 23:46:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/smssend Makefile distinfo pkg-plist ports/misc/smssend/files ingyensms.sms patch-aa patch-ab rekom.sms w777.sms X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kevlo 2001/01/22 23:46:34 PST Modified files: misc/smssend Makefile distinfo pkg-plist Added files: misc/smssend/files ingyensms.sms patch-aa patch-ab rekom.sms w777.sms Log: Upgrade to 2.3 PR: 24539 Submitted by: MAINTAINER Revision Changes Path 1.2 +3 -2 ports/misc/smssend/Makefile 1.2 +1 -1 ports/misc/smssend/distinfo 1.2 +8 -0 ports/misc/smssend/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 Jan 22 23:54:39 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3828637B400; Mon, 22 Jan 2001 23:54:17 -0800 (PST) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0N7sGF82339; Mon, 22 Jan 2001 23:54:16 -0800 (PST) (envelope-from knu) Message-Id: <200101230754.f0N7sGF82339@freefall.freebsd.org> From: Akinori MUSHA Date: Mon, 22 Jan 2001 23:54:16 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits Makefile ports/x11-toolkits/ruby-qt2canvas Makefile pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2001/01/22 23:54:16 PST Modified files: x11-toolkits Makefile Added files: x11-toolkits/ruby-qt2canvas Makefile pkg-comment pkg-descr pkg-plist Log: Add ruby-qt2canvas, Qt2 canvas extension for Ruby. Revision Changes Path 1.119 +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 Mon Jan 22 23:54:53 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D07A337B404; Mon, 22 Jan 2001 23:54:29 -0800 (PST) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0N7sTb82421; Mon, 22 Jan 2001 23:54:29 -0800 (PST) (envelope-from knu) Message-Id: <200101230754.f0N7sTb82421@freefall.freebsd.org> From: Akinori MUSHA Date: Mon, 22 Jan 2001 23:54:29 -0800 (PST) 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 2001/01/22 23:54:29 PST Modified files: . modules Log: ruby-qt2canvas --> ports/x11-toolkits/ruby-qt2canvas Revision Changes Path 1.2337 +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 Jan 22 23:55:37 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4A89937B402; Mon, 22 Jan 2001 23:55:06 -0800 (PST) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0N7t6g82550; Mon, 22 Jan 2001 23:55:06 -0800 (PST) (envelope-from kevlo) Message-Id: <200101230755.f0N7t6g82550@freefall.freebsd.org> From: Kevin Lo Date: Mon, 22 Jan 2001 23:55:06 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/comms/snooper Makefile pkg-plist pkg-message ports/comms/snooper/files patch-ab patch-ac patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kevlo 2001/01/22 23:55:06 PST Modified files: comms/snooper Makefile pkg-plist Added files: comms/snooper/files patch-ab patch-ac Removed files: comms/snooper pkg-message comms/snooper/files patch-aa Log: - Support CFLAGS properly - HAS_CONFIGURE -> GNU_CONFIGURE - Support NOPORTDOCS PR: 24543 Submitted by: Ports Fury Revision Changes Path 1.10 +14 -8 ports/comms/snooper/Makefile 1.2 +2 -2 ports/comms/snooper/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 Jan 22 23:55:47 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E7B3A37B401; Mon, 22 Jan 2001 23:55:09 -0800 (PST) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0N7t9v82604; Mon, 22 Jan 2001 23:55:09 -0800 (PST) (envelope-from knu) Message-Id: <200101230755.f0N7t9v82604@freefall.freebsd.org> From: Akinori MUSHA Date: Mon, 22 Jan 2001 23:55:09 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits Makefile ports/x11-toolkits/ruby-qt2table Makefile pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2001/01/22 23:55:09 PST Modified files: x11-toolkits Makefile Added files: x11-toolkits/ruby-qt2table Makefile pkg-comment pkg-descr pkg-plist Log: Add ruby-qt2table, Qt2 table extension for Ruby. Revision Changes Path 1.120 +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 Mon Jan 22 23:56:27 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D366637B400; Mon, 22 Jan 2001 23:55:18 -0800 (PST) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0N7tII82674; Mon, 22 Jan 2001 23:55:18 -0800 (PST) (envelope-from knu) Message-Id: <200101230755.f0N7tII82674@freefall.freebsd.org> From: Akinori MUSHA Date: Mon, 22 Jan 2001 23:55:18 -0800 (PST) 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 2001/01/22 23:55:18 PST Modified files: . modules Log: ruby-qt2table --> ports/x11-toolkits/ruby-qt2table Revision Changes Path 1.2338 +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 Jan 22 23:56:36 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 26BCE37B698; Mon, 22 Jan 2001 23:55:56 -0800 (PST) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0N7tua82900; Mon, 22 Jan 2001 23:55:56 -0800 (PST) (envelope-from knu) Message-Id: <200101230755.f0N7tua82900@freefall.freebsd.org> From: Akinori MUSHA Date: Mon, 22 Jan 2001 23:55:56 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc Makefile ports/textproc/ruby-qt2xml Makefile pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2001/01/22 23:55:56 PST Modified files: textproc Makefile Added files: textproc/ruby-qt2xml Makefile pkg-comment pkg-descr pkg-plist Log: Add ruby-qt2xml, Qt2 xml extension for Ruby. Revision Changes Path 1.159 +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 Mon Jan 22 23:57:14 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2011937B404; Mon, 22 Jan 2001 23:56:05 -0800 (PST) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0N7u5L82945; Mon, 22 Jan 2001 23:56:05 -0800 (PST) (envelope-from knu) Message-Id: <200101230756.f0N7u5L82945@freefall.freebsd.org> From: Akinori MUSHA Date: Mon, 22 Jan 2001 23:56:05 -0800 (PST) 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 2001/01/22 23:56:05 PST Modified files: . modules Log: ruby-qt2xml --> ports/textproc/ruby-qt2xml Revision Changes Path 1.2339 +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 Jan 23 0: 0: 4 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C428837B400; Mon, 22 Jan 2001 23:59:44 -0800 (PST) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0N7xi083403; Mon, 22 Jan 2001 23:59:44 -0800 (PST) (envelope-from kevlo) Message-Id: <200101230759.f0N7xi083403@freefall.freebsd.org> From: Kevin Lo Date: Mon, 22 Jan 2001 23:59:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/nvi-m17n Makefile pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kevlo 2001/01/22 23:59:44 PST Modified files: editors/nvi-m17n Makefile pkg-plist Log: Support MAN/MLINKS properly. PR: 24544 Submitted by: Ports Fury Revision Changes Path 1.20 +13 -7 ports/editors/nvi-m17n/Makefile 1.5 +5 -8 ports/editors/nvi-m17n/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 Jan 23 0: 7:59 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 69DAC37B400; Tue, 23 Jan 2001 00:07:36 -0800 (PST) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0N87af86503; Tue, 23 Jan 2001 00:07:36 -0800 (PST) (envelope-from kevlo) Message-Id: <200101230807.f0N87af86503@freefall.freebsd.org> From: Kevin Lo Date: Tue, 23 Jan 2001 00:07:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/nvi-perl Makefile pkg-plist ports/editors/nvi-perl/files patch-ac X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kevlo 2001/01/23 00:07:36 PST Modified files: editors/nvi-perl Makefile pkg-plist Added files: editors/nvi-perl/files patch-ac Log: - Fix compilation error in -current - Support MAN/MLINKS properly PR: 24545 Submitted by: Ports Fury Revision Changes Path 1.16 +14 -7 ports/editors/nvi-perl/Makefile 1.6 +5 -8 ports/editors/nvi-perl/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 Jan 23 0:12:33 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C98AA37B400; Tue, 23 Jan 2001 00:12:12 -0800 (PST) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0N8CC486978; Tue, 23 Jan 2001 00:12:12 -0800 (PST) (envelope-from kevlo) Message-Id: <200101230812.f0N8CC486978@freefall.freebsd.org> From: Kevin Lo Date: Tue, 23 Jan 2001 00:12:12 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/epstool pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kevlo 2001/01/23 00:12:12 PST Modified files: graphics/epstool pkg-descr pkg-plist Log: - Update WWW: line - Use NOPORTDOCS PLIST_SUB PR: 24547 Submitted by: Ports Fury Revision Changes Path 1.3 +1 -3 ports/graphics/epstool/pkg-descr 1.3 +2 -2 ports/graphics/epstool/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 Jan 23 0:16:39 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6DA2137B402; Tue, 23 Jan 2001 00:16:18 -0800 (PST) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0N8GIL87454; Tue, 23 Jan 2001 00:16:18 -0800 (PST) (envelope-from kevlo) Message-Id: <200101230816.f0N8GIL87454@freefall.freebsd.org> From: Kevin Lo Date: Tue, 23 Jan 2001 00:16:18 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/nurbs++ Makefile pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kevlo 2001/01/23 00:16:18 PST Modified files: graphics/nurbs++ Makefile pkg-plist Log: - Add missing INSTALLS_SHLIB - Sort pkg-plist PR: 24548 Submitted by: Ports Fury Revision Changes Path 1.2 +2 -1 ports/graphics/nurbs++/Makefile 1.2 +20 -20 ports/graphics/nurbs++/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 Jan 23 0:20:20 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 07AC137B402; Tue, 23 Jan 2001 00:19:56 -0800 (PST) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0N8Jta87959; Tue, 23 Jan 2001 00:19:55 -0800 (PST) (envelope-from kevlo) Message-Id: <200101230819.f0N8Jta87959@freefall.freebsd.org> From: Kevin Lo Date: Tue, 23 Jan 2001 00:19:55 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/zimg Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kevlo 2001/01/23 00:19:55 PST Modified files: graphics/zimg Makefile distinfo Log: Update to version 4.5.0 PR: 24549 Submitted by: Ports Fury Revision Changes Path 1.10 +4 -3 ports/graphics/zimg/Makefile 1.5 +1 -1 ports/graphics/zimg/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 0:24:38 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9E30C37B402; Tue, 23 Jan 2001 00:24:14 -0800 (PST) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0N8OEv88538; Tue, 23 Jan 2001 00:24:14 -0800 (PST) (envelope-from kevlo) Message-Id: <200101230824.f0N8OEv88538@freefall.freebsd.org> From: Kevin Lo Date: Tue, 23 Jan 2001 00:24:14 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/irc/ezbounce Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kevlo 2001/01/23 00:24:14 PST Modified files: irc/ezbounce Makefile distinfo pkg-plist Log: Update to version 0.99.11 PR: 24550 Submitted by: Ports Fury Revision Changes Path 1.16 +2 -2 ports/irc/ezbounce/Makefile 1.10 +1 -1 ports/irc/ezbounce/distinfo 1.4 +5 -5 ports/irc/ezbounce/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 Jan 23 0:30:33 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 98A8737B6AA; Tue, 23 Jan 2001 00:30:13 -0800 (PST) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0N8UDh89519; Tue, 23 Jan 2001 00:30:13 -0800 (PST) (envelope-from kevlo) Message-Id: <200101230830.f0N8UDh89519@freefall.freebsd.org> From: Kevin Lo Date: Tue, 23 Jan 2001 00:30:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/irc/ninja Makefile distinfo pkg-plist ports/irc/ninja/files patch-aa patch-ab X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kevlo 2001/01/23 00:30:13 PST Modified files: irc/ninja Makefile distinfo pkg-plist irc/ninja/files patch-aa Removed files: irc/ninja/files patch-ab Log: Update to version 1.5.1 PR: 24551 Submitted by: Ports Fury Revision Changes Path 1.18 +16 -7 ports/irc/ninja/Makefile 1.8 +1 -1 ports/irc/ninja/distinfo 1.5 +0 -1 ports/irc/ninja/pkg-plist 1.4 +3 -3 ports/irc/ninja/files/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 Jan 23 0:38:57 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7C94B37B69D; Tue, 23 Jan 2001 00:38:35 -0800 (PST) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0N8cZi90826; Tue, 23 Jan 2001 00:38:35 -0800 (PST) (envelope-from kevlo) Message-Id: <200101230838.f0N8cZi90826@freefall.freebsd.org> From: Kevin Lo Date: Tue, 23 Jan 2001 00:38:35 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/qhacc Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kevlo 2001/01/23 00:38:35 PST Modified files: misc/qhacc Makefile distinfo pkg-plist Log: Upgrade to version 0.7 PR: 24553 Submitted by: Ports Fury Revision Changes Path 1.15 +4 -3 ports/misc/qhacc/Makefile 1.11 +1 -1 ports/misc/qhacc/distinfo 1.3 +6 -6 ports/misc/qhacc/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 Jan 23 0:39:10 2001 Delivered-To: cvs-all@freebsd.org Received: from feral.com (feral.com [192.67.166.1]) by hub.freebsd.org (Postfix) with ESMTP id 7DB3037B69B; Tue, 23 Jan 2001 00:38:51 -0800 (PST) Received: from beppo (beppo [192.67.166.79]) by feral.com (8.9.3/8.9.3) with ESMTP id AAA10068; Tue, 23 Jan 2001 00:38:47 -0800 Date: Tue, 23 Jan 2001 00:38:48 -0800 (PST) From: Matthew Jacob Reply-To: mjacob@feral.com To: Bruce Evans Cc: Matt Jacob , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_synch.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, 23 Jan 2001, Bruce Evans wrote: > On Mon, 22 Jan 2001, Matt Jacob wrote: > > > mjacob 2001/01/22 14:22:39 PST > > > > Modified files: > > sys/kern kern_synch.c > > Log: > > Move (now) unused variable declaration inside the block (now commented out). > > This actually moves the (temporarily) unused declaration to /dev/null. > Please ifdef temporary changes. Don't move them to a wrong place. Not sure I follow. I rather think this was the right place to put it. The declaration was for a value only used within a (now #if 0'd ) block. I suppose I could have nuked the whole block too. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 0:42: 5 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3C95437B69B; Tue, 23 Jan 2001 00:41:42 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0N8fg191288; Tue, 23 Jan 2001 00:41:42 -0800 (PST) (envelope-from ru) Message-Id: <200101230841.f0N8fg191288@freefall.freebsd.org> From: Ruslan Ermilov Date: Tue, 23 Jan 2001 00:41:39 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/gen sysctl.3 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/01/23 00:41:39 PST Modified files: lib/libc/gen sysctl.3 Log: mdoc(7) police: replaced empty line with .Pp, updated document date. Revision Changes Path 1.46 +3 -3 src/lib/libc/gen/sysctl.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 0:44:22 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E0B8337B69B; Tue, 23 Jan 2001 00:43:58 -0800 (PST) Received: (from grog@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0N8hwD91565; Tue, 23 Jan 2001 00:43:58 -0800 (PST) (envelope-from grog) Message-Id: <200101230843.f0N8hwD91565@freefall.freebsd.org> From: Greg Lehey Date: Tue, 23 Jan 2001 00:43:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet ip_state.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG grog 2001/01/23 00:43:58 PST Modified files: (Branch: RELENG_4) sys/netinet ip_state.c Log: MFC from revision 1.17: Initialize ofin.fin_v every time before calling fr_makefrip, not just once. There's probably a whole lot of other stuff hiding behind commit messages such as "fix conflicts" (+700 -241). Forgotten by: darrenr Revision Changes Path 1.13.2.4 +4 -1 src/sys/netinet/ip_state.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 0:46:18 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D42BC37B69C; Tue, 23 Jan 2001 00:45:52 -0800 (PST) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0N8jqY91867; Tue, 23 Jan 2001 00:45:52 -0800 (PST) (envelope-from kevlo) Message-Id: <200101230845.f0N8jqY91867@freefall.freebsd.org> From: Kevin Lo Date: Tue, 23 Jan 2001 00:45:52 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/tcpreplay Makefile pkg-comment ports/net/tcpreplay/files patch-Makefile.in patch-configure.in X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kevlo 2001/01/23 00:45:52 PST Modified files: net/tcpreplay Makefile pkg-comment net/tcpreplay/files patch-Makefile.in patch-configure.in Log: - Support CFLAGS/LOCALBASE properly - Fix pkg-comment PR: 24555 Submitted by: Ports Fury Revision Changes Path 1.2 +9 -11 ports/net/tcpreplay/Makefile 1.2 +1 -1 ports/net/tcpreplay/pkg-comment 1.2 +18 -7 ports/net/tcpreplay/files/patch-Makefile.in 1.2 +20 -5 ports/net/tcpreplay/files/patch-configure.in To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 0:58:51 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 51C8B37B400; Tue, 23 Jan 2001 00:58:30 -0800 (PST) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0N8wUn93525; Tue, 23 Jan 2001 00:58:30 -0800 (PST) (envelope-from kevlo) Message-Id: <200101230858.f0N8wUn93525@freefall.freebsd.org> From: Kevin Lo Date: Tue, 23 Jan 2001 00:58:30 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/cfengine Makefile distinfo pkg-descr pkg-plist ports/sysutils/cfengine/files patch-ad patch-ac patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kevlo 2001/01/23 00:58:30 PST Modified files: sysutils/cfengine Makefile distinfo pkg-descr pkg-plist sysutils/cfengine/files patch-ac Added files: sysutils/cfengine/files patch-ad Removed files: sysutils/cfengine/files patch-aa Log: Update to version 1.6.2 PR: 24556 Submitted by: Ports Fury Revision Changes Path 1.15 +9 -11 ports/sysutils/cfengine/Makefile 1.6 +1 -1 ports/sysutils/cfengine/distinfo 1.3 +9 -2 ports/sysutils/cfengine/pkg-descr 1.4 +4 -6 ports/sysutils/cfengine/pkg-plist 1.3 +14 -18 ports/sysutils/cfengine/files/patch-ac To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 1: 6:45 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5B82437B400; Tue, 23 Jan 2001 01:06:24 -0800 (PST) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0N96Os96538; Tue, 23 Jan 2001 01:06:24 -0800 (PST) (envelope-from kevlo) Message-Id: <200101230906.f0N96Os96538@freefall.freebsd.org> From: Kevin Lo Date: Tue, 23 Jan 2001 01:06:24 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-fm/mtoolsfm Makefile distinfo ports/x11-fm/mtoolsfm/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kevlo 2001/01/23 01:06:24 PST Modified files: x11-fm/mtoolsfm Makefile distinfo Added files: x11-fm/mtoolsfm/files patch-aa Log: Update to version 1.7 PR: 24557 Submitted by: Ports Fury Revision Changes Path 1.8 +11 -4 ports/x11-fm/mtoolsfm/Makefile 1.5 +1 -1 ports/x11-fm/mtoolsfm/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 1:41: 6 2001 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 7F06037B402; Tue, 23 Jan 2001 01:40:43 -0800 (PST) Received: (from asmodai@localhost) by lucifer.ninth-circle.org (8.11.1/8.11.0) id f0N9egw43325; Tue, 23 Jan 2001 10:40:42 +0100 (CET) (envelope-from asmodai) Date: Tue, 23 Jan 2001 10:40:42 +0100 From: Jeroen Ruigrok van der Werven To: Kirk McKusick Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/gen sysctlnametomib.c Makefile.inc sysctl.3 Message-ID: <20010123104042.B43000@lucifer.bart.nl> References: <200101230340.f0N3eW943661@freefall.freebsd.org> <20010123082800.D40981@lucifer.bart.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010123082800.D40981@lucifer.bart.nl>; from jruigrok@via-net-works.nl on Tue, Jan 23, 2001 at 08:28:00AM +0100 Organisation: VIA Net.Works The Netherlands Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -On [20010123 08:30], Jeroen Ruigrok van der Werven (jruigrok@via-net-works.nl) wrote: >-On [20010123 04:45], Kirk McKusick (mckusick@FreeBSD.org) wrote: >> Log: >> Add the function sysctlnametomib to libc. Details on the semantics >> and use of this function have been added to the sysctl.3 manual page. > >does this mean we can now easily supply snmpd's with our sysctl's >through use of this function? To answer my own question partially, it enables one to do cool things with sysctls and the mibs. I am just a bit unsure if it would benefit snmpd's. Any clarity on that part is still welcomed. :) -- Jeroen Ruigrok van der Werven VIA Net.Works The Netherlands BSD: Technical excellence at its best Network- and systemadministrator D78D D0AD 244D 1D12 C9CA 7152 035C 1138 546A B867 Killing me is not enough to make me go away... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 1:43:46 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CC7E737B402; Tue, 23 Jan 2001 01:43:23 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0N9hNp01599; Tue, 23 Jan 2001 01:43:23 -0800 (PST) (envelope-from peter) Message-Id: <200101230943.f0N9hNp01599@freefall.freebsd.org> From: Peter Wemm Date: Tue, 23 Jan 2001 01:43:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/acpica/Osd OsdSchedule.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG peter 2001/01/23 01:43:23 PST Modified files: sys/dev/acpica/Osd OsdSchedule.c Log: In answer to the comment: /* XXX is it OK to block here? */, the answer is definately NO! as we are in interrupt context and malloc() does a KASSERT() to be sure. Revision Changes Path 1.5 +4 -3 src/sys/dev/acpica/Osd/OsdSchedule.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 1:53:10 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A94DD37B699; Tue, 23 Jan 2001 01:52:51 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0N9qpo02589; Tue, 23 Jan 2001 01:52:51 -0800 (PST) (envelope-from peter) Message-Id: <200101230952.f0N9qpo02589@freefall.freebsd.org> From: Peter Wemm Date: Tue, 23 Jan 2001 01:52:50 -0800 (PST) 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 peter 2001/01/23 01:52:50 PST Modified files: . Makefile.inc1 Log: Provide backwards compatable recognition of ${KERNEL}. You should be able to use KERNEL= again with buildkernel, but it will point you at KERNCONF= and press on regardless. Revision Changes Path 1.187 +12 -1 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 Tue Jan 23 2: 0:30 2001 Delivered-To: cvs-all@freebsd.org Received: from mobile.wemm.org (c1315225-a.plstn1.sfba.home.com [65.0.135.147]) by hub.freebsd.org (Postfix) with ESMTP id 2F51D37B6A3; Tue, 23 Jan 2001 02:00:06 -0800 (PST) Received: from netplex.com.au (localhost [127.0.0.1]) by mobile.wemm.org (8.11.1/8.11.1) with ESMTP id f0N9xv400729; Tue, 23 Jan 2001 01:59:57 -0800 (PST) (envelope-from peter@netplex.com.au) Message-Id: <200101230959.f0N9xv400729@mobile.wemm.org> X-Mailer: exmh version 2.2 06/23/2000 with nmh-1.0.4 To: Warner Losh Cc: Brian Somers , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src Makefile.inc1 In-Reply-To: <200101230158.f0N1wHs15648@billy-club.village.org> Date: Tue, 23 Jan 2001 01:59:57 -0800 From: Peter Wemm Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Warner Losh wrote: > In message <200101230133.f0N1XB107675@hak.lan.Awfulhak.org> Brian Somers writ es: > : I've had KERNEL= in /etc/make.conf for several months and on lots of > : machines. It leads to no trouble that I can see with buildkernel/ > : installkernel. > : > : Doing this may be broken for the old config, cd /blah/blah/compile/blah, > : make method, so why not fix that rather than breaking everyone's > : current configuration ? > > Yes. It is the case where you put it in /etc/make.conf and then build > the kernel by hand that causes the grief. I have backtracked a little more with a concession to POLA. If you do a 'make KERNEL=MYKERNEL buildkernel' it will DTRT still but will whine a little with a pointer to KERNCONF=. Ie: existing installations will not be broken and gentle encouragement will be applied to not propagate the KERNEL= thing further. I think we could MFC this without getting into trouble. 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 Jan 23 2: 2:20 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 12FDA37B6A3; Tue, 23 Jan 2001 02:01:57 -0800 (PST) Received: (from hm@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0NA1vW03931; Tue, 23 Jan 2001 02:01:57 -0800 (PST) (envelope-from hm) Message-Id: <200101231001.f0NA1vW03931@freefall.freebsd.org> From: Hellmuth Michaelis Date: Tue, 23 Jan 2001 02:01:56 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i4b/driver i4b_ispppsubr.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hm 2001/01/23 02:01:56 PST Modified files: sys/i4b/driver i4b_ispppsubr.c Log: Remove useless variable vjlen. Submitted by: Sergio de Souza Prallon Revision Changes Path 1.9 +3 -3 src/sys/i4b/driver/i4b_ispppsubr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 2:10:47 2001 Delivered-To: cvs-all@freebsd.org Received: from mobile.wemm.org (c1315225-a.plstn1.sfba.home.com [65.0.135.147]) by hub.freebsd.org (Postfix) with ESMTP id F2E2F37B6A6; Tue, 23 Jan 2001 02:10:22 -0800 (PST) Received: from netplex.com.au (localhost [127.0.0.1]) by mobile.wemm.org (8.11.1/8.11.1) with ESMTP id f0NAAL400873; Tue, 23 Jan 2001 02:10:21 -0800 (PST) (envelope-from peter@netplex.com.au) Message-Id: <200101231010.f0NAAL400873@mobile.wemm.org> X-Mailer: exmh version 2.2 06/23/2000 with nmh-1.0.4 To: Garrett Wollman Cc: Dag-Erling Smorgrav , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/vmstat vmstat.8 In-Reply-To: <200101230122.UAA43573@khavrinen.lcs.mit.edu> Date: Tue, 23 Jan 2001 02:10:21 -0800 From: Peter Wemm Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Garrett Wollman wrote: > < said: > > > Document that the -z option is equivalent to 'sysctl vm.zone'. > > This really shouldn't be documented (and `sysctl vm.zone' should just > tell the user to use the correct program). Also, 'vmstat -M vmcore.6 -z' has just been broken. :-( 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 Jan 23 2:33:27 2001 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 24EDB37B699; Tue, 23 Jan 2001 02:33:04 -0800 (PST) Received: (from des@localhost) by flood.ping.uio.no (8.9.3/8.9.3) id LAA76794; Tue, 23 Jan 2001 11:32:49 +0100 (CET) (envelope-from des@ofug.org) X-URL: http://www.ofug.org/~des/ X-Disclaimer: The views expressed in this message do not necessarily coincide with those of any organisation or company with which I am or have been affiliated. To: Peter Wemm Cc: Garrett Wollman , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/vmstat vmstat.8 References: <200101231010.f0NAAL400873@mobile.wemm.org> From: Dag-Erling Smorgrav Date: 23 Jan 2001 11:32:48 +0100 In-Reply-To: Peter Wemm's message of "Tue, 23 Jan 2001 02:10:21 -0800" 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 Peter Wemm writes: > Also, 'vmstat -M vmcore.6 -z' has just been broken. :-( Argh! You're right. I didn't think this through well enough. I'll try to fix that later tonight. DES -- Dag-Erling Smorgrav - des@ofug.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 2:49:55 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9A3BE37B6A8; Tue, 23 Jan 2001 02:49:31 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0NAnVP10631; Tue, 23 Jan 2001 02:49:31 -0800 (PST) (envelope-from joerg) Message-Id: <200101231049.f0NAnVP10631@freefall.freebsd.org> From: Joerg Wunsch Date: Tue, 23 Jan 2001 02:49:30 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/cam cam_xpt.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG joerg 2001/01/23 02:49:30 PST Modified files: sys/cam cam_xpt.c Log: Mark the (ancient) MaxOptix Tahiti 1 drive as a known rogue that would respond to all LUNs. Reviewed by: ken Revision Changes Path 1.103 +11 -1 src/sys/cam/cam_xpt.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 2:51:24 2001 Delivered-To: cvs-all@freebsd.org Received: from mobile.wemm.org (c1315225-a.plstn1.sfba.home.com [65.0.135.147]) by hub.freebsd.org (Postfix) with ESMTP id 56F8A37B699; Tue, 23 Jan 2001 02:51:00 -0800 (PST) Received: from netplex.com.au (localhost [127.0.0.1]) by mobile.wemm.org (8.11.1/8.11.1) with ESMTP id f0NAor401432; Tue, 23 Jan 2001 02:50:53 -0800 (PST) (envelope-from peter@netplex.com.au) Message-Id: <200101231050.f0NAor401432@mobile.wemm.org> X-Mailer: exmh version 2.2 06/23/2000 with nmh-1.0.4 To: Dag-Erling Smorgrav Cc: Garrett Wollman , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/vmstat vmstat.8 In-Reply-To: Date: Tue, 23 Jan 2001 02:50:53 -0800 From: Peter Wemm Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Dag-Erling Smorgrav wrote: > Peter Wemm writes: > > Also, 'vmstat -M vmcore.6 -z' has just been broken. :-( > > Argh! You're right. I didn't think this through well enough. I'll try > to fix that later tonight. Netstat has been broken for a while too for the same reason. That is something that we backed out at Yahoo for crash analysis. 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 Jan 23 3: 5:10 2001 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 AE1D437B699; Tue, 23 Jan 2001 03:04:48 -0800 (PST) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id WAA09426; Tue, 23 Jan 2001 22:04:41 +1100 Date: Tue, 23 Jan 2001 22:04:34 +1100 (EST) From: Bruce Evans X-Sender: bde@besplex.bde.org To: Matthew Jacob Cc: Matt Jacob , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_synch.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, 23 Jan 2001, Matthew Jacob wrote: > > On Tue, 23 Jan 2001, Bruce Evans wrote: > > > On Mon, 22 Jan 2001, Matt Jacob wrote: > > > > > mjacob 2001/01/22 14:22:39 PST > > > > > > Modified files: > > > sys/kern kern_synch.c > > > Log: > > > Move (now) unused variable declaration inside the block (now commented out). > > > > This actually moves the (temporarily) unused declaration to /dev/null. > > Please ifdef temporary changes. Don't move them to a wrong place. > > Not sure I follow. I rather think this was the right place to put it. The > declaration was for a value only used within a (now #if 0'd ) block. I suppose > I could have nuked the whole block too. Principle of minimal messes. The code is correctly placed where it was since it is not going away. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 3:17:20 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6B35B37B69E; Tue, 23 Jan 2001 03:16:53 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0NBGrk15268; Tue, 23 Jan 2001 03:16:53 -0800 (PST) (envelope-from peter) Message-Id: <200101231116.f0NBGrk15268@freefall.freebsd.org> From: Peter Wemm Date: Tue, 23 Jan 2001 03:16:53 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/find extern.h find.1 find.h function.c option.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG peter 2001/01/23 03:16:53 PST Modified files: usr.bin/find extern.h find.1 find.h function.c option.c Log: Add the -empty flag, from OpenBSD. It returns true if the directory is empty. There doesn't appear to be another easy way to do this. mobile# mkdir foo mobile# mkdir foo/bar mobile# mkdir bar mobile# find . -empty ./foo/bar ./bar Revision Changes Path 1.11 +2 -1 src/usr.bin/find/extern.h 1.30 +3 -1 src/usr.bin/find/find.1 1.9 +3 -3 src/usr.bin/find/find.h 1.28 +44 -1 src/usr.bin/find/function.c 1.11 +2 -1 src/usr.bin/find/option.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 3:27:39 2001 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 AF78537B69E; Tue, 23 Jan 2001 03:27:17 -0800 (PST) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id WAA11056; Tue, 23 Jan 2001 22:27:07 +1100 Date: Tue, 23 Jan 2001 22:27:00 +1100 (EST) From: Bruce Evans X-Sender: bde@besplex.bde.org To: Peter Wemm Cc: Garrett Wollman , Dag-Erling Smorgrav , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/vmstat vmstat.8 In-Reply-To: <200101231010.f0NAAL400873@mobile.wemm.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, 23 Jan 2001, Peter Wemm wrote: > Garrett Wollman wrote: > > < org> said: > > > > > Document that the -z option is equivalent to 'sysctl vm.zone'. > > > > This really shouldn't be documented (and `sysctl vm.zone' should just > > tell the user to use the correct program). > > Also, 'vmstat -M vmcore.6 -z' has just been broken. :-( Support for dead kernels has been broken in many utilities by converting to using sysctl() without keeping support for reading from kvm. The extent of the damage seems to be smaller than I thought. In ps, it seems to be limited to reading a few variables using sysctl in donlist(). In pstat, it is limited to -t and -v (and -v is disabled anyway). libkvm seems to be more careful, perhaps because it always had to handle dead kernels specially. It used to insulate utilities from most of the differences for dead kernels. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 3:28:10 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6F2FB37B6DD; Tue, 23 Jan 2001 03:27:40 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0NBRe716050; Tue, 23 Jan 2001 03:27:40 -0800 (PST) (envelope-from sobomax) Message-Id: <200101231127.f0NBRe716050@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 23 Jan 2001 03:27:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/balsa Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/01/23 03:27:40 PST Modified files: mail/balsa Makefile distinfo pkg-plist Log: Update to 1.1.0. Revision Changes Path 1.36 +2 -2 ports/mail/balsa/Makefile 1.17 +1 -1 ports/mail/balsa/distinfo 1.14 +1 -0 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 Jan 23 3:57:52 2001 Delivered-To: cvs-all@freebsd.org Received: from mailout06.sul.t-online.com (mailout06.sul.t-online.com [194.25.134.19]) by hub.freebsd.org (Postfix) with ESMTP id 4466D37B401; Tue, 23 Jan 2001 03:57:32 -0800 (PST) Received: from fwd02.sul.t-online.com by mailout06.sul.t-online.com with smtp id 14L24o-0000zi-07; Tue, 23 Jan 2001 12:57:30 +0100 Received: from neutron.cichlids.com (520050424122-0001@[62.158.39.148]) by fmrl02.sul.t-online.com with esmtp id 14L24h-1x3uyWC; Tue, 23 Jan 2001 12:57:23 +0100 Received: from cichlids.cichlids.com (cichlids.cichlids.com [192.168.0.10]) by neutron.cichlids.com (Postfix) with ESMTP id 48031AB0C; Tue, 23 Jan 2001 12:59:26 +0100 (CET) Received: by cichlids.cichlids.com (Postfix, from userid 1001) id A0FFE14A59; Tue, 23 Jan 2001 12:57:21 +0100 (CET) Date: Tue, 23 Jan 2001 12:57:21 +0100 To: Will Andrews Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: CVSROOT access Message-ID: <20010123125721.C14335@cichlids.cichlids.com> References: <200101230232.f0N2WmN35602@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200101230232.f0N2WmN35602@freefall.freebsd.org>; from will@freebsd.org on Mon, Jan 22, 2001 at 06:32:47PM -0800 X-PGP-Fingerprint: 44 28 CA 4C 46 5B D3 A8 A8 E3 BA F3 4E 60 7D 7F X-PGP-at: finger alex@big.endian.de X-Verwirrung: Dieser Header dient der allgemeinen Verwirrung. From: alex@big.endian.de (Alexander Langer) X-Sender: 520050424122-0001@t-dialin.net Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thus spake Will Andrews (will@freebsd.org): > * Mikhail Teterin > This guy needs no introduction. He has submitted > 270 bug reports since 1995. JKH will probably take him away > from me, since they're both so in love with Tcl. :-) ^^^ Hey, can I borrow him?-) Alex -- cat: /home/alex/.sig: No such file or directory To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 4:25:51 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 011CC37B400; Tue, 23 Jan 2001 04:25:32 -0800 (PST) Received: (from des@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0NCPVl27644; Tue, 23 Jan 2001 04:25:31 -0800 (PST) (envelope-from des) Message-Id: <200101231225.f0NCPVl27644@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Tue, 23 Jan 2001 04:25:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/books/handbook/kerneldebug chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG des 2001/01/23 04:25:31 PST Modified files: en_US.ISO_8859-1/books/handbook/kerneldebug chapter.sgml Log: Rework the paragraph about finding the relocation address for kernel modules; it was repetitive and slightly confused. Revision Changes Path 1.29 +8 -13 doc/en_US.ISO_8859-1/books/handbook/kerneldebug/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 Jan 23 4:37:34 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1E16937B400; Tue, 23 Jan 2001 04:37:16 -0800 (PST) Received: (from nyan@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0NCbGm28950; Tue, 23 Jan 2001 04:37:16 -0800 (PST) (envelope-from nyan) Message-Id: <200101231237.f0NCbGm28950@freefall.freebsd.org> From: Takahashi Yoshihiro Date: Tue, 23 Jan 2001 04:37:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/apm apm.c apm.h apm_bioscall.s X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nyan 2001/01/23 04:37:15 PST Added files: sys/pc98/apm apm.c apm.h apm_bioscall.s Log: Added pc98 apm driver. Submitted by: MURAMATSU Atsushi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 4:47:30 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 321D537B404; Tue, 23 Jan 2001 04:47:10 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0NClAE30031; Tue, 23 Jan 2001 04:47:10 -0800 (PST) (envelope-from phk) Message-Id: <200101231247.f0NClAE30031@freefall.freebsd.org> From: Poul-Henning Kamp Date: Tue, 23 Jan 2001 04:47:09 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_mn.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG phk 2001/01/23 04:47:09 PST Modified files: (Branch: RELENG_4) sys/pci if_mn.c Log: MFC: identical to -current modulus netgraph API changes. Revision Changes Path 1.11.2.3 +179 -66 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 Tue Jan 23 4:49:38 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3AFD137B698; Tue, 23 Jan 2001 04:49:15 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0NCnDZ30300; Tue, 23 Jan 2001 04:49:13 -0800 (PST) (envelope-from phk) Message-Id: <200101231249.f0NCnDZ30300@freefall.freebsd.org> From: Poul-Henning Kamp Date: Tue, 23 Jan 2001 04:49:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/musycc musycc.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG phk 2001/01/23 04:49:13 PST Added files: (Branch: RELENG_4) sys/dev/musycc musycc.c Log: Bring the musycc driver over from -current, modulus netgraph API changes. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 5: 3: 9 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C76DC37B400; Tue, 23 Jan 2001 05:02:48 -0800 (PST) Received: (from asmodai@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0ND2mO31884; Tue, 23 Jan 2001 05:02:48 -0800 (PST) (envelope-from asmodai) Message-Id: <200101231302.f0ND2mO31884@freefall.freebsd.org> From: Jeroen Ruigrok van der Werven Date: Tue, 23 Jan 2001 05:02:48 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_kthread.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asmodai 2001/01/23 05:02:48 PST Modified files: (Branch: RELENG_4) sys/kern kern_kthread.c Log: MFC: Reparent a kernel thread to init during kthread_exit() so that the zombie can be reaped. This MFC also includes an #include to to avoid the implicit declaration of proc_reparent(). It might be that CURRENT at this point has different header files due to SMPng. Revision Changes Path 1.5.2.1 +3 -1 src/sys/kern/kern_kthread.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 5: 7:43 2001 Delivered-To: cvs-all@freebsd.org Received: from solaris.matti.ee (solaris.matti.ee [194.126.98.135]) by hub.freebsd.org (Postfix) with ESMTP id E363337B402; Tue, 23 Jan 2001 05:07:21 -0800 (PST) Received: from myhakas.matti.ee (myhakas.matti.ee [194.126.114.87]) by solaris.matti.ee (Postfix) with ESMTP id C3EE72CE7E; Tue, 23 Jan 2001 15:07:17 +0200 (EET) Received: (from vallo@localhost) by myhakas.matti.ee (8.11.1/8.11.1) id f0ND6dH50226; Tue, 23 Jan 2001 15:06:39 +0200 (EET) (envelope-from vallo) Date: Tue, 23 Jan 2001 15:06:39 +0200 From: Vallo Kallaste To: Bosko Milekic Cc: John Baldwin , Alfred Perlstein , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/kern uipc_mbuf.c Message-ID: <20010123150639.A50085@myhakas.matti.ee> Reply-To: vallo@matti.ee References: <005001c0801d$9e2ead80$1f90c918@jehovah> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.11i In-Reply-To: <005001c0801d$9e2ead80$1f90c918@jehovah>; from bmilekic@technokratis.com on Tue, Jan 16, 2001 at 07:37:05PM -0500 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Jan 16, 2001 at 07:37:05PM -0500, Bosko Milekic wrote: > The discussed situation was probably a lock order reversal w.r.t. Giant and > some driver lock (in an MP safe driver). In one case, as you mentionned, > Giant can be acquired before the driver lock (the ifconfig case you spoke of, > when the call is originating from a system call), but in the interrupt case, > the driver lock would be acquired first, followed by Giant in the allocation > routines. Sorry for disturbing this highly technical discussion, but all that reminds me of some occasional kernel messages I've seen: Jan 19 07:53:05 myhakas /boot/smpkernel/kernel: lock order reversal Jan 19 07:53:05 myhakas /boot/smpkernel/kernel: 1st fxp0 last acquired @ ../../pci/if_fxp.c:842 Jan 19 07:53:05 myhakas /boot/smpkernel/kernel: 2nd 0xc0f50520 fxp1 @ ../../pci/if_fxp.c:993 Jan 19 07:53:05 myhakas /boot/smpkernel/kernel: 3rd 0xc0f50920 fxp0 @ ../../pci/if_fxp.c:842 I have two fxp and one ed (ne-2000 PCI clone) interfaces and bridge defined. Those messages appear almost always in sync with traffic over bridge interface(s). Is it something to care about? -- Vallo Kallaste vallo@matti.ee To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 6: 5:19 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0D92637B6A2; Tue, 23 Jan 2001 06:04:59 -0800 (PST) Received: (from ume@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0NE4x240648; Tue, 23 Jan 2001 06:04:59 -0800 (PST) (envelope-from ume) Message-Id: <200101231404.f0NE4x240648@freefall.freebsd.org> From: Hajimu UMEMOTO Date: Tue, 23 Jan 2001 06:04:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/gkrellm Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ume 2001/01/23 06:04:58 PST Modified files: sysutils/gkrellm Makefile distinfo Log: Update to 1.0.5. Revision Changes Path 1.30 +2 -2 ports/sysutils/gkrellm/Makefile 1.18 +1 -1 ports/sysutils/gkrellm/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 6:20:22 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3495937B6A3; Tue, 23 Jan 2001 06:20:04 -0800 (PST) Received: (from asmodai@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0NEK4M44540; Tue, 23 Jan 2001 06:20:04 -0800 (PST) (envelope-from asmodai) Message-Id: <200101231420.f0NEK4M44540@freefall.freebsd.org> From: Jeroen Ruigrok van der Werven Date: Tue, 23 Jan 2001 06:20:04 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/dd args.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asmodai 2001/01/23 06:20:03 PST Modified files: (Branch: RELENG_4) bin/dd args.c Log: MFC: Allow negative seek offsets for files that can be seeked upon. Revision Changes Path 1.25.2.2 +3 -3 src/bin/dd/args.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 6:24:21 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CAF6C37B6A6; Tue, 23 Jan 2001 06:23:55 -0800 (PST) Received: (from asmodai@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0NENtu44967; Tue, 23 Jan 2001 06:23:55 -0800 (PST) (envelope-from asmodai) Message-Id: <200101231423.f0NENtu44967@freefall.freebsd.org> From: Jeroen Ruigrok van der Werven Date: Tue, 23 Jan 2001 06:23:55 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/dd position.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asmodai 2001/01/23 06:23:55 PST Modified files: (Branch: RELENG_4) bin/dd position.c Log: MFC: Allow negative seek offsets for files that can be seeked upon. Revision Changes Path 1.17.2.2 +9 -1 src/bin/dd/position.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 6:32:29 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2AD7537B6A4; Tue, 23 Jan 2001 06:32:05 -0800 (PST) Received: (from ume@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0NEW5Q46221; Tue, 23 Jan 2001 06:32:05 -0800 (PST) (envelope-from ume) Message-Id: <200101231432.f0NEW5Q46221@freefall.freebsd.org> From: Hajimu UMEMOTO Date: Tue, 23 Jan 2001 06:32:04 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_fork.c src/sys/sys vmmeter.h src/sys/vm vm_meter.c src/usr.bin/vmstat vmstat.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ume 2001/01/23 06:32:04 PST Modified files: sys/kern kern_fork.c sys/sys vmmeter.h sys/vm vm_meter.c usr.bin/vmstat vmstat.c Log: Add mibs to hold the number of forks since boot. New mibs are: vm.stats.vm.v_forks vm.stats.vm.v_vforks vm.stats.vm.v_rforks vm.stats.vm.v_kthreads vm.stats.vm.v_forkpages vm.stats.vm.v_vforkpages vm.stats.vm.v_rforkpages vm.stats.vm.v_kthreadpages Submitted by: Paul Herman Reviewed by: alfred Revision Changes Path 1.93 +16 -1 src/sys/kern/kern_fork.c 1.22 +12 -1 src/sys/sys/vmmeter.h 1.44 +17 -1 src/sys/vm/vm_meter.c 1.42 +9 -1 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 Tue Jan 23 6:39:11 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4BDED37B6A9; Tue, 23 Jan 2001 06:38:46 -0800 (PST) Received: (from asmodai@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0NEckj52392; Tue, 23 Jan 2001 06:38:46 -0800 (PST) (envelope-from asmodai) Message-Id: <200101231438.f0NEckj52392@freefall.freebsd.org> From: Jeroen Ruigrok van der Werven Date: Tue, 23 Jan 2001 06:38:45 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/ed glbl.c main.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asmodai 2001/01/23 06:38:45 PST Modified files: (Branch: RELENG_4) bin/ed glbl.c main.c Log: MFC: #include Revision Changes Path 1.9.2.1 +3 -1 src/bin/ed/glbl.c 1.14.2.2 +3 -1 src/bin/ed/main.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 6:40:23 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8124537B6A6; Tue, 23 Jan 2001 06:39:59 -0800 (PST) Received: (from sf@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0NEdxW54519; Tue, 23 Jan 2001 06:39:59 -0800 (PST) (envelope-from sf) Message-Id: <200101231439.f0NEdxW54519@freefall.freebsd.org> From: FUJISHIMA Satsuki Date: Tue, 23 Jan 2001 06:39:55 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/latex2html distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sf 2001/01/23 06:39:54 PST Modified files: textproc/latex2html distinfo Log: (null commit) According to the maintainer previous distinfo change includes 'There were none that I noticed at all.' Requested by: kris Revision Changes Path 1.4 +0 -0 ports/textproc/latex2html/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 6:41:36 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D2CE337B6A4; Tue, 23 Jan 2001 06:41:13 -0800 (PST) Received: (from sf@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0NEfDV57235; Tue, 23 Jan 2001 06:41:13 -0800 (PST) (envelope-from sf) Message-Id: <200101231441.f0NEfDV57235@freefall.freebsd.org> From: FUJISHIMA Satsuki Date: Tue, 23 Jan 2001 06:41:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/fvwm2-beta Makefile distinfo pkg-plist pkg-message X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sf 2001/01/23 06:41:13 PST Modified files: x11-wm/fvwm2-beta Makefile distinfo pkg-plist Removed files: x11-wm/fvwm2-beta pkg-message Log: update to 2.3.26 and added gnome support. PR: 24001 Submitted by: Martti Kuparinen Approved by: maintainer Revision Changes Path 1.30 +6 -5 ports/x11-wm/fvwm2-beta/Makefile 1.13 +1 -1 ports/x11-wm/fvwm2-beta/distinfo 1.16 +24 -22 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 Tue Jan 23 6:44: 5 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 678EC37B6A7; Tue, 23 Jan 2001 06:43:41 -0800 (PST) Received: (from vanilla@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0NEhfw63625; Tue, 23 Jan 2001 06:43:41 -0800 (PST) (envelope-from vanilla) Message-Id: <200101231443.f0NEhfw63625@freefall.freebsd.org> From: "Vanilla I. Shu" Date: Tue, 23 Jan 2001 06:43:41 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/enlightenment Makefile ports/x11-wm/enlightenment/files patch-src_themes_Makefile.in X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG vanilla 2001/01/23 06:43:41 PST Modified files: x11-wm/enlightenment Makefile x11-wm/enlightenment/files patch-src_themes_Makefile.in Log: Disable snapshot for pager. PR: ports/24534 Submitted by: Jan Conrad Obtained from: debian Revision Changes Path 1.58 +5 -1 ports/x11-wm/enlightenment/Makefile 1.2 +0 -1 ports/x11-wm/enlightenment/files/patch-src_themes_Makefile.in To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 6:44:16 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1FF3C37B6A6; Tue, 23 Jan 2001 06:43:50 -0800 (PST) Received: (from sf@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0NEhoj64175; Tue, 23 Jan 2001 06:43:50 -0800 (PST) (envelope-from sf) Message-Id: <200101231443.f0NEhoj64175@freefall.freebsd.org> From: FUJISHIMA Satsuki Date: Tue, 23 Jan 2001 06:43:50 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/msql Makefile ports/databases/msql/files msql2.sh X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sf 2001/01/23 06:43:50 PST Modified files: databases/msql Makefile databases/msql/files msql2.sh Log: fix typo and correctly installing startup script. PR: 21422,21448 Reported by: Vivek Khera Revision Changes Path 1.39 +3 -3 ports/databases/msql/Makefile 1.2 +2 -2 ports/databases/msql/files/msql2.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 6:46:17 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2C11B37B6A7; Tue, 23 Jan 2001 06:45:53 -0800 (PST) Received: (from sf@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0NEjrC70023; Tue, 23 Jan 2001 06:45:53 -0800 (PST) (envelope-from sf) Message-Id: <200101231445.f0NEjrC70023@freefall.freebsd.org> From: FUJISHIMA Satsuki Date: Tue, 23 Jan 2001 06:45:53 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/timidity++ Makefile distinfo ports/audio/timidity++-emacs Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sf 2001/01/23 06:45:53 PST Modified files: audio/timidity++ Makefile distinfo audio/timidity++-emacs Makefile Log: update to 2.10.2. PR: 22591,22592 Submitted by: maintainer Revision Changes Path 1.30 +2 -2 ports/audio/timidity++/Makefile 1.11 +1 -1 ports/audio/timidity++/distinfo 1.15 +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 Tue Jan 23 7: 0:36 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2161B37B401; Tue, 23 Jan 2001 07:00:16 -0800 (PST) Received: (from asmodai@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0NF0GV13384; Tue, 23 Jan 2001 07:00:16 -0800 (PST) (envelope-from asmodai) Message-Id: <200101231500.f0NF0GV13384@freefall.freebsd.org> From: Jeroen Ruigrok van der Werven Date: Tue, 23 Jan 2001 07:00:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/ed main.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asmodai 2001/01/23 07:00:15 PST Modified files: (Branch: RELENG_4) bin/ed main.c Log: MFC: Constify an array. Revision Changes Path 1.14.2.3 +2 -2 src/bin/ed/main.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 7: 8:58 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D389537B698; Tue, 23 Jan 2001 07:08:38 -0800 (PST) Received: (from asmodai@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0NF8cC37011; Tue, 23 Jan 2001 07:08:38 -0800 (PST) (envelope-from asmodai) Message-Id: <200101231508.f0NF8cC37011@freefall.freebsd.org> From: Jeroen Ruigrok van der Werven Date: Tue, 23 Jan 2001 07:08:38 -0800 (PST) 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 asmodai 2001/01/23 07:08:38 PST Modified files: (Branch: RELENG_4) bin/ps ps.c Log: MFC: Support multiple (comma separated) names as arguments to -U. Revision Changes Path 1.30.2.2 +70 -14 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 Tue Jan 23 7:13:27 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 465DD37B402; Tue, 23 Jan 2001 07:13:10 -0800 (PST) Received: (from asmodai@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0NFDAl40055; Tue, 23 Jan 2001 07:13:10 -0800 (PST) (envelope-from asmodai) Message-Id: <200101231513.f0NFDAl40055@freefall.freebsd.org> From: Jeroen Ruigrok van der Werven Date: Tue, 23 Jan 2001 07:13:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/rcp rcp.1 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asmodai 2001/01/23 07:13:10 PST Modified files: (Branch: RELENG_4) bin/rcp rcp.1 Log: MFC: Remove leading dot from .Xr. Revision Changes Path 1.9.2.2 +2 -2 src/bin/rcp/rcp.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 7:28:10 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 97E0137B402; Tue, 23 Jan 2001 07:27:51 -0800 (PST) Received: (from shige@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0NFRp741655; Tue, 23 Jan 2001 07:27:51 -0800 (PST) (envelope-from shige) Message-Id: <200101231527.f0NFRp741655@freefall.freebsd.org> From: Shigeyuki Fukushima Date: Tue, 23 Jan 2001 07:27:51 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/kon2-16dot/files patch-aa patch-bd X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG shige 2001/01/23 07:27:51 PST Modified files: japanese/kon2-16dot/files patch-aa Removed files: japanese/kon2-16dot/files patch-bd Log: Compilation fixes for changes about machine/console.h in 5-current. Merge patch-bd to patch-aa. Revision Changes Path 1.8 +55 -5 ports/japanese/kon2-16dot/files/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 Jan 23 7:28:38 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6279D37B6BD; Tue, 23 Jan 2001 07:28:14 -0800 (PST) Received: (from shige@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0NFSDl41714; Tue, 23 Jan 2001 07:28:13 -0800 (PST) (envelope-from shige) Message-Id: <200101231528.f0NFSDl41714@freefall.freebsd.org> From: Shigeyuki Fukushima Date: Tue, 23 Jan 2001 07:28:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/kon2-16dot/files patch-af patch-ah X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG shige 2001/01/23 07:28:13 PST Modified files: japanese/kon2-16dot/files patch-af patch-ah Log: Compilation fixes for changes about machine/console.h in 5-current. Revision Changes Path 1.3 +18 -3 ports/japanese/kon2-16dot/files/patch-af 1.3 +18 -3 ports/japanese/kon2-16dot/files/patch-ah To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 7:46:20 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D300D37B69B; Tue, 23 Jan 2001 07:46:00 -0800 (PST) Received: (from asmodai@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0NFk0i43622; Tue, 23 Jan 2001 07:46:00 -0800 (PST) (envelope-from asmodai) Message-Id: <200101231546.f0NFk0i43622@freefall.freebsd.org> From: Jeroen Ruigrok van der Werven Date: Tue, 23 Jan 2001 07:46:00 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/pwd realpath.1 Makefile pwd.1 pwd.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asmodai 2001/01/23 07:46:00 PST Modified files: (Branch: RELENG_4) bin/pwd Makefile pwd.1 pwd.c Added files: (Branch: RELENG_4) bin/pwd realpath.1 Log: MFC: Let the pwd program double as realpath(1). This includes the string paranoia and mdoc(7) police fixes. Revision Changes Path 1.5.2.1 +3 -1 src/bin/pwd/Makefile 1.10.2.2 +4 -1 src/bin/pwd/pwd.1 1.9.2.1 +16 -7 src/bin/pwd/pwd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 7:55:35 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1EB9237B69D; Tue, 23 Jan 2001 07:55:14 -0800 (PST) Received: (from vanilla@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0NFtE144543; Tue, 23 Jan 2001 07:55:14 -0800 (PST) (envelope-from vanilla) Message-Id: <200101231555.f0NFtE144543@freefall.freebsd.org> From: "Vanilla I. Shu" Date: Tue, 23 Jan 2001 07:55:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/enlightenment Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG vanilla 2001/01/23 07:55:13 PST Modified files: x11-wm/enlightenment Makefile Log: Well, bump version, and add RESTRICTED for aqua.etheme. Submitted by: Jeremy Norris Revision Changes Path 1.59 +4 -2 ports/x11-wm/enlightenment/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 8: 1: 9 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 577A637B6A1; Tue, 23 Jan 2001 08:00:52 -0800 (PST) Received: (from sf@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0NG0qc45148; Tue, 23 Jan 2001 08:00:52 -0800 (PST) (envelope-from sf) Message-Id: <200101231600.f0NG0qc45148@freefall.freebsd.org> From: FUJISHIMA Satsuki Date: Tue, 23 Jan 2001 08:00:52 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/magicpoint Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sf 2001/01/23 08:00:52 PST Modified files: misc/magicpoint Makefile Log: fix build error. Found by: bento Revision Changes Path 1.25 +2 -2 ports/misc/magicpoint/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 8: 5:49 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8406E37B6A3; Tue, 23 Jan 2001 08:05:28 -0800 (PST) Received: (from sf@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0NG5S646864; Tue, 23 Jan 2001 08:05:28 -0800 (PST) (envelope-from sf) Message-Id: <200101231605.f0NG5S646864@freefall.freebsd.org> From: FUJISHIMA Satsuki Date: Tue, 23 Jan 2001 08:05:28 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/mypaedia-fpw Makefile ports/japanese/srd-fpw Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sf 2001/01/23 08:05:28 PST Modified files: japanese/mypaedia-fpw Makefile japanese/srd-fpw Makefile Log: update MASTER_SITES. Approved by: maintainer Revision Changes Path 1.4 +2 -2 ports/japanese/mypaedia-fpw/Makefile 1.5 +2 -2 ports/japanese/srd-fpw/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 8:19:57 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7A75E37B6A3; Tue, 23 Jan 2001 08:19:38 -0800 (PST) Received: (from takawata@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0NGJcr49277; Tue, 23 Jan 2001 08:19:38 -0800 (PST) (envelope-from takawata) Message-Id: <200101231619.f0NGJcr49277@freefall.freebsd.org> From: Takanori Watanabe Date: Tue, 23 Jan 2001 08:19:38 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/compat/pecoff imgact_pecoff.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG takawata 2001/01/23 08:19:38 PST Modified files: sys/compat/pecoff imgact_pecoff.c Log: Map BSS section in PECOFF executable. Submitted by: KUROSAWA Takahiro Revision Changes Path 1.2 +2 -2 src/sys/compat/pecoff/imgact_pecoff.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 8:23:33 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0268037B6A4; Tue, 23 Jan 2001 08:23:13 -0800 (PST) Received: (from sf@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0NGNC849639; Tue, 23 Jan 2001 08:23:12 -0800 (PST) (envelope-from sf) Message-Id: <200101231623.f0NGNC849639@freefall.freebsd.org> From: FUJISHIMA Satsuki Date: Tue, 23 Jan 2001 08:23:12 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/youbin pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sf 2001/01/23 08:23:12 PST Modified files: mail/youbin pkg-plist Log: sbin is not in bsd.x11{,-4}.dist. Submitted by: bento Revision Changes Path 1.4 +1 -0 ports/mail/youbin/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 Jan 23 8:33:41 2001 Delivered-To: cvs-all@freebsd.org Received: from feral.com (feral.com [192.67.166.1]) by hub.freebsd.org (Postfix) with ESMTP id A821737B400; Tue, 23 Jan 2001 08:33:20 -0800 (PST) Received: from beppo (beppo [192.67.166.79]) by feral.com (8.9.3/8.9.3) with ESMTP id IAA11440; Tue, 23 Jan 2001 08:33:16 -0800 Date: Tue, 23 Jan 2001 08:33:17 -0800 (PST) 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/kern kern_synch.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 > Principle of minimal messes. The code is correctly placed where it was > since it is not going away. Ummm... okay, well, sure, maybe. I fail to see how #if 0 int fred #endif ..... #Aif 0 if (blah) { fred = ONLY_USAGE_OF_FRED; } #endif is anything but silly. But I care little for such things. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 8:35:57 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4C30C37B402; Tue, 23 Jan 2001 08:35:34 -0800 (PST) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0NGZYU50939; Tue, 23 Jan 2001 08:35:34 -0800 (PST) (envelope-from mjacob) Message-Id: <200101231635.f0NGZYU50939@freefall.freebsd.org> From: Matt Jacob Date: Tue, 23 Jan 2001 08:35:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_synch.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2001/01/23 08:35:34 PST Modified files: sys/kern kern_synch.c Log: Do not do the commenting out the way that saves bytes and looks cleaner to you. Do it the way Vox Populi wants it. Revision Changes Path 1.122 +5 -2 src/sys/kern/kern_synch.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 8:47:25 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B256A37B698; Tue, 23 Jan 2001 08:47:05 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0NGl5i52154; Tue, 23 Jan 2001 08:47:05 -0800 (PST) (envelope-from sobomax) Message-Id: <200101231647.f0NGl5i52154@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 23 Jan 2001 08:47:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils Makefile ports/sysutils/qtpkg Makefile distinfo pkg-comment pkg-descr pkg-plist ports/sysutils/qtpkg/files patch-Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/01/23 08:47:05 PST Modified files: sysutils Makefile Added files: sysutils/qtpkg Makefile distinfo pkg-comment pkg-descr pkg-plist sysutils/qtpkg/files patch-Makefile Log: Add qtpkg 1.0, a Qt based package removal tool. PR: 24573 Submitted by: Trenton Schulz Revision Changes Path 1.149 +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 Tue Jan 23 8:48:12 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DE43937B401; Tue, 23 Jan 2001 08:47:48 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0NGlmv52300; Tue, 23 Jan 2001 08:47:48 -0800 (PST) (envelope-from sobomax) Message-Id: <200101231647.f0NGlmv52300@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 23 Jan 2001 08:47:48 -0800 (PST) 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 2001/01/23 08:47:48 PST Modified files: . modules Log: qtpkg --> ports/sysutils/qtpkg Revision Changes Path 1.2340 +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 Jan 23 9: 7:23 2001 Delivered-To: cvs-all@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 4AF2D37B401; Tue, 23 Jan 2001 09:06:59 -0800 (PST) Received: from billy-club.village.org (billy-club.village.org [10.0.0.3]) by rover.village.org (8.11.1/8.11.0) with ESMTP id f0NH6vs10350; Tue, 23 Jan 2001 10:06:58 -0700 (MST) (envelope-from imp@billy-club.village.org) Received: from billy-club.village.org (localhost [127.0.0.1]) by billy-club.village.org (8.11.1/8.8.3) with ESMTP id f0NH50s03210; Tue, 23 Jan 2001 10:05:01 -0700 (MST) Message-Id: <200101231705.f0NH50s03210@billy-club.village.org> To: Peter Wemm Subject: Re: cvs commit: src Makefile.inc1 Cc: Brian Somers , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Tue, 23 Jan 2001 01:59:57 PST." <200101230959.f0N9xv400729@mobile.wemm.org> References: <200101230959.f0N9xv400729@mobile.wemm.org> Date: Tue, 23 Jan 2001 10:05:00 -0700 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <200101230959.f0N9xv400729@mobile.wemm.org> Peter Wemm writes: : I think we could MFC this without getting into trouble. Yea! I was going to suggest something like this. I'm glad to see you beat me to the punch. Having something we can MFC in a couple of days would be a good thing, so I don't have to worry about maintaining separate versions of the docs for each. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 9:24:28 2001 Delivered-To: cvs-all@freebsd.org Received: from pike.osd.bsdi.com (unknown [204.216.28.222]) by hub.freebsd.org (Postfix) with ESMTP id 0CD8337B402; Tue, 23 Jan 2001 09:24:03 -0800 (PST) Received: from foo.osd.bsdi.com (root@foo.osd.bsdi.com [204.216.28.137]) by pike.osd.bsdi.com (8.11.1/8.9.3) with ESMTP id f0NHNcx39119; Tue, 23 Jan 2001 09:23:42 -0800 (PST) (envelope-from jhb@foo.osd.bsdi.com) Received: (from jhb@localhost) by foo.osd.bsdi.com (8.11.1/8.11.1) id f0NHNDJ25176; Tue, 23 Jan 2001 09:23:13 -0800 (PST) (envelope-from jhb) Message-ID: 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: <20010123150639.A50085@myhakas.matti.ee> Date: Tue, 23 Jan 2001 09:23:12 -0800 (PST) Organization: BSD, Inc. From: John Baldwin To: Vallo Kallaste Subject: Re: cvs commit: src/sys/kern uipc_mbuf.c Cc: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, Alfred Perlstein , Bosko Milekic Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 23-Jan-01 Vallo Kallaste wrote: > On Tue, Jan 16, 2001 at 07:37:05PM -0500, Bosko Milekic > wrote: > >> The discussed situation was probably a lock order reversal w.r.t. Giant and >> some driver lock (in an MP safe driver). In one case, as you mentionned, >> Giant can be acquired before the driver lock (the ifconfig case you spoke >> of, >> when the call is originating from a system call), but in the interrupt case, >> the driver lock would be acquired first, followed by Giant in the allocation >> routines. > > Sorry for disturbing this highly technical discussion, but all that > reminds me of some occasional kernel messages I've seen: > > Jan 19 07:53:05 myhakas /boot/smpkernel/kernel: lock order reversal > Jan 19 07:53:05 myhakas /boot/smpkernel/kernel: 1st fxp0 last acquired @ > ../../pci/if_fxp.c:842 > Jan 19 07:53:05 myhakas /boot/smpkernel/kernel: 2nd 0xc0f50520 fxp1 @ > ../../pci/if_fxp.c:993 > Jan 19 07:53:05 myhakas /boot/smpkernel/kernel: 3rd 0xc0f50920 fxp0 @ > ../../pci/if_fxp.c:842 > > I have two fxp and one ed (ne-2000 PCI clone) interfaces and bridge > defined. Those messages appear almost always in sync with traffic > over bridge interface(s). Is it something to care about? No, this is a bug in witness sort of. Or rather, I gave Bill Paul bad advice on naming device driver mutexes. Just ignore it for now. -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.Baldwin.cx/~john/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 Tue Jan 23 9:27:39 2001 Delivered-To: cvs-all@freebsd.org Received: from winston.osd.bsdi.com (winston.osd.bsdi.com [204.216.27.229]) by hub.freebsd.org (Postfix) with ESMTP id 5986337B402; Tue, 23 Jan 2001 09:27:16 -0800 (PST) Received: from winston.osd.bsdi.com (jkh@localhost [127.0.0.1]) by winston.osd.bsdi.com (8.11.1/8.11.1) with ESMTP id f0NHRAt24144; Tue, 23 Jan 2001 09:27:11 -0800 (PST) (envelope-from jkh@winston.osd.bsdi.com) To: Peter Wemm Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/find extern.h find.1 find.h function.c option.c In-Reply-To: Message from Peter Wemm of "Tue, 23 Jan 2001 03:16:53 PST." <200101231116.f0NBGrk15268@freefall.freebsd.org> Date: Tue, 23 Jan 2001 09:27:10 -0800 Message-ID: <24140.980270830@winston.osd.bsdi.com> From: Jordan Hubbard Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Cool - I've always wanted something like that. > peter 2001/01/23 03:16:53 PST > > Modified files: > usr.bin/find extern.h find.1 find.h function.c > option.c > Log: > Add the -empty flag, from OpenBSD. It returns true if the directory > is empty. There doesn't appear to be another easy way to do this. > > mobile# mkdir foo > mobile# mkdir foo/bar > mobile# mkdir bar > mobile# find . -empty > ./foo/bar > ./bar > > Revision Changes Path > 1.11 +2 -1 src/usr.bin/find/extern.h > 1.30 +3 -1 src/usr.bin/find/find.1 > 1.9 +3 -3 src/usr.bin/find/find.h > 1.28 +44 -1 src/usr.bin/find/function.c > 1.11 +2 -1 src/usr.bin/find/option.c > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 9:29:23 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 501E637B401; Tue, 23 Jan 2001 09:28:59 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0NHSxU58589; Tue, 23 Jan 2001 09:28:59 -0800 (PST) (envelope-from sobomax) Message-Id: <200101231728.f0NHSxU58589@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 23 Jan 2001 09:28:59 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/sdl-devel Makefile ports/devel/sdl-devel/files patch-configure.in patch-src_video_Makefile.am patch-src_video_Makefile.in patch-src_video_SDL__sysvideo.h patch-src_video_SDL__video.c patch-src_video_vgl_Makefile.am patch-src_video_vgl_Makefile.in patch-src_video_vgl_SDL__vglevents.c patch-src_video_vgl_SDL__vglevents__c.h ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/01/23 09:28:59 PST Modified files: devel/sdl-devel Makefile devel/sdl-devel/files patch-ac Added files: devel/sdl-devel/files patch-configure.in patch-src_video_Makefile.am patch-src_video_Makefile.in patch-src_video_SDL__sysvideo.h patch-src_video_SDL__video.c patch-src_video_vgl_Makefile.am patch-src_video_vgl_Makefile.in patch-src_video_vgl_SDL__vglevents.c patch-src_video_vgl_SDL__vglevents__c.h patch-src_video_vgl_SDL__vglmouse.c patch-src_video_vgl_SDL__vglmouse__c.h patch-src_video_vgl_SDL__vglvideo.c patch-src_video_vgl_SDL__vglvideo.h Log: Add FreeBSD native VGL driver. Right now it is work in progress and to activate and test it you need the following (5-CURRENT only, BTW): - fetch a patch for libvgl: http://people.freebsd.org/~sobomax/libvgl.patch, apply it, recompile/reinstall libvgl; - recompile/reinstall sdl-devel (configure script automatically detects if right version of libvgl is present); - set environment variable SDL_VIDEODRIVER=vgl; - ensure that you have VESA support compiled into kernel or loaded as a kld; - fire up your favourite SDL app ;). Revision Changes Path 1.30 +4 -3 ports/devel/sdl-devel/Makefile 1.14 +99 -5 ports/devel/sdl-devel/files/patch-ac To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 9:29:32 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6AF3A37B699; Tue, 23 Jan 2001 09:29:12 -0800 (PST) Received: (from ume@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0NHTCh58630; Tue, 23 Jan 2001 09:29:12 -0800 (PST) (envelope-from ume) Message-Id: <200101231729.f0NHTCh58630@freefall.freebsd.org> From: Hajimu UMEMOTO Date: Tue, 23 Jan 2001 09:29:12 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/rtadvd config.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ume 2001/01/23 09:29:12 PST Modified files: usr.sbin/rtadvd config.c Log: zero-cleared allocated prefix information when configured. Obtained from: KAME Revision Changes Path 1.6 +3 -1 src/usr.sbin/rtadvd/config.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 9:36:30 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D5C2E37B402; Tue, 23 Jan 2001 09:36:07 -0800 (PST) Received: (from wollman@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0NHa7V59551; Tue, 23 Jan 2001 09:36:07 -0800 (PST) (envelope-from wollman) Message-Id: <200101231736.f0NHa7V59551@freefall.freebsd.org> From: Garrett Wollman Date: Tue, 23 Jan 2001 09:36:07 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/gen pselect.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG wollman 2001/01/23 09:36:07 PST Modified files: lib/libc/gen pselect.c Log: I made a last-minute change before the last commit which broke the errno semantics. Get it (closer to) right this time. Revision Changes Path 1.2 +2 -4 src/lib/libc/gen/pselect.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 9:41:11 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B76D137B698; Tue, 23 Jan 2001 09:40:51 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0NHepS59963; Tue, 23 Jan 2001 09:40:51 -0800 (PST) (envelope-from sobomax) Message-Id: <200101231740.f0NHepS59963@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 23 Jan 2001 09:40:51 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/amphetamine Makefile ports/games/amphetamine/files patch-src_SoundList.hpp patch-src_System.hpp patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/01/23 09:40:51 PST Modified files: games/amphetamine Makefile games/amphetamine/files patch-aa Added files: games/amphetamine/files patch-src_SoundList.hpp patch-src_System.hpp Log: Honour SDL_CONFIG make var to be in line with another SDL ports. Revision Changes Path 1.5 +4 -1 ports/games/amphetamine/Makefile 1.2 +7 -4 ports/games/amphetamine/files/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 Jan 23 9:47: 5 2001 Delivered-To: cvs-all@freebsd.org Received: from blizzard.sabbo.net (ns.sabbo.net [193.193.218.18]) by hub.freebsd.org (Postfix) with ESMTP id 6E64E37B699; Tue, 23 Jan 2001 09:46:35 -0800 (PST) Received: from vic.sabbo.net (root@vic.sabbo.net [193.193.218.112]) by blizzard.sabbo.net (8.10.1/8.10.1) with ESMTP id f0NHkFU06308; Tue, 23 Jan 2001 19:46:17 +0200 Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vic.sabbo.net (8.11.1/8.9.3) with ESMTP id f0NHkJQ38202; Tue, 23 Jan 2001 19:46:19 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Message-ID: <3A6DC364.8B97DA81@FreeBSD.org> Date: Tue, 23 Jan 2001 19:46:12 +0200 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.76 [en] (WinNT; U) X-Accept-Language: uk,ru,en MIME-Version: 1.0 To: Peter Jeremy Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/devel/clanlib Makefile ports/devel/clanlib/filespatch-Sources_Util_fcvt.c patch-ah References: <200101092309.f09N90P48928@freefall.freebsd.org> <20010112083558.C91242@gsmx07.alcatel.com.au> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Peter Jeremy wrote: > On 2001-Jan-09 15:09:00 -0800, Maxim Sobolev wrote: > >sobomax 2001/01/09 15:09:00 PST > ... > > Added files: > > devel/clanlib/files patch-Sources_Util_fcvt.c > > Log: > > Add SUSv2 compatible fcvt() function ripped from glibc. > > I believe fcvt() is a subset of dtoa(). There is an (undocumented) > dtoa() function (__dtoa()) in libc - it's used by strtod() and *printf() > and the code is physically in src/lib/libc/stdlib/strtod.c > > I have also had occasions when fcvt() or dtoa() would allow simpler > code than sprintf(). Wouldn't we be better off documenting our dtoa() > and allowing other functions to access it? Thanks for the tip - I'll look at it. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 10:15:47 2001 Delivered-To: cvs-all@freebsd.org Received: from mx1.ZSEA.zp.ua (ZSEA.zp.ua [212.8.40.5]) by hub.freebsd.org (Postfix) with ESMTP id 8E7D937B6A1; Tue, 23 Jan 2001 10:15:12 -0800 (PST) Received: (from laa@localhost) by mx1.ZSEA.zp.ua (8.11.1/8.11.1) id f0NIF3531197; Tue, 23 Jan 2001 20:15:03 +0200 (EET) (envelope-from laa@laa.zp.ua) Date: Tue, 23 Jan 2001 20:15:03 +0200 From: "Alexandr A. Listopad" To: Jeroen Ruigrok van der Werven Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/bin/ps ps.c Message-ID: <20010123201503.A31070@laa.zp.ua> References: <200101231508.f0NF8cC37011@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200101231508.f0NF8cC37011@freefall.freebsd.org>; from asmodai@FreeBSD.ORG on Tue, Jan 23, 2001 at 07:08:38AM -0800 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Jan 23, 2001 at 07:08:38AM -0800, Jeroen Ruigrok van der Werven wrote: > asmodai 2001/01/23 07:08:38 PST > > Modified files: (Branch: RELENG_4) > bin/ps ps.c > Log: > MFC: Support multiple (comma separated) names as arguments to -U. > > Revision Changes Path > 1.30.2.2 +70 -14 src/bin/ps/ps.c cool! thanks. -- Laa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 10:22:42 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 54E9E37B699; Tue, 23 Jan 2001 10:22:21 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0NIMLR65823; Tue, 23 Jan 2001 10:22:21 -0800 (PST) (envelope-from sobomax) Message-Id: <200101231822.f0NIMLR65823@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 23 Jan 2001 10:22:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/jedit Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/01/23 10:22:21 PST Modified files: editors/jedit Makefile distinfo Log: Update to 3.0.1. Revision Changes Path 1.8 +3 -3 ports/editors/jedit/Makefile 1.6 +1 -1 ports/editors/jedit/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 10:24:16 2001 Delivered-To: cvs-all@freebsd.org Received: from pike.osd.bsdi.com (unknown [204.216.28.222]) by hub.freebsd.org (Postfix) with ESMTP id 5E66837B402; Tue, 23 Jan 2001 10:23:53 -0800 (PST) Received: from foo.osd.bsdi.com (root@foo.osd.bsdi.com [204.216.28.137]) by pike.osd.bsdi.com (8.11.1/8.9.3) with ESMTP id f0NINnx48285; Tue, 23 Jan 2001 10:23:49 -0800 (PST) (envelope-from jhb@foo.osd.bsdi.com) Received: (from jhb@localhost) by foo.osd.bsdi.com (8.11.1/8.11.1) id f0NINOe26026; Tue, 23 Jan 2001 10:23:24 -0800 (PST) (envelope-from jhb) Message-ID: 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: <200101231302.f0ND2mO31884@freefall.freebsd.org> Date: Tue, 23 Jan 2001 10:23:24 -0800 (PST) Organization: BSD, Inc. From: John Baldwin To: Jeroen Ruigrok van der Werven Subject: RE: cvs commit: src/sys/kern kern_kthread.c Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 23-Jan-01 Jeroen Ruigrok van der Werven wrote: > asmodai 2001/01/23 05:02:48 PST > > Modified files: (Branch: RELENG_4) > sys/kern kern_kthread.c > Log: > MFC: Reparent a kernel thread to init during kthread_exit() so that the > zombie can be reaped. > > This MFC also includes an #include to to avoid > the implicit declaration of proc_reparent(). It might be that > CURRENT at this point has different header files due to SMPng. Yes, I moved proc_reparent() to sys/proc.h with Peter's approval in current. -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.Baldwin.cx/~john/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 Tue Jan 23 10:32:24 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DBC0F37B698; Tue, 23 Jan 2001 10:31:58 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0NIVwo66916; Tue, 23 Jan 2001 10:31:58 -0800 (PST) (envelope-from sobomax) Message-Id: <200101231831.f0NIVwo66916@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 23 Jan 2001 10:31:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java/shujit Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/01/23 10:31:58 PST Modified files: java/shujit Makefile distinfo Log: Update to 0.6.10. Revision Changes Path 1.23 +2 -2 ports/java/shujit/Makefile 1.13 +1 -1 ports/java/shujit/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 10:42:30 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AADD937B401; Tue, 23 Jan 2001 10:42:12 -0800 (PST) Received: (from msmith@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0NIgCX67698; Tue, 23 Jan 2001 10:42:12 -0800 (PST) (envelope-from msmith) Message-Id: <200101231842.f0NIgCX67698@freefall.freebsd.org> From: Mike Smith Date: Tue, 23 Jan 2001 10:42:12 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libdisk create_chunk.c disk.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG msmith 2001/01/23 10:42:12 PST Modified files: (Branch: RELENG_4) lib/libdisk create_chunk.c disk.c Log: MFC: teach libdisk about 'aac'. Revision Changes Path 1.46.2.5 +3 -1 src/lib/libdisk/create_chunk.c 1.50.2.9 +2 -2 src/lib/libdisk/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 Jan 23 10:44:43 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E1F1537B404; Tue, 23 Jan 2001 10:44:21 -0800 (PST) Received: (from sf@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0NIiLj67945; Tue, 23 Jan 2001 10:44:21 -0800 (PST) (envelope-from sf) Message-Id: <200101231844.f0NIiLj67945@freefall.freebsd.org> From: FUJISHIMA Satsuki Date: Tue, 23 Jan 2001 10:44:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/fvwm2-beta Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sf 2001/01/23 10:44:21 PST Modified files: x11-wm/fvwm2-beta Makefile Log: fix build. wrong version committed.. Revision Changes Path 1.31 +2 -2 ports/x11-wm/fvwm2-beta/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 11:24: 2 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 439EB37B404; Tue, 23 Jan 2001 11:23:43 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0NJNhS73384; Tue, 23 Jan 2001 11:23:43 -0800 (PST) (envelope-from jhb) Message-Id: <200101231923.f0NJNhS73384@freefall.freebsd.org> From: John Baldwin Date: Tue, 23 Jan 2001 11:23:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man9 runqueue.9 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/23 11:23:43 PST Added files: share/man/man9 runqueue.9 Log: Document the current organization of the run queues and the various functions used to manage them. Reviewed by: sheldonh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 11:24:58 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 42EF737B401; Tue, 23 Jan 2001 11:24:36 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0NJOaj73456; Tue, 23 Jan 2001 11:24:36 -0800 (PST) (envelope-from jhb) Message-Id: <200101231924.f0NJOaj73456@freefall.freebsd.org> From: John Baldwin Date: Tue, 23 Jan 2001 11:24:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man9 sleepqueue.9 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/23 11:24:36 PST Added files: share/man/man9 sleepqueue.9 Log: Document the current organization and helper functions used to implement the sleep queues used by msleep/wakeup and friends. Submitted by: sheldonh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 11:26:45 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DB72637B401; Tue, 23 Jan 2001 11:26:21 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0NJQLc73572; Tue, 23 Jan 2001 11:26:21 -0800 (PST) (envelope-from jhb) Message-Id: <200101231926.f0NJQLc73572@freefall.freebsd.org> From: John Baldwin Date: Tue, 23 Jan 2001 11:26:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man9 scheduler.9 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/23 11:26:21 PST Added files: share/man/man9 scheduler.9 Log: Document the various functions and variables used by the current scheduler code. Includes a rough description of the various priority values stored in struct proc as well as priority propagation. Reviewed by: chris To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 11:27:32 2001 Delivered-To: cvs-all@freebsd.org Received: from pike.osd.bsdi.com (unknown [204.216.28.222]) by hub.freebsd.org (Postfix) with ESMTP id 2382537B400; Tue, 23 Jan 2001 11:27:08 -0800 (PST) Received: from foo.osd.bsdi.com (root@foo.osd.bsdi.com [204.216.28.137]) by pike.osd.bsdi.com (8.11.1/8.9.3) with ESMTP id f0NJR3x53373; Tue, 23 Jan 2001 11:27:03 -0800 (PST) (envelope-from jhb@foo.osd.bsdi.com) Received: (from jhb@localhost) by foo.osd.bsdi.com (8.11.1/8.11.1) id f0NJQd026850; Tue, 23 Jan 2001 11:26:39 -0800 (PST) (envelope-from jhb) Message-ID: 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: <200101231924.f0NJOaj73456@freefall.freebsd.org> Date: Tue, 23 Jan 2001 11:26:39 -0800 (PST) Organization: BSD, Inc. From: John Baldwin To: cvs-committers@FreeBSD.org Subject: RE: cvs commit: src/share/man/man9 sleepqueue.9 Cc: cvs-all@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 23-Jan-01 John Baldwin wrote: > jhb 2001/01/23 11:24:36 PST > > Added files: > share/man/man9 sleepqueue.9 > Log: > Document the current organization and helper functions used to implement > the sleep queues used by msleep/wakeup and friends. > > Submitted by: sheldonh Woops, s/Submitted/Reviewed/ Don't blame Sheldon for any inaccuracies. :) -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.Baldwin.cx/~john/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 Tue Jan 23 11:28:37 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AB9CB37B400; Tue, 23 Jan 2001 11:28:14 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0NJSEl73714; Tue, 23 Jan 2001 11:28:14 -0800 (PST) (envelope-from jhb) Message-Id: <200101231928.f0NJSEl73714@freefall.freebsd.org> From: John Baldwin Date: Tue, 23 Jan 2001 11:28:14 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man9 mi_switch.9 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/23 11:28:14 PST Modified files: share/man/man9 mi_switch.9 Log: Catch up to the new way that the scheduling code works since the original SMPng commit. Also document the new cpu_throw function (currently only on i386). Reviewed by: sheldonh Revision Changes Path 1.10 +28 -41 src/share/man/man9/mi_switch.9 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 11:39: 6 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3348637B404; Tue, 23 Jan 2001 11:38:48 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0NJckN74705; Tue, 23 Jan 2001 11:38:46 -0800 (PST) (envelope-from jhb) Message-Id: <200101231938.f0NJckN74705@freefall.freebsd.org> From: John Baldwin Date: Tue, 23 Jan 2001 11:38:46 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man9 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/23 11:38:46 PST Modified files: share/man/man9 Makefile Log: - Activate runqueue.9, scheduler.9, and sleepqueue.9 along with appropriate MLINKS. - Update MLINKS for mi_switch.9. Revision Changes Path 1.92 +13 -4 src/share/man/man9/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 12: 8: 8 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DF1FA37B404; Tue, 23 Jan 2001 12:07:45 -0800 (PST) Received: (from sf@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0NK7jj79704; Tue, 23 Jan 2001 12:07:45 -0800 (PST) (envelope-from sf) Message-Id: <200101232007.f0NK7jj79704@freefall.freebsd.org> From: FUJISHIMA Satsuki Date: Tue, 23 Jan 2001 12:07:45 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/sshbuddy Makefile distinfo ports/misc/sshbuddy/files patch-00 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sf 2001/01/23 12:07:45 PST Modified files: misc/sshbuddy Makefile distinfo misc/sshbuddy/files patch-00 Log: o change master site. o using gzipped distfile. its content does not change. (uncompressed md5 matched to previous one) o correct patch. PR: 22927 Requested by: Andreas Schulz feel free to add more mirrors. :-) Revision Changes Path 1.6 +3 -3 ports/misc/sshbuddy/Makefile 1.3 +1 -1 ports/misc/sshbuddy/distinfo 1.2 +3 -3 ports/misc/sshbuddy/files/patch-00 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 12:19: 3 2001 Delivered-To: cvs-all@freebsd.org Received: from mail.gmx.net (pop.gmx.net [194.221.183.20]) by hub.freebsd.org (Postfix) with SMTP id E2A6037B400 for ; Tue, 23 Jan 2001 12:18:38 -0800 (PST) Received: (qmail 20493 invoked by uid 0); 23 Jan 2001 20:18:37 -0000 Received: from pd9508845.dip.t-dialin.net (HELO speedy.gsinet) (217.80.136.69) by mail.gmx.net (mp014-rz3) with SMTP; 23 Jan 2001 20:18:37 -0000 Received: (from sittig@localhost) by speedy.gsinet (8.8.8/8.8.8) id TAA27895; Tue, 23 Jan 2001 19:55:31 +0100 Date: Tue, 23 Jan 2001 19:55:31 +0100 From: Gerhard Sittig To: "Jordan K. Hubbard" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src Makefile.inc1 Message-ID: <20010123195531.G253@speedy.gsinet> References: <200101222326.f0MNQJq11102@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <200101222326.f0MNQJq11102@freefall.freebsd.org>; from jkh@FreeBSD.org on Mon, Jan 22, 2001 at 03:26:19PM -0800 Organization: System Defenestrators Inc. Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Jan 22, 2001 at 15:26 -0800, Jordan K. Hubbard wrote: > jkh 2001/01/22 15:26:19 PST > > Modified files: (Branch: RELENG_4) > . Makefile.inc1 > Log: > MFC: kernel time reporting. Is there a need for config(8) output reporting? That's what I'm asking myself from reading the latest thread on the subject. Although buildkernel is the "official" method of building a kernel, it is said to suffer from information hiding. Will collecting and summarizing config(8)'s output be easier than converting all warnings to errors or not suggesting to use the buildkernel target any longer? I'm aware that there's not much point in building with a maybe damaged or dangerous configuration and reporting the problem afterwards. And admittedly I'm absolutely ignorant when it comes to the tool chain and build process. But I thought this could be a quick way of providing the information and yet stick with the convenient and officially supported target and have the best of both worlds until a better solution becomes available. virtually yours 82D1 9B9C 01DC 4FB4 D7B4 61BE 3F49 4F77 72DE DA76 Gerhard Sittig true | mail -s "get gpg key" Gerhard.Sittig@gmx.net -- If you don't understand or are scared by any of the above ask your parents or an adult to help you. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 12:30:40 2001 Delivered-To: cvs-all@freebsd.org Received: from winston.osd.bsdi.com (winston.osd.bsdi.com [204.216.27.229]) by hub.freebsd.org (Postfix) with ESMTP id 2276A37B400; Tue, 23 Jan 2001 12:30:16 -0800 (PST) Received: from winston.osd.bsdi.com (jkh@localhost [127.0.0.1]) by winston.osd.bsdi.com (8.11.1/8.11.1) with ESMTP id f0NKU6t24964; Tue, 23 Jan 2001 12:30:06 -0800 (PST) (envelope-from jkh@winston.osd.bsdi.com) To: Gerhard Sittig Cc: "Jordan K. Hubbard" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src Makefile.inc1 In-Reply-To: Message from Gerhard Sittig of "Tue, 23 Jan 2001 19:55:31 +0100." <20010123195531.G253@speedy.gsinet> Date: Tue, 23 Jan 2001 12:30:06 -0800 Message-ID: <24959.980281806@winston.osd.bsdi.com> From: Jordan Hubbard Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Without knowing much more specifically what you mean by "config(8) output reporting", it's impossible to answer this question. It could either be unwonted noise or useful information, depending on just how much and of what nature this information is. My gut reaction is that config(8) shouldn't say anything unless you ask it to, however, and there are already provisions made for passing in CONFIGARGS so if you wanted to add a -v flag, that might fly without too much contraversy. - Jordan > On Mon, Jan 22, 2001 at 15:26 -0800, Jordan K. Hubbard wrote: > > jkh 2001/01/22 15:26:19 PST > > > > Modified files: (Branch: RELENG_4) > > . Makefile.inc1 > > Log: > > MFC: kernel time reporting. > > Is there a need for config(8) output reporting? That's what I'm > asking myself from reading the latest thread on the subject. > > Although buildkernel is the "official" method of building a > kernel, it is said to suffer from information hiding. Will > collecting and summarizing config(8)'s output be easier than > converting all warnings to errors or not suggesting to use the > buildkernel target any longer? > > I'm aware that there's not much point in building with a maybe > damaged or dangerous configuration and reporting the problem > afterwards. And admittedly I'm absolutely ignorant when it comes > to the tool chain and build process. But I thought this could be > a quick way of providing the information and yet stick with the > convenient and officially supported target and have the best of > both worlds until a better solution becomes available. > > > virtually yours 82D1 9B9C 01DC 4FB4 D7B4 61BE 3F49 4F77 72DE DA76 > Gerhard Sittig true | mail -s "get gpg key" Gerhard.Sittig@gmx.net > -- > If you don't understand or are scared by any of the above > ask your parents or an adult to help you. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 12:51: 1 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 740CF37B400; Tue, 23 Jan 2001 12:50:40 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0NKoeX83672; Tue, 23 Jan 2001 12:50:40 -0800 (PST) (envelope-from jhb) Message-Id: <200101232050.f0NKoeX83672@freefall.freebsd.org> From: John Baldwin Date: Tue, 23 Jan 2001 12:50:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/compat/linux linux_misc.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/23 12:50:40 PST Modified files: sys/compat/linux linux_misc.c Log: Protect calcru() with sched_lock. Revision Changes Path 1.92 +3 -1 src/sys/compat/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 Tue Jan 23 12:50:59 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6DCDC37B401; Tue, 23 Jan 2001 12:50:39 -0800 (PST) Received: (from pb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0NKodp83644; Tue, 23 Jan 2001 12:50:39 -0800 (PST) (envelope-from pb) Message-Id: <200101232050.f0NKodp83644@freefall.freebsd.org> From: Pierre Beyssac Date: Tue, 23 Jan 2001 12:50:39 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/erlang Makefile distinfo pkg-plist ports/lang/erlang/files patch-ab patch-ac patch-ad patch-ae patch-af patch-ag patch-ah patch-ai patch-aj patch-ak patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG pb 2001/01/23 12:50:39 PST Modified files: lang/erlang Makefile distinfo pkg-plist Added files: lang/erlang/files patch-ab patch-ac patch-ad patch-ae patch-af patch-ag patch-ah patch-ai patch-aj patch-ak Removed files: lang/erlang/files patch-aa Log: Update port to erlang 7.1.0. Change maintainer (agreed to by previous maintainer). PR: ports/24456 Submitted by: sam@inf.enst.fr Revision Changes Path 1.12 +99 -72 ports/lang/erlang/Makefile 1.4 +3 -9 ports/lang/erlang/distinfo 1.4 +5106 -4055 ports/lang/erlang/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 Jan 23 12:53:17 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BE2C437B6AC; Tue, 23 Jan 2001 12:52:50 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0NKqo684077; Tue, 23 Jan 2001 12:52:50 -0800 (PST) (envelope-from jhb) Message-Id: <200101232052.f0NKqo684077@freefall.freebsd.org> From: John Baldwin Date: Tue, 23 Jan 2001 12:52:50 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/compat/pecoff imgact_pecoff.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/23 12:52:50 PST Modified files: sys/compat/pecoff imgact_pecoff.c Log: Use proc lock to safely obtain references to p_ucred before vnode operations. Revision Changes Path 1.3 +14 -4 src/sys/compat/pecoff/imgact_pecoff.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 12:53:10 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A3EA937B404; Tue, 23 Jan 2001 12:52:46 -0800 (PST) Received: (from nectar@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0NKqkv84047; Tue, 23 Jan 2001 12:52:46 -0800 (PST) (envelope-from nectar) Message-Id: <200101232052.f0NKqkv84047@freefall.freebsd.org> From: Jacques Vidrine Date: Tue, 23 Jan 2001 12:52:46 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/pam_krb5 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nectar 2001/01/23 12:52:46 PST Modified files: security/pam_krb5 Makefile Log: Update library dependency to catch up with Heimdal port. Bump PORTREVISION. Revision Changes Path 1.3 +4 -3 ports/security/pam_krb5/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 13: 3: 9 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 35B1437B698; Tue, 23 Jan 2001 13:02:45 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0NL2j285222; Tue, 23 Jan 2001 13:02:45 -0800 (PST) (envelope-from jhb) Message-Id: <200101232102.f0NL2j285222@freefall.freebsd.org> From: John Baldwin Date: Tue, 23 Jan 2001 13:02:45 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/compat/svr4 svr4_ipc.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/23 13:02:44 PST Modified files: sys/compat/svr4 svr4_ipc.c Log: FreeBSD doesn't have p_emuldata, and our stackgap_init() doesn't take an argument. Revision Changes Path 1.8 +4 -4 src/sys/compat/svr4/svr4_ipc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 13: 6:51 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2623C37B402; Tue, 23 Jan 2001 13:06:31 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0NL6VE87679; Tue, 23 Jan 2001 13:06:31 -0800 (PST) (envelope-from jhb) Message-Id: <200101232106.f0NL6VE87679@freefall.freebsd.org> From: John Baldwin Date: Tue, 23 Jan 2001 13:06:30 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/streams streams.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/23 13:06:30 PST Modified files: sys/dev/streams streams.c Log: - Add necessary proc locking. - Use proper atomic operations to make the run time initialization controlled by svr_str_initialized be MP safe. - Use appropriate queue(3) macros where needed. Revision Changes Path 1.21 +16 -6 src/sys/dev/streams/streams.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 13: 7:34 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 51D5A37B400; Tue, 23 Jan 2001 13:07:10 -0800 (PST) Received: (from kris@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0NL7AO87755; Tue, 23 Jan 2001 13:07:10 -0800 (PST) (envelope-from kris) Message-Id: <200101232107.f0NL7AO87755@freefall.freebsd.org> From: Kris Kennaway Date: Tue, 23 Jan 2001 13:07:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/ip6fw ip6fw.c src/sys/netinet6 ip6_fw.c ip6_fw.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2001/01/23 13:07:10 PST Modified files: (Branch: RELENG_4) sbin/ip6fw ip6fw.c sys/netinet6 ip6_fw.c ip6_fw.h Log: Fix the vulnerability with TCP ECE packets recently fixed in ipfw. This is untested, but believed to work. Revision Changes Path 1.1.2.1 +3 -3 src/sbin/ip6fw/ip6fw.c 1.2.2.4 +13 -5 src/sys/netinet6/ip6_fw.c 1.3.2.3 +7 -2 src/sys/netinet6/ip6_fw.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 13: 7:42 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 16A1F37B404; Tue, 23 Jan 2001 13:07:17 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0NL7HK87801; Tue, 23 Jan 2001 13:07:17 -0800 (PST) (envelope-from jhb) Message-Id: <200101232107.f0NL7HK87801@freefall.freebsd.org> From: John Baldwin Date: Tue, 23 Jan 2001 13:07:17 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/compat/svr4 svr4_socket.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/23 13:07:17 PST Modified files: sys/compat/svr4 svr4_socket.c Log: - Use proper atomic operations to make the run time initialization controlled by svr_str_initialized be MP safe. Revision Changes Path 1.11 +21 -11 src/sys/compat/svr4/svr4_socket.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 13:11:56 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C8CE437B69C; Tue, 23 Jan 2001 13:11:29 -0800 (PST) Received: (from kris@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0NLBTG88205; Tue, 23 Jan 2001 13:11:29 -0800 (PST) (envelope-from kris) Message-Id: <200101232111.f0NLBTG88205@freefall.freebsd.org> From: Kris Kennaway Date: Tue, 23 Jan 2001 13:11:29 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/ip6fw ip6fw.c src/sys/netinet6 ip6_fw.c ip6_fw.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2001/01/23 13:11:29 PST Modified files: sbin/ip6fw ip6fw.c sys/netinet6 ip6_fw.c ip6_fw.h Log: Fix the vulnerability with TCP ECE packets recently fixed in ipfw. This is untested, but believed to work. Revision Changes Path 1.4 +3 -3 src/sbin/ip6fw/ip6fw.c 1.10 +13 -5 src/sys/netinet6/ip6_fw.c 1.10 +7 -2 src/sys/netinet6/ip6_fw.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 13:18:38 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4AA8B37B400; Tue, 23 Jan 2001 13:18:15 -0800 (PST) Received: (from horikawa@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0NLIFH88927; Tue, 23 Jan 2001 13:18:15 -0800 (PST) (envelope-from horikawa) Message-Id: <200101232118.f0NLIFH88927@freefall.freebsd.org> From: Kazuo Horikawa Date: Tue, 23 Jan 2001 13:18:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/man/man1 lpr.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG horikawa 2001/01/23 13:18:15 PST Modified files: ja_JP.eucJP/man/man1 lpr.1 Log: Fix typo which prevented groff to finish formatting. Revision Changes Path 1.14 +1 -1 doc/ja_JP.eucJP/man/man1/lpr.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 13:19:28 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 24B8637B69B; Tue, 23 Jan 2001 13:19:05 -0800 (PST) Received: (from kris@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0NLJ5J89097; Tue, 23 Jan 2001 13:19:05 -0800 (PST) (envelope-from kris) Message-Id: <200101232119.f0NLJ5J89097@freefall.freebsd.org> From: Kris Kennaway Date: Tue, 23 Jan 2001 13:19:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/cron/crontab crontab.1 X-FreeBSD-CVS-Branch: RELENG_3 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2001/01/23 13:19:05 PST Modified files: (Branch: RELENG_3) usr.sbin/cron/crontab crontab.1 Log: MFC: manpage change corresponding to crontab fix described in SA-01:09 Revision Changes Path 1.5.2.3 +7 -2 src/usr.sbin/cron/crontab/crontab.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 13:30:50 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 18D5937B69F; Tue, 23 Jan 2001 13:30:26 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0NLUQi90382; Tue, 23 Jan 2001 13:30:26 -0800 (PST) (envelope-from jhb) Message-Id: <200101232130.f0NLUQi90382@freefall.freebsd.org> From: John Baldwin Date: Tue, 23 Jan 2001 13:30:25 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/compat/svr4 svr4_misc.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/23 13:30:25 PST Modified files: sys/compat/svr4 svr4_misc.c Log: - Add proc locking. - Fix several bugs in the wait syscall, including freeing the actual proc start, freeing the args, freeing the prison, and other minor nits. - Use appropriate queue(3) macros. - Use zpfind() instead of walking zombproc ourselves. Revision Changes Path 1.21 +105 -36 src/sys/compat/svr4/svr4_misc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 13:32:24 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AB85237B69F; Tue, 23 Jan 2001 13:32:02 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0NLW2E90548; Tue, 23 Jan 2001 13:32:02 -0800 (PST) (envelope-from jhb) Message-Id: <200101232132.f0NLW2E90548@freefall.freebsd.org> From: John Baldwin Date: Tue, 23 Jan 2001 13:32:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/compat/svr4 svr4_sockio.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/23 13:32:02 PST Modified files: sys/compat/svr4 svr4_sockio.c Log: Use queue macros. Revision Changes Path 1.9 +5 -6 src/sys/compat/svr4/svr4_sockio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 13:34:14 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E7B4537B698; Tue, 23 Jan 2001 13:33:55 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0NLXts90755; Tue, 23 Jan 2001 13:33:55 -0800 (PST) (envelope-from jhb) Message-Id: <200101232133.f0NLXts90755@freefall.freebsd.org> From: John Baldwin Date: Tue, 23 Jan 2001 13:33:55 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/compat/svr4 imgact_svr4.c svr4_fcntl.c svr4_resource.c svr4_signal.c svr4_sysvec.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/23 13:33:55 PST Modified files: sys/compat/svr4 imgact_svr4.c svr4_fcntl.c svr4_resource.c svr4_signal.c svr4_sysvec.c Log: Proc locking. Revision Changes Path 1.10 +3 -1 src/sys/compat/svr4/imgact_svr4.c 1.12 +32 -11 src/sys/compat/svr4/svr4_fcntl.c 1.6 +9 -1 src/sys/compat/svr4/svr4_resource.c 1.13 +11 -5 src/sys/compat/svr4/svr4_signal.c 1.17 +13 -4 src/sys/compat/svr4/svr4_sysvec.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 13:39:34 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E1B0E37B69C; Tue, 23 Jan 2001 13:39:15 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0NLdFm91214; Tue, 23 Jan 2001 13:39:15 -0800 (PST) (envelope-from jhb) Message-Id: <200101232139.f0NLdFm91214@freefall.freebsd.org> From: John Baldwin Date: Tue, 23 Jan 2001 13:39:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/compat/svr4 svr4_misc.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/23 13:39:15 PST Modified files: sys/compat/svr4 svr4_misc.c Log: Woops, add in missing headers. Revision Changes Path 1.22 +4 -2 src/sys/compat/svr4/svr4_misc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 13:40:32 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0682637B69E; Tue, 23 Jan 2001 13:40:08 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0NLe8L91299; Tue, 23 Jan 2001 13:40:08 -0800 (PST) (envelope-from jhb) Message-Id: <200101232140.f0NLe8L91299@freefall.freebsd.org> From: John Baldwin Date: Tue, 23 Jan 2001 13:40:07 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/compat/svr4 svr4_socket.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/23 13:40:07 PST Modified files: sys/compat/svr4 svr4_socket.c Log: Argh, atomic_store_rel -> atomic_store_rel_int. Revision Changes Path 1.12 +2 -2 src/sys/compat/svr4/svr4_socket.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 13:42:37 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 453A937B69E; Tue, 23 Jan 2001 13:42:14 -0800 (PST) Received: (from nectar@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0NLgET91619; Tue, 23 Jan 2001 13:42:14 -0800 (PST) (envelope-from nectar) Message-Id: <200101232142.f0NLgET91619@freefall.freebsd.org> From: Jacques Vidrine Date: Tue, 23 Jan 2001 13:42:14 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/pam_krb5/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nectar 2001/01/23 13:42:14 PST Modified files: security/pam_krb5/files patch-aa Log: Fix linking the pam_krb5.so module: = Be very specific about where we think the libraries are, to avoid getting the old crusty Heimdal from the base system. = Minimize the undefined symbols in pam_krb5.so Revision Changes Path 1.4 +29 -18 ports/security/pam_krb5/files/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 Jan 23 13:43:50 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1624B37B69F; Tue, 23 Jan 2001 13:43:33 -0800 (PST) Received: (from nectar@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0NLhXJ91854; Tue, 23 Jan 2001 13:43:33 -0800 (PST) (envelope-from nectar) Message-Id: <200101232143.f0NLhXJ91854@freefall.freebsd.org> From: Jacques Vidrine Date: Tue, 23 Jan 2001 13:43:33 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/login login.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nectar 2001/01/23 13:43:32 PST Modified files: usr.bin/login login.c Log: Call pam_setcred. Reviewed by: markm, months ago Revision Changes Path 1.55 +5 -1 src/usr.bin/login/login.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 13:44:10 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5FDD237B69C; Tue, 23 Jan 2001 13:43:47 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0NLhlO91932; Tue, 23 Jan 2001 13:43:47 -0800 (PST) (envelope-from jhb) Message-Id: <200101232143.f0NLhlO91932@freefall.freebsd.org> From: John Baldwin Date: Tue, 23 Jan 2001 13:43:47 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/aac aac.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/23 13:43:47 PST Modified files: sys/dev/aac aac.c Log: Kill a warning by marking an unused function with __unused. Revision Changes Path 1.11 +2 -2 src/sys/dev/aac/aac.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 13:45:28 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 89D1737B69C; Tue, 23 Jan 2001 13:45:05 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0NLj5292126; Tue, 23 Jan 2001 13:45:05 -0800 (PST) (envelope-from jhb) Message-Id: <200101232145.f0NLj5292126@freefall.freebsd.org> From: John Baldwin Date: Tue, 23 Jan 2001 13:45:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/acpica acpi_apic.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/23 13:45:05 PST Modified files: sys/dev/acpica acpi_apic.c Log: Move a temporary #ifdef of code (just the #ifdef part) up so that it is above the local variable declaration to quiet warnings about unused variables. Revision Changes Path 1.3 +5 -5 src/sys/dev/acpica/acpi_apic.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 13:50:35 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B49D937B69C; Tue, 23 Jan 2001 13:50:13 -0800 (PST) Received: (from nectar@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0NLoDg92677; Tue, 23 Jan 2001 13:50:13 -0800 (PST) (envelope-from nectar) Message-Id: <200101232150.f0NLoDg92677@freefall.freebsd.org> From: Jacques Vidrine Date: Tue, 23 Jan 2001 13:50:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/heimdal Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nectar 2001/01/23 13:50:13 PST Modified files: security/heimdal Makefile Log: There is no des_set_odd_parity in OpenSSL's libcrypto. Use des_fixup_key_parity instead. Revision Changes Path 1.29 +3 -2 ports/security/heimdal/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 13:51:48 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 78E4D37B6A1; Tue, 23 Jan 2001 13:51:26 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0NLpQg92838; Tue, 23 Jan 2001 13:51:26 -0800 (PST) (envelope-from jhb) Message-Id: <200101232151.f0NLpQg92838@freefall.freebsd.org> From: John Baldwin Date: Tue, 23 Jan 2001 13:51:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/acpica acpi_ec.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/23 13:51:26 PST Modified files: sys/dev/acpica acpi_ec.c Log: Axe an unused static softc. Revision Changes Path 1.8 +1 -3 src/sys/dev/acpica/acpi_ec.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 13:52:59 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3AD6337B6A1; Tue, 23 Jan 2001 13:52:35 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0NLqZI92940; Tue, 23 Jan 2001 13:52:35 -0800 (PST) (envelope-from jhb) Message-Id: <200101232152.f0NLqZI92940@freefall.freebsd.org> From: John Baldwin Date: Tue, 23 Jan 2001 13:52:35 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/acpica acpi_processor.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/23 13:52:35 PST Modified files: sys/dev/acpica acpi_processor.c Log: - Mark an unused function with __unused. - Temporarily #if 0 some unused local variables. Revision Changes Path 1.4 +7 -2 src/sys/dev/acpica/acpi_processor.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 13:54: 3 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 54E9B37B6A1; Tue, 23 Jan 2001 13:53:44 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0NLric93072; Tue, 23 Jan 2001 13:53:44 -0800 (PST) (envelope-from jhb) Message-Id: <200101232153.f0NLric93072@freefall.freebsd.org> From: John Baldwin Date: Tue, 23 Jan 2001 13:53:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/acpica acpi_thermal.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/23 13:53:44 PST Modified files: sys/dev/acpica acpi_thermal.c Log: Axe unused local variable. Revision Changes Path 1.4 +1 -2 src/sys/dev/acpica/acpi_thermal.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 13:59: 6 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6AB7937B6A7; Tue, 23 Jan 2001 13:58:45 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0NLwjD93636; Tue, 23 Jan 2001 13:58:45 -0800 (PST) (envelope-from jhb) Message-Id: <200101232158.f0NLwjD93636@freefall.freebsd.org> From: John Baldwin Date: Tue, 23 Jan 2001 13:58:45 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ccd ccd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/23 13:58:45 PST Modified files: sys/dev/ccd ccd.c Log: Proc locking in the form of using the proc lock to protect p_ucred while we obtain another reference to it for vnode operations. Revision Changes Path 1.85 +35 -7 src/sys/dev/ccd/ccd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 14: 0:30 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2E01837B6AA; Tue, 23 Jan 2001 14:00:06 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0NM06c93774; Tue, 23 Jan 2001 14:00:06 -0800 (PST) (envelope-from jhb) Message-Id: <200101232200.f0NM06c93774@freefall.freebsd.org> From: John Baldwin Date: Tue, 23 Jan 2001 14:00:06 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/dgb dgb.c dgm.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/23 14:00:06 PST Modified files: sys/dev/dgb dgb.c dgm.c Log: Add curly braces ({}) around each struct speedtab to quiet warnings. Revision Changes Path 1.63 +20 -20 src/sys/dev/dgb/dgb.c 1.27 +20 -20 src/sys/dev/dgb/dgm.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 14: 2:32 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C23E737B6A7; Tue, 23 Jan 2001 14:02:08 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0NM28094083; Tue, 23 Jan 2001 14:02:08 -0800 (PST) (envelope-from jhb) Message-Id: <200101232202.f0NM28094083@freefall.freebsd.org> From: John Baldwin Date: Tue, 23 Jan 2001 14:02:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/fb s3_pci.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/23 14:02:08 PST Modified files: sys/dev/fb s3_pci.c Log: #if 0 out local variables only used in #if 0'd code and remove unused local variables. Revision Changes Path 1.2 +5 -2 src/sys/dev/fb/s3_pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 14: 5:37 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3BBE037B6B1; Tue, 23 Jan 2001 14:05:11 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0NM5Bw94482; Tue, 23 Jan 2001 14:05:11 -0800 (PST) (envelope-from jhb) Message-Id: <200101232205.f0NM5Bw94482@freefall.freebsd.org> From: John Baldwin Date: Tue, 23 Jan 2001 14:05:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ncv ncr53c500.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/23 14:05:08 PST Modified files: sys/dev/ncv ncr53c500.c Log: Use the 'slp' local variable that was otherwise unused instead of casting the driver softc under the assumption that the first part of it was a struct scsi_low_softc. Revision Changes Path 1.2 +2 -2 src/sys/dev/ncv/ncr53c500.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 14: 6:33 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B62B037B6A9; Tue, 23 Jan 2001 14:06:10 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0NM6Ac96685; Tue, 23 Jan 2001 14:06:10 -0800 (PST) (envelope-from jhb) Message-Id: <200101232206.f0NM6Ac96685@freefall.freebsd.org> From: John Baldwin Date: Tue, 23 Jan 2001 14:06:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ncv ncr53c500_pccard.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/23 14:06:10 PST Modified files: sys/dev/ncv ncr53c500_pccard.c Log: The ncv_card_intr function is only used in older versions of FreeBSD, so move its prototype and definition inside the appropriate #ifdef's. Revision Changes Path 1.5 +10 -10 src/sys/dev/ncv/ncr53c500_pccard.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 14: 8:45 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DA7DE37B6A8; Tue, 23 Jan 2001 14:08:21 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0NM8LX97080; Tue, 23 Jan 2001 14:08:21 -0800 (PST) (envelope-from jhb) Message-Id: <200101232208.f0NM8LX97080@freefall.freebsd.org> From: John Baldwin Date: Tue, 23 Jan 2001 14:08:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/nsp nsp.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/23 14:08:21 PST Modified files: sys/dev/nsp nsp.c Log: Move the definition of nsp_start_timer() earlier in the file before it is called so that it can be inlined. Revision Changes Path 1.3 +13 -13 src/sys/dev/nsp/nsp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 14: 9:39 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DBBF237B400; Tue, 23 Jan 2001 14:09:04 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0NM94P97217; Tue, 23 Jan 2001 14:09:04 -0800 (PST) (envelope-from jhb) Message-Id: <200101232209.f0NM94P97217@freefall.freebsd.org> From: John Baldwin Date: Tue, 23 Jan 2001 14:09:04 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/nsp nsp_pccard.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/23 14:09:04 PST Modified files: sys/dev/nsp nsp_pccard.c Log: Move nsp_card_intr()'s prototype and definition inside the appropriate #ifdef's as it is only used in older versions of FreeBSD. Revision Changes Path 1.5 +9 -9 src/sys/dev/nsp/nsp_pccard.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 14: 9:32 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C42AD37B6A9; Tue, 23 Jan 2001 14:09:02 -0800 (PST) Received: (from asmodai@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0NM92497189; Tue, 23 Jan 2001 14:09:02 -0800 (PST) (envelope-from asmodai) Message-Id: <200101232209.f0NM92497189@freefall.freebsd.org> From: Jeroen Ruigrok van der Werven Date: Tue, 23 Jan 2001 14:09:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/awk Makefile.in aclocal.m4 alloca.c awktab.c configh.in configure configure.in install-sh mkinstalldirs protos.h regex.c stamp-h.in ChangeLog FREEBSD-upgrade NEWS PORTS README acconfig.h array.c awk.h awk.y ... X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asmodai 2001/01/23 14:09:02 PST Modified files: (Branch: RELENG_4) contrib/awk ChangeLog FREEBSD-upgrade NEWS PORTS README acconfig.h array.c awk.h awk.y builtin.c custom.h eval.c field.c gawkmisc.c io.c main.c msg.c node.c patchlevel.h re.c contrib/awk/doc ChangeLog gawk.texi contrib/awk/posix ChangeLog gnu/usr.bin/awk Makefile Added files: (Branch: RELENG_4) contrib/awk Makefile.in aclocal.m4 alloca.c awktab.c configh.in configure configure.in install-sh mkinstalldirs protos.h regex.c stamp-h.in contrib/awk/README_d README.tests contrib/awk/doc Makefile.in README.card ad.block awkcard.in awkforai.txt cardfonts colors gawk.1 igawk.1 macros no.colors setter.outline texinfo.tex gnu/usr.bin/awk config.h Removed files: (Branch: RELENG_4) contrib/awk config.h Log: MFC: gawk 3.0.6. This includes all later fixes after import as well. Revision Changes Path 1.1.1.2.2.1 +303 -9 src/contrib/awk/ChangeLog 1.6.2.1 +4 -41 src/contrib/awk/FREEBSD-upgrade 1.1.1.2.2.1 +71 -0 src/contrib/awk/NEWS 1.1.1.2.2.1 +21 -19 src/contrib/awk/PORTS 1.1.1.2.2.1 +2 -2 src/contrib/awk/README 1.1.1.2.2.1 +1 -1 src/contrib/awk/acconfig.h 1.1.1.2.2.1 +165 -20 src/contrib/awk/array.c 1.5.2.1 +11 -3 src/contrib/awk/awk.h 1.1.1.2.2.1 +53 -17 src/contrib/awk/awk.y 1.7.2.1 +8 -5 src/contrib/awk/builtin.c 1.1.1.2.2.1 +1 -1 src/contrib/awk/custom.h 1.4.2.1 +96 -53 src/contrib/awk/eval.c 1.4.2.1 +36 -3 src/contrib/awk/field.c 1.1.1.2.2.1 +1 -1 src/contrib/awk/gawkmisc.c 1.4.2.1 +32 -7 src/contrib/awk/io.c 1.4.2.1 +21 -11 src/contrib/awk/main.c 1.1.1.2.2.1 +1 -1 src/contrib/awk/msg.c 1.4.2.1 +17 -3 src/contrib/awk/node.c 1.1.1.2.2.1 +1 -1 src/contrib/awk/patchlevel.h 1.1.1.1.6.1 +2 -3 src/contrib/awk/re.c 1.1.1.2.2.1 +53 -0 src/contrib/awk/doc/ChangeLog 1.1.1.2.2.1 +190 -112 src/contrib/awk/doc/gawk.texi 1.1.1.2.2.1 +8 -0 src/contrib/awk/posix/ChangeLog 1.13.2.1 +3 -3 src/gnu/usr.bin/awk/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 14:13:32 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4BD4437B69B; Tue, 23 Jan 2001 14:13:08 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0NMD8297774; Tue, 23 Jan 2001 14:13:08 -0800 (PST) (envelope-from jhb) Message-Id: <200101232213.f0NMD8297774@freefall.freebsd.org> From: John Baldwin Date: Tue, 23 Jan 2001 14:13:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/compat/linprocfs linprocfs_misc.c linprocfs_vnops.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/23 14:13:08 PST Modified files: sys/compat/linprocfs linprocfs_misc.c linprocfs_vnops.c Log: - Proc locking. - Use queue macros. - Use NULL instead of 0 for pointers. Reviewed by: des Revision Changes Path 1.18 +6 -3 src/sys/compat/linprocfs/linprocfs_misc.c 1.15 +64 -24 src/sys/compat/linprocfs/linprocfs_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 14:16:42 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 97FCC37B698; Tue, 23 Jan 2001 14:16:19 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0NMGJL98113; Tue, 23 Jan 2001 14:16:19 -0800 (PST) (envelope-from jhb) Message-Id: <200101232216.f0NMGJL98113@freefall.freebsd.org> From: John Baldwin Date: Tue, 23 Jan 2001 14:16:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/stg tmc18c30.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/23 14:16:19 PST Modified files: sys/dev/stg tmc18c30.c Log: Relocate the 'hwfuncs' functions below the inlined functions they attempt to call so that the other functions can actually be inlined. Revision Changes Path 1.3 +86 -86 src/sys/dev/stg/tmc18c30.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 14:17:28 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E4B2237B69E; Tue, 23 Jan 2001 14:17:03 -0800 (PST) Received: (from gibbs@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0NMH3Z98155; Tue, 23 Jan 2001 14:17:03 -0800 (PST) (envelope-from gibbs) Message-Id: <200101232217.f0NMH3Z98155@freefall.freebsd.org> From: "Justin T. Gibbs" Date: Tue, 23 Jan 2001 14:17:03 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/aic7xxx aic7xxx.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG gibbs 2001/01/23 14:17:03 PST Modified files: sys/dev/aic7xxx aic7xxx.c Log: When flipping the first entry in the qinfifo with the "next queued SCB", we must also inform the card of this change. Otherwise the sequencer will traverse a corrupt list of SCBS. The side effects of this problem were unknown SCBs completing in the qoutfifo or worse yet, panics due to sequencer interrupts that referenced what, to the kernel, were invalid SCB ids. Revision Changes Path 1.66 +5 -2 src/sys/dev/aic7xxx/aic7xxx.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 14:18:32 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0CED137B400; Tue, 23 Jan 2001 14:18:09 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0NMI8D98284; Tue, 23 Jan 2001 14:18:08 -0800 (PST) (envelope-from jhb) Message-Id: <200101232218.f0NMI8D98284@freefall.freebsd.org> From: John Baldwin Date: Tue, 23 Jan 2001 14:18:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/stg tmc18c30_pccard.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/23 14:18:08 PST Modified files: sys/dev/stg tmc18c30_pccard.c Log: - Move stg_card_intr()'s prototype and definition inside appropriate #ifdef's as it is is only used on older versions of FreeBSD. - #ifdef a local variable only used on older versions of FreeBSD. Revision Changes Path 1.5 +11 -9 src/sys/dev/stg/tmc18c30_pccard.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 14:19: 4 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6087F37B404; Tue, 23 Jan 2001 14:18:41 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0NMIf198350; Tue, 23 Jan 2001 14:18:41 -0800 (PST) (envelope-from jhb) Message-Id: <200101232218.f0NMIf198350@freefall.freebsd.org> From: John Baldwin Date: Tue, 23 Jan 2001 14:18:41 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sound/isa emu8000.c opl.c src/sys/dev/sound/midi sequencer.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/23 14:18:41 PST Modified files: sys/dev/sound/isa emu8000.c opl.c sys/dev/sound/midi sequencer.c Log: Tag unused functions with __unused. Revision Changes Path 1.3 +34 -33 src/sys/dev/sound/isa/emu8000.c 1.3 +2 -2 src/sys/dev/sound/isa/opl.c 1.3 +3 -3 src/sys/dev/sound/midi/sequencer.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 14:21:39 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 40E4637B6B1; Tue, 23 Jan 2001 14:21:15 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0NMLFN98576; Tue, 23 Jan 2001 14:21:15 -0800 (PST) (envelope-from jhb) Message-Id: <200101232221.f0NMLFN98576@freefall.freebsd.org> From: John Baldwin Date: Tue, 23 Jan 2001 14:21:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/twe twe.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/23 14:21:15 PST Modified files: sys/dev/twe twe.c Log: Remove a prototype for an unused and undefined debugging function. Revision Changes Path 1.7 +1 -2 src/sys/dev/twe/twe.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 14:22:45 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9497137B698; Tue, 23 Jan 2001 14:22:25 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0NMMPv98684; Tue, 23 Jan 2001 14:22:25 -0800 (PST) (envelope-from jhb) Message-Id: <200101232222.f0NMMPv98684@freefall.freebsd.org> From: John Baldwin Date: Tue, 23 Jan 2001 14:22:25 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb umodem.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/23 14:22:25 PST Modified files: sys/dev/usb umodem.c Log: Use suser(9) instead of checking p->p_ucred->cr_uid directly. Revision Changes Path 1.27 +2 -2 src/sys/dev/usb/umodem.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 14:23:43 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B3D8E37B698; Tue, 23 Jan 2001 14:23:25 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0NMNPj98765; Tue, 23 Jan 2001 14:23:25 -0800 (PST) (envelope-from jhb) Message-Id: <200101232223.f0NMNPj98765@freefall.freebsd.org> From: John Baldwin Date: Tue, 23 Jan 2001 14:23:25 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/vn vn.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/23 14:23:25 PST Modified files: sys/dev/vn vn.c Log: Proc locking to protect p_ucred while we obtain another reference to it. Revision Changes Path 1.124 +20 -6 src/sys/dev/vn/vn.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 14:24:49 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6B22E37B401; Tue, 23 Jan 2001 14:24:26 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0NMOQE98861; Tue, 23 Jan 2001 14:24:26 -0800 (PST) (envelope-from jhb) Message-Id: <200101232224.f0NMOQE98861@freefall.freebsd.org> From: John Baldwin Date: Tue, 23 Jan 2001 14:24:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/xe if_xe.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/23 14:24:26 PST Modified files: sys/dev/xe if_xe.c Log: Tag unused functions with __unused. Revision Changes Path 1.25 +3 -3 src/sys/dev/xe/if_xe.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 14:37:50 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2EC0D37B6A5; Tue, 23 Jan 2001 14:37:31 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0NMbVD99934; Tue, 23 Jan 2001 14:37:31 -0800 (PST) (envelope-from jhb) Message-Id: <200101232237.f0NMbVD99934@freefall.freebsd.org> From: John Baldwin Date: Tue, 23 Jan 2001 14:37:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/hpfs hpfs_vnops.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/23 14:37:31 PST Modified files: sys/fs/hpfs hpfs_vnops.c Log: - FreeBSD doesn't have an abortop vnop as far as I can tell, so #ifdef references to the hpf op out. - Remove a lockdestroy() on a non-existent variable. Revision Changes Path 1.9 +3 -5 src/sys/fs/hpfs/hpfs_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 14:38:32 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8F0B337B404; Tue, 23 Jan 2001 14:38:15 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0NMcFH00133; Tue, 23 Jan 2001 14:38:15 -0800 (PST) (envelope-from jhb) Message-Id: <200101232238.f0NMcFH00133@freefall.freebsd.org> From: John Baldwin Date: Tue, 23 Jan 2001 14:38:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/hpfs hpfs_vfsops.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/23 14:38:15 PST Modified files: sys/fs/hpfs hpfs_vfsops.c Log: Proc locking to protect p_ucred while we obtain an additional reference. Revision Changes Path 1.8 +10 -2 src/sys/fs/hpfs/hpfs_vfsops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 14:39: 2 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 348BE37B6A5; Tue, 23 Jan 2001 14:38:39 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0NMcdV00201; Tue, 23 Jan 2001 14:38:39 -0800 (PST) (envelope-from jhb) Message-Id: <200101232238.f0NMcdV00201@freefall.freebsd.org> From: John Baldwin Date: Tue, 23 Jan 2001 14:38:39 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/hpfs hpfs_hash.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/23 14:38:39 PST Modified files: sys/fs/hpfs hpfs_hash.c Log: - Remove unused header include. - Use queue macros. Revision Changes Path 1.5 +4 -6 src/sys/fs/hpfs/hpfs_hash.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 14:41:39 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F41E537B400; Tue, 23 Jan 2001 14:41:15 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0NMfFN00508; Tue, 23 Jan 2001 14:41:15 -0800 (PST) (envelope-from jhb) Message-Id: <200101232241.f0NMfFN00508@freefall.freebsd.org> From: John Baldwin Date: Tue, 23 Jan 2001 14:41:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/gnu/ext2fs ext2_readwrite.c ext2_vfsops.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/23 14:41:15 PST Modified files: sys/gnu/ext2fs ext2_readwrite.c ext2_vfsops.c Log: Proc locking, mostly protecting p_ucred while obtaining additional references. Revision Changes Path 1.21 +3 -1 src/sys/gnu/ext2fs/ext2_readwrite.c 1.72 +27 -6 src/sys/gnu/ext2fs/ext2_vfsops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 14:57:46 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 44A0637B6A0; Tue, 23 Jan 2001 14:57:25 -0800 (PST) Received: (from jmz@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0NMvPA01478; Tue, 23 Jan 2001 14:57:25 -0800 (PST) (envelope-from jmz) Message-Id: <200101232257.f0NMvPA01478@freefall.freebsd.org> From: Jean-Marc Zucconi Date: Tue, 23 Jan 2001 14:57:25 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/lile Makefile ports/misc/lile/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jmz 2001/01/23 14:57:25 PST Modified files: misc/lile Makefile misc/lile/files patch-aa Log: The lile port had a couple of issues with process id's (signed/unsigned int mess ups) and not handling the error when it occurred. Submitted by: Andy Newman Revision Changes Path 1.7 +2 -1 ports/misc/lile/Makefile 1.2 +27 -5 ports/misc/lile/files/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 Jan 23 15: 0:50 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5F5AC37B6A2; Tue, 23 Jan 2001 15:00:25 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0NN0PG01756; Tue, 23 Jan 2001 15:00:25 -0800 (PST) (envelope-from ache) Message-Id: <200101232300.f0NN0PG01756@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Tue, 23 Jan 2001 15:00:25 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/ImageMagick Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ache 2001/01/23 15:00:25 PST Modified files: graphics/ImageMagick Makefile Log: Since we don't have our perl threaded by default, PerlMagick not works. This patch adds --with-threads only when perl is threaded. Fixing Makefile.PL only not helps because libMagick.so linking _require_ -pthread when --with-threads used. Approved by: Maintainer's silence Revision Changes Path 1.98 +5 -2 ports/graphics/ImageMagick/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 15:11:31 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9BE9537B400; Tue, 23 Jan 2001 15:11:08 -0800 (PST) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0NNB8L04867; Tue, 23 Jan 2001 15:11:08 -0800 (PST) (envelope-from iedowse) Message-Id: <200101232311.f0NNB8L04867@freefall.freebsd.org> From: Ian Dowse Date: Tue, 23 Jan 2001 15:11:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/fsck fsck.8 fsck.h main.c pass1.c pass1b.c pass2.c pass3.c pass4.c pass5.c utilities.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG iedowse 2001/01/23 15:11:08 PST Modified files: (Branch: RELENG_4) sbin/fsck fsck.8 fsck.h main.c pass1.c pass1b.c pass2.c pass3.c pass4.c pass5.c utilities.c Log: MFC: Add a SIGINFO handler, which causes fsck to output progress information on receipt of a SIGINFO (normally via Ctrl-T). This differs slightly from the -current change, in that we reset the 'got_siginfo' flag at the start of checkfilesys(). RELENG_4's fsck can fork after calling checkfilesys(), so this avoids spurious extra status messages. Revision Changes Path 1.14.2.3 +13 -1 src/sbin/fsck/fsck.8 1.12.2.1 +4 -1 src/sbin/fsck/Attic/fsck.h 1.21.2.1 +3 -1 src/sbin/fsck/Attic/main.c 1.16.2.2 +7 -1 src/sbin/fsck/Attic/pass1.c 1.7.2.1 +7 -1 src/sbin/fsck/Attic/pass1b.c 1.10.2.1 +7 -1 src/sbin/fsck/Attic/pass2.c 1.7.2.1 +7 -1 src/sbin/fsck/Attic/pass3.c 1.7.2.1 +7 -1 src/sbin/fsck/Attic/pass4.c 1.17.2.1 +7 -1 src/sbin/fsck/Attic/pass5.c 1.11.2.3 +8 -1 src/sbin/fsck/Attic/utilities.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 15:22:41 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A330A37B698; Tue, 23 Jan 2001 15:22:20 -0800 (PST) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0NNMJ905739; Tue, 23 Jan 2001 15:22:19 -0800 (PST) (envelope-from mjacob) Message-Id: <200101232322.f0NNMJ905739@freefall.freebsd.org> From: Matt Jacob Date: Tue, 23 Jan 2001 15:22:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_fxp.c if_fxpvar.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2001/01/23 15:22:19 PST Modified files: sys/pci if_fxp.c if_fxpvar.h Log: Allow fxp to configure in I/O space if the user wants it and specifies an override as a loader settable variable (fxp_iomap). fxp_iomap is a bitmap of fxp units that should be configured to use PCI I/O space in stead of PCI Memory space. Reviewed by: Kees Jan Koster , dg@freebsd.org Revision Changes Path 1.103 +41 -11 src/sys/pci/if_fxp.c 1.14 +3 -1 src/sys/pci/if_fxpvar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 15:25:12 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 38CBE37B698; Tue, 23 Jan 2001 15:24:49 -0800 (PST) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0NNOnu05930; Tue, 23 Jan 2001 15:24:49 -0800 (PST) (envelope-from mjacob) Message-Id: <200101232324.f0NNOnu05930@freefall.freebsd.org> From: Matt Jacob Date: Tue, 23 Jan 2001 15:24:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 fxp.4 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2001/01/23 15:24:49 PST Modified files: share/man/man4 fxp.4 Log: Hmm. This must be a first. The man page was updated *before* the source. Correct some slight inaccuracies in the man page. Revision Changes Path 1.14 +5 -1 src/share/man/man4/fxp.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 15:52:15 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1FBCC37B699; Tue, 23 Jan 2001 15:51:57 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0NNpvc08267; Tue, 23 Jan 2001 15:51:57 -0800 (PST) (envelope-from jhb) Message-Id: <200101232351.f0NNpvc08267@freefall.freebsd.org> From: John Baldwin Date: Tue, 23 Jan 2001 15:51:56 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/gnu/i386/fpemul fpu_entry.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/23 15:51:56 PST Modified files: sys/gnu/i386/fpemul fpu_entry.c Log: Proc locking. Revision Changes Path 1.24 +3 -1 src/sys/gnu/i386/fpemul/fpu_entry.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 15:58:24 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5680837B402; Tue, 23 Jan 2001 15:58:07 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0NNw7w08829; Tue, 23 Jan 2001 15:58:07 -0800 (PST) (envelope-from jhb) Message-Id: <200101232358.f0NNw7w08829@freefall.freebsd.org> From: John Baldwin Date: Tue, 23 Jan 2001 15:58:07 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/ibcs2 ibcs2_sysvec.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/23 15:58:07 PST Modified files: sys/i386/ibcs2 ibcs2_sysvec.c Log: Use queue macros. Revision Changes Path 1.21 +2 -2 src/sys/i386/ibcs2/ibcs2_sysvec.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 15:59:48 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1921B37B400; Tue, 23 Jan 2001 15:59:31 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0NNxVO08968; Tue, 23 Jan 2001 15:59:31 -0800 (PST) (envelope-from jhb) Message-Id: <200101232359.f0NNxVO08968@freefall.freebsd.org> From: John Baldwin Date: Tue, 23 Jan 2001 15:59:30 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/ibcs2 imgact_coff.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/23 15:59:30 PST Modified files: sys/i386/ibcs2 imgact_coff.c Log: - Use 'p' instead of 'curproc' for the namei lookup as this is what other image activators use. - Proc locking. Revision Changes Path 1.43 +21 -7 src/sys/i386/ibcs2/imgact_coff.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 16: 0: 3 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0793A37B402; Tue, 23 Jan 2001 15:59:39 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0NNxdY09010; Tue, 23 Jan 2001 15:59:39 -0800 (PST) (envelope-from jhb) Message-Id: <200101232359.f0NNxdY09010@freefall.freebsd.org> From: John Baldwin Date: Tue, 23 Jan 2001 15:59:38 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/ibcs2 ibcs2_fcntl.c ibcs2_ioctl.c ibcs2_misc.c ibcs2_other.c ibcs2_signal.c ibcs2_util.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/23 15:59:38 PST Modified files: sys/i386/ibcs2 ibcs2_fcntl.c ibcs2_ioctl.c ibcs2_misc.c ibcs2_other.c ibcs2_signal.c ibcs2_util.c Log: Proc locking. Revision Changes Path 1.15 +5 -2 src/sys/i386/ibcs2/ibcs2_fcntl.c 1.15 +7 -2 src/sys/i386/ibcs2/ibcs2_ioctl.c 1.35 +6 -1 src/sys/i386/ibcs2/ibcs2_misc.c 1.11 +3 -1 src/sys/i386/ibcs2/ibcs2_other.c 1.17 +15 -4 src/sys/i386/ibcs2/ibcs2_signal.c 1.9 +11 -4 src/sys/i386/ibcs2/ibcs2_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 Jan 23 16: 1:59 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 63AB037B400; Tue, 23 Jan 2001 16:01:42 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0O01gf09192; Tue, 23 Jan 2001 16:01:42 -0800 (PST) (envelope-from jhb) Message-Id: <200101240001.f0O01gf09192@freefall.freebsd.org> From: John Baldwin Date: Tue, 23 Jan 2001 16:01:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/include physio_proc.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/23 16:01:42 PST Modified files: sys/i386/include physio_proc.h Log: Use queue macros. Revision Changes Path 1.2 +2 -2 src/sys/i386/include/physio_proc.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 16: 4:23 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 440A537B698; Tue, 23 Jan 2001 16:04:00 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0O040509377; Tue, 23 Jan 2001 16:04:00 -0800 (PST) (envelope-from jhb) Message-Id: <200101240004.f0O040509377@freefall.freebsd.org> From: John Baldwin Date: Tue, 23 Jan 2001 16:04:00 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa asc.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/23 16:04:00 PST Modified files: sys/i386/isa asc.c Log: Use selrecord() instead of doing the work ourselves. Revision Changes Path 1.47 +2 -7 src/sys/i386/isa/asc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 16: 5:33 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CFE2737B402; Tue, 23 Jan 2001 16:05:13 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0O05DG10856; Tue, 23 Jan 2001 16:05:13 -0800 (PST) (envelope-from jhb) Message-Id: <200101240005.f0O05DG10856@freefall.freebsd.org> From: John Baldwin Date: Tue, 23 Jan 2001 16:05:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa isa_device.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/23 16:05:13 PST Modified files: sys/i386/isa isa_device.h Log: Make the device name in an isa_device a const char * instead of a char * to silence cast-qual warnings. Revision Changes Path 1.74 +2 -2 src/sys/i386/isa/isa_device.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 16: 6:49 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CC99B37B402; Tue, 23 Jan 2001 16:06:26 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0O06Qt11675; Tue, 23 Jan 2001 16:06:26 -0800 (PST) (envelope-from jhb) Message-Id: <200101240006.f0O06Qt11675@freefall.freebsd.org> From: John Baldwin Date: Tue, 23 Jan 2001 16:06:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa pcaudio.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/23 16:06:26 PST Modified files: sys/i386/isa pcaudio.c Log: Use selrecord() instead of doing the work ourselves. Revision Changes Path 1.59 +3 -10 src/sys/i386/isa/pcaudio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 16:15: 0 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4712F37B404; Tue, 23 Jan 2001 16:14:40 -0800 (PST) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0O0EdD12188; Tue, 23 Jan 2001 16:14:39 -0800 (PST) (envelope-from mjacob) Message-Id: <200101240014.f0O0EdD12188@freefall.freebsd.org> From: Matt Jacob Date: Tue, 23 Jan 2001 16:14:39 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/cam/scsi scsi_targ_bh.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2001/01/23 16:14:39 PST Modified files: sys/cam/scsi scsi_targ_bh.c Log: "Rejected with status" is better than "Rejected for status". Revision Changes Path 1.11 +2 -2 src/sys/cam/scsi/scsi_targ_bh.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 16:23:54 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9D56C37B69B; Tue, 23 Jan 2001 16:23:30 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0O0NU712937; Tue, 23 Jan 2001 16:23:30 -0800 (PST) (envelope-from jhb) Message-Id: <200101240023.f0O0NU712937@freefall.freebsd.org> From: John Baldwin Date: Tue, 23 Jan 2001 16:23:30 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/linux linux_machdep.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/23 16:23:30 PST Modified files: sys/i386/linux linux_machdep.c Log: - Proc locking. - Use NULL instead of 0. Revision Changes Path 1.11 +7 -2 src/sys/i386/linux/linux_machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 16:23:59 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B5A5137B698; Tue, 23 Jan 2001 16:23:39 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0O0NdM12988; Tue, 23 Jan 2001 16:23:39 -0800 (PST) (envelope-from jhb) Message-Id: <200101240023.f0O0NdM12988@freefall.freebsd.org> From: John Baldwin Date: Tue, 23 Jan 2001 16:23:39 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/linux imgact_linux.c linux_sysvec.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/23 16:23:39 PST Modified files: sys/i386/linux imgact_linux.c linux_sysvec.c Log: Proc locking. Revision Changes Path 1.37 +2 -1 src/sys/i386/linux/imgact_linux.c 1.73 +17 -1 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 Tue Jan 23 16:25:20 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5CB2A37B698; Tue, 23 Jan 2001 16:24:57 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0O0OvP13173; Tue, 23 Jan 2001 16:24:57 -0800 (PST) (envelope-from jhb) Message-Id: <200101240024.f0O0OvP13173@freefall.freebsd.org> From: John Baldwin Date: Tue, 23 Jan 2001 16:24:57 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/svr4 svr4_machdep.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/23 16:24:57 PST Modified files: sys/i386/svr4 svr4_machdep.c Log: - Proc locking. - Use FreeBSD stackgap_init() semantics. - Adjust some #ifdef's to hide unused variables. Revision Changes Path 1.16 +27 -6 src/sys/i386/svr4/svr4_machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 16:26:42 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 792EB37B69B; Tue, 23 Jan 2001 16:26:19 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0O0QJ513283; Tue, 23 Jan 2001 16:26:19 -0800 (PST) (envelope-from jhb) Message-Id: <200101240026.f0O0QJ513283@freefall.freebsd.org> From: John Baldwin Date: Tue, 23 Jan 2001 16:26:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/isofs/cd9660 cd9660_vfsops.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/23 16:26:19 PST Modified files: sys/isofs/cd9660 cd9660_vfsops.c Log: Proc locking to protect p_ucred while we obtain additional references. Revision Changes Path 1.82 +16 -3 src/sys/isofs/cd9660/cd9660_vfsops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 16:27:55 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7870237B698; Tue, 23 Jan 2001 16:27:32 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0O0RWx13400; Tue, 23 Jan 2001 16:27:32 -0800 (PST) (envelope-from jhb) Message-Id: <200101240027.f0O0RWx13400@freefall.freebsd.org> From: John Baldwin Date: Tue, 23 Jan 2001 16:27:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern imgact_aout.c imgact_elf.c imgact_gzip.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/23 16:27:32 PST Modified files: sys/kern imgact_aout.c imgact_elf.c imgact_gzip.c Log: Proc locking. Revision Changes Path 1.65 +8 -2 src/sys/kern/imgact_aout.c 1.87 +7 -2 src/sys/kern/imgact_elf.c 1.41 +2 -1 src/sys/kern/imgact_gzip.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 16:28:31 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4E73737B69B; Tue, 23 Jan 2001 16:28:08 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0O0S8313451; Tue, 23 Jan 2001 16:28:08 -0800 (PST) (envelope-from jhb) Message-Id: <200101240028.f0O0S8313451@freefall.freebsd.org> From: John Baldwin Date: Tue, 23 Jan 2001 16:28:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_acct.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/23 16:28:08 PST Modified files: sys/kern kern_acct.c Log: - Proc locking. - Protect calcru() with sched_lock. Revision Changes Path 1.28 +28 -8 src/sys/kern/kern_acct.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 16:34: 3 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6DFA937B69E; Tue, 23 Jan 2001 16:33:45 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0O0XjG13968; Tue, 23 Jan 2001 16:33:45 -0800 (PST) (envelope-from jhb) Message-Id: <200101240033.f0O0XjG13968@freefall.freebsd.org> From: John Baldwin Date: Tue, 23 Jan 2001 16:33:45 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_exit.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/23 16:33:45 PST Modified files: sys/kern kern_exit.c Log: - Proc locking. - Protect calcru() with sched_lock. Revision Changes Path 1.114 +46 -11 src/sys/kern/kern_exit.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 16:34:45 2001 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 1309A37B6A3; Tue, 23 Jan 2001 16:34:19 -0800 (PST) Received: (from bright@localhost) by fw.wintelcom.net (8.10.0/8.10.0) id f0O0YIR17315; Tue, 23 Jan 2001 16:34:18 -0800 (PST) Date: Tue, 23 Jan 2001 16:34:18 -0800 From: Alfred Perlstein To: John Baldwin Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/isofs/cd9660 cd9660_vfsops.c Message-ID: <20010123163418.N26076@fw.wintelcom.net> References: <200101240026.f0O0QJ513283@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200101240026.f0O0QJ513283@freefall.freebsd.org>; from jhb@FreeBSD.org on Tue, Jan 23, 2001 at 04:26:19PM -0800 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * John Baldwin [010123 16:26] wrote: > jhb 2001/01/23 16:26:19 PST > > Modified files: > sys/isofs/cd9660 cd9660_vfsops.c > Log: > Proc locking to protect p_ucred while we obtain additional references. I really don't think you need the PROC_LOCK for these. You only need the 'uc' variable, and even then it's only to protect against rfork threads playing with setuid which is an inhernent race condition as p_ucred shouldn't be NULL. (afaik). Therefore you only need to grab a "snapshot" of p_ucred which you do in order to make sure that the same thing that you're crhold'ing is the same thing that you're passing to the VOP. Just give it some more thought, because I'm not sure I'm right about this. -- -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 Tue Jan 23 16:35:37 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 980A537B69E; Tue, 23 Jan 2001 16:35:13 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0O0ZDw14152; Tue, 23 Jan 2001 16:35:13 -0800 (PST) (envelope-from jhb) Message-Id: <200101240035.f0O0ZDw14152@freefall.freebsd.org> From: John Baldwin Date: Tue, 23 Jan 2001 16:35:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_acl.c kern_event.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/23 16:35:13 PST Modified files: sys/kern kern_acl.c kern_event.c Log: Proc locking. Revision Changes Path 1.6 +33 -9 src/sys/kern/kern_acl.c 1.20 +5 -3 src/sys/kern/kern_event.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 16:36:21 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 25AD637B6A3; Tue, 23 Jan 2001 16:36:04 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0O0a4114273; Tue, 23 Jan 2001 16:36:04 -0800 (PST) (envelope-from jhb) Message-Id: <200101240036.f0O0a4114273@freefall.freebsd.org> From: John Baldwin Date: Tue, 23 Jan 2001 16:36:04 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_malloc.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/23 16:36:04 PST Modified files: sys/kern kern_malloc.c Log: Don't grab Giant when calling kmem_alloc/kmem_free as this is just encouraging other people to follow the same practice. If this is going to be done, then it should be done inside of those two functions instead. Revision Changes Path 1.79 +1 -5 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 Tue Jan 23 17: 5:28 2001 Delivered-To: cvs-all@freebsd.org Received: from VL-MS-MR001.sc1.videotron.ca (relais.videotron.ca [24.201.245.36]) by hub.freebsd.org (Postfix) with ESMTP id 2053137B69E; Tue, 23 Jan 2001 17:05:03 -0800 (PST) Received: from jehovah ([24.201.144.31]) by VL-MS-MR001.sc1.videotron.ca (Netscape Messaging Server 4.15) with SMTP id G7N70E05.GD0; Tue, 23 Jan 2001 20:05:02 -0500 Message-ID: <025601c085a1$eb367f20$1f90c918@jehovah> From: "Bosko Milekic" To: "John Baldwin" , , References: <200101240036.f0O0a4114273@freefall.freebsd.org> Subject: Re: cvs commit: src/sys/kern kern_malloc.c Date: Tue, 23 Jan 2001 20:06:44 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG John Baldwin: > jhb 2001/01/23 16:36:04 PST > > Modified files: > sys/kern kern_malloc.c > Log: > Don't grab Giant when calling kmem_alloc/kmem_free as this is just > encouraging other people to follow the same practice. If this is going > to be done, then it should be done inside of those two functions instead. > > Revision Changes Path > 1.79 +1 -5 src/sys/kern/kern_malloc.c We should do this and add the proper (temporary) assertions/invariants/witness checks in there, as soon as possible, then. Several portions of code using the kmem_*() code are doing this right now, as you probably now, and we're just (needlessly) repeating the assertions. I don't mind doing it later this week, when I'm done with what I'm presently working with. -Bosko. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 17: 7:46 2001 Delivered-To: cvs-all@freebsd.org Received: from pike.osd.bsdi.com (unknown [204.216.28.222]) by hub.freebsd.org (Postfix) with ESMTP id B171B37B6B6; Tue, 23 Jan 2001 17:07:22 -0800 (PST) Received: from foo.osd.bsdi.com (root@foo.osd.bsdi.com [204.216.28.137]) by pike.osd.bsdi.com (8.11.1/8.9.3) with ESMTP id f0O17Hx73578; Tue, 23 Jan 2001 17:07:17 -0800 (PST) (envelope-from jhb@foo.osd.bsdi.com) Received: (from jhb@localhost) by foo.osd.bsdi.com (8.11.1/8.11.1) id f0O16q031271; Tue, 23 Jan 2001 17:06:52 -0800 (PST) (envelope-from jhb) Message-ID: 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: <025601c085a1$eb367f20$1f90c918@jehovah> Date: Tue, 23 Jan 2001 17:06:52 -0800 (PST) Organization: BSD, Inc. From: John Baldwin To: Bosko Milekic Subject: Re: cvs commit: src/sys/kern kern_malloc.c Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 24-Jan-01 Bosko Milekic wrote: > > John Baldwin: > >> jhb 2001/01/23 16:36:04 PST >> >> Modified files: >> sys/kern kern_malloc.c >> Log: >> Don't grab Giant when calling kmem_alloc/kmem_free as this is just >> encouraging other people to follow the same practice. If this is >> going >> to be done, then it should be done inside of those two functions >> instead. >> >> Revision Changes Path >> 1.79 +1 -5 src/sys/kern/kern_malloc.c > > We should do this and add the proper (temporary) > assertions/invariants/witness checks in there, as soon as possible, > then. > Several portions of code using the kmem_*() code are doing this right > now, as > you probably now, and we're just (needlessly) repeating the > assertions. > > I don't mind doing it later this week, when I'm done with what I'm > presently > working with. I have the assertions done, but kmem_alloc() is called really early, so Giant has to be obtained really early. I've got this tested on the x86, but no the alpha. I was going to hold off comitting it until I had tested it on the alpha first. :) > -Bosko. -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.Baldwin.cx/~john/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 Tue Jan 23 17:16:10 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 35CBC37B6B6; Tue, 23 Jan 2001 17:15:51 -0800 (PST) Received: (from cg@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0O1Fpv20127; Tue, 23 Jan 2001 17:15:51 -0800 (PST) (envelope-from cg) Message-Id: <200101240115.f0O1Fpv20127@freefall.freebsd.org> From: Cameron Grant Date: Tue, 23 Jan 2001 17:15:51 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sound/pcm channel.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG cg 2001/01/23 17:15:51 PST Modified files: sys/dev/sound/pcm channel.c Log: prevent excessively small buffer sizes resulting in hundreds of irqs per second Revision Changes Path 1.48 +15 -13 src/sys/dev/sound/pcm/channel.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 17:16:39 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E89C137B6BF; Tue, 23 Jan 2001 17:16:15 -0800 (PST) Received: (from nakai@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0O1GFv20195; Tue, 23 Jan 2001 17:16:15 -0800 (PST) (envelope-from nakai) Message-Id: <200101240116.f0O1GFv20195@freefall.freebsd.org> From: Yukihiro Nakai Date: Tue, 23 Jan 2001 17:16:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/emulators/snes9x Makefile ports/emulators/snes9x/files patch-af X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nakai 2001/01/23 17:16:15 PST Modified files: emulators/snes9x Makefile emulators/snes9x/files patch-af Log: More fix about usb support. Revision Changes Path 1.26 +2 -2 ports/emulators/snes9x/Makefile 1.5 +7 -10 ports/emulators/snes9x/files/patch-af To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 17:20:32 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BC42F37B6BD; Tue, 23 Jan 2001 17:20:05 -0800 (PST) Received: (from cg@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0O1K5x20564; Tue, 23 Jan 2001 17:20:05 -0800 (PST) (envelope-from cg) Message-Id: <200101240120.f0O1K5x20564@freefall.freebsd.org> From: Cameron Grant Date: Tue, 23 Jan 2001 17:20:04 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sound/pci t4dwave.c t4dwave.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG cg 2001/01/23 17:20:04 PST Modified files: sys/dev/sound/pci t4dwave.c t4dwave.h Log: some cosmetics, changed channel setup and revamped irq handling - ignore repeated interrupts Revision Changes Path 1.22 +56 -27 src/sys/dev/sound/pci/t4dwave.c 1.4 +3 -1 src/sys/dev/sound/pci/t4dwave.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 17:20:37 2001 Delivered-To: cvs-all@freebsd.org Received: from mobile.wemm.org (c1315225-a.plstn1.sfba.home.com [65.0.135.147]) by hub.freebsd.org (Postfix) with ESMTP id D22DB37B6BA; Tue, 23 Jan 2001 17:20:09 -0800 (PST) Received: from netplex.com.au (localhost [127.0.0.1]) by mobile.wemm.org (8.11.1/8.11.1) with ESMTP id f0O1JV472863; Tue, 23 Jan 2001 17:19:31 -0800 (PST) (envelope-from peter@netplex.com.au) Message-Id: <200101240119.f0O1JV472863@mobile.wemm.org> X-Mailer: exmh version 2.2 06/23/2000 with nmh-1.0.4 To: Jordan Hubbard Cc: Gerhard Sittig , "Jordan K. Hubbard" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src Makefile.inc1 In-Reply-To: <24959.980281806@winston.osd.bsdi.com> Date: Tue, 23 Jan 2001 17:19:31 -0800 From: Peter Wemm Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Jordan Hubbard wrote: > Without knowing much more specifically what you mean by "config(8) > output reporting", it's impossible to answer this question. It could > either be unwonted noise or useful information, depending on just how > much and of what nature this information is. My gut reaction is that > config(8) shouldn't say anything unless you ask it to, however, and > there are already provisions made for passing in CONFIGARGS so if you > wanted to add a -v flag, that might fly without too much contraversy. No, the 'error reporting' is that when config gets a fatal error it actually exits with a non-zero status instead of blissfully blazing through and building a broken kernel config. If you have a syntax error in your config file, it should now cause 'make buildkernel' to stop and report the syntax error instead of pressing on and building the kernel anyway (usually with large bits missing). config doesn't say anything much if everything is ok. There is no need for -v. When it does have something to say, it was neglecting to do an exit(1) because it was assuming that a human could read the output. The problem was that 'make buildkernel' did an immediate 'make depend' which scrolled off any error messages from config(8), leading to foot shooting. > On Mon, Jan 22, 2001 at 15:26 -0800, Jordan K. Hubbard wrote: > > jkh 2001/01/22 15:26:19 PST > > > > Modified files: (Branch: RELENG_4) > > . Makefile.inc1 > > Log: > > MFC: kernel time reporting. > > Is there a need for config(8) output reporting? That's what I'm > asking myself from reading the latest thread on the subject. > > Although buildkernel is the "official" method of building a > kernel, it is said to suffer from information hiding. Will > collecting and summarizing config(8)'s output be easier than > converting all warnings to errors or not suggesting to use the > buildkernel target any longer? > > I'm aware that there's not much point in building with a maybe > damaged or dangerous configuration and reporting the problem > afterwards. And admittedly I'm absolutely ignorant when it comes > to the tool chain and build process. But I thought this could be > a quick way of providing the information and yet stick with the > convenient and officially supported target and have the best of > both worlds until a better solution becomes available. > > > virtually yours 82D1 9B9C 01DC 4FB4 D7B4 61BE 3F49 4F77 72DE DA76 > Gerhard Sittig true | mail -s "get gpg key" Gerhard.Sittig@gmx.net > -- > If you don't understand or are scared by any of the above > ask your parents or an adult to help you. 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 Jan 23 17:21:55 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 840BF37B6B6; Tue, 23 Jan 2001 17:21:31 -0800 (PST) Received: (from vanilla@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0O1LVs20766; Tue, 23 Jan 2001 17:21:31 -0800 (PST) (envelope-from vanilla) Message-Id: <200101240121.f0O1LVs20766@freefall.freebsd.org> From: "Vanilla I. Shu" Date: Tue, 23 Jan 2001 17:21:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/gimp1 Makefile distinfo pkg-plist ports/graphics/gimp1/files gimp.setfont patch-ah patch-am X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG vanilla 2001/01/23 17:21:31 PST Modified files: graphics/gimp1 Makefile distinfo pkg-plist graphics/gimp1/files gimp.setfont patch-ah patch-am Log: Upgrade to 1.2.1. Revision Changes Path 1.87 +2 -2 ports/graphics/gimp1/Makefile 1.40 +1 -1 ports/graphics/gimp1/distinfo 1.55 +3 -0 ports/graphics/gimp1/pkg-plist 1.8 +1 -1 ports/graphics/gimp1/files/gimp.setfont 1.25 +14 -5 ports/graphics/gimp1/files/patch-ah 1.5 +0 -1 ports/graphics/gimp1/files/patch-am To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 17:23:17 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B626A37B6B6; Tue, 23 Jan 2001 17:22:53 -0800 (PST) Received: (from cg@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0O1Mrk20959; Tue, 23 Jan 2001 17:22:53 -0800 (PST) (envelope-from cg) Message-Id: <200101240122.f0O1Mrk20959@freefall.freebsd.org> From: Cameron Grant Date: Tue, 23 Jan 2001 17:22:53 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sound/pci ds1.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG cg 2001/01/23 17:22:53 PST Modified files: sys/dev/sound/pci ds1.c Log: fix blocksizing for playback, implement blocksizing for record Revision Changes Path 1.22 +13 -2 src/sys/dev/sound/pci/ds1.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 17:27:50 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8C13F37B6BA; Tue, 23 Jan 2001 17:27:31 -0800 (PST) Received: (from cg@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0O1RVv21527; Tue, 23 Jan 2001 17:27:31 -0800 (PST) (envelope-from cg) Message-Id: <200101240127.f0O1RVv21527@freefall.freebsd.org> From: Cameron Grant Date: Tue, 23 Jan 2001 17:27:31 -0800 (PST) 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 cg 2001/01/23 17:27:31 PST Modified files: sys/dev/sound/pci es137x.c Log: fix certain cards failing to attach Submitted by: Russell Cattelan Revision Changes Path 1.30 +7 -5 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 Tue Jan 23 17:36:40 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5D55F37B6BF; Tue, 23 Jan 2001 17:36:16 -0800 (PST) Received: (from cg@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0O1aGK22186; Tue, 23 Jan 2001 17:36:16 -0800 (PST) (envelope-from cg) Message-Id: <200101240136.f0O1aGK22186@freefall.freebsd.org> From: Cameron Grant Date: Tue, 23 Jan 2001 17:36:16 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sound/pci fm801.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG cg 2001/01/23 17:36:16 PST Modified files: sys/dev/sound/pci fm801.c Log: don't grope around inside snd_dbuf structures as they will change in future Revision Changes Path 1.6 +1 -12 src/sys/dev/sound/pci/fm801.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 17:43:30 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B9A9237B402; Tue, 23 Jan 2001 17:43:08 -0800 (PST) Received: (from vanilla@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0O1h8q22649; Tue, 23 Jan 2001 17:43:08 -0800 (PST) (envelope-from vanilla) Message-Id: <200101240143.f0O1h8q22649@freefall.freebsd.org> From: "Vanilla I. Shu" Date: Tue, 23 Jan 2001 17:43:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/xine Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG vanilla 2001/01/23 17:43:08 PST Modified files: graphics/xine Makefile Log: Set the right win32 path, and bump version. PR: ports/34579 Submitted by: maintainer. Revision Changes Path 1.10 +3 -1 ports/graphics/xine/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 17:46:42 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A0BE137B402; Tue, 23 Jan 2001 17:46:19 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0O1kJk23056; Tue, 23 Jan 2001 17:46:19 -0800 (PST) (envelope-from jhb) Message-Id: <200101240146.f0O1kJk23056@freefall.freebsd.org> From: John Baldwin Date: Tue, 23 Jan 2001 17:46:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/cam cam_sim.c cam_sim.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/23 17:46:18 PST Modified files: sys/cam cam_sim.c cam_sim.h Log: Const'ify cam_sim.sim_name to quiet warnings. Reviewed by: -scsi Revision Changes Path 1.4 +2 -2 src/sys/cam/cam_sim.c 1.5 +9 -9 src/sys/cam/cam_sim.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 17:47:20 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C38E637B6BE; Tue, 23 Jan 2001 17:46:57 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0O1kvn23146; Tue, 23 Jan 2001 17:46:57 -0800 (PST) (envelope-from jhb) Message-Id: <200101240146.f0O1kvn23146@freefall.freebsd.org> From: John Baldwin Date: Tue, 23 Jan 2001 17:46:57 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/cam/scsi scsi_low.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/23 17:46:57 PST Modified files: sys/cam/scsi scsi_low.c Log: #ifdef a local variable only used in debugging code. Reviewed by: -scsi Revision Changes Path 1.5 +5 -2 src/sys/cam/scsi/scsi_low.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 18: 1:46 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 21FF337B401; Tue, 23 Jan 2001 18:01:26 -0800 (PST) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0O21QT24270; Tue, 23 Jan 2001 18:01:26 -0800 (PST) (envelope-from kuriyama) Message-Id: <200101240201.f0O21QT24270@freefall.freebsd.org> From: Jun Kuriyama Date: Tue, 23 Jan 2001 18:01:25 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/postfix-current Makefile pkg-install pkg-plist ports/mail/postfix-current/scripts configure.postfix X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kuriyama 2001/01/23 18:01:25 PST Modified files: mail/postfix-current Makefile pkg-install pkg-plist Added files: mail/postfix-current/scripts configure.postfix Log: Use configure.postfix script to configure. Add an option for Berkeley DB3. Use tabs instead of spaces in mailer.conf. PR: ports/24429 Submitted by: yds@dppl.com Reviewed and modified by: maintainer Revision Changes Path 1.39 +23 -72 ports/mail/postfix-current/Makefile 1.5 +5 -0 ports/mail/postfix-current/pkg-install 1.15 +8 -8 ports/mail/postfix-current/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 Jan 23 18: 9:26 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E57A437B401; Tue, 23 Jan 2001 18:09:04 -0800 (PST) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0O294w27065; Tue, 23 Jan 2001 18:09:04 -0800 (PST) (envelope-from kuriyama) Message-Id: <200101240209.f0O294w27065@freefall.freebsd.org> From: Jun Kuriyama Date: Tue, 23 Jan 2001 18:09:04 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/pcre Makefile distinfo pkg-plist ports/devel/pcre/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kuriyama 2001/01/23 18:09:04 PST Modified files: devel/pcre Makefile distinfo pkg-plist devel/pcre/files patch-aa Log: Upgrade to 3.4. PR: ports/24430 Submitted by: yds@dppl.com No response from: maintainer Revision Changes Path 1.8 +4 -9 ports/devel/pcre/Makefile 1.5 +1 -1 ports/devel/pcre/distinfo 1.6 +1 -1 ports/devel/pcre/pkg-plist 1.2 +52 -21 ports/devel/pcre/files/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 Jan 23 18:19:14 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BD4D737B400; Tue, 23 Jan 2001 18:18:54 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0O2Iso27845; Tue, 23 Jan 2001 18:18:54 -0800 (PST) (envelope-from jhb) Message-Id: <200101240218.f0O2Iso27845@freefall.freebsd.org> From: John Baldwin Date: Tue, 23 Jan 2001 18:18:54 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/hpfs hpfs_vnops.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/23 18:18:54 PST Modified files: sys/fs/hpfs hpfs_vnops.c Log: The lock being destroyed was misnamed, not unused. Add the lockdestroy() back in but with the proper name so that this compiles. Submitted by: jasone Revision Changes Path 1.10 +3 -1 src/sys/fs/hpfs/hpfs_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 18:38:17 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5EAA837B404; Tue, 23 Jan 2001 18:37:55 -0800 (PST) Received: (from archie@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0O2bta29372; Tue, 23 Jan 2001 18:37:55 -0800 (PST) (envelope-from archie) Message-Id: <200101240237.f0O2bta29372@freefall.freebsd.org> From: Archie Cobbs Date: Tue, 23 Jan 2001 18:37:55 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/tcpdump print-smb.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG archie 2001/01/23 18:37:55 PST Modified files: contrib/tcpdump print-smb.c Log: Fix bug where tcpdump shows data beyond the end of certain NBT packets. Revision Changes Path 1.2 +3 -1 src/contrib/tcpdump/print-smb.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 19:26:22 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AFD4D37B6A6; Tue, 23 Jan 2001 19:26:02 -0800 (PST) Received: (from vanilla@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0O3Q2R35436; Tue, 23 Jan 2001 19:26:02 -0800 (PST) (envelope-from vanilla) Message-Id: <200101240326.f0O3Q2R35436@freefall.freebsd.org> From: "Vanilla I. Shu" Date: Tue, 23 Jan 2001 19:26:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/nessus Makefile distinfo ports/security/nessus/files patch-ag ports/security/nessus-libnasl Makefile distinfo pkg-plist ports/security/nessus-libraries Makefile distinfo ports/security/nessus-plugins Makefile distinfo ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG vanilla 2001/01/23 19:26:02 PST Modified files: security/nessus Makefile distinfo security/nessus/files patch-ag security/nessus-libnasl Makefile distinfo pkg-plist security/nessus-libraries Makefile distinfo security/nessus-plugins Makefile distinfo pkg-plist Log: Upgrade to 1.0.7. PR: ports/24501, ports/24502, ports/24503, ports24504 Submitted by: maintainer Revision Changes Path 1.21 +13 -16 ports/security/nessus/Makefile 1.10 +1 -1 ports/security/nessus/distinfo 1.4 +0 -1 ports/security/nessus/files/patch-ag 1.15 +13 -14 ports/security/nessus-libnasl/Makefile 1.9 +1 -1 ports/security/nessus-libnasl/distinfo 1.4 +3 -3 ports/security/nessus-libnasl/pkg-plist 1.16 +11 -12 ports/security/nessus-libraries/Makefile 1.10 +1 -1 ports/security/nessus-libraries/distinfo 1.16 +11 -12 ports/security/nessus-plugins/Makefile 1.10 +1 -1 ports/security/nessus-plugins/distinfo 1.11 +69 -18 ports/security/nessus-plugins/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 Jan 23 19:39:31 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 07E3E37B400; Tue, 23 Jan 2001 19:39:10 -0800 (PST) Received: (from grog@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0O3dAj36846; Tue, 23 Jan 2001 19:39:10 -0800 (PST) (envelope-from grog) Message-Id: <200101240339.f0O3dAj36846@freefall.freebsd.org> From: Greg Lehey Date: Tue, 23 Jan 2001 19:39:09 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en support.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG grog 2001/01/23 19:39:09 PST Modified files: en support.sgml Log: Add AAFUGIT (Ames Area Free Unix Group on Information Technology). Submitted by: "Nicolai L. Brown" Revision Changes Path 1.216 +11 -2 www/en/support.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 19:49: 4 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C5AD637B401; Tue, 23 Jan 2001 19:48:41 -0800 (PST) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0O3mf837632; Tue, 23 Jan 2001 19:48:41 -0800 (PST) (envelope-from will) Message-Id: <200101240348.f0O3mf837632@freefall.freebsd.org> From: Will Andrews Date: Tue, 23 Jan 2001 19:48:41 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/qt22 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/01/23 19:48:41 PST Modified files: x11-toolkits/qt22 Makefile Log: Fix bogons related to WANT_STATIC. Submitted by: jkh Revision Changes Path 1.73 +4 -3 ports/x11-toolkits/qt22/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 19:58:46 2001 Delivered-To: cvs-all@freebsd.org Received: from citusc17.usc.edu (citusc17.usc.edu [128.125.38.177]) by hub.freebsd.org (Postfix) with ESMTP id 7FADA37B404; Tue, 23 Jan 2001 19:58:26 -0800 (PST) Received: (from kris@localhost) by citusc17.usc.edu (8.11.1/8.11.1) id f0O41vE25506; Tue, 23 Jan 2001 20:01:57 -0800 (PST) (envelope-from kris) Date: Tue, 23 Jan 2001 20:01:57 -0800 From: Kris Kennaway To: Archie Cobbs Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/tcpdump print-smb.c Message-ID: <20010123200157.A25436@citusc17.usc.edu> References: <200101240237.f0O2bta29372@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="tKW2IUtsqtDRztdT" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200101240237.f0O2bta29372@freefall.freebsd.org>; from archie@FreeBSD.org on Tue, Jan 23, 2001 at 06:37:55PM -0800 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --tKW2IUtsqtDRztdT Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Jan 23, 2001 at 06:37:55PM -0800, Archie Cobbs wrote: > archie 2001/01/23 18:37:55 PST >=20 > Modified files: > contrib/tcpdump print-smb.c=20 > Log: > Fix bug where tcpdump shows data beyond the end of certain NBT packets. > =20 > Revision Changes Path > 1.2 +3 -1 src/contrib/tcpdump/print-smb.c Congratulations, you just took this file off the vendor branch :-( Why couldn't this have been submitted through the tcpdump coders and vendor imported when they apply the patch? Kris --=20 NOTE: To fetch an updated copy of my GPG key which has not expired, finger kris@FreeBSD.org --tKW2IUtsqtDRztdT Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE6blO1Wry0BWjoQKURAqRjAJ9hbY+a94/1SECFBQEIYzi46m7s9wCgle/T 26Trwqf2VEy6l9zzTwHI2WQ= =BZrZ -----END PGP SIGNATURE----- --tKW2IUtsqtDRztdT-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 20:35:37 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D7FFC37B400; Tue, 23 Jan 2001 20:35:13 -0800 (PST) Received: (from mckusick@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0O4ZDR43447; Tue, 23 Jan 2001 20:35:13 -0800 (PST) (envelope-from mckusick) Message-Id: <200101240435.f0O4ZDR43447@freefall.freebsd.org> From: Kirk McKusick Date: Tue, 23 Jan 2001 20:35:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_sysctl.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mckusick 2001/01/23 20:35:13 PST Modified files: sys/kern kern_sysctl.c Log: Never reuse AUTO_OID values. Approved by: Alfred Perlstein Revision Changes Path 1.103 +6 -8 src/sys/kern/kern_sysctl.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 21: 4:25 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2BC0637B402; Tue, 23 Jan 2001 21:04:05 -0800 (PST) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0O545p45935; Tue, 23 Jan 2001 21:04:05 -0800 (PST) (envelope-from knu) Message-Id: <200101240504.f0O545p45935@freefall.freebsd.org> From: Akinori MUSHA Date: Tue, 23 Jan 2001 21:04:04 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/mpg123.el Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2001/01/23 21:04:04 PST Modified files: audio/mpg123.el Makefile distinfo Log: Update to 1.19. Approved by: MAINTAINER Revision Changes Path 1.11 +2 -2 ports/audio/mpg123.el/Makefile 1.9 +1 -1 ports/audio/mpg123.el/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 21: 7:42 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4269537B400; Tue, 23 Jan 2001 21:07:20 -0800 (PST) Received: (from ade@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0O57Kg48399; Tue, 23 Jan 2001 21:07:20 -0800 (PST) (envelope-from ade) Message-Id: <200101240507.f0O57Kg48399@freefall.freebsd.org> From: Ade Lovett Date: Tue, 23 Jan 2001 21:07:20 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/gnomelibs Makefile distinfo pkg-plist ports/x11/gnomelibs/files patch-ba patch-bc patch-bd patch-bg X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ade 2001/01/23 21:07:20 PST Modified files: x11/gnomelibs Makefile distinfo pkg-plist x11/gnomelibs/files patch-ba patch-bc patch-bd patch-bg Log: Update to 1.2.9 -- bring in a few pieces of documentation here which slightly change a few other ports. Revision Changes Path 1.76 +6 -3 ports/x11/gnomelibs/Makefile 1.31 +1 -1 ports/x11/gnomelibs/distinfo 1.27 +243 -12 ports/x11/gnomelibs/pkg-plist 1.6 +3 -16 ports/x11/gnomelibs/files/patch-ba 1.15 +3 -3 ports/x11/gnomelibs/files/patch-bc 1.15 +4 -4 ports/x11/gnomelibs/files/patch-bd 1.12 +3 -3 ports/x11/gnomelibs/files/patch-bg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 21: 9:37 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4BD2137B400; Tue, 23 Jan 2001 21:09:15 -0800 (PST) Received: (from ade@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0O59EZ48642; Tue, 23 Jan 2001 21:09:14 -0800 (PST) (envelope-from ade) Message-Id: <200101240509.f0O59EZ48642@freefall.freebsd.org> From: Ade Lovett Date: Tue, 23 Jan 2001 21:09:14 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/gdk-pixbuf Makefile pkg-plist ports/sysutils/gnomecontrolcenter Makefile pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ade 2001/01/23 21:09:14 PST Modified files: graphics/gdk-pixbuf Makefile pkg-plist sysutils/gnomecontrolcenter Makefile pkg-plist Log: Minor cleanups as a result of gnomelibs 1.2.9 Revision Changes Path 1.16 +2 -1 ports/graphics/gdk-pixbuf/Makefile 1.11 +0 -1 ports/graphics/gdk-pixbuf/pkg-plist 1.28 +2 -2 ports/sysutils/gnomecontrolcenter/Makefile 1.15 +0 -1 ports/sysutils/gnomecontrolcenter/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 Jan 23 21:10:21 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3932437B401; Tue, 23 Jan 2001 21:09:58 -0800 (PST) Received: (from ade@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0O59wk48738; Tue, 23 Jan 2001 21:09:58 -0800 (PST) (envelope-from ade) Message-Id: <200101240509.f0O59wk48738@freefall.freebsd.org> From: Ade Lovett Date: Tue, 23 Jan 2001 21:09:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/libghttp Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ade 2001/01/23 21:09:58 PST Modified files: www/libghttp Makefile distinfo Log: Update to 1.0.9 Revision Changes Path 1.21 +2 -2 ports/www/libghttp/Makefile 1.10 +1 -1 ports/www/libghttp/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 21:10:44 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 16FFF37B6AD; Tue, 23 Jan 2001 21:10:19 -0800 (PST) Received: (from ade@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0O5AI448798; Tue, 23 Jan 2001 21:10:18 -0800 (PST) (envelope-from ade) Message-Id: <200101240510.f0O5AI448798@freefall.freebsd.org> From: Ade Lovett Date: Tue, 23 Jan 2001 21:10:18 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/oaf Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ade 2001/01/23 21:10:18 PST Modified files: devel/oaf Makefile distinfo pkg-plist Log: Update to 0.6.2 Revision Changes Path 1.10 +2 -2 ports/devel/oaf/Makefile 1.6 +1 -1 ports/devel/oaf/distinfo 1.8 +3 -1 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 Tue Jan 23 21:11: 9 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D878237B6C9; Tue, 23 Jan 2001 21:10:41 -0800 (PST) Received: (from ade@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0O5Aft48843; Tue, 23 Jan 2001 21:10:41 -0800 (PST) (envelope-from ade) Message-Id: <200101240510.f0O5Aft48843@freefall.freebsd.org> From: Ade Lovett Date: Tue, 23 Jan 2001 21:10:41 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/xml-i18n-tools Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ade 2001/01/23 21:10:41 PST Modified files: textproc/xml-i18n-tools Makefile distinfo Log: Update to 0.6 Revision Changes Path 1.2 +2 -2 ports/textproc/xml-i18n-tools/Makefile 1.2 +1 -1 ports/textproc/xml-i18n-tools/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 21:26:13 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8600537B400; Tue, 23 Jan 2001 21:25:53 -0800 (PST) Received: (from ade@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0O5Pro49903; Tue, 23 Jan 2001 21:25:53 -0800 (PST) (envelope-from ade) Message-Id: <200101240525.f0O5Pro49903@freefall.freebsd.org> From: Ade Lovett Date: Tue, 23 Jan 2001 21:25:53 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/gnomelibs Makefile ports/x11/gnomelibs/files patch-bn X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ade 2001/01/23 21:25:53 PST Modified files: x11/gnomelibs Makefile Added files: x11/gnomelibs/files patch-bn Log: *sigh* missed a relatvely important patch, at least from a packaging PoV Bump PORTREVISION accordingly. Revision Changes Path 1.77 +2 -1 ports/x11/gnomelibs/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 21:33:25 2001 Delivered-To: cvs-all@freebsd.org Received: from InterJet.dellroad.org (adsl-63-194-81-26.dsl.snfc21.pacbell.net [63.194.81.26]) by hub.freebsd.org (Postfix) with ESMTP id 7D16337B401; Tue, 23 Jan 2001 21:33:06 -0800 (PST) Received: from curve.dellroad.org (curve.dellroad.org [10.1.1.30]) by InterJet.dellroad.org (8.9.1a/8.9.1) with ESMTP id VAA48176; Tue, 23 Jan 2001 21:33:05 -0800 (PST) Received: (from archie@localhost) by curve.dellroad.org (8.9.3/8.9.3) id VAA00299; Tue, 23 Jan 2001 21:33:05 -0800 (PST) (envelope-from archie) From: Archie Cobbs Message-Id: <200101240533.VAA00299@curve.dellroad.org> Subject: Re: cvs commit: src/contrib/tcpdump print-smb.c In-Reply-To: <20010123200157.A25436@citusc17.usc.edu> "from Kris Kennaway at Jan 23, 2001 08:01:57 pm" To: Kris Kennaway Date: Tue, 23 Jan 2001 21:33:05 -0800 (PST) Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL77 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Kris Kennaway writes: > > Modified files: > > contrib/tcpdump print-smb.c > > Log: > > Fix bug where tcpdump shows data beyond the end of certain NBT packets. > > > > Revision Changes Path > > 1.2 +3 -1 src/contrib/tcpdump/print-smb.c > > Congratulations, you just took this file off the vendor branch :-( Sorry if I'm being obtuse, but how is that a problem? Doesn't CVS do the right thing in this case? There are lots of other files in that directory with $FreeBSD$ in them. > Why couldn't this have been submitted through the tcpdump coders and > vendor imported when they apply the patch? I did submit it, just like I've submitted other stuff to them. I never hear anything back and this time didn't feel like waiting. If they integrate it, then the next merge will harmonize the two. If not, then we get to enjoy a non-broken tcpdump in the meantime. -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 Jan 23 21:52:31 2001 Delivered-To: cvs-all@freebsd.org Received: from citusc17.usc.edu (citusc17.usc.edu [128.125.38.177]) by hub.freebsd.org (Postfix) with ESMTP id DD8FE37B400; Tue, 23 Jan 2001 21:52:10 -0800 (PST) Received: (from kris@localhost) by citusc17.usc.edu (8.11.1/8.11.1) id f0O5te827595; Tue, 23 Jan 2001 21:55:40 -0800 (PST) (envelope-from kris) Date: Tue, 23 Jan 2001 21:55:39 -0800 From: Kris Kennaway To: Archie Cobbs Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/tcpdump print-smb.c Message-ID: <20010123215539.A27564@citusc17.usc.edu> References: <20010123200157.A25436@citusc17.usc.edu> <200101240533.VAA00299@curve.dellroad.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="Dxnq1zWXvFF0Q93v" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200101240533.VAA00299@curve.dellroad.org>; from archie@dellroad.org on Tue, Jan 23, 2001 at 09:33:05PM -0800 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --Dxnq1zWXvFF0Q93v Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Jan 23, 2001 at 09:33:05PM -0800, Archie Cobbs wrote: > Kris Kennaway writes: > > > Modified files: > > > contrib/tcpdump print-smb.c=20 > > > Log: > > > Fix bug where tcpdump shows data beyond the end of certain NBT pack= ets. > > > =20 > > > Revision Changes Path > > > 1.2 +3 -1 src/contrib/tcpdump/print-smb.c > >=20 > > Congratulations, you just took this file off the vendor branch :-( >=20 > Sorry if I'm being obtuse, but how is that a problem? Doesn't CVS > do the right thing in this case? There are lots of other files > in that directory with $FreeBSD$ in them. No. From now on, every new vendor release of that file will need to have patches merged by hand. Kris --=20 NOTE: To fetch an updated copy of my GPG key which has not expired, finger kris@FreeBSD.org --Dxnq1zWXvFF0Q93v Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE6bm5bWry0BWjoQKURAjXHAKDuqo7IuN6cv9uIUI/VIMmebK5TCgCfT593 Zsd6Rw1P6sTsx1i/o9DqiU4= =rDV4 -----END PGP SIGNATURE----- --Dxnq1zWXvFF0Q93v-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 22: 7:49 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5D28637B401; Tue, 23 Jan 2001 22:07:26 -0800 (PST) Received: (from dinoex@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0O67Qo59313; Tue, 23 Jan 2001 22:07:26 -0800 (PST) (envelope-from dinoex) Message-Id: <200101240607.f0O67Qo59313@freefall.freebsd.org> From: Dirk Meyer Date: Tue, 23 Jan 2001 22:07:26 -0800 (PST) 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 dinoex 2001/01/23 22:07:26 PST 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 myself from contributor to commiter Revision Changes Path 1.142 +3 -1 doc/en_US.ISO_8859-1/books/handbook/authors.ent 1.364 +1 -5 doc/en_US.ISO_8859-1/books/handbook/contrib/chapter.sgml 1.191 +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 Tue Jan 23 22: 8:50 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A107E37B400; Tue, 23 Jan 2001 22:08:28 -0800 (PST) Received: (from dinoex@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0O68SC60457; Tue, 23 Jan 2001 22:08:28 -0800 (PST) (envelope-from dinoex) Message-Id: <200101240608.f0O68SC60457@freefall.freebsd.org> From: Dirk Meyer Date: Tue, 23 Jan 2001 22:08:28 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/astro/xearth/files freebsd.committers.markers X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dinoex 2001/01/23 22:08:28 PST Modified files: astro/xearth/files freebsd.committers.markers Log: add myself to the map Revision Changes Path 1.58 +1 -0 ports/astro/xearth/files/freebsd.committers.markers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 22: 9:54 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 85EAD37B400; Tue, 23 Jan 2001 22:09:32 -0800 (PST) Received: (from dinoex@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0O69WM61650; Tue, 23 Jan 2001 22:09:32 -0800 (PST) (envelope-from dinoex) Message-Id: <200101240609.f0O69WM61650@freefall.freebsd.org> From: Dirk Meyer Date: Tue, 23 Jan 2001 22:09:31 -0800 (PST) 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 dinoex 2001/01/23 22:09:31 PST Modified files: en/news newsflash.sgml Log: add myself as a new committer Revision Changes Path 1.238 +4 -1 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 Tue Jan 23 22:11:14 2001 Delivered-To: cvs-all@freebsd.org Received: from InterJet.dellroad.org (adsl-63-194-81-26.dsl.snfc21.pacbell.net [63.194.81.26]) by hub.freebsd.org (Postfix) with ESMTP id 3AFF837B400; Tue, 23 Jan 2001 22:10:50 -0800 (PST) Received: from curve.dellroad.org (curve.dellroad.org [10.1.1.30]) by InterJet.dellroad.org (8.9.1a/8.9.1) with ESMTP id WAA48371; Tue, 23 Jan 2001 22:10:49 -0800 (PST) Received: (from archie@localhost) by curve.dellroad.org (8.9.3/8.9.3) id WAA00480; Tue, 23 Jan 2001 22:10:49 -0800 (PST) (envelope-from archie) From: Archie Cobbs Message-Id: <200101240610.WAA00480@curve.dellroad.org> Subject: Re: cvs commit: src/contrib/tcpdump print-smb.c In-Reply-To: <20010123215539.A27564@citusc17.usc.edu> "from Kris Kennaway at Jan 23, 2001 09:55:39 pm" To: Kris Kennaway Date: Tue, 23 Jan 2001 22:10:49 -0800 (PST) Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL77 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Kris Kennaway writes: > > > > Modified files: > > > > contrib/tcpdump print-smb.c > > > > Log: > > > > Fix bug where tcpdump shows data beyond the end of certain NBT packets. > > > > > > > > Revision Changes Path > > > > 1.2 +3 -1 src/contrib/tcpdump/print-smb.c > > > > > > Congratulations, you just took this file off the vendor branch :-( > > > > Sorry if I'm being obtuse, but how is that a problem? Doesn't CVS > > do the right thing in this case? There are lots of other files > > in that directory with $FreeBSD$ in them. > > No. From now on, every new vendor release of that file will need to > have patches merged by hand. By hand? The "cvs update -j .. -j .." or whatever that you do after an import should take care of all of the non-conflicting modifications for all of the files at once. So there should be zero extra work caused by this change, unless I'm misunderstanding something (I'm not a CVS expert). -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 Jan 23 22:19:17 2001 Delivered-To: cvs-all@freebsd.org Received: from pike.osd.bsdi.com (unknown [204.216.28.222]) by hub.freebsd.org (Postfix) with ESMTP id 6A85C37B401; Tue, 23 Jan 2001 22:18:48 -0800 (PST) Received: from foo.osd.bsdi.com (root@foo.osd.bsdi.com [204.216.28.137]) by pike.osd.bsdi.com (8.11.1/8.9.3) with ESMTP id f0O6Igx90238; Tue, 23 Jan 2001 22:18:42 -0800 (PST) (envelope-from jhb@foo.osd.bsdi.com) Received: (from jhb@localhost) by foo.osd.bsdi.com (8.11.1/8.11.1) id f0O6IH670886; Tue, 23 Jan 2001 22:18:17 -0800 (PST) (envelope-from jhb) Message-ID: 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: <200101240610.WAA00480@curve.dellroad.org> Date: Tue, 23 Jan 2001 22:18:17 -0800 (PST) Organization: BSD, Inc. From: John Baldwin To: Archie Cobbs Subject: Re: cvs commit: src/contrib/tcpdump print-smb.c Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, Kris Kennaway Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 24-Jan-01 Archie Cobbs wrote: > Kris Kennaway writes: >> > > > Modified files: >> > > > contrib/tcpdump print-smb.c >> > > > Log: >> > > > Fix bug where tcpdump shows data beyond the end of certain >> > > > NBT packets. >> > > > >> > > > Revision Changes Path >> > > > 1.2 +3 -1 src/contrib/tcpdump/print-smb.c >> > > >> > > Congratulations, you just took this file off the vendor branch >> > > :-( >> > >> > Sorry if I'm being obtuse, but how is that a problem? Doesn't CVS >> > do the right thing in this case? There are lots of other files >> > in that directory with $FreeBSD$ in them. >> >> No. From now on, every new vendor release of that file will need to >> have patches merged by hand. > > By hand? The "cvs update -j .. -j .." or whatever that you do after > an import should take care of all of the non-conflicting > modifications > for all of the files at once. So there should be zero extra work > caused by this change, unless I'm misunderstanding something (I'm > not a CVS expert). See the committers guide, it has a FAQ for this: http://www.freebsd.org/tutorials/committers-guide/article.html 10.1. Why are trivial or cosmetic changes to files on a vendor branch a bad idea? The RCS file format is quite braindead and certain operations to achieve things for CVS are hideously expensive for the repository. Making changes to files on a vendor branch, thereby pulling the file off that branch, is one example of this. Suppose you have a file which was first imported on a vendor branch, and was then re-imported three times (still on the vendor branch) as the vendor makes updates to the file. 1.1.1.1 vendor import 1.1.1.2 vendor import, +1000, -500 lines 1.1.1.3 vendor import, +2000, -500 lines 1.1.1.4 vendor import, +1000, -1000 lines Now suppose that one of the FreeBSD committers makes a one line change to this file, causing it to go to version 1.2. This causes it to leave the branch, resulting in 4,001 lines being added to the file's history, and 2,001 lines being deleted. This is because the 1.2 delta is stored relative to 1.1.1.1, not 1.1.1.4, and so the entire vendor history is duplicated in the 1.2 delta. Now, repeat this for 2000 files in a large directory, it adds up a lot. This is why we have such ``hands off'' policies for src/contrib and other things that track the vendor releases. This is why ``typo fixes'' in man pages and spelling ``corrections'' are so strongly discouraged for vendor code. -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.Baldwin.cx/~john/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 Tue Jan 23 22:19:39 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3E51237B6A1; Tue, 23 Jan 2001 22:19:11 -0800 (PST) Received: (from dillon@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0O6JBA69832; Tue, 23 Jan 2001 22:19:11 -0800 (PST) (envelope-from dillon) Message-Id: <200101240619.f0O6JBA69832@freefall.freebsd.org> From: Matt Dillon Date: Tue, 23 Jan 2001 22:19:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_cluster.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dillon 2001/01/23 22:19:09 PST Modified files: (Branch: RELENG_4) sys/kern vfs_cluster.c Log: MFC 1.103. Do not cluster with B_LOCKED buffers. This appears to fix a background write panic bug though I can't figure out how. Since it's a very good idea anyway (and seems to fix a bug), I'm MFCing it. Revision Changes Path 1.92.2.4 +22 -6 src/sys/kern/vfs_cluster.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 22:23:29 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8653737B400; Tue, 23 Jan 2001 22:23:08 -0800 (PST) Received: (from dinoex@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0O6N8E71267; Tue, 23 Jan 2001 22:23:08 -0800 (PST) (envelope-from dinoex) Message-Id: <200101240623.f0O6N8E71267@freefall.freebsd.org> From: Dirk Meyer Date: Tue, 23 Jan 2001 22:23:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/news/cnews Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dinoex 2001/01/23 22:23:08 PST Modified files: news/cnews Makefile Log: Removed write permissions on %PREFIX%/news/cnewsbin/input/newsspool global SUID bit is needed by uux group permission will not be enought. Thanks to jedgar@fxp.org (Chris Faulhaber) for security advice. Revision Changes Path 1.38 +3 -3 ports/news/cnews/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 22:29:31 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8DFA737B401; Tue, 23 Jan 2001 22:29:13 -0800 (PST) Received: (from dinoex@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0O6TDS71931; Tue, 23 Jan 2001 22:29:13 -0800 (PST) (envelope-from dinoex) Message-Id: <200101240629.f0O6TDS71931@freefall.freebsd.org> From: Dirk Meyer Date: Tue, 23 Jan 2001 22:29:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/news/fidogate Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dinoex 2001/01/23 22:29:13 PST Modified files: news/fidogate Makefile Log: Removed blank line to make portlint happy Revision Changes Path 1.17 +1 -2 ports/news/fidogate/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 22:31:55 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4344937B400; Tue, 23 Jan 2001 22:31:34 -0800 (PST) Received: (from dinoex@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0O6VYJ72235; Tue, 23 Jan 2001 22:31:34 -0800 (PST) (envelope-from dinoex) Message-Id: <200101240631.f0O6VYJ72235@freefall.freebsd.org> From: Dirk Meyer Date: Tue, 23 Jan 2001 22:31:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/pathalias Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dinoex 2001/01/23 22:31:34 PST Modified files: mail/pathalias Makefile Log: removed extra space characters Revision Changes Path 1.5 +2 -2 ports/mail/pathalias/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 22:34:49 2001 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 1724F37B402; Tue, 23 Jan 2001 22:34:22 -0800 (PST) Received: (from bright@localhost) by fw.wintelcom.net (8.10.0/8.10.0) id f0O6YIU26743; Tue, 23 Jan 2001 22:34:18 -0800 (PST) Date: Tue, 23 Jan 2001 22:34:18 -0800 From: Alfred Perlstein To: Archie Cobbs Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/tcpdump print-smb.c Message-ID: <20010123223418.R26076@fw.wintelcom.net> References: <200101240237.f0O2bta29372@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200101240237.f0O2bta29372@freefall.freebsd.org>; from archie@FreeBSD.org on Tue, Jan 23, 2001 at 06:37:55PM -0800 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * Archie Cobbs [010123 18:39] wrote: > archie 2001/01/23 18:37:55 PST > > Modified files: > contrib/tcpdump print-smb.c > Log: > Fix bug where tcpdump shows data beyond the end of certain NBT packets. ugh, somehow I deleted the follow ups to this. Why not adopt a -ports like system for this where we can have a set of patchfiles applied to the dist and direct the output to the OBJDIR? I'm not sure of the hackery involved in doing so as patch wants to patch files "in place", but if someone could come up with a clever way of doing this we might have a somewhat more elegant solution than working on these imported sources or waiting for vendor fixes. ? -- -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 Tue Jan 23 22:52:28 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4465737B401; Tue, 23 Jan 2001 22:52:04 -0800 (PST) Received: (from sumikawa@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0O6q4h75475; Tue, 23 Jan 2001 22:52:04 -0800 (PST) (envelope-from sumikawa) Message-Id: <200101240652.f0O6q4h75475@freefall.freebsd.org> From: Munechika SUMIKAWA Date: Tue, 23 Jan 2001 22:52:04 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/mozilla+ipv6 Makefile pkg-comment pkg-descr pkg-plist ports/www/mozilla+ipv6/files patch-ao patch-ap patch-aq patch-an X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sumikawa 2001/01/23 22:52:04 PST Modified files: www/mozilla+ipv6 Makefile pkg-comment pkg-descr pkg-plist Added files: www/mozilla+ipv6/files patch-ao patch-ap patch-aq Removed files: www/mozilla+ipv6/files patch-an Log: Sync with www/mozilla. Submitted by: ume Revision Changes Path 1.52 +8 -6 ports/www/mozilla+ipv6/Makefile 1.7 +1 -1 ports/www/mozilla+ipv6/pkg-comment 1.19 +17 -3 ports/www/mozilla+ipv6/pkg-descr 1.31 +26 -0 ports/www/mozilla+ipv6/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 Jan 23 22:54:44 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6403737B401; Tue, 23 Jan 2001 22:54:24 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0O6sOH75731; Tue, 23 Jan 2001 22:54:24 -0800 (PST) (envelope-from jhb) Message-Id: <200101240654.f0O6sOH75731@freefall.freebsd.org> From: John Baldwin Date: Tue, 23 Jan 2001 22:54:24 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_init.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/23 22:54:24 PST Modified files: sys/vm vm_init.c Log: Add missing include. Revision Changes Path 1.24 +2 -1 src/sys/vm/vm_init.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 23 23: 6:40 2001 Delivered-To: cvs-all@freebsd.org Received: from harmony.village.org (rover.village.org [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 7495E37B69B; Tue, 23 Jan 2001 23:06:14 -0800 (PST) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.11.1/8.11.1) with ESMTP id f0O76C955546; Wed, 24 Jan 2001 00:06:12 -0700 (MST) (envelope-from imp@harmony.village.org) Message-Id: <200101240706.f0O76C955546@harmony.village.org> To: Alfred Perlstein Subject: Re: cvs commit: src/contrib/tcpdump print-smb.c Cc: Archie Cobbs , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Tue, 23 Jan 2001 22:34:18 PST." <20010123223418.R26076@fw.wintelcom.net> References: <20010123223418.R26076@fw.wintelcom.net> <200101240237.f0O2bta29372@freefall.freebsd.org> Date: Wed, 24 Jan 2001 00:06:12 -0700 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <20010123223418.R26076@fw.wintelcom.net> Alfred Perlstein writes: : Why not adopt a -ports like system for this where we can have a : set of patchfiles applied to the dist and direct the output to the : OBJDIR? Because it is a huge pain in the butt to keep up to date. We've had this discussion before. : I'm not sure of the hackery involved in doing so as patch wants to : patch files "in place", but if someone could come up with a clever : way of doing this we might have a somewhat more elegant solution : than working on these imported sources or waiting for vendor fixes. The problem there is getting back to virgin sources. You'd need two full copies of the tree, one "virgin" and one that you've patched, likely in OBJDIR like you suggest. The contrib part of the tree is too large to do this, even at today's disk prices. A subset of files might not be too hard to do, but my gut tells me it would inflict a high level of pain. However, if someone can prototype a system that proves me wrong, feel free to let me know how wrong I am. :-) Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 0: 7:10 2001 Delivered-To: cvs-all@freebsd.org Received: from shale.csir.co.za (shale.csir.co.za [146.64.46.5]) by hub.freebsd.org (Postfix) with ESMTP id AFB6E37B401; Wed, 24 Jan 2001 00:06:45 -0800 (PST) Received: from C992631-A.pinol1.sfba.home.com (C992631-A.pinol1.sfba.home.com [24.12.58.155]) by shale.csir.co.za (8.9.3/8.9.3) with ESMTP id KAA29605; Wed, 24 Jan 2001 10:06:33 +0200 (SAT) (envelope-from reg@shale.csir.co.za) Received: (from reg@localhost) by C992631-A.pinol1.sfba.home.com (8.11.1/8.11.1) id f0O86I722789; Wed, 24 Jan 2001 00:06:18 -0800 (PST) (envelope-from reg) Date: Wed, 24 Jan 2001 00:06:17 -0800 From: Jeremy Lea To: Maxim Sobolev Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/pkg_install/add extract.c main.c src/usr.sbin/pkg_install/create create.h main.c perform.c pkg_create.1 src/usr.sbin/pkg_install/lib file.c plist.c Message-ID: <20010124000617.C63549@shale.csir.co.za> Mail-Followup-To: Jeremy Lea , Maxim Sobolev , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200101221201.f0MC1tV27540@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200101221201.f0MC1tV27540@freefall.freebsd.org>; from sobomax@FreeBSD.org on Mon, Jan 22, 2001 at 04:01:55AM -0800 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, On Mon, Jan 22, 2001 at 04:01:55AM -0800, Maxim Sobolev wrote: > Modified files: > usr.sbin/pkg_install/add extract.c main.c > usr.sbin/pkg_install/create create.h main.c perform.c > pkg_create.1 > usr.sbin/pkg_install/lib file.c plist.c > Log: > - Add ability to handle bzip2-compressed packages; The code in create/main.c never turns UseBzip2 = TRUE. Which implies it was never tested, which also implies that the command line switch is redundant. We can guess bzip2 compression from the suffix. In fact we have to have a bzip2 suffix, else we can't guess how to extract it, so having a command line switch can only cause bad things to happen. > No response from: -ports This should have read Approved by: jkh He is the maintainer of this code, not -ports. (Even if he never changes it or reviews patches :-( ) Regards, -Jeremy -- FreeBSD - Because the best things in life are free... 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 Wed Jan 24 0: 7:26 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5544B37B402; Wed, 24 Jan 2001 00:06:57 -0800 (PST) Received: (from andreas@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0O86vX89333; Wed, 24 Jan 2001 00:06:57 -0800 (PST) (envelope-from andreas) Message-Id: <200101240806.f0O86vX89333@freefall.freebsd.org> From: Andreas Klemm Date: Wed, 24 Jan 2001 00:06:57 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/tac_plus4 Makefile ports/net/tac_plus4/files patch-maxsess.c patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG andreas 2001/01/24 00:06:57 PST Modified files: net/tac_plus4 Makefile net/tac_plus4/files patch-aa Added files: net/tac_plus4/files patch-maxsess.c Log: From Sergey: "Using tacacs I found that ckfinger() function from maxsess.c module returns wrong count of current sessions for users with "maxsess" parameter established in tac_plus.conf. It happens if Cisco access server works with IOS v 12.x. On the other hand ckfinger() works well with IOS v 11.x Here are patches for both maxsess.c and port's Makefile to fix this problem (but it is just workaround, ckfinger() should be fully rewritten)." From me: changed variable name by prepending string "TAC_", so that tacacs+ ports variables follow an unique scheme. Please note: this doesn't compile with the new TAC_IOS_VERSION variable if you have CFLAGS redefined in /etc/make.conf as: CFLAGS=-pipe -O (or whatever) You have to use CFLAGS+=-pipe -O (or whatever) Mailed to -developers. Am really not sure, what's the culprit here. Fact is, that a part of CFLAGS get lost when compiling the port, if you redefine CFLAGS in /etc/make.conf without the "+" sign ... I personally removed my CFLAGS define in /etc/make.conf as it defaults to -pipe -O, which is fine for me. Submitted by: Sergey E. Levov (serg@informika.ru) Revision Changes Path 1.18 +11 -1 ports/net/tac_plus4/Makefile 1.5 +15 -6 ports/net/tac_plus4/files/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 Jan 24 0:16: 0 2001 Delivered-To: cvs-all@freebsd.org Received: from winston.osd.bsdi.com (winston.osd.bsdi.com [204.216.27.229]) by hub.freebsd.org (Postfix) with ESMTP id 62B8837B402; Wed, 24 Jan 2001 00:15:34 -0800 (PST) Received: from winston.osd.bsdi.com (jkh@localhost [127.0.0.1]) by winston.osd.bsdi.com (8.11.1/8.11.1) with ESMTP id f0O8FRt37693; Wed, 24 Jan 2001 00:15:27 -0800 (PST) (envelope-from jkh@winston.osd.bsdi.com) To: Jeremy Lea , Maxim Sobolev , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/pkg_install/add extract.c main.c src/usr.sbin/pkg_install/create create.h main.c perform.c pkg_create.1 src/usr.sbin/pkg_install/lib file.c plist.c In-Reply-To: Message from Jeremy Lea of "Wed, 24 Jan 2001 00:06:17 PST." <20010124000617.C63549@shale.csir.co.za> Date: Wed, 24 Jan 2001 00:15:27 -0800 Message-ID: <37689.980324127@winston.osd.bsdi.com> From: Jordan Hubbard Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Well, I do review patches occasionally. :) But thanks for bringing this up. I looked at this set, in fact, and sort of went "Ew. Is that really necessary?" since it would also entail that anyone you *give* a bzip port to also know how to unbzip and re-gzip it manually or have the most up-to-date pkg_add tools as well. The nice thing about handing people a foo.tgz file is that packages have existed in that format since the dawn of time and you always know that 100% of your target audience (those with enough disk space and the inclination to do so) can install it. With bzip'd packages, I wouldn't even feel comfortable using the format in any kind of official media for several years at least, making it less useful than many other things I could think of. But all that said, I also don't care enough about the pkg_install tools to defend them all that aggressively anymore. It's just crocks layered on top of crocks in there and I'm focusing what extremely small bits of time I have for the subject on what comes next. :) - Jordan > Hi, > > On Mon, Jan 22, 2001 at 04:01:55AM -0800, Maxim Sobolev wrote: > > Modified files: > > usr.sbin/pkg_install/add extract.c main.c > > usr.sbin/pkg_install/create create.h main.c perform.c > > pkg_create.1 > > usr.sbin/pkg_install/lib file.c plist.c > > Log: > > - Add ability to handle bzip2-compressed packages; > > The code in create/main.c never turns UseBzip2 = TRUE. Which implies > it was never tested, which also implies that the command line switch is > redundant. We can guess bzip2 compression from the suffix. In fact we > have to have a bzip2 suffix, else we can't guess how to extract it, so > having a command line switch can only cause bad things to happen. > > > No response from: -ports > > This should have read > > Approved by: jkh > > He is the maintainer of this code, not -ports. (Even if he never > changes it or reviews patches :-( ) > > Regards, > -Jeremy > > -- > FreeBSD - Because the best things in life are free... > 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 Wed Jan 24 0:23:13 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 91FDE37B401; Wed, 24 Jan 2001 00:22:53 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0O8Mrb90733; Wed, 24 Jan 2001 00:22:53 -0800 (PST) (envelope-from sobomax) Message-Id: <200101240822.f0O8Mrb90733@freefall.freebsd.org> From: Maxim Sobolev Date: Wed, 24 Jan 2001 00:22:53 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pkg_install/create main.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/01/24 00:22:53 PST Modified files: usr.sbin/pkg_install/create main.c Log: Make `-y' option actually work. Submitted by: reg Revision Changes Path 1.25 +2 -2 src/usr.sbin/pkg_install/create/main.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 0:28:20 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C866837B401; Wed, 24 Jan 2001 00:28:00 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0O8S0H91172; Wed, 24 Jan 2001 00:28:00 -0800 (PST) (envelope-from ru) Message-Id: <200101240828.f0O8S0H91172@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 24 Jan 2001 00:28:00 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/tail tail.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/01/24 00:28:00 PST Modified files: usr.bin/tail tail.c Log: Mention the -F in the usage(). PR: 24586 Submitted by: Cyrille Lefevre Revision Changes Path 1.10 +2 -2 src/usr.bin/tail/tail.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 0:33:34 2001 Delivered-To: cvs-all@freebsd.org Received: from blizzard.sabbo.net (ns.sabbo.net [193.193.218.18]) by hub.freebsd.org (Postfix) with ESMTP id 35C0637B404; Wed, 24 Jan 2001 00:33:01 -0800 (PST) Received: from vic.sabbo.net (root@vic.sabbo.net [193.193.218.112]) by blizzard.sabbo.net (8.10.1/8.10.1) with ESMTP id f0O8Wr921119; Wed, 24 Jan 2001 10:32:56 +0200 Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vic.sabbo.net (8.11.1/8.9.3) with ESMTP id f0O8WhQ41014; Wed, 24 Jan 2001 10:32:43 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Message-ID: <3A6E9326.51CA5EC0@FreeBSD.org> Date: Wed, 24 Jan 2001 10:32:38 +0200 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.76 [en] (WinNT; U) X-Accept-Language: uk,ru,en MIME-Version: 1.0 To: Jeremy Lea Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/pkg_install/add extract.c main.c src/usr.sbin/pkg_install/create create.h main.c perform.c pkg_create.1 src/usr.sbin/pkg_install/lib file.c plist.c References: <200101221201.f0MC1tV27540@freefall.freebsd.org> <20010124000617.C63549@shale.csir.co.za> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Jeremy Lea wrote: > Hi, > > On Mon, Jan 22, 2001 at 04:01:55AM -0800, Maxim Sobolev wrote: > > Modified files: > > usr.sbin/pkg_install/add extract.c main.c > > usr.sbin/pkg_install/create create.h main.c perform.c > > pkg_create.1 > > usr.sbin/pkg_install/lib file.c plist.c > > Log: > > - Add ability to handle bzip2-compressed packages; > > The code in create/main.c never turns UseBzip2 = TRUE. Which implies > it was never tested, which also implies that the command line switch is > redundant. Oh, you are right, I'm sorry. I supposed that I fixed it in all my working copies. And no, I tested how it works. > We can guess bzip2 compression from the suffix. In fact we > have to have a bzip2 suffix, else we can't guess how to extract it, so > having a command line switch can only cause bad things to happen. Not actually, if you are specifying package name witout trailing suffix pkg_create will automatically add .tgz by default or .tbz2 if -y is specified. See pkg_perform() finction for details. > > No response from: -ports > > This should have read > > Approved by: jkh > > He is the maintainer of this code, not -ports. (Even if he never > changes it or reviews patches :-( ) I CC'ed him as well, but did not hear anything back. Thanks for taking a look at my changes. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 0:41:33 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 25F0137B402; Wed, 24 Jan 2001 00:41:15 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0O8fF392401; Wed, 24 Jan 2001 00:41:15 -0800 (PST) (envelope-from ru) Message-Id: <200101240841.f0O8fF392401@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 24 Jan 2001 00:41:14 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/tail forward.c misc.c read.c reverse.c tail.1 tail.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/01/24 00:41:14 PST Modified files: (Branch: RELENG_4) usr.bin/tail forward.c misc.c read.c reverse.c tail.1 tail.c Log: Synch with -CURRENT (mostly cosmetics). Revision Changes Path 1.11.6.2 +6 -4 src/usr.bin/tail/forward.c 1.4.8.1 +4 -0 src/usr.bin/tail/misc.c 1.6.8.1 +10 -6 src/usr.bin/tail/read.c 1.9.2.1 +8 -8 src/usr.bin/tail/reverse.c 1.5.2.2 +2 -2 src/usr.bin/tail/tail.1 1.6.2.1 +8 -4 src/usr.bin/tail/tail.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 0:42:16 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1B85B37B401; Wed, 24 Jan 2001 00:41:54 -0800 (PST) Received: (from hm@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0O8fsD92552; Wed, 24 Jan 2001 00:41:54 -0800 (PST) (envelope-from hm) Message-Id: <200101240841.f0O8fsD92552@freefall.freebsd.org> From: Hellmuth Michaelis Date: Wed, 24 Jan 2001 00:41:53 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i4b/layer1 i4b_l1.h src/sys/i4b/layer1/ihfc i4b_ihfc_pnp.c src/sys/i4b/layer1/isic i4b_asuscom_ipac.c i4b_avm_a1.c i4b_bchan.c i4b_ctx_s0P.c i4b_drn_ngo.c i4b_dynalink.c i4b_elsa_pcc16.c i4b_elsa_qs1i.c i4b_elsa_qs1p.c ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hm 2001/01/24 00:41:53 PST Modified files: sys/i4b/layer1 i4b_l1.h sys/i4b/layer1/ihfc i4b_ihfc_pnp.c sys/i4b/layer1/isic i4b_asuscom_ipac.c i4b_avm_a1.c i4b_bchan.c i4b_ctx_s0P.c i4b_drn_ngo.c i4b_dynalink.c i4b_elsa_pcc16.c i4b_elsa_qs1i.c i4b_elsa_qs1p.c i4b_hscx.c i4b_hscx.h i4b_ipac.h i4b_isac.c i4b_isac.h i4b_isic.c i4b_isic.h i4b_isic_ext.h i4b_isic_isa.c i4b_isic_pnp.c i4b_itk_ix1.c i4b_l1.c i4b_l1fsm.c i4b_siemens_isurf.c i4b_sws.c i4b_tel_s016.c i4b_tel_s0163.c i4b_tel_s08.c i4b_usr_sti.c Log: remove redundant definitions of card types: - remove all occurances of FLAG_XXX values and replace with CARD_TYPEP_XXX - remove sc_flag from isic softc and replace it with sc_cardtyp remove some left over redundant definitions from isic and i4b_l1.h remove left over cvs id from i4b cvs repository Revision Changes Path 1.12 +2 -35 src/sys/i4b/layer1/i4b_l1.h 1.5 +6 -6 src/sys/i4b/layer1/ihfc/i4b_ihfc_pnp.c 1.5 +3 -8 src/sys/i4b/layer1/isic/i4b_asuscom_ipac.c 1.5 +5 -9 src/sys/i4b/layer1/isic/i4b_avm_a1.c 1.7 +2 -4 src/sys/i4b/layer1/isic/i4b_bchan.c 1.5 +5 -8 src/sys/i4b/layer1/isic/i4b_ctx_s0P.c 1.5 +3 -8 src/sys/i4b/layer1/isic/i4b_drn_ngo.c 1.5 +4 -6 src/sys/i4b/layer1/isic/i4b_dynalink.c 1.5 +5 -13 src/sys/i4b/layer1/isic/i4b_elsa_pcc16.c 1.5 +3 -6 src/sys/i4b/layer1/isic/i4b_elsa_qs1i.c 1.6 +4 -6 src/sys/i4b/layer1/isic/i4b_elsa_qs1p.c 1.7 +2 -3 src/sys/i4b/layer1/isic/i4b_hscx.c 1.2 +2 -4 src/sys/i4b/layer1/isic/i4b_hscx.h 1.2 +3 -5 src/sys/i4b/layer1/isic/i4b_ipac.h 1.5 +3 -6 src/sys/i4b/layer1/isic/i4b_isac.c 1.2 +2 -4 src/sys/i4b/layer1/isic/i4b_isac.h 1.4 +13 -16 src/sys/i4b/layer1/isic/i4b_isic.c 1.2 +4 -40 src/sys/i4b/layer1/isic/i4b_isic.h 1.2 +3 -5 src/sys/i4b/layer1/isic/i4b_isic_ext.h 1.5 +18 -21 src/sys/i4b/layer1/isic/i4b_isic_isa.c 1.4 +13 -22 src/sys/i4b/layer1/isic/i4b_isic_pnp.c 1.5 +4 -9 src/sys/i4b/layer1/isic/i4b_itk_ix1.c 1.5 +3 -6 src/sys/i4b/layer1/isic/i4b_l1.c 1.5 +3 -6 src/sys/i4b/layer1/isic/i4b_l1fsm.c 1.5 +6 -10 src/sys/i4b/layer1/isic/i4b_siemens_isurf.c 1.5 +4 -7 src/sys/i4b/layer1/isic/i4b_sws.c 1.5 +6 -11 src/sys/i4b/layer1/isic/i4b_tel_s016.c 1.5 +5 -8 src/sys/i4b/layer1/isic/i4b_tel_s0163.c 1.5 +6 -11 src/sys/i4b/layer1/isic/i4b_tel_s08.c 1.5 +6 -178 src/sys/i4b/layer1/isic/i4b_usr_sti.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 0:43: 2 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 296A137B404; Wed, 24 Jan 2001 00:42:40 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0O8geO92696; Wed, 24 Jan 2001 00:42:40 -0800 (PST) (envelope-from jhb) Message-Id: <200101240842.f0O8geO92696@freefall.freebsd.org> From: John Baldwin Date: Wed, 24 Jan 2001 00:42:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern imgact_gzip.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/24 00:42:40 PST Modified files: sys/kern imgact_gzip.c Log: Fix a typo. Reported by: albert Revision Changes Path 1.42 +2 -2 src/sys/kern/imgact_gzip.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 0:47:28 2001 Delivered-To: cvs-all@freebsd.org Received: from blizzard.sabbo.net (ns.sabbo.net [193.193.218.18]) by hub.freebsd.org (Postfix) with ESMTP id 0049737B402; Wed, 24 Jan 2001 00:46:52 -0800 (PST) Received: from vic.sabbo.net (root@vic.sabbo.net [193.193.218.112]) by blizzard.sabbo.net (8.10.1/8.10.1) with ESMTP id f0O8kX921466; Wed, 24 Jan 2001 10:46:43 +0200 Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vic.sabbo.net (8.11.1/8.9.3) with ESMTP id f0O8kWQ41071; Wed, 24 Jan 2001 10:46:32 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Message-ID: <3A6E9664.F56538DB@FreeBSD.org> Date: Wed, 24 Jan 2001 10:46:28 +0200 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.76 [en] (WinNT; U) X-Accept-Language: uk,ru,en MIME-Version: 1.0 To: Jordan Hubbard Cc: Jeremy Lea , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/pkg_install/add extract.c main.c src/usr.sbin/pkg_install/create create.h main.c perform.c pkg_create.1 src/usr.sbin/pkg_install/lib file.c plist.c References: <37689.980324127@winston.osd.bsdi.com> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Jordan Hubbard wrote: > Well, I do review patches occasionally. :) But thanks for bringing > this up. > > I looked at this set, in fact, and sort of went "Ew. Is that really > necessary?" since it would also entail that anyone you *give* a bzip > port to also know how to unbzip and re-gzip it manually or have the > most up-to-date pkg_add tools as well. The nice thing about handing > people a foo.tgz file is that packages have existed in that format > since the dawn of time and you always know that 100% of your target > audience (those with enough disk space and the inclination to do so) > can install it. With bzip'd packages, I wouldn't even feel > comfortable using the format in any kind of official media for several > years at least, making it less useful than many other things I could > think of. This is valid point, but perhaps we can use this format for packaging packages on our 1st CD, because we know for sure what version of pkg_create we are shiping. Hovewer, it will require some form of implied dependency on bzip2 package, which of course should be in this case in plain old .tgz format. It would also allow (power)users with limited disk space to repack downloaded packages into more compact bzip2 format, or create bzip2-compressed packages for internal use. > But all that said, I also don't care enough about the pkg_install > tools to defend them all that aggressively anymore. It's just crocks > layered on top of crocks in there and I'm focusing what extremely > small bits of time I have for the subject on what comes next. :) /me goes wild and does `cvs rm pkg_install' ;) -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 1: 5:55 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0742337B404; Wed, 24 Jan 2001 01:05:36 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0O95Zq96711; Wed, 24 Jan 2001 01:05:35 -0800 (PST) (envelope-from sobomax) Message-Id: <200101240905.f0O95Zq96711@freefall.freebsd.org> From: Maxim Sobolev Date: Wed, 24 Jan 2001 01:05:35 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libvgl keyboard.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/01/24 01:05:35 PST Modified files: lib/libvgl keyboard.c Log: Minor fixes: - Use "OPOST | ONLCR" as a c_oflag in the raw mode instead of 0, which should make debug output mode readable; - flush input buffer when switching to/from raw mode. This should prevent leaking raw scancodes into your shell prompt when program called VGLKeyboardEnd() w/o processing all scancodes in the buffer. Revision Changes Path 1.5 +4 -4 src/lib/libvgl/keyboard.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 1: 7: 4 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3BAD737B404; Wed, 24 Jan 2001 01:06:43 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0O96hS96798; Wed, 24 Jan 2001 01:06:43 -0800 (PST) (envelope-from sobomax) Message-Id: <200101240906.f0O96hS96798@freefall.freebsd.org> From: Maxim Sobolev Date: Wed, 24 Jan 2001 01:06:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libvgl vgl.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/01/24 01:06:43 PST Modified files: lib/libvgl vgl.h Log: Protect against multiple inclusion. Revision Changes Path 1.7 +6 -1 src/lib/libvgl/vgl.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 1:14:39 2001 Delivered-To: cvs-all@freebsd.org Received: from winston.osd.bsdi.com (winston.osd.bsdi.com [204.216.27.229]) by hub.freebsd.org (Postfix) with ESMTP id 0D23137B404; Wed, 24 Jan 2001 01:14:20 -0800 (PST) Received: from winston.osd.bsdi.com (jkh@localhost [127.0.0.1]) by winston.osd.bsdi.com (8.11.1/8.11.1) with ESMTP id f0O9EDt37929; Wed, 24 Jan 2001 01:14:13 -0800 (PST) (envelope-from jkh@winston.osd.bsdi.com) To: Maxim Sobolev Cc: Jeremy Lea , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/pkg_install/add extract.c main.c src/usr.sbin/pkg_install/create create.h main.c perform.c pkg_create.1 src/usr.sbin/pkg_install/lib file.c plist.c In-Reply-To: Message from Maxim Sobolev of "Wed, 24 Jan 2001 10:46:28 +0200." <3A6E9664.F56538DB@FreeBSD.org> Date: Wed, 24 Jan 2001 01:14:13 -0800 Message-ID: <37925.980327653@winston.osd.bsdi.com> From: Jordan Hubbard Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > This is valid point, but perhaps we can use this format for packaging package s > on our 1st CD, because we know for sure what version of pkg_create we are > shiping. Hovewer, it will require some form of implied dependency on bzip2 > package, which of course should be in this case in plain old .tgz format. It Blech. I can tell you right now that this is enough additional trouble that it probably will never happen. :) - Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 1:19:59 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3F2FE37B402; Wed, 24 Jan 2001 01:19:42 -0800 (PST) Received: (from alex@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0O9JgY97853; Wed, 24 Jan 2001 01:19:42 -0800 (PST) (envelope-from alex) Message-Id: <200101240919.f0O9JgY97853@freefall.freebsd.org> From: Alexander Langer Date: Wed, 24 Jan 2001 01:19:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/xine Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2001/01/24 01:19:41 PST Modified files: graphics/xine Makefile Log: If the graphics/avifile port is installed, xine can use its win32 libs. Correct the path to them. PORTREVISION bump. PR: 24579 Submitted by: Roman Shterenzon Revision Changes Path 1.11 +2 -2 ports/graphics/xine/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 1:36: 6 2001 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 A434137B401; Wed, 24 Jan 2001 01:35:42 -0800 (PST) Received: (from asmodai@localhost) by lucifer.ninth-circle.org (8.11.1/8.11.0) id f0O9ZcV77184; Wed, 24 Jan 2001 10:35:38 +0100 (CET) (envelope-from asmodai) Date: Wed, 24 Jan 2001 10:35:38 +0100 From: Jeroen Ruigrok van der Werven To: Archie Cobbs Cc: Kris Kennaway , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/tcpdump print-smb.c Message-ID: <20010124103537.C76574@lucifer.bart.nl> References: <20010123215539.A27564@citusc17.usc.edu> <200101240610.WAA00480@curve.dellroad.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200101240610.WAA00480@curve.dellroad.org>; from archie@dellroad.org on Tue, Jan 23, 2001 at 10:10:49PM -0800 Organisation: VIA Net.Works The Netherlands Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -On [20010124 07:15], Archie Cobbs (archie@dellroad.org) wrote: >By hand? The "cvs update -j .. -j .." or whatever that you do after >an import should take care of all of the non-conflicting modifications >for all of the files at once. So there should be zero extra work >caused by this change, unless I'm misunderstanding something (I'm >not a CVS expert). Not totally, every modification of a file and thus taking it off the vendor branch might cause potential conflicts upon the next import. I don't understand why this fix wasn't imported on the vendor branch as a patch so that it could easily be over-imported [inventing english while we're at it] again later without the file ever leaving the vendor branch. -- Jeroen Ruigrok van der Werven VIA Net.Works The Netherlands BSD: Technical excellence at its best Network- and systemadministrator D78D D0AD 244D 1D12 C9CA 7152 035C 1138 546A B867 Misery loves company... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 1:41:24 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 673D037B402; Wed, 24 Jan 2001 01:41:03 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0O9f3i99835; Wed, 24 Jan 2001 01:41:03 -0800 (PST) (envelope-from jhb) Message-Id: <200101240941.f0O9f3i99835@freefall.freebsd.org> From: John Baldwin Date: Wed, 24 Jan 2001 01:41:03 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys proc.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/24 01:41:03 PST Modified files: sys/sys proc.h Log: - Split p_flag up into two fields. p_flag keeps most of the previous flags and is protected by the proc lock. p_sflag is protected by sched_lock and holds the following flags: PS_INMEM, PS_OWEUPC, PS_PROFIL, PS_SINTR, PS_TIMEOUT, PS_ALRMPEND, PS_PROFPEND, PS_CVWAITQ, PS_SWAPINREQ, and PS_SWAPPING. - p_klist is definitely locked now by the proc lock. - p_runtime, p_[usi]u are locked by sched_lock. - Add a new P_KTHREAD flag set for kernel threads created via kthread_create(9). - STOPEVENT() only needs the proc lock, it does not need Giant. - faultin() already checks PS_INMEM, so simplify the check in PHOLD() so that we only need to grab the proc lock and let faultin() perform the PS_INMEM check. - Add a prototype for zpfind(). - Add prototypes for the new fork_exit() and fork_return() MI functions that manage the fork return path. - Add a prototype for the MD function userret() so that it can be called from fork_return(). - Add needed include of in the kernel. Revision Changes Path 1.141 +34 -25 src/sys/sys/proc.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 1:41:40 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9540437B400; Wed, 24 Jan 2001 01:41:17 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0O9fHl99867; Wed, 24 Jan 2001 01:41:17 -0800 (PST) (envelope-from ru) Message-Id: <200101240941.f0O9fHl99867@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 24 Jan 2001 01:41:17 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man9 runqueue.9 scheduler.9 sleepqueue.9 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/01/24 01:41:17 PST Modified files: share/man/man9 runqueue.9 scheduler.9 sleepqueue.9 Log: mdoc(7) police: fixed some minor formatting/spelling errors. Revision Changes Path 1.2 +8 -8 src/share/man/man9/runqueue.9 1.2 +12 -12 src/share/man/man9/scheduler.9 1.2 +3 -3 src/share/man/man9/sleepqueue.9 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 1:43:49 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 983C337B404; Wed, 24 Jan 2001 01:43:26 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0O9hQt00187; Wed, 24 Jan 2001 01:43:26 -0800 (PST) (envelope-from jhb) Message-Id: <200101240943.f0O9hQt00187@freefall.freebsd.org> From: John Baldwin Date: Wed, 24 Jan 2001 01:43:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 exception.s X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/24 01:43:26 PST Modified files: sys/i386/i386 exception.s Log: Call fork_exit() now instead of futzing around in assembly during a fork return. Revision Changes Path 1.80 +4 -25 src/sys/i386/i386/exception.s To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 1:43:58 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D796237B698; Wed, 24 Jan 2001 01:43:34 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0O9hYa00218; Wed, 24 Jan 2001 01:43:34 -0800 (PST) (envelope-from sobomax) Message-Id: <200101240943.f0O9hYa00218@freefall.freebsd.org> From: Maxim Sobolev Date: Wed, 24 Jan 2001 01:43:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/sdl-devel Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/01/24 01:43:34 PST Modified files: devel/sdl-devel Makefile Log: Touch all Makefile.in before do-configure. This will prevent recreation of all Makefile.in and as a result loosing some changes in the case when automake is installed and detected by configure script. PR: 24589 Reported by: Norikatsu Shigemura Revision Changes Path 1.31 +4 -1 ports/devel/sdl-devel/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 1:45:42 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B1F6337B402; Wed, 24 Jan 2001 01:45:19 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0O9jJf00473; Wed, 24 Jan 2001 01:45:19 -0800 (PST) (envelope-from ru) Message-Id: <200101240945.f0O9jJf00473@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 24 Jan 2001 01:45:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 fxp.4 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/01/24 01:45:19 PST Modified files: share/man/man4 fxp.4 Log: Mdoc(7)ify the previous revision. Revision Changes Path 1.15 +5 -2 src/share/man/man4/fxp.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 1:45:49 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 50BDD37B404; Wed, 24 Jan 2001 01:45:21 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0O9jLp00503; Wed, 24 Jan 2001 01:45:21 -0800 (PST) (envelope-from jhb) Message-Id: <200101240945.f0O9jLp00503@freefall.freebsd.org> From: John Baldwin Date: Wed, 24 Jan 2001 01:45:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 machdep.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/24 01:45:21 PST Modified files: sys/i386/i386 machdep.c Log: - Proc locking. - Setup proc0.p_heldmtx, proc0.contested, and curproc earlier so that we can use mutexes. - Initialize sched_lock and Giant earlier and enter Giant during init386. - Use suser(9) instead of checking cr_uid directly. Revision Changes Path 1.434 +30 -9 src/sys/i386/i386/machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 1:49:10 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E7E8B37B400; Wed, 24 Jan 2001 01:48:52 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0O9mqe00798; Wed, 24 Jan 2001 01:48:52 -0800 (PST) (envelope-from jhb) Message-Id: <200101240948.f0O9mqe00798@freefall.freebsd.org> From: John Baldwin Date: Wed, 24 Jan 2001 01:48:52 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 mp_machdep.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/24 01:48:52 PST Modified files: sys/i386/i386 mp_machdep.c Log: - Relocate portions of this file to get it into an order closer to that of the alpha mp_machdep.c. - Proc locking. - Catch up to the P_FOO -> PS_FOO proc flags changes. - Stick ap_init()'s prototype with the other prototypes. - Remove the Xforwardirq IPI. - Remove unused simplelocks. - Don't try to psignal() from forward_statclock(), but set the appropriate signal pending flag in p_sflag instead. - Add in KTR_SMP tracepoints for various SMP functions. (Brought over from the alpha port) Revision Changes Path 1.140 +154 -172 src/sys/i386/i386/mp_machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 1:50: 8 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id ACAC237B400; Wed, 24 Jan 2001 01:49:49 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0O9nns00950; Wed, 24 Jan 2001 01:49:49 -0800 (PST) (envelope-from jhb) Message-Id: <200101240949.f0O9nns00950@freefall.freebsd.org> From: John Baldwin Date: Wed, 24 Jan 2001 01:49:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 pmap.c procfs_machdep.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/24 01:49:49 PST Modified files: sys/i386/i386 pmap.c procfs_machdep.c Log: - Proc locking. - P_INMEM -> PS_INMEM. Revision Changes Path 1.271 +7 -1 src/sys/i386/i386/pmap.c 1.15 +43 -8 src/sys/i386/i386/procfs_machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 1:54:10 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0A07437B400; Wed, 24 Jan 2001 01:53:50 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0O9ron01244; Wed, 24 Jan 2001 01:53:50 -0800 (PST) (envelope-from jhb) Message-Id: <200101240953.f0O9ron01244@freefall.freebsd.org> From: John Baldwin Date: Wed, 24 Jan 2001 01:53:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 trap.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/24 01:53:49 PST Modified files: sys/i386/i386 trap.c Log: - Kill the have_giant parameter to userret() along with all instances of that name as a variable. Use mtx_owned(&Giant) where appropriate instead. - Proc locking. - P_FOO -> PS_FOO. - Update comments about enable interrupts during trap and why this may be bad if we trap while holding a spin mutex. - Don't bother resetting p to curproc in syscall() in case we are the child returning from fork. The child hasn't returned from fork through syscall in a while. - Remove fork_return() as it has been superseded by the MI version. Revision Changes Path 1.167 +75 -100 src/sys/i386/i386/trap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 1:55: 7 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8122137B402; Wed, 24 Jan 2001 01:54:44 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0O9siH01444; Wed, 24 Jan 2001 01:54:44 -0800 (PST) (envelope-from jhb) Message-Id: <200101240954.f0O9siH01444@freefall.freebsd.org> From: John Baldwin Date: Wed, 24 Jan 2001 01:54:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 vm_machdep.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/24 01:54:44 PST Modified files: sys/i386/i386 vm_machdep.c Log: Setup the return values for a child process in the trapframe when we setup the rest of the trapframe instead of doing it in fork_return(). Revision Changes Path 1.149 +5 -1 src/sys/i386/i386/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 Wed Jan 24 1:56: 2 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A6CAA37B402; Wed, 24 Jan 2001 01:55:39 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0O9tdU01654; Wed, 24 Jan 2001 01:55:39 -0800 (PST) (envelope-from jhb) Message-Id: <200101240955.f0O9tdU01654@freefall.freebsd.org> From: John Baldwin Date: Wed, 24 Jan 2001 01:55:39 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/include asnames.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/24 01:55:39 PST Modified files: sys/i386/include asnames.h Log: - Remove Xforward_irq, cpl_lock, and fast_intr_lock. - Add fork_exit. Revision Changes Path 1.55 +2 -4 src/sys/i386/include/asnames.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 1:57:13 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3DD6337B402; Wed, 24 Jan 2001 01:56:50 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0O9uoU01782; Wed, 24 Jan 2001 01:56:50 -0800 (PST) (envelope-from jhb) Message-Id: <200101240956.f0O9uoU01782@freefall.freebsd.org> From: John Baldwin Date: Wed, 24 Jan 2001 01:56:50 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/include cpu.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/24 01:56:50 PST Modified files: sys/i386/include cpu.h Log: - Proc locking. - P_OWEUPC -> PS_OWEUPC. - Remove obsolete prototype for MD fork_return(). Revision Changes Path 1.56 +8 -5 src/sys/i386/include/cpu.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 1:59:21 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 31A7437B400; Wed, 24 Jan 2001 01:58:57 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0O9wv901994; Wed, 24 Jan 2001 01:58:57 -0800 (PST) (envelope-from jhb) Message-Id: <200101240958.f0O9wv901994@freefall.freebsd.org> From: John Baldwin Date: Wed, 24 Jan 2001 01:58:57 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/include lock.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/24 01:58:57 PST Modified files: sys/i386/include lock.h Log: Remove unused locks: cpl, fast_intr, intr, mpintr. Revision Changes Path 1.16 +1 -5 src/sys/i386/include/lock.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 2: 0:31 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0EE7E37B698; Wed, 24 Jan 2001 02:00:08 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0OA08F02148; Wed, 24 Jan 2001 02:00:08 -0800 (PST) (envelope-from jhb) Message-Id: <200101241000.f0OA08F02148@freefall.freebsd.org> From: John Baldwin Date: Wed, 24 Jan 2001 02:00:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa apic_vector.s X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/24 02:00:08 PST Modified files: sys/i386/isa apic_vector.s Log: - Remove all the #if 0'd code that used to implement IRQ forwarding. - Remove #if 0'd lazy interrupt mask. Revision Changes Path 1.65 +1 -86 src/sys/i386/isa/apic_vector.s To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 2: 1:38 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 91D8F37B400; Wed, 24 Jan 2001 02:01:13 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0OA1DF02263; Wed, 24 Jan 2001 02:01:13 -0800 (PST) (envelope-from jhb) Message-Id: <200101241001.f0OA1DF02263@freefall.freebsd.org> From: John Baldwin Date: Wed, 24 Jan 2001 02:01:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa intr_machdep.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/24 02:01:13 PST Modified files: sys/i386/isa intr_machdep.h Log: Remove the Xforward_irq IPI. Revision Changes Path 1.26 +1 -5 src/sys/i386/isa/intr_machdep.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 2: 2:16 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 71D3737B698; Wed, 24 Jan 2001 02:01:53 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0OA1rW02367; Wed, 24 Jan 2001 02:01:53 -0800 (PST) (envelope-from jhb) Message-Id: <200101241001.f0OA1rW02367@freefall.freebsd.org> From: John Baldwin Date: Wed, 24 Jan 2001 02:01:53 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha locore.s X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/24 02:01:53 PST Modified files: sys/alpha/alpha locore.s Log: Wrap the startup code used by secondary processors in #ifdef SMP. Revision Changes Path 1.13 +3 -1 src/sys/alpha/alpha/locore.s To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 2: 3:28 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7CF6237B698; Wed, 24 Jan 2001 02:03:05 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0OA35c02527; Wed, 24 Jan 2001 02:03:05 -0800 (PST) (envelope-from jhb) Message-Id: <200101241003.f0OA35c02527@freefall.freebsd.org> From: John Baldwin Date: Wed, 24 Jan 2001 02:03:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha swtch.s X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/24 02:03:05 PST Modified files: sys/alpha/alpha swtch.s Log: Don't import the nonexistent astpending variable. Revision Changes Path 1.19 +1 -3 src/sys/alpha/alpha/swtch.s To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 2: 4:57 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BCE5537B698; Wed, 24 Jan 2001 02:04:33 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0OA4XL02651; Wed, 24 Jan 2001 02:04:33 -0800 (PST) (envelope-from jhb) Message-Id: <200101241004.f0OA4XL02651@freefall.freebsd.org> From: John Baldwin Date: Wed, 24 Jan 2001 02:04:33 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha genassym.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/24 02:04:33 PST Modified files: sys/alpha/alpha genassym.c Log: cpuno -> cpuid. Revision Changes Path 1.22 +2 -2 src/sys/alpha/alpha/genassym.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 2: 5:47 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 56FD137B69D; Wed, 24 Jan 2001 02:05:24 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0OA5Ou04881; Wed, 24 Jan 2001 02:05:24 -0800 (PST) (envelope-from jhb) Message-Id: <200101241005.f0OA5Ou04881@freefall.freebsd.org> From: John Baldwin Date: Wed, 24 Jan 2001 02:05:24 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha interrupt.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/24 02:05:24 PST Modified files: sys/alpha/alpha interrupt.c Log: - Wrap the IPI interrupt handler in #ifdef SMP. - Catch up to cpuno -> cpuid change. - Add parens around a subexpression to quiet a warning. Revision Changes Path 1.35 +5 -3 src/sys/alpha/alpha/interrupt.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 2: 8: 4 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 449D337B698; Wed, 24 Jan 2001 02:07:43 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0OA7hm05076; Wed, 24 Jan 2001 02:07:43 -0800 (PST) (envelope-from jhb) Message-Id: <200101241007.f0OA7hm05076@freefall.freebsd.org> From: John Baldwin Date: Wed, 24 Jan 2001 02:07:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha machdep.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/24 02:07:43 PST Modified files: sys/alpha/alpha machdep.c Log: - Initialize curproc, proc0.p_heldmtx, and proc0.p_contested earlier so that mutex operations work. - Enter Giant earlier so we hold it during boot. - Proc locking. - Move globaldata_init() into here from mp_machdep.c so that UP kernels don't depend on mp_machdep.c. Use a callout in the SMP case to register the boot processor's globaldata in the cpuid_to_globaldata array. Revision Changes Path 1.109 +49 -3 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 Wed Jan 24 2:13:35 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B3D4337B698; Wed, 24 Jan 2001 02:13:13 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0OADDt05588; Wed, 24 Jan 2001 02:13:13 -0800 (PST) (envelope-from jhb) Message-Id: <200101241013.f0OADDt05588@freefall.freebsd.org> From: John Baldwin Date: Wed, 24 Jan 2001 02:13:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha mp_machdep.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/24 02:13:13 PST Modified files: sys/alpha/alpha mp_machdep.c Log: - Adjust some whitespace to reduce diffs with the i386 version. - Rename the per-CPU variable 'cpuno' to 'cpuid'. This was done so that there is one consistent name across all architectures for a logical CPU id. - Remove all traces of IRQ forwarding. - Add globaldata_register() hook called by globaldata_init() to register globaldata structures in the cpuid_to_globaldata array. - Catch up to P_FOO -> PS_FOO. - Bring across some fixes for forwarded_statclock() from the i386 version to handle ithreads and idleproc properly. - Rename addugd_intr_forwarded() to addupc_intr_forwarded() so that it is the same name on all architectures. - Set flags in p_sflag instead of calling psignal() from forward_hardclock(). - Proc locking. - When we handle an IPI, turn off its bit in the mask of IPI's we are currently handling so that an IPI doesn't send a CPU into an infinite loop. Revision Changes Path 1.9 +103 -104 src/sys/alpha/alpha/mp_machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 2:16:20 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7D01037B698; Wed, 24 Jan 2001 02:16:02 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0OAG2e05833; Wed, 24 Jan 2001 02:16:02 -0800 (PST) (envelope-from jhb) Message-Id: <200101241016.f0OAG2e05833@freefall.freebsd.org> From: John Baldwin Date: Wed, 24 Jan 2001 02:16:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha pmap.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/24 02:16:02 PST Modified files: sys/alpha/alpha pmap.c Log: - Proc locking. - Don't send IPIs for pmap_invalidate_page() or pmap_invalidate_all() in the UP case. - Catch up to cpuno -> cpuid. - Convert some sanity checks that were #ifdef DIAGNOSTIC to KASSERT()'s. Revision Changes Path 1.48 +48 -39 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 Wed Jan 24 2:16:50 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E85B037B6B8; Wed, 24 Jan 2001 02:16:23 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0OAGNP05896; Wed, 24 Jan 2001 02:16:23 -0800 (PST) (envelope-from jhb) Message-Id: <200101241016.f0OAGNP05896@freefall.freebsd.org> From: John Baldwin Date: Wed, 24 Jan 2001 02:16:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha procfs_machdep.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/24 02:16:23 PST Modified files: sys/alpha/alpha procfs_machdep.c Log: - Proc locking. - P_INMEM -> PS_INMEM. Revision Changes Path 1.5 +25 -5 src/sys/alpha/alpha/procfs_machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 2:23:39 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 889EC37B401; Wed, 24 Jan 2001 02:23:21 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0OANLw06672; Wed, 24 Jan 2001 02:23:21 -0800 (PST) (envelope-from jhb) Message-Id: <200101241023.f0OANLw06672@freefall.freebsd.org> From: John Baldwin Date: Wed, 24 Jan 2001 02:23:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha trap.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/24 02:23:21 PST Modified files: sys/alpha/alpha trap.c Log: - Change userret() to take a struct trapframe * as its second argument and to extract the PC from that to send to addupc_task() so that it can be called from MI code. - Remove all traces of have_giant with extreme prejudice and use mtx_owned(&Giant) instead where appropriate. - Proc locking. - P_FOO -> PS_FOO. - Don't grab Giant just to look in curproc's p_addr during a trap since we may choose to immediately exit. Instead, delay grabbing Giant a bit until we actually need it. - Don't reset 'p' to 'curproc' in syscall() to handle the case of a child returning from fork1() since children don't return via syscall(). - Remove an XXX comment in ast() that questions the correctness of the userland check. The code is correct. Revision Changes Path 1.40 +62 -60 src/sys/alpha/alpha/trap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 2:24:17 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DB12C37B699; Wed, 24 Jan 2001 02:23:54 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0OANsk06832; Wed, 24 Jan 2001 02:23:54 -0800 (PST) (envelope-from jhb) Message-Id: <200101241023.f0OANsk06832@freefall.freebsd.org> From: John Baldwin Date: Wed, 24 Jan 2001 02:23:54 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/include cpu.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/24 02:23:54 PST Modified files: sys/alpha/include cpu.h Log: - Proc locking. - P_OWEUPC -> PS_OWEUPC. Revision Changes Path 1.22 +7 -3 src/sys/alpha/include/cpu.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 2:25:12 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4D59837B400; Wed, 24 Jan 2001 02:24:49 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0OAOnK07000; Wed, 24 Jan 2001 02:24:49 -0800 (PST) (envelope-from jhb) Message-Id: <200101241024.f0OAOnK07000@freefall.freebsd.org> From: John Baldwin Date: Wed, 24 Jan 2001 02:24:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/include globaldata.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/24 02:24:49 PST Modified files: sys/alpha/include globaldata.h Log: - Rename the gd_cpuno member of struct globaldata to gd_cpuid. - Add a globaldata_register() prototype in the SMP case. Revision Changes Path 1.6 +7 -5 src/sys/alpha/include/globaldata.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 2:25:37 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6E00737B6C7; Wed, 24 Jan 2001 02:25:10 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0OAPAa07099; Wed, 24 Jan 2001 02:25:10 -0800 (PST) (envelope-from jhb) Message-Id: <200101241025.f0OAPAa07099@freefall.freebsd.org> From: John Baldwin Date: Wed, 24 Jan 2001 02:25:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/include ipl.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/24 02:25:10 PST Modified files: sys/alpha/include ipl.h Log: Wrap the IPI definitions and function prototypes in #ifdef SMP. Revision Changes Path 1.17 +3 -1 src/sys/alpha/include/ipl.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 2:26: 8 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8EF0C37B699; Wed, 24 Jan 2001 02:25:16 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0OAPGq07135; Wed, 24 Jan 2001 02:25:16 -0800 (PST) (envelope-from sobomax) Message-Id: <200101241025.f0OAPGq07135@freefall.freebsd.org> From: Maxim Sobolev Date: Wed, 24 Jan 2001 02:25:16 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/sdl-devel/files patch-aj X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/01/24 02:25:16 PST Modified files: devel/sdl-devel/files patch-aj Log: Previous workaround was insufficient to resolve ports/24589. Try harder this time. Revision Changes Path 1.2 +23 -5 ports/devel/sdl-devel/files/patch-aj To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 2:26:29 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 571C337B6A0; Wed, 24 Jan 2001 02:25:44 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0OAPiT07273; Wed, 24 Jan 2001 02:25:44 -0800 (PST) (envelope-from jhb) Message-Id: <200101241025.f0OAPiT07273@freefall.freebsd.org> From: John Baldwin Date: Wed, 24 Jan 2001 02:25:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/isa isavar.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/24 02:25:44 PST Modified files: sys/alpha/isa isavar.h Log: Add a prototype for isa_irq_mask() to quiet a warning. Revision Changes Path 1.5 +2 -1 src/sys/alpha/isa/isavar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 2:26:56 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0213737B400; Wed, 24 Jan 2001 02:26:14 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0OAQD707387; Wed, 24 Jan 2001 02:26:13 -0800 (PST) (envelope-from jhb) Message-Id: <200101241026.f0OAQD707387@freefall.freebsd.org> From: John Baldwin Date: Wed, 24 Jan 2001 02:26:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/linux linux_machdep.c linux_sysvec.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/24 02:26:13 PST Modified files: sys/alpha/linux linux_machdep.c linux_sysvec.c Log: Proc locking. Revision Changes Path 1.9 +4 -2 src/sys/alpha/linux/linux_machdep.c 1.72 +3 -1 src/sys/alpha/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 Wed Jan 24 2:27:23 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B4ED337B699; Wed, 24 Jan 2001 02:26:51 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0OAQpj07481; Wed, 24 Jan 2001 02:26:51 -0800 (PST) (envelope-from jhb) Message-Id: <200101241026.f0OAQpj07481@freefall.freebsd.org> From: John Baldwin Date: Wed, 24 Jan 2001 02:26:51 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/osf1 osf1_ioctl.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/24 02:26:51 PST Modified files: sys/alpha/osf1 osf1_ioctl.c Log: Use queue macros. Revision Changes Path 1.4 +2 -3 src/sys/alpha/osf1/osf1_ioctl.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 2:27:45 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4A41A37B730; Wed, 24 Jan 2001 02:27:12 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0OARBH07561; Wed, 24 Jan 2001 02:27:11 -0800 (PST) (envelope-from jhb) Message-Id: <200101241027.f0OARBH07561@freefall.freebsd.org> From: John Baldwin Date: Wed, 24 Jan 2001 02:27:11 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/osf1 osf1_misc.c osf1_signal.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/24 02:27:11 PST Modified files: sys/alpha/osf1 osf1_misc.c osf1_signal.c Log: Proc locking. Revision Changes Path 1.9 +20 -4 src/sys/alpha/osf1/osf1_misc.c 1.6 +13 -3 src/sys/alpha/osf1/osf1_signal.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 2:28:10 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8658A37B400; Wed, 24 Jan 2001 02:27:37 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0OARb507622; Wed, 24 Jan 2001 02:27:37 -0800 (PST) (envelope-from jhb) Message-Id: <200101241027.f0OARb507622@freefall.freebsd.org> From: John Baldwin Date: Wed, 24 Jan 2001 02:27:37 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files.alpha X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/24 02:27:37 PST Modified files: sys/conf files.alpha Log: Make mp_machdep.c be an optional file conditional on SMP. Revision Changes Path 1.65 +2 -2 src/sys/conf/files.alpha To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 2:28:43 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 098E237B699; Wed, 24 Jan 2001 02:28:20 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0OASKv07717; Wed, 24 Jan 2001 02:28:20 -0800 (PST) (envelope-from jhb) Message-Id: <200101241028.f0OASKv07717@freefall.freebsd.org> From: John Baldwin Date: Wed, 24 Jan 2001 02:28:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/vinum vinumdaemon.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/24 02:28:19 PST Modified files: sys/dev/vinum vinumdaemon.c Log: - Proc locking around the vinumdaemon dinking with its flags. - P_INMEM -> PS_INMEM. Revision Changes Path 1.19 +7 -2 src/sys/dev/vinum/vinumdaemon.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 2:36:43 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 65B6237B6A3; Wed, 24 Jan 2001 02:36:23 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0OAaNd08787; Wed, 24 Jan 2001 02:36:23 -0800 (PST) (envelope-from jhb) Message-Id: <200101241036.f0OAaNd08787@freefall.freebsd.org> From: John Baldwin Date: Wed, 24 Jan 2001 02:36:22 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ia64/ia64 mp_machdep.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/24 02:36:22 PST Modified files: sys/ia64/ia64 mp_machdep.c Log: - Proc locking. - Bring across forwarded_statclock() fixes from i386 and alpha. Revision Changes Path 1.7 +28 -23 src/sys/ia64/ia64/mp_machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 2:37:11 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B867837B69F; Wed, 24 Jan 2001 02:36:47 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0OAalR08860; Wed, 24 Jan 2001 02:36:47 -0800 (PST) (envelope-from jhb) Message-Id: <200101241036.f0OAalR08860@freefall.freebsd.org> From: John Baldwin Date: Wed, 24 Jan 2001 02:36:47 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ia64/ia64 machdep.c procfs_machdep.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/24 02:36:47 PST Modified files: sys/ia64/ia64 machdep.c procfs_machdep.c Log: - Proc locking. - P_FOO -> PS_FOO. Revision Changes Path 1.18 +11 -2 src/sys/ia64/ia64/machdep.c 1.2 +23 -5 src/sys/ia64/ia64/procfs_machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 2:38:36 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DDF9037B69F; Wed, 24 Jan 2001 02:38:13 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0OAcDR09047; Wed, 24 Jan 2001 02:38:13 -0800 (PST) (envelope-from jhb) Message-Id: <200101241038.f0OAcDR09047@freefall.freebsd.org> From: John Baldwin Date: Wed, 24 Jan 2001 02:38:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ia64/ia64 trap.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/24 02:38:13 PST Modified files: sys/ia64/ia64 trap.c Log: - Proc locking. - Update userret() to take a struct trapframe * as a second argument. - Axe have_giant and use mtx_owned(&Giant) where appropriate. Revision Changes Path 1.10 +60 -42 src/sys/ia64/ia64/trap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 2:39:21 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DDE5B37B69B; Wed, 24 Jan 2001 02:38:58 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0OAcwJ09181; Wed, 24 Jan 2001 02:38:58 -0800 (PST) (envelope-from jhb) Message-Id: <200101241038.f0OAcwJ09181@freefall.freebsd.org> From: John Baldwin Date: Wed, 24 Jan 2001 02:38:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ia64/include cpu.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/24 02:38:58 PST Modified files: sys/ia64/include cpu.h Log: - Proc locking. - P_OWEUPC -> PS_OWEUPC. Revision Changes Path 1.9 +7 -3 src/sys/ia64/include/cpu.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 2:41:21 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 127CA37B69B; Wed, 24 Jan 2001 02:40:57 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0OAevI09484; Wed, 24 Jan 2001 02:40:57 -0800 (PST) (envelope-from jhb) Message-Id: <200101241040.f0OAevI09484@freefall.freebsd.org> From: John Baldwin Date: Wed, 24 Jan 2001 02:40:57 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern init_main.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/24 02:40:57 PST Modified files: sys/kern init_main.c Log: - Catch up to p_sflag changes. - The MD code now initializes proc0.p_heldmtx, proc0.p_contested, and curproc. - The MD code calls here with Giant already held. - Proc locking. Revision Changes Path 1.153 +12 -21 src/sys/kern/init_main.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 2:43:48 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9F55F37B404; Wed, 24 Jan 2001 02:43:25 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0OAhP109868; Wed, 24 Jan 2001 02:43:25 -0800 (PST) (envelope-from jhb) Message-Id: <200101241043.f0OAhP109868@freefall.freebsd.org> From: John Baldwin Date: Wed, 24 Jan 2001 02:43:25 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_clock.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/24 02:43:25 PST Modified files: sys/kern kern_clock.c Log: - Proc locking. - P_FOO -> PS_FOO. Revision Changes Path 1.119 +21 -8 src/sys/kern/kern_clock.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 2:44:19 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5932337B699; Wed, 24 Jan 2001 02:44:02 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0OAi2E09984; Wed, 24 Jan 2001 02:44:02 -0800 (PST) (envelope-from jhb) Message-Id: <200101241044.f0OAi2E09984@freefall.freebsd.org> From: John Baldwin Date: Wed, 24 Jan 2001 02:44:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_condvar.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/24 02:44:02 PST Modified files: sys/kern kern_condvar.c Log: Catch up to P_FOO -> PS_FOO changes in proc flags. Revision Changes Path 1.2 +16 -17 src/sys/kern/kern_condvar.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 2:47:32 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 528B237B401; Wed, 24 Jan 2001 02:47:15 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0OAlF210379; Wed, 24 Jan 2001 02:47:15 -0800 (PST) (envelope-from jhb) Message-Id: <200101241047.f0OAlF210379@freefall.freebsd.org> From: John Baldwin Date: Wed, 24 Jan 2001 02:47:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_fork.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/24 02:47:15 PST Modified files: sys/kern kern_fork.c Log: - Catch up to proc flag changes. - Add new fork_exit() and fork_return() MI C functions. Revision Changes Path 1.94 +80 -5 src/sys/kern/kern_fork.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 2:48:14 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2F7DB37B402; Wed, 24 Jan 2001 02:47:51 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0OAlpr10502; Wed, 24 Jan 2001 02:47:51 -0800 (PST) (envelope-from jhb) Message-Id: <200101241047.f0OAlpr10502@freefall.freebsd.org> From: John Baldwin Date: Wed, 24 Jan 2001 02:47:51 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_kthread.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/24 02:47:51 PST Modified files: sys/kern kern_kthread.c Log: - Catch up to proc flag changes. - Set the new P_KTHREAD flag for kthreads during kthread_create. Revision Changes Path 1.12 +7 -4 src/sys/kern/kern_kthread.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 2:57:21 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 55DE437B402; Wed, 24 Jan 2001 02:57:02 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0OAv2v11865; Wed, 24 Jan 2001 02:57:02 -0800 (PST) (envelope-from jhb) Message-Id: <200101241057.f0OAv2v11865@freefall.freebsd.org> From: John Baldwin Date: Wed, 24 Jan 2001 02:57:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_mutex.c src/sys/sys mutex.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/24 02:57:02 PST Modified files: sys/kern kern_mutex.c sys/sys mutex.h Log: - Don't use a union and fun tricks to shave one extra pointer off of struct mtx right now as it makes debugging harder. When we are in optimizing mode, we can revisit this. - Fix the KTR trace messages to use %p rather than 0x%p to avoid duplicate 0x's in KTR output. - During witness_fixup, release Giant so that witness doesn't get confused. Also, grab all_mtx while walking the list of mutexes. - Remove w_sleep and w_recurse. Instead, perform checks on mutexes using the mutex's mtx_flags field. - Allow debug.witness_ddb and debug.witness_skipspin to be set from the loader. - Add Giant to the front of existing order_list entries to help ensure Giant is always first. - Add an order entry for the various proc locks. Note that this only helps keep proc in order mostly as the allproc and proctree mutexes are only obtained during a lockmgr operation on the specified mutex. Revision Changes Path 1.38 +77 -85 src/sys/kern/kern_mutex.c 1.22 +3 -5 src/sys/sys/mutex.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 3: 2:11 2001 Delivered-To: cvs-all@freebsd.org Received: from blizzard.sabbo.net (ns.sabbo.net [193.193.218.18]) by hub.freebsd.org (Postfix) with ESMTP id AFD0237B404; Wed, 24 Jan 2001 03:01:43 -0800 (PST) Received: from vic.sabbo.net (root@vic.sabbo.net [193.193.218.112]) by blizzard.sabbo.net (8.10.1/8.10.1) with ESMTP id f0OB1YT25339; Wed, 24 Jan 2001 13:01:36 +0200 Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vic.sabbo.net (8.11.1/8.9.3) with ESMTP id f0OB1Z600816; Wed, 24 Jan 2001 13:01:35 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Message-ID: <3A6EB60C.E3889615@FreeBSD.org> Date: Wed, 24 Jan 2001 13:01:33 +0200 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.76 [en] (WinNT; U) X-Accept-Language: uk,ru,en MIME-Version: 1.0 To: Jordan Hubbard Cc: Jeremy Lea , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/pkg_install/add extract.c main.c src/usr.sbin/pkg_install/create create.h main.c perform.c pkg_create.1 src/usr.sbin/pkg_install/lib file.c plist.c References: <37925.980327653@winston.osd.bsdi.com> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Jordan Hubbard wrote: > > This is valid point, but perhaps we can use this format for packaging package > s > > on our 1st CD, because we know for sure what version of pkg_create we are > > shiping. Hovewer, it will require some form of implied dependency on bzip2 > > package, which of course should be in this case in plain old .tgz format. It > > Blech. I can tell you right now that this is enough additional trouble > that it probably will never happen. :) Hehe, "hevah say nevah" ;). -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 3: 6:19 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A6D1637B698; Wed, 24 Jan 2001 03:05:54 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0OB5sb14696; Wed, 24 Jan 2001 03:05:54 -0800 (PST) (envelope-from jhb) Message-Id: <200101241105.f0OB5sb14696@freefall.freebsd.org> From: John Baldwin Date: Wed, 24 Jan 2001 03:05:53 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_proc.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/24 03:05:53 PST Modified files: sys/kern kern_proc.c Log: - Proc locking. - Catch up to proc flag changes. - Reorder the way we get things in fill_kinfoproc() to minimize the number of locking operations. Revision Changes Path 1.82 +37 -32 src/sys/kern/kern_proc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 3: 6:58 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 985B637B69D; Wed, 24 Jan 2001 03:06:40 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0OB6e415573; Wed, 24 Jan 2001 03:06:40 -0800 (PST) (envelope-from jhb) Message-Id: <200101241106.f0OB6e415573@freefall.freebsd.org> From: John Baldwin Date: Wed, 24 Jan 2001 03:06:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_resource.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/24 03:06:40 PST Modified files: sys/kern kern_resource.c Log: - Add a mtx_assert() for sched_lock in calcru(). - Protect calcru() with sched_lock later on in the file when it is called. Revision Changes Path 1.71 +4 -1 src/sys/kern/kern_resource.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 3: 8:28 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A51AD37B698; Wed, 24 Jan 2001 03:08:05 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0OB85v15685; Wed, 24 Jan 2001 03:08:05 -0800 (PST) (envelope-from jhb) Message-Id: <200101241108.f0OB85v15685@freefall.freebsd.org> From: John Baldwin Date: Wed, 24 Jan 2001 03:08:04 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_sig.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/24 03:08:04 PST Modified files: sys/kern kern_sig.c Log: - Proc locking. - Catch up to proc flag changes. Revision Changes Path 1.105 +21 -14 src/sys/kern/kern_sig.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 3:11:16 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6161337B69F; Wed, 24 Jan 2001 03:10:56 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0OBAuH15965; Wed, 24 Jan 2001 03:10:56 -0800 (PST) (envelope-from jhb) Message-Id: <200101241110.f0OBAuH15965@freefall.freebsd.org> From: John Baldwin Date: Wed, 24 Jan 2001 03:10:56 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_synch.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/24 03:10:56 PST Modified files: sys/kern kern_synch.c Log: - Catch up to proc flag changes. - Add in some locking ops that might fix SIGXCPU, but don't enable them yet. - Assert that sched_lock is not recursed when mi_switch() is called. Revision Changes Path 1.123 +30 -26 src/sys/kern/kern_synch.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 3:11:58 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 71AC237B6A0; Wed, 24 Jan 2001 03:11:35 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0OBBZY16032; Wed, 24 Jan 2001 03:11:35 -0800 (PST) (envelope-from jhb) Message-Id: <200101241111.f0OBBZY16032@freefall.freebsd.org> From: John Baldwin Date: Wed, 24 Jan 2001 03:11:35 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern subr_prof.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/24 03:11:35 PST Modified files: sys/kern subr_prof.c Log: - Catch up to proc flag changes. Revision Changes Path 1.40 +7 -3 src/sys/kern/subr_prof.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 3:13: 6 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7DFB337B69F; Wed, 24 Jan 2001 03:12:43 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0OBCfo16178; Wed, 24 Jan 2001 03:12:41 -0800 (PST) (envelope-from jhb) Message-Id: <200101241112.f0OBCfo16178@freefall.freebsd.org> From: John Baldwin Date: Wed, 24 Jan 2001 03:12:40 -0800 (PST) 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 jhb 2001/01/24 03:12:40 PST Modified files: sys/kern sys_generic.c Log: - Catch up to proc flag changes. - Add proc locking for selwakeup() and selrecord(). Revision Changes Path 1.70 +36 -15 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 Wed Jan 24 3:14:30 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C338937B69F; Wed, 24 Jan 2001 03:14:05 -0800 (PST) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0OBE5V16299; Wed, 24 Jan 2001 03:14:05 -0800 (PST) (envelope-from kevlo) Message-Id: <200101241114.f0OBE5V16299@freefall.freebsd.org> From: Kevin Lo Date: Wed, 24 Jan 2001 03:14:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/p5-Mail-IMAPClient Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kevlo 2001/01/24 03:14:05 PST Modified files: mail/p5-Mail-IMAPClient Makefile distinfo Log: Update to version 2.0.6 PR: 24577 Submitted by: MAINTAINER Revision Changes Path 1.3 +2 -2 ports/mail/p5-Mail-IMAPClient/Makefile 1.3 +1 -1 ports/mail/p5-Mail-IMAPClient/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 3:15:47 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8DDC137B699; Wed, 24 Jan 2001 03:15:25 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0OBFPm16523; Wed, 24 Jan 2001 03:15:25 -0800 (PST) (envelope-from jhb) Message-Id: <200101241115.f0OBFPm16523@freefall.freebsd.org> From: John Baldwin Date: Wed, 24 Jan 2001 03:15:25 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern sys_process.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/24 03:15:25 PST Modified files: sys/kern sys_process.c Log: - Catch up to proc flag changes. - Update stopevent() to assert that the proc lock is held when it is held and is not recursed. Note that the STOPEVENT() macro obtains the proc lock when calling this function. Revision Changes Path 1.60 +19 -5 src/sys/kern/sys_process.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 3:16:18 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 44B2137B6A3; Wed, 24 Jan 2001 03:16:00 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0OBG0o16608; Wed, 24 Jan 2001 03:16:00 -0800 (PST) (envelope-from jhb) Message-Id: <200101241116.f0OBG0o16608@freefall.freebsd.org> From: John Baldwin Date: Wed, 24 Jan 2001 03:16:00 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern tty.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/24 03:16:00 PST Modified files: sys/kern tty.c Log: - Catch up to proc flag changes. - Assert sched_lock is held in proc_compare. Revision Changes Path 1.145 +4 -3 src/sys/kern/tty.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 3:17:59 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B488037B404; Wed, 24 Jan 2001 03:17:36 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0OBHaX16776; Wed, 24 Jan 2001 03:17:36 -0800 (PST) (envelope-from jhb) Message-Id: <200101241117.f0OBHaX16776@freefall.freebsd.org> From: John Baldwin Date: Wed, 24 Jan 2001 03:17:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/miscfs/procfs procfs_status.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/24 03:17:36 PST Modified files: sys/miscfs/procfs procfs_status.c Log: - Catch up to proc flag changes. Revision Changes Path 1.25 +7 -3 src/sys/miscfs/procfs/procfs_status.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 3:20:29 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 52EE037B404; Wed, 24 Jan 2001 03:20:06 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0OBK6i17066; Wed, 24 Jan 2001 03:20:06 -0800 (PST) (envelope-from jhb) Message-Id: <200101241120.f0OBK6i17066@freefall.freebsd.org> From: John Baldwin Date: Wed, 24 Jan 2001 03:20:06 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_fault.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/24 03:20:06 PST Modified files: sys/vm vm_fault.c Log: - Catch up to proc flag changes. Revision Changes Path 1.114 +4 -2 src/sys/vm/vm_fault.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 3:26:17 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A259337B69F; Wed, 24 Jan 2001 03:25:56 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0OBPuM17491; Wed, 24 Jan 2001 03:25:56 -0800 (PST) (envelope-from jhb) Message-Id: <200101241125.f0OBPuM17491@freefall.freebsd.org> From: John Baldwin Date: Wed, 24 Jan 2001 03:25:56 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_glue.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/24 03:25:56 PST Modified files: sys/vm vm_glue.c Log: - Catch up to proc flag changes. - Proc locking in a few places. - faultin() now must be called with the proc lock held. - Split up swappable() into a couple of tests so that it can be locke in swapout_procs(). - Use queue macros. Revision Changes Path 1.104 +44 -28 src/sys/vm/vm_glue.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 3:27:52 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5130F37B69F; Wed, 24 Jan 2001 03:27:30 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0OBRU617625; Wed, 24 Jan 2001 03:27:30 -0800 (PST) (envelope-from jhb) Message-Id: <200101241127.f0OBRU617625@freefall.freebsd.org> From: John Baldwin Date: Wed, 24 Jan 2001 03:27:30 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_kern.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/24 03:27:30 PST Modified files: sys/vm vm_kern.c Log: Add mtx_assert()'s to verify that kmem_alloc() and kmem_free() are called with Giant held. Revision Changes Path 1.68 +4 -1 src/sys/vm/vm_kern.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 3:28:27 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 327E437B6A0; Wed, 24 Jan 2001 03:28:04 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0OBS2W17698; Wed, 24 Jan 2001 03:28:02 -0800 (PST) (envelope-from jhb) Message-Id: <200101241128.f0OBS2W17698@freefall.freebsd.org> From: John Baldwin Date: Wed, 24 Jan 2001 03:28:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_meter.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/24 03:28:02 PST Modified files: sys/vm vm_meter.c Log: - Catch up to proc flag changes. - Minimal proc locking. - Use queue macros. Revision Changes Path 1.45 +14 -9 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 Jan 24 3:28:58 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8990C37B69F; Wed, 24 Jan 2001 03:28:36 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0OBSa717740; Wed, 24 Jan 2001 03:28:36 -0800 (PST) (envelope-from jhb) Message-Id: <200101241128.f0OBSa717740@freefall.freebsd.org> From: John Baldwin Date: Wed, 24 Jan 2001 03:28:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_pageout.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/24 03:28:36 PST Modified files: sys/vm vm_pageout.c Log: - Catch up to proc flag changes. - Minimal proc locking. - Use queue macros. Revision Changes Path 1.169 +9 -4 src/sys/vm/vm_pageout.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 3:36:59 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 93EE837B6A4; Wed, 24 Jan 2001 03:36:38 -0800 (PST) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0OBacJ18622; Wed, 24 Jan 2001 03:36:38 -0800 (PST) (envelope-from kevlo) Message-Id: <200101241136.f0OBacJ18622@freefall.freebsd.org> From: Kevin Lo Date: Wed, 24 Jan 2001 03:36:38 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/biology/emboss pkg-plist.EMNU Makefile distinfo pkg-descr pkg-plist ports/biology/emboss/scripts configure.emboss X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kevlo 2001/01/24 03:36:38 PST Modified files: biology/emboss Makefile distinfo pkg-descr pkg-plist biology/emboss/scripts configure.emboss Added files: biology/emboss pkg-plist.EMNU Log: Upgrade to version 1.9.0 PR: 24597 Submitted by: MAINTAINER Revision Changes Path 1.14 +7 -5 ports/biology/emboss/Makefile 1.11 +5 -4 ports/biology/emboss/distinfo 1.3 +2 -2 ports/biology/emboss/pkg-descr 1.8 +26 -1 ports/biology/emboss/pkg-plist 1.2 +6 -2 ports/biology/emboss/scripts/configure.emboss To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 3:45:56 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 05D5737B6A6; Wed, 24 Jan 2001 03:45:37 -0800 (PST) Received: (from olgeni@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0OBjaH19950; Wed, 24 Jan 2001 03:45:36 -0800 (PST) (envelope-from olgeni) Message-Id: <200101241145.f0OBjaH19950@freefall.freebsd.org> From: Jimmy Olgeni Date: Wed, 24 Jan 2001 03:45:36 -0800 (PST) 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 olgeni 2001/01/24 03:45:36 PST 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: Traditional first commit. * Add myself to the authors entity list * Remove myself from the additional contributors section (handbook) * Add myself to the committers section (handbook) Reviewed by: will Revision Changes Path 1.143 +3 -1 doc/en_US.ISO_8859-1/books/handbook/authors.ent 1.365 +1 -6 doc/en_US.ISO_8859-1/books/handbook/contrib/chapter.sgml 1.192 +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 Jan 24 3:48:18 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8A24F37B6A7; Wed, 24 Jan 2001 03:47:56 -0800 (PST) Received: (from olgeni@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0OBlui20177; Wed, 24 Jan 2001 03:47:56 -0800 (PST) (envelope-from olgeni) Message-Id: <200101241147.f0OBlui20177@freefall.freebsd.org> From: Jimmy Olgeni Date: Wed, 24 Jan 2001 03:47:56 -0800 (PST) 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 olgeni 2001/01/24 03:47:56 PST Modified files: en/news newsflash.sgml Log: Add myself as a new committer (ports). Reviewed by: will Revision Changes Path 1.239 +4 -1 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 Jan 24 3:50:53 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3062E37B6AB; Wed, 24 Jan 2001 03:50:31 -0800 (PST) Received: (from ben@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0OBoVO20547; Wed, 24 Jan 2001 03:50:31 -0800 (PST) (envelope-from ben) Message-Id: <200101241150.f0OBoVO20547@freefall.freebsd.org> From: Ben Smithurst Date: Wed, 24 Jan 2001 03:50:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/articles/vm-design article.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ben 2001/01/24 03:50:31 PST Modified files: en_US.ISO_8859-1/articles/vm-design article.sgml Log: Fix a typo (duplicated "when you"). PR: 24567 Submitted by: Robert Drehmel Revision Changes Path 1.3 +2 -2 doc/en_US.ISO_8859-1/articles/vm-design/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 4: 5:38 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0A54D37B6AD; Wed, 24 Jan 2001 04:05:17 -0800 (PST) Received: (from olgeni@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0OC5Gr26722; Wed, 24 Jan 2001 04:05:16 -0800 (PST) (envelope-from olgeni) Message-Id: <200101241205.f0OC5Gr26722@freefall.freebsd.org> From: Jimmy Olgeni Date: Wed, 24 Jan 2001 04:05:16 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-servers/Xfstt Makefile ports/graphics/blender Makefile ports/x11-fonts/jmk-x11-fonts Makefile ports/security/nessus Makefile ports/security/nessus-libnasl Makefile ports/security/nessus-libraries Makefile ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG olgeni 2001/01/24 04:05:16 PST Modified files: x11-servers/Xfstt Makefile graphics/blender Makefile x11-fonts/jmk-x11-fonts Makefile security/nessus Makefile security/nessus-libnasl Makefile security/nessus-libraries Makefile security/nessus-plugins Makefile x11-fonts/nucleus Makefile x11-fm/rox-base Makefile x11-fm/rox-filer Makefile lang/ruby-man Makefile x11-fonts/urwfonts Makefile sysutils/webmin Makefile Log: Change maintainer email address (olgeni@uli.it -> olgeni@freebsd.org) Revision Changes Path 1.12 +2 -2 ports/x11-servers/Xfstt/Makefile 1.3 +2 -2 ports/graphics/blender/Makefile 1.2 +2 -2 ports/x11-fonts/jmk-x11-fonts/Makefile 1.22 +2 -2 ports/security/nessus/Makefile 1.16 +2 -2 ports/security/nessus-libnasl/Makefile 1.17 +2 -2 ports/security/nessus-libraries/Makefile 1.17 +2 -2 ports/security/nessus-plugins/Makefile 1.4 +2 -2 ports/x11-fonts/nucleus/Makefile 1.3 +2 -2 ports/x11-fm/rox-base/Makefile 1.3 +2 -2 ports/x11-fm/rox-filer/Makefile 1.8 +2 -2 ports/lang/ruby-man/Makefile 1.3 +2 -2 ports/x11-fonts/urwfonts/Makefile 1.25 +2 -2 ports/sysutils/webmin/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 4:11:28 2001 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 9438A37B400; Wed, 24 Jan 2001 04:11:05 -0800 (PST) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id XAA29987; Wed, 24 Jan 2001 23:10:59 +1100 Date: Wed, 24 Jan 2001 23:10:51 +1100 (EST) From: Bruce Evans X-Sender: bde@besplex.bde.org To: Alfred Perlstein Cc: John Baldwin , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/isofs/cd9660 cd9660_vfsops.c In-Reply-To: <20010123163418.N26076@fw.wintelcom.net> 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, 23 Jan 2001, Alfred Perlstein wrote: > * John Baldwin [010123 16:26] wrote: > > jhb 2001/01/23 16:26:19 PST > > > > Modified files: > > sys/isofs/cd9660 cd9660_vfsops.c > > Log: > > Proc locking to protect p_ucred while we obtain additional references. > > I really don't think you need the PROC_LOCK for these. > > You only need the 'uc' variable, and even then it's only to protect > against rfork threads playing with setuid which is an inhernent > race condition as p_ucred shouldn't be NULL. (afaik). I don't think you need any locking or crhold()ing for these. I think xxx_mount() is only called with p == curproc, so p_ucred can't change. Unfortunately, most vfs and vnop interfaces including VFS_MOUNT() make it unclear that p == curproc by pretending to support arbitrary p's. > Just give it some more thought, because I'm not sure I'm right > about this. Me too. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 4:22:59 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 12E0C37B69C; Wed, 24 Jan 2001 04:22:39 -0800 (PST) Received: (from ben@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0OCMdN30477; Wed, 24 Jan 2001 04:22:39 -0800 (PST) (envelope-from ben) Message-Id: <200101241222.f0OCMdN30477@freefall.freebsd.org> From: Ben Smithurst Date: Wed, 24 Jan 2001 04:22:38 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/books/handbook/kernelconfig chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ben 2001/01/24 04:22:38 PST Modified files: en_US.ISO_8859-1/books/handbook/kernelconfig chapter.sgml Log: Document the KERNEL -> KERNCONF change for buildkernel in -CURRENT. Revision Changes Path 1.37 +6 -1 doc/en_US.ISO_8859-1/books/handbook/kernelconfig/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 Jan 24 4:23: 6 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E1AA737B69D; Wed, 24 Jan 2001 04:22:39 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0OCMdV30506; Wed, 24 Jan 2001 04:22:39 -0800 (PST) (envelope-from ru) Message-Id: <200101241222.f0OCMdV30506@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 24 Jan 2001 04:22:39 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/bootparamd/bootparamd bootparams.5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/01/24 04:22:39 PST Modified files: usr.sbin/bootparamd/bootparamd bootparams.5 Log: mdoc(7) police: Remove the debug line that prevents hyphenation for the purposes of spelling checking that left in after my last visit to this file. Revision Changes Path 1.11 +1 -2 src/usr.sbin/bootparamd/bootparamd/bootparams.5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 4:23:57 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6E6AB37B69E; Wed, 24 Jan 2001 04:23:17 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0OCNHV30555; Wed, 24 Jan 2001 04:23:17 -0800 (PST) (envelope-from jhb) Message-Id: <200101241223.f0OCNHV30555@freefall.freebsd.org> From: John Baldwin Date: Wed, 24 Jan 2001 04:23:17 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_glue.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/24 04:23:17 PST Modified files: sys/vm vm_glue.c Log: Argh, I didn't get this test right when I converted it. Break this up into two separate if's instead of nested if's. Also, reorder things slightly to avoid unnecessary mutex operations. Revision Changes Path 1.105 +10 -11 src/sys/vm/vm_glue.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 4:24:50 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9214737B69C; Wed, 24 Jan 2001 04:24:28 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0OCOS530736; Wed, 24 Jan 2001 04:24:28 -0800 (PST) (envelope-from ru) Message-Id: <200101241224.f0OCOS530736@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 24 Jan 2001 04:24:28 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/bootparamd/bootparamd bootparams.5 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/01/24 04:24:28 PST Modified files: (Branch: RELENG_4) usr.sbin/bootparamd/bootparamd bootparams.5 Log: MFC: remove the extraneous debug line. Revision Changes Path 1.9.2.2 +1 -2 src/usr.sbin/bootparamd/bootparamd/bootparams.5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 4:27:30 2001 Delivered-To: cvs-all@freebsd.org Received: from blizzard.sabbo.net (ns.sabbo.net [193.193.218.18]) by hub.freebsd.org (Postfix) with ESMTP id 25CC437B699; Wed, 24 Jan 2001 04:26:48 -0800 (PST) Received: from vic.sabbo.net (root@vic.sabbo.net [193.193.218.112]) by blizzard.sabbo.net (8.10.1/8.10.1) with ESMTP id f0OCQJT27351; Wed, 24 Jan 2001 14:26:32 +0200 Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vic.sabbo.net (8.11.1/8.9.3) with ESMTP id f0OCQK601093; Wed, 24 Jan 2001 14:26:20 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Message-ID: <3A6EC9EA.491A6DE7@FreeBSD.org> Date: Wed, 24 Jan 2001 14:26:18 +0200 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.76 [en] (WinNT; U) X-Accept-Language: uk,ru,en MIME-Version: 1.0 To: Jimmy Olgeni Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/x11-servers/Xfstt Makefile ports/graphics/blenderMakefile ports/x11-fonts/jmk-x11-fonts Makefileports/security/nessus Makefile ports/security/nessus-libnaslMakefile ports/security/nessus-libraries Makefile ... References: <200101241205.f0OC5Gr26722@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 Jimmy Olgeni wrote: > olgeni 2001/01/24 04:05:16 PST > > Modified files: > x11-servers/Xfstt Makefile > graphics/blender Makefile > x11-fonts/jmk-x11-fonts Makefile > security/nessus Makefile > security/nessus-libnasl Makefile > security/nessus-libraries Makefile > security/nessus-plugins Makefile > x11-fonts/nucleus Makefile > x11-fm/rox-base Makefile > x11-fm/rox-filer Makefile > lang/ruby-man Makefile > x11-fonts/urwfonts Makefile > sysutils/webmin Makefile > Log: > Change maintainer email address (olgeni@uli.it -> olgeni@freebsd.org) Please capitalise: freebsd.org -> FreeBSD.org -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 4:27:33 2001 Delivered-To: cvs-all@freebsd.org Received: from mailout01.sul.t-online.com (mailout01.sul.t-online.com [194.25.134.80]) by hub.freebsd.org (Postfix) with ESMTP id DA50937B69D; Wed, 24 Jan 2001 04:27:04 -0800 (PST) Received: from fwd06.sul.t-online.com by mailout01.sul.t-online.com with smtp id 14LP0x-00060B-0B; Wed, 24 Jan 2001 13:27:03 +0100 Received: from neutron.cichlids.com (520050424122-0001@[62.158.39.103]) by fmrl06.sul.t-online.com with esmtp id 14LP0t-1auejQC; Wed, 24 Jan 2001 13:26:59 +0100 Received: from cichlids.cichlids.com (cichlids.cichlids.com [192.168.0.10]) by neutron.cichlids.com (Postfix) with ESMTP id 48943AB0C; Wed, 24 Jan 2001 13:29:02 +0100 (CET) Received: by cichlids.cichlids.com (Postfix, from userid 1001) id 957C914A44; Wed, 24 Jan 2001 13:26:54 +0100 (CET) Date: Wed, 24 Jan 2001 13:26:54 +0100 To: Ben Smithurst Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: doc/en_US.ISO_8859-1/books/handbook/kernelconfig chapter.sgml Message-ID: <20010124132654.A48977@cichlids.cichlids.com> References: <200101241222.f0OCMdN30477@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200101241222.f0OCMdN30477@freefall.freebsd.org>; from ben@freebsd.org on Wed, Jan 24, 2001 at 04:22:38AM -0800 X-PGP-Fingerprint: 44 28 CA 4C 46 5B D3 A8 A8 E3 BA F3 4E 60 7D 7F X-PGP-at: finger alex@big.endian.de X-Verwirrung: Dieser Header dient der allgemeinen Verwirrung. From: alex@big.endian.de (Alexander Langer) X-Sender: 520050424122-0001@t-dialin.net Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thus spake Ben Smithurst (ben@freebsd.org): > Document the KERNEL -> KERNCONF change for buildkernel in -CURRENT. Hmm. No there are three versions of how to build in the handbook. I don't think that this is good, since -CURRENT people usually don't need the handbook anyways. (that is what UPDATING is for). I *really* would suggest that this change is backed out until KERNCONF hits -STABLE and then the whole part is changed. Alex -- cat: /home/alex/.sig: No such file or directory To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 4:31:16 2001 Delivered-To: cvs-all@freebsd.org Received: from pike.osd.bsdi.com (unknown [204.216.28.222]) by hub.freebsd.org (Postfix) with ESMTP id A0C0F37B69D; Wed, 24 Jan 2001 04:30:51 -0800 (PST) Received: from foo.osd.bsdi.com (root@foo.osd.bsdi.com [204.216.28.137]) by pike.osd.bsdi.com (8.11.1/8.9.3) with ESMTP id f0OCUjx08481; Wed, 24 Jan 2001 04:30:45 -0800 (PST) (envelope-from jhb@foo.osd.bsdi.com) Received: (from jhb@localhost) by foo.osd.bsdi.com (8.11.1/8.11.1) id f0OCUJT76689; Wed, 24 Jan 2001 04:30:19 -0800 (PST) (envelope-from jhb) Message-ID: 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: <200101240941.f0O9f3i99835@freefall.freebsd.org> Date: Wed, 24 Jan 2001 04:30:19 -0800 (PST) Organization: BSD, Inc. From: John Baldwin To: cvs-all@FreeBSD.org Subject: RE: cvs commit: src/sys/sys proc.h Cc: cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 24-Jan-01 John Baldwin wrote: > - Add prototypes for the new fork_exit() and fork_return() MI > functions > that manage the fork return path. The functions are found in kern_fork.c and are currently only used on the x86. A little assembly work needs to be done on the other archs to have them call fork_exit() passing in the appropriate args instead of calling the fork handler argument directly. -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.Baldwin.cx/~john/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 Wed Jan 24 4:35:40 2001 Delivered-To: cvs-all@freebsd.org Received: from pike.osd.bsdi.com (unknown [204.216.28.222]) by hub.freebsd.org (Postfix) with ESMTP id 2D74137B699; Wed, 24 Jan 2001 04:35:16 -0800 (PST) Received: from foo.osd.bsdi.com (root@foo.osd.bsdi.com [204.216.28.137]) by pike.osd.bsdi.com (8.11.1/8.9.3) with ESMTP id f0OCZ3x08556; Wed, 24 Jan 2001 04:35:03 -0800 (PST) (envelope-from jhb@foo.osd.bsdi.com) Received: (from jhb@localhost) by foo.osd.bsdi.com (8.11.1/8.11.1) id f0OCYcn76757; Wed, 24 Jan 2001 04:34:38 -0800 (PST) (envelope-from jhb) Message-ID: 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: Date: Wed, 24 Jan 2001 04:34:38 -0800 (PST) Organization: BSD, Inc. From: John Baldwin To: Bruce Evans Subject: Re: cvs commit: src/sys/isofs/cd9660 cd9660_vfsops.c Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, Alfred Perlstein Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 24-Jan-01 Bruce Evans wrote: > On Tue, 23 Jan 2001, Alfred Perlstein wrote: > >> * John Baldwin [010123 16:26] wrote: >> > jhb 2001/01/23 16:26:19 PST >> > >> > Modified files: >> > sys/isofs/cd9660 cd9660_vfsops.c >> > Log: >> > Proc locking to protect p_ucred while we obtain additional >> > references. >> >> I really don't think you need the PROC_LOCK for these. >> >> You only need the 'uc' variable, and even then it's only to protect >> against rfork threads playing with setuid which is an inhernent >> race condition as p_ucred shouldn't be NULL. (afaik). > > I don't think you need any locking or crhold()ing for these. I think > xxx_mount() is only called with p == curproc, so p_ucred can't > change. > Unfortunately, most vfs and vnop interfaces including VFS_MOUNT() > make > it unclear that p == curproc by pretending to support arbitrary p's. Yes, Alfred and I talked this out over the phone today. I will be backing out these ucred changes and not committing any more of them. I'm also going to be revisiting calcru() very soon as well. >> Just give it some more thought, because I'm not sure I'm right >> about this. > > Me too. > > Bruce -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.Baldwin.cx/~john/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 Wed Jan 24 4:36:22 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7E27937B69D; Wed, 24 Jan 2001 04:35:56 -0800 (PST) Received: (from jasone@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0OCZum32734; Wed, 24 Jan 2001 04:35:56 -0800 (PST) (envelope-from jasone) Message-Id: <200101241235.f0OCZum32734@freefall.freebsd.org> From: Jason Evans Date: Wed, 24 Jan 2001 04:35:56 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha mp_machdep.c src/sys/alpha/include lock.h src/sys/arm/include lock.h src/sys/conf files.i386 files.pc98 src/sys/fs/hpfs hpfs.h hpfs_hash.c hpfs_vfsops.c hpfs_vnops.c src/sys/gnu/ext2fs ext2_vfsops.c src/sys/i386/i386 ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jasone 2001/01/24 04:35:56 PST Modified files: sys/alpha/alpha mp_machdep.c sys/alpha/include lock.h sys/arm/include lock.h sys/conf files.i386 files.pc98 sys/fs/hpfs hpfs.h hpfs_hash.c hpfs_vfsops.c hpfs_vnops.c sys/gnu/ext2fs ext2_vfsops.c sys/i386/i386 machdep.c mp_machdep.c sys/i386/include asnames.h lock.h profile.h sys/ia64/ia64 mp_machdep.c sys/ia64/include lock.h sys/isofs/cd9660 cd9660_node.c sys/kern kern_lock.c kern_mutex.c kern_shutdown.c subr_rman.c vfs_subr.c vfs_vnops.c sys/msdosfs msdosfs_denode.c msdosfs_vfsops.c sys/ntfs ntfs_ihash.c sys/powerpc/include lock.h sys/powerpc/powerpc mp_machdep.c sys/sys lock.h rman.h vnode.h sys/ufs/ffs ffs_vfsops.c sys/ufs/ufs ufs_ihash.c ufs_inode.c ufs_quota.c sys/vm vm_object.c Removed files: sys/i386/i386 simplelock.s Log: Convert all simplelocks to mutexes and remove the simplelock implementations. Revision Changes Path 1.10 +7 -88 src/sys/alpha/alpha/mp_machdep.c 1.9 +2 -39 src/sys/alpha/include/lock.h 1.2 +1 -15 src/sys/arm/include/lock.h 1.349 +1 -2 src/sys/conf/files.i386 1.184 +1 -2 src/sys/conf/files.pc98 1.5 +2 -4 src/sys/fs/hpfs/hpfs.h 1.6 +15 -15 src/sys/fs/hpfs/hpfs_hash.c 1.9 +3 -2 src/sys/fs/hpfs/hpfs_vfsops.c 1.11 +3 -2 src/sys/fs/hpfs/hpfs_vnops.c 1.73 +13 -14 src/sys/gnu/ext2fs/ext2_vfsops.c 1.435 +8 -1 src/sys/i386/i386/machdep.c 1.141 +33 -31 src/sys/i386/i386/mp_machdep.c 1.56 +2 -6 src/sys/i386/include/asnames.h 1.17 +9 -49 src/sys/i386/include/lock.h 1.21 +3 -3 src/sys/i386/include/profile.h 1.8 +7 -40 src/sys/ia64/ia64/mp_machdep.c 1.3 +1 -21 src/sys/ia64/include/lock.h 1.35 +12 -15 src/sys/isofs/cd9660/cd9660_node.c 1.40 +3 -121 src/sys/kern/kern_lock.c 1.39 +7 -1 src/sys/kern/kern_mutex.c 1.92 +2 -2 src/sys/kern/kern_shutdown.c 1.17 +31 -31 src/sys/kern/subr_rman.c 1.300 +56 -56 src/sys/kern/vfs_subr.c 1.107 +5 -5 src/sys/kern/vfs_vnops.c 1.53 +13 -15 src/sys/msdosfs/msdosfs_denode.c 1.69 +7 -8 src/sys/msdosfs/msdosfs_vfsops.c 1.12 +11 -11 src/sys/ntfs/ntfs_ihash.c 1.2 +1 -15 src/sys/powerpc/include/lock.h 1.2 +7 -74 src/sys/powerpc/powerpc/mp_machdep.c 1.26 +2 -20 src/sys/sys/lock.h 1.14 +2 -2 src/sys/sys/rman.h 1.136 +6 -6 src/sys/sys/vnode.h 1.136 +16 -17 src/sys/ufs/ffs/ffs_vfsops.c 1.26 +13 -16 src/sys/ufs/ufs/ufs_ihash.c 1.31 +3 -2 src/sys/ufs/ufs/ufs_inode.c 1.40 +6 -6 src/sys/ufs/ufs/ufs_quota.c 1.181 +6 -7 src/sys/vm/vm_object.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 4:43:37 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D667837B404; Wed, 24 Jan 2001 04:43:15 -0800 (PST) Received: (from olgeni@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0OChFO33431; Wed, 24 Jan 2001 04:43:15 -0800 (PST) (envelope-from olgeni) Message-Id: <200101241243.f0OChFO33431@freefall.freebsd.org> From: Jimmy Olgeni Date: Wed, 24 Jan 2001 04:43:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-servers/Xfstt Makefile ports/graphics/blender Makefile ports/x11-fonts/jmk-x11-fonts Makefile ports/security/nessus Makefile ports/security/nessus-libnasl Makefile ports/security/nessus-libraries Makefile ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG olgeni 2001/01/24 04:43:15 PST Modified files: x11-servers/Xfstt Makefile graphics/blender Makefile x11-fonts/jmk-x11-fonts Makefile security/nessus Makefile security/nessus-libnasl Makefile security/nessus-libraries Makefile security/nessus-plugins Makefile x11-fonts/nucleus Makefile x11-fm/rox-base Makefile x11-fm/rox-filer Makefile lang/ruby-man Makefile x11-fonts/urwfonts Makefile sysutils/webmin Makefile Log: Use proper capitalization (freebsd.org -> FreeBSD.org) Noted by: sobomax Revision Changes Path 1.13 +2 -2 ports/x11-servers/Xfstt/Makefile 1.4 +2 -2 ports/graphics/blender/Makefile 1.3 +2 -2 ports/x11-fonts/jmk-x11-fonts/Makefile 1.23 +2 -2 ports/security/nessus/Makefile 1.17 +2 -2 ports/security/nessus-libnasl/Makefile 1.18 +2 -2 ports/security/nessus-libraries/Makefile 1.18 +2 -2 ports/security/nessus-plugins/Makefile 1.5 +2 -2 ports/x11-fonts/nucleus/Makefile 1.4 +2 -2 ports/x11-fm/rox-base/Makefile 1.4 +2 -2 ports/x11-fm/rox-filer/Makefile 1.9 +2 -2 ports/lang/ruby-man/Makefile 1.4 +2 -2 ports/x11-fonts/urwfonts/Makefile 1.26 +2 -2 ports/sysutils/webmin/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 4:48: 4 2001 Delivered-To: cvs-all@freebsd.org Received: from mobile.wemm.org (c1315225-a.plstn1.sfba.home.com [65.0.135.147]) by hub.freebsd.org (Postfix) with ESMTP id 5F89437B404; Wed, 24 Jan 2001 04:47:43 -0800 (PST) Received: from netplex.com.au (localhost [127.0.0.1]) by mobile.wemm.org (8.11.1/8.11.1) with ESMTP id f0OClh480253; Wed, 24 Jan 2001 04:47:43 -0800 (PST) (envelope-from peter@netplex.com.au) Message-Id: <200101241247.f0OClh480253@mobile.wemm.org> X-Mailer: exmh version 2.2 06/23/2000 with nmh-1.0.4 To: Jason Evans Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/alpha/alpha mp_machdep.c src/sys/alpha/include lock.h src/sys/arm/include lock.h src/sys/conf files.i386 files.pc98 src/sys/fs/hpfs hpfs.h hpfs_hash.c hpfs_vfsops.c hpfs_vnops.c src/sys/gnu/ext2fs ext2_vfsops.c src/sys/i386/i386 ... In-Reply-To: <200101241235.f0OCZum32734@freefall.freebsd.org> Date: Wed, 24 Jan 2001 04:47:43 -0800 From: Peter Wemm Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Jason Evans wrote: > jasone 2001/01/24 04:35:56 PST > > Modified files: .. > sys/i386/include asnames.h lock.h profile.h .. > Removed files: > sys/i386/i386 simplelock.s > Log: > Convert all simplelocks to mutexes and remove the simplelock implementation YAY! Way to go! 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 Wed Jan 24 4:50:14 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 60F9437B404; Wed, 24 Jan 2001 04:49:53 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0OCnr834287; Wed, 24 Jan 2001 04:49:53 -0800 (PST) (envelope-from jhb) Message-Id: <200101241249.f0OCnr834287@freefall.freebsd.org> From: John Baldwin Date: Wed, 24 Jan 2001 04:49:53 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_proc.c src/sys/sys user.h src/lib/libkvm kvm_proc.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/24 04:49:53 PST Modified files: sys/kern kern_proc.c sys/sys user.h lib/libkvm kvm_proc.c Log: Add a new item to kinfo_proc: ki_sflag to mirror p_sflag. Revision Changes Path 1.83 +2 -1 src/sys/kern/kern_proc.c 1.28 +3 -2 src/sys/sys/user.h 1.31 +3 -2 src/lib/libkvm/kvm_proc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 5: 0:12 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4D0CD37B698; Wed, 24 Jan 2001 04:59:50 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0OCxou36029; Wed, 24 Jan 2001 04:59:50 -0800 (PST) (envelope-from jhb) Message-Id: <200101241259.f0OCxou36029@freefall.freebsd.org> From: John Baldwin Date: Wed, 24 Jan 2001 04:59:50 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/ps print.c ps.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/24 04:59:50 PST Modified files: bin/ps print.c ps.c Log: - Catch up to new proc flags. Revision Changes Path 1.41 +7 -6 src/bin/ps/print.c 1.34 +3 -3 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 Wed Jan 24 5: 2:25 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1367037B401; Wed, 24 Jan 2001 05:01:48 -0800 (PST) Received: (from deischen@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0OD1mt36593; Wed, 24 Jan 2001 05:01:48 -0800 (PST) (envelope-from deischen) Message-Id: <200101241301.f0OD1mt36593@freefall.freebsd.org> From: Daniel Eischen Date: Wed, 24 Jan 2001 05:01:47 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc Makefile src/lib/libc/alpha SYS.h src/lib/libc/alpha/gen _setjmp.S setjmp.S sigsetjmp.S src/lib/libc/alpha/sys setlogin.S src/lib/libc/compat-43 creat.c sigcompat.c src/lib/libc/db/btree bt_close.c bt_open.c ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG deischen 2001/01/24 05:01:47 PST Modified files: lib/libc Makefile lib/libc/alpha SYS.h lib/libc/alpha/gen _setjmp.S setjmp.S sigsetjmp.S lib/libc/alpha/sys setlogin.S lib/libc/compat-43 creat.c sigcompat.c lib/libc/db/btree bt_close.c bt_open.c lib/libc/db/hash hash.c hash_buf.c hash_page.c lib/libc/db/mpool mpool.c lib/libc/db/recno rec_close.c rec_open.c lib/libc/gen Makefile.inc _spinlock_stub.c arc4random.c closedir.c daemon.c devname.c disklabel.c exec.c fstab.c fts.c getcap.c getcwd.c getlogin.c getpass.c getpwent.c getvfsent.c isatty.c lockf.c nlist.c opendir.c pause.c popen.c posixshm.c pselect.c psignal.c readdir.c scandir.c seekdir.c setjmperr.c setmode.c siginterrupt.c signal.c sleep.c syslog.c telldir.c telldir.h termios.c ttyname.c usleep.c vis.c wait.c wait3.c waitpid.c lib/libc/gmon gmon.c lib/libc/i386 SYS.h lib/libc/i386/gen _setjmp.S setjmp.S sigsetjmp.S lib/libc/i386/sys Ovfork.S setlogin.S lib/libc/ia64 SYS.h lib/libc/ia64/gen _setjmp.S modf.c setjmp.S sigsetjmp.S lib/libc/include libc_private.h lib/libc/locale big5.c collate.c mskanji.c none.c rune.c utf2.c lib/libc/net getaddrinfo.c gethostbyht.c gethostnamadr.c getifaddrs.c getnetbydns.c getnetnamadr.c herror.c map_v4v6.c name6.c rcmd.c recv.c res_mkupdate.c res_send.c res_update.c send.c lib/libc/nls msgcat.c lib/libc/rpc auth_time.c bindresvport.c clnt_generic.c clnt_simple.c clnt_tcp.c clnt_udp.c clnt_unix.c get_myaddress.c key_call.c pmap_clnt.c pmap_getmaps.c pmap_getport.c pmap_rmt.c rpc_dtablesize.c rtime.c svc.c svc_auth_des.c svc_run.c svc_tcp.c svc_udp.c svc_unix.c lib/libc/stdio _flock_stub.c clrerr.c fclose.c fdopen.c fflush.c fgetc.c fgetpos.c fgets.c findfp.c flags.c fopen.c fpurge.c fputc.c fputs.c fread.c freopen.c fscanf.c fseek.c ftell.c funopen.c fvwrite.c fwalk.c fwrite.c getc.c getchar.c gets.c local.h makebuf.c mktemp.c perror.c putc.c putchar.c puts.c putw.c refill.c rewind.c scanf.c setvbuf.c stdio.c tmpfile.c ungetc.c vasprintf.c vfprintf.c vfscanf.c vscanf.c vsnprintf.c vsprintf.c wbuf.c lib/libc/stdlib abort.c exit.c malloc.c random.c realpath.c system.c lib/libc/stdtime asctime.c difftime.c localtime.c strftime.c strptime.c timelocal.c lib/libc/sys __error.c ftruncate.c lseek.c lib/libc/yp yplib.c Added files: lib/libc/gen _pthread_stubs.c _thread_init.c lib/libc/include namespace.h un-namespace.h Log: Remove _THREAD_SAFE and make libc thread-safe by default by adding (weak definitions to) stubs for some of the pthread functions. If the threads library is linked in, the real pthread functions will pulled in. Use the following convention for system calls wrapped by the threads library: __sys_foo - actual system call _foo - weak definition to __sys_foo foo - weak definition to __sys_foo Change all libc uses of system calls wrapped by the threads library from foo to _foo. In order to define the prototypes for _foo(), we introduce namespace.h and un-namespace.h (suggested by bde). All files that need to reference these system calls, should include namespace.h before any standard includes, then include un-namespace.h after the standard includes and before any local includes. is an exception and shouldn't be included in between namespace.h and un-namespace.h namespace.h will define foo to _foo, and un-namespace.h will undefine foo. Try to eliminate some of the recursive calls to MT-safe functions in libc/stdio in preparation for adding a mutex to FILE. We have recursive mutexes, but would like to avoid using them if possible. Remove uneeded includes of from a few files. Add $FreeBSD$ to a few files in order to pass commitprep. Approved by: -arch Revision Changes Path 1.26 +16 -3 src/lib/libc/Makefile 1.13 +14 -23 src/lib/libc/alpha/SYS.h 1.7 +2 -10 src/lib/libc/alpha/gen/_setjmp.S 1.14 +5 -13 src/lib/libc/alpha/gen/setjmp.S 1.7 +4 -12 src/lib/libc/alpha/gen/sigsetjmp.S 1.2 +3 -1 src/lib/libc/alpha/sys/setlogin.S 1.6 +4 -10 src/lib/libc/compat-43/creat.c 1.8 +8 -5 src/lib/libc/compat-43/sigcompat.c 1.6 +3 -1 src/lib/libc/db/btree/bt_close.c 1.9 +6 -4 src/lib/libc/db/btree/bt_open.c 1.9 +6 -3 src/lib/libc/db/hash/hash.c 1.5 +2 -1 src/lib/libc/db/hash/hash_buf.c 1.6 +5 -3 src/lib/libc/db/hash/hash_page.c 1.8 +4 -2 src/lib/libc/db/mpool/mpool.c 1.5 +4 -2 src/lib/libc/db/recno/rec_close.c 1.5 +4 -2 src/lib/libc/db/recno/rec_open.c 1.73 +3 -3 src/lib/libc/gen/Makefile.inc 1.5 +13 -5 src/lib/libc/gen/_spinlock_stub.c 1.5 +3 -1 src/lib/libc/gen/arc4random.c 1.9 +12 -2 src/lib/libc/gen/closedir.c 1.4 +6 -4 src/lib/libc/gen/daemon.c 1.5 +1 -2 src/lib/libc/gen/devname.c 1.10 +1 -2 src/lib/libc/gen/disklabel.c 1.16 +9 -7 src/lib/libc/gen/exec.c 1.9 +4 -2 src/lib/libc/gen/fstab.c 1.16 +5 -3 src/lib/libc/gen/fts.c 1.14 +5 -2 src/lib/libc/gen/getcap.c 1.20 +4 -2 src/lib/libc/gen/getcwd.c 1.6 +11 -14 src/lib/libc/gen/getlogin.c 1.9 +5 -3 src/lib/libc/gen/getpass.c 1.59 +3 -1 src/lib/libc/gen/getpwent.c 1.15 +2 -1 src/lib/libc/gen/getvfsent.c 1.4 +3 -14 src/lib/libc/gen/isatty.c 1.6 +4 -2 src/lib/libc/gen/lockf.c 1.13 +5 -3 src/lib/libc/gen/nlist.c 1.13 +11 -10 src/lib/libc/gen/opendir.c 1.5 +2 -4 src/lib/libc/gen/pause.c 1.15 +10 -8 src/lib/libc/gen/popen.c 1.3 +4 -2 src/lib/libc/gen/posixshm.c 1.3 +6 -4 src/lib/libc/gen/pselect.c 1.6 +3 -1 src/lib/libc/gen/psignal.c 1.9 +33 -25 src/lib/libc/gen/readdir.c 1.6 +5 -1 src/lib/libc/gen/scandir.c 1.4 +9 -1 src/lib/libc/gen/seekdir.c 1.4 +3 -1 src/lib/libc/gen/setjmperr.c 1.6 +5 -4 src/lib/libc/gen/setmode.c 1.3 +7 -2 src/lib/libc/gen/siginterrupt.c 1.2 +6 -1 src/lib/libc/gen/signal.c 1.30 +4 -3 src/lib/libc/gen/sleep.c 1.22 +8 -6 src/lib/libc/gen/syslog.c 1.7 +10 -2 src/lib/libc/gen/telldir.c 1.2 +4 -3 src/lib/libc/gen/telldir.h 1.11 +17 -16 src/lib/libc/gen/termios.c 1.11 +55 -69 src/lib/libc/gen/ttyname.c 1.26 +3 -1 src/lib/libc/gen/usleep.c 1.8 +2 -1 src/lib/libc/gen/vis.c 1.5 +6 -6 src/lib/libc/gen/wait.c 1.2 +5 -1 src/lib/libc/gen/wait3.c 1.5 +5 -11 src/lib/libc/gen/waitpid.c 1.9 +4 -1 src/lib/libc/gmon/gmon.c 1.19 +15 -18 src/lib/libc/i386/SYS.h 1.13 +4 -7 src/lib/libc/i386/gen/_setjmp.S 1.19 +6 -16 src/lib/libc/i386/gen/setjmp.S 1.21 +6 -19 src/lib/libc/i386/gen/sigsetjmp.S 1.13 +7 -8 src/lib/libc/i386/sys/Ovfork.S 1.7 +3 -3 src/lib/libc/i386/sys/setlogin.S 1.2 +10 -25 src/lib/libc/ia64/SYS.h 1.3 +3 -11 src/lib/libc/ia64/gen/_setjmp.S 1.2 +1 -2 src/lib/libc/ia64/gen/modf.c 1.3 +6 -15 src/lib/libc/ia64/gen/setjmp.S 1.2 +3 -11 src/lib/libc/ia64/gen/sigsetjmp.S 1.4 +3 -3 src/lib/libc/include/libc_private.h 1.5 +1 -2 src/lib/libc/locale/big5.c 1.22 +5 -2 src/lib/libc/locale/collate.c 1.4 +1 -2 src/lib/libc/locale/mskanji.c 1.3 +2 -1 src/lib/libc/locale/none.c 1.6 +5 -1 src/lib/libc/locale/rune.c 1.5 +1 -2 src/lib/libc/locale/utf2.c 1.16 +7 -5 src/lib/libc/net/getaddrinfo.c 1.14 +1 -2 src/lib/libc/net/gethostbyht.c 1.18 +2 -5 src/lib/libc/net/gethostnamadr.c 1.3 +6 -5 src/lib/libc/net/getifaddrs.c 1.15 +1 -2 src/lib/libc/net/getnetbydns.c 1.14 +1 -2 src/lib/libc/net/getnetnamadr.c 1.9 +4 -2 src/lib/libc/net/herror.c 1.6 +1 -2 src/lib/libc/net/map_v4v6.c 1.17 +11 -9 src/lib/libc/net/name6.c 1.31 +20 -14 src/lib/libc/net/rcmd.c 1.2 +5 -1 src/lib/libc/net/recv.c 1.3 +1 -2 src/lib/libc/net/res_mkupdate.c 1.39 +14 -12 src/lib/libc/net/res_send.c 1.3 +1 -2 src/lib/libc/net/res_update.c 1.2 +5 -1 src/lib/libc/net/send.c 1.37 +4 -2 src/lib/libc/nls/msgcat.c 1.5 +8 -6 src/lib/libc/rpc/auth_time.c 1.13 +9 -7 src/lib/libc/rpc/bindresvport.c 1.10 +3 -3 src/lib/libc/rpc/clnt_generic.c 1.13 +3 -1 src/lib/libc/rpc/clnt_simple.c 1.15 +7 -5 src/lib/libc/rpc/clnt_tcp.c 1.16 +9 -7 src/lib/libc/rpc/clnt_udp.c 1.6 +10 -8 src/lib/libc/rpc/clnt_unix.c 1.19 +6 -4 src/lib/libc/rpc/get_myaddress.c 1.4 +4 -2 src/lib/libc/rpc/key_call.c 1.12 +3 -1 src/lib/libc/rpc/pmap_clnt.c 1.12 +4 -1 src/lib/libc/rpc/pmap_getmaps.c 1.11 +3 -1 src/lib/libc/rpc/pmap_getport.c 1.17 +13 -10 src/lib/libc/rpc/pmap_rmt.c 1.11 +2 -2 src/lib/libc/rpc/rpc_dtablesize.c 1.6 +8 -6 src/lib/libc/rpc/rtime.c 1.15 +1 -2 src/lib/libc/rpc/svc.c 1.4 +2 -1 src/lib/libc/rpc/svc_auth_des.c 1.11 +5 -3 src/lib/libc/rpc/svc_run.c 1.19 +13 -11 src/lib/libc/rpc/svc_tcp.c 1.14 +9 -7 src/lib/libc/rpc/svc_udp.c 1.8 +13 -11 src/lib/libc/rpc/svc_unix.c 1.4 +4 -4 src/lib/libc/stdio/_flock_stub.c 1.8 +4 -2 src/lib/libc/stdio/clrerr.c 1.9 +12 -4 src/lib/libc/stdio/fclose.c 1.4 +3 -1 src/lib/libc/stdio/fdopen.c 1.8 +32 -11 src/lib/libc/stdio/fflush.c 1.8 +3 -1 src/lib/libc/stdio/fgetc.c 1.9 +3 -1 src/lib/libc/stdio/fgetpos.c 1.10 +3 -1 src/lib/libc/stdio/fgets.c 1.8 +41 -18 src/lib/libc/stdio/findfp.c 1.7 +3 -2 src/lib/libc/stdio/flags.c 1.4 +7 -4 src/lib/libc/stdio/fopen.c 1.8 +3 -1 src/lib/libc/stdio/fpurge.c 1.8 +3 -1 src/lib/libc/stdio/fputc.c 1.8 +3 -1 src/lib/libc/stdio/fputs.c 1.8 +3 -1 src/lib/libc/stdio/fread.c 1.6 +5 -3 src/lib/libc/stdio/freopen.c 1.8 +3 -1 src/lib/libc/stdio/fscanf.c 1.10 +28 -22 src/lib/libc/stdio/fseek.c 1.12 +3 -1 src/lib/libc/stdio/ftell.c 1.2 +3 -0 src/lib/libc/stdio/funopen.c 1.11 +4 -4 src/lib/libc/stdio/fvwrite.c 1.7 +12 -6 src/lib/libc/stdio/fwalk.c 1.8 +3 -1 src/lib/libc/stdio/fwrite.c 1.8 +3 -5 src/lib/libc/stdio/getc.c 1.8 +3 -1 src/lib/libc/stdio/getchar.c 1.10 +3 -1 src/lib/libc/stdio/gets.c 1.2 +25 -17 src/lib/libc/stdio/local.h 1.2 +6 -2 src/lib/libc/stdio/makebuf.c 1.21 +3 -1 src/lib/libc/stdio/mktemp.c 1.4 +5 -1 src/lib/libc/stdio/perror.c 1.8 +9 -4 src/lib/libc/stdio/putc.c 1.8 +11 -3 src/lib/libc/stdio/putchar.c 1.8 +3 -1 src/lib/libc/stdio/puts.c 1.8 +3 -1 src/lib/libc/stdio/putw.c 1.9 +2 -1 src/lib/libc/stdio/refill.c 1.8 +7 -5 src/lib/libc/stdio/rewind.c 1.8 +3 -1 src/lib/libc/stdio/scanf.c 1.8 +3 -1 src/lib/libc/stdio/setvbuf.c 1.10 +3 -1 src/lib/libc/stdio/stdio.c 1.5 +5 -3 src/lib/libc/stdio/tmpfile.c 1.8 +28 -20 src/lib/libc/stdio/ungetc.c 1.12 +3 -2 src/lib/libc/stdio/vasprintf.c 1.24 +50 -63 src/lib/libc/stdio/vfprintf.c 1.15 +32 -18 src/lib/libc/stdio/vfscanf.c 1.8 +3 -1 src/lib/libc/stdio/vscanf.c 1.13 +3 -2 src/lib/libc/stdio/vsnprintf.c 1.7 +3 -2 src/lib/libc/stdio/vsprintf.c 1.7 +5 -3 src/lib/libc/stdio/wbuf.c 1.6 +16 -17 src/lib/libc/stdlib/abort.c 1.4 +6 -3 src/lib/libc/stdlib/exit.c 1.56 +3 -1 src/lib/libc/stdlib/malloc.c 1.14 +3 -1 src/lib/libc/stdlib/random.c 1.10 +3 -1 src/lib/libc/stdlib/realpath.c 1.7 +14 -12 src/lib/libc/stdlib/system.c 1.8 +4 -0 src/lib/libc/stdtime/asctime.c 1.5 +4 -0 src/lib/libc/stdtime/difftime.c 1.26 +77 -109 src/lib/libc/stdtime/localtime.c 1.28 +3 -1 src/lib/libc/stdtime/strftime.c 1.19 +10 -15 src/lib/libc/stdtime/strptime.c 1.11 +6 -2 src/lib/libc/stdtime/timelocal.c 1.2 +3 -1 src/lib/libc/sys/__error.c 1.4 +2 -15 src/lib/libc/sys/ftruncate.c 1.4 +2 -16 src/lib/libc/sys/lseek.c 1.35 +14 -11 src/lib/libc/yp/yplib.c Modified files: include dirent.h stdio.h Log: Add a lock to DIR to make telldir and friends MT-safe. Clean up stdio.h a bit and remove _THREAD_SAFE. Some of the usual macros getc, putc, getchar, putchar are no longer macros. Approved by: -arch Revision Changes Path 1.10 +2 -1 src/include/dirent.h 1.25 +5 -55 src/include/stdio.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 5: 4:19 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B556837B404; Wed, 24 Jan 2001 05:03:44 -0800 (PST) Received: (from deischen@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0OD3iN37215; Wed, 24 Jan 2001 05:03:44 -0800 (PST) (envelope-from deischen) Message-Id: <200101241303.f0OD3iN37215@freefall.freebsd.org> From: Daniel Eischen Date: Wed, 24 Jan 2001 05:03:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc_r Makefile src/lib/libc_r/uthread pthread_private.h uthread_accept.c uthread_aio_suspend.c uthread_attr_destroy.c uthread_attr_getdetachstate.c uthread_attr_getinheritsched.c uthread_attr_getschedparam.c uthread_attr_getschedpolicy.c uthread_attr_getscope.c ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG deischen 2001/01/24 05:03:44 PST Modified files: lib/libc_r Makefile lib/libc_r/uthread pthread_private.h uthread_accept.c uthread_aio_suspend.c uthread_attr_destroy.c uthread_attr_getdetachstate.c uthread_attr_getinheritsched.c uthread_attr_getschedparam.c uthread_attr_getschedpolicy.c uthread_attr_getscope.c uthread_attr_getstackaddr.c uthread_attr_getstacksize.c uthread_attr_init.c uthread_attr_setcreatesuspend_np.c uthread_attr_setdetachstate.c uthread_attr_setinheritsched.c uthread_attr_setprio.c uthread_attr_setschedparam.c uthread_attr_setschedpolicy.c uthread_attr_setscope.c uthread_attr_setstackaddr.c uthread_attr_setstacksize.c uthread_bind.c uthread_cancel.c uthread_clean.c uthread_close.c uthread_cond.c uthread_condattr_destroy.c uthread_condattr_init.c uthread_connect.c uthread_creat.c uthread_create.c uthread_detach.c uthread_dup.c uthread_dup2.c uthread_equal.c uthread_execve.c uthread_exit.c uthread_fchflags.c uthread_fchmod.c uthread_fchown.c uthread_fcntl.c uthread_fd.c uthread_file.c uthread_find_thread.c uthread_flock.c uthread_fork.c uthread_fpathconf.c uthread_fstat.c uthread_fstatfs.c uthread_fsync.c uthread_gc.c uthread_getdirentries.c uthread_getpeername.c uthread_getprio.c uthread_getschedparam.c uthread_getsockname.c uthread_getsockopt.c uthread_info.c uthread_init.c uthread_ioctl.c uthread_jmp.c uthread_join.c uthread_kern.c uthread_kevent.c uthread_kill.c uthread_listen.c uthread_mattr_init.c uthread_mattr_kind_np.c uthread_msync.c uthread_multi_np.c uthread_mutex.c uthread_mutex_prioceiling.c uthread_mutex_protocol.c uthread_mutexattr_destroy.c uthread_nanosleep.c uthread_once.c uthread_open.c uthread_pause.c uthread_pipe.c uthread_poll.c uthread_priority_queue.c uthread_read.c uthread_readv.c uthread_recvfrom.c uthread_recvmsg.c uthread_resume_np.c uthread_rwlock.c uthread_rwlockattr.c uthread_select.c uthread_self.c uthread_sem.c uthread_sendfile.c uthread_sendmsg.c uthread_sendto.c uthread_seterrno.c uthread_setprio.c uthread_setschedparam.c uthread_setsockopt.c uthread_shutdown.c uthread_sig.c uthread_sigaction.c uthread_sigblock.c uthread_sigmask.c uthread_signal.c uthread_sigpending.c uthread_sigprocmask.c uthread_sigsetmask.c uthread_sigsuspend.c uthread_sigwait.c uthread_single_np.c uthread_sleep.c uthread_socket.c uthread_socketpair.c uthread_spec.c uthread_spinlock.c uthread_suspend_np.c uthread_switch_np.c uthread_system.c uthread_tcdrain.c uthread_vfork.c uthread_wait.c uthread_wait4.c uthread_waitpid.c uthread_write.c uthread_writev.c uthread_yield.c Log: Add weak definitions for wrapped system calls. In general: _foo - wrapped system call foo - weak definition to _foo and for cancellation points: _foo - wrapped system call __foo - enter cancellation point, call _foo(), leave cancellation point foo - weak definition to __foo Change use of global _thread_run to call a function to get the currently running thread. Make all pthread_foo functions weak definitions to _pthread_foo, where _pthread_foo is the implementation. This allows an application to provide its own pthread functions. Provide slightly different versions of pthread_mutex_lock and pthread_mutex_init so that we can tell the difference between a libc mutex and an application mutex. Threads holding mutexes internal to libc should never be allowed to exit, call signal handlers, or cancel. Approved by: -arch Revision Changes Path 1.30 +1 -18 src/lib/libc_r/Makefile 1.50 +82 -141 src/lib/libc_r/uthread/pthread_private.h 1.14 +11 -12 src/lib/libc_r/uthread/uthread_accept.c 1.4 +5 -6 src/lib/libc_r/uthread/uthread_aio_suspend.c 1.5 +5 -4 src/lib/libc_r/uthread/uthread_attr_destroy.c 1.5 +4 -4 src/lib/libc_r/uthread/uthread_attr_getdetachstate.c 1.5 +4 -4 src/lib/libc_r/uthread/uthread_attr_getinheritsched.c 1.5 +4 -4 src/lib/libc_r/uthread/uthread_attr_getschedparam.c 1.5 +4 -4 src/lib/libc_r/uthread/uthread_attr_getschedpolicy.c 1.5 +4 -4 src/lib/libc_r/uthread/uthread_attr_getscope.c 1.5 +4 -4 src/lib/libc_r/uthread/uthread_attr_getstackaddr.c 1.5 +4 -4 src/lib/libc_r/uthread/uthread_attr_getstacksize.c 1.5 +5 -4 src/lib/libc_r/uthread/uthread_attr_init.c 1.4 +4 -4 src/lib/libc_r/uthread/uthread_attr_setcreatesuspend_np.c 1.5 +4 -4 src/lib/libc_r/uthread/uthread_attr_setdetachstate.c 1.4 +4 -4 src/lib/libc_r/uthread/uthread_attr_setinheritsched.c 1.5 +4 -4 src/lib/libc_r/uthread/uthread_attr_setprio.c 1.7 +4 -4 src/lib/libc_r/uthread/uthread_attr_setschedparam.c 1.5 +4 -4 src/lib/libc_r/uthread/uthread_attr_setschedpolicy.c 1.5 +4 -4 src/lib/libc_r/uthread/uthread_attr_setscope.c 1.5 +4 -4 src/lib/libc_r/uthread/uthread_attr_setstackaddr.c 1.6 +4 -4 src/lib/libc_r/uthread/uthread_attr_setstacksize.c 1.10 +4 -6 src/lib/libc_r/uthread/uthread_bind.c 1.6 +36 -21 src/lib/libc_r/uthread/uthread_cancel.c 1.5 +12 -9 src/lib/libc_r/uthread/uthread_clean.c 1.11 +8 -8 src/lib/libc_r/uthread/uthread_close.c 1.30 +40 -32 src/lib/libc_r/uthread/uthread_cond.c 1.5 +5 -4 src/lib/libc_r/uthread/uthread_condattr_destroy.c 1.5 +4 -4 src/lib/libc_r/uthread/uthread_condattr_init.c 1.11 +8 -9 src/lib/libc_r/uthread/uthread_connect.c 1.3 +4 -4 src/lib/libc_r/uthread/uthread_creat.c 1.28 +12 -9 src/lib/libc_r/uthread/uthread_create.c 1.14 +4 -4 src/lib/libc_r/uthread/uthread_detach.c 1.9 +5 -7 src/lib/libc_r/uthread/uthread_dup.c 1.10 +5 -7 src/lib/libc_r/uthread/uthread_dup2.c 1.4 +4 -4 src/lib/libc_r/uthread/uthread_equal.c 1.13 +11 -12 src/lib/libc_r/uthread/uthread_execve.c 1.19 +34 -32 src/lib/libc_r/uthread/uthread_exit.c 1.5 +3 -6 src/lib/libc_r/uthread/uthread_fchflags.c 1.9 +4 -6 src/lib/libc_r/uthread/uthread_fchmod.c 1.9 +4 -6 src/lib/libc_r/uthread/uthread_fchown.c 1.13 +11 -11 src/lib/libc_r/uthread/uthread_fcntl.c 1.18 +57 -55 src/lib/libc_r/uthread/uthread_fd.c 1.17 +19 -17 src/lib/libc_r/uthread/uthread_file.c 1.6 +1 -3 src/lib/libc_r/uthread/uthread_find_thread.c 1.9 +4 -6 src/lib/libc_r/uthread/uthread_flock.c 1.21 +17 -18 src/lib/libc_r/uthread/uthread_fork.c 1.2 +4 -5 src/lib/libc_r/uthread/uthread_fpathconf.c 1.9 +4 -5 src/lib/libc_r/uthread/uthread_fstat.c 1.9 +4 -6 src/lib/libc_r/uthread/uthread_fstatfs.c 1.9 +5 -5 src/lib/libc_r/uthread/uthread_fsync.c 1.14 +6 -5 src/lib/libc_r/uthread/uthread_gc.c 1.9 +4 -6 src/lib/libc_r/uthread/uthread_getdirentries.c 1.10 +4 -5 src/lib/libc_r/uthread/uthread_getpeername.c 1.7 +4 -4 src/lib/libc_r/uthread/uthread_getprio.c 1.6 +4 -4 src/lib/libc_r/uthread/uthread_getschedparam.c 1.10 +4 -6 src/lib/libc_r/uthread/uthread_getsockname.c 1.10 +4 -6 src/lib/libc_r/uthread/uthread_getsockopt.c 1.18 +23 -23 src/lib/libc_r/uthread/uthread_info.c 1.29 +120 -92 src/lib/libc_r/uthread/uthread_init.c 1.10 +4 -6 src/lib/libc_r/uthread/uthread_ioctl.c 1.6 +17 -9 src/lib/libc_r/uthread/uthread_jmp.c 1.15 +23 -20 src/lib/libc_r/uthread/uthread_join.c 1.37 +134 -102 src/lib/libc_r/uthread/uthread_kern.c 1.4 +14 -13 src/lib/libc_r/uthread/uthread_kevent.c 1.11 +4 -4 src/lib/libc_r/uthread/uthread_kill.c 1.9 +4 -5 src/lib/libc_r/uthread/uthread_listen.c 1.6 +4 -4 src/lib/libc_r/uthread/uthread_mattr_init.c 1.6 +10 -7 src/lib/libc_r/uthread/uthread_mattr_kind_np.c 1.4 +5 -5 src/lib/libc_r/uthread/uthread_msync.c 1.5 +4 -4 src/lib/libc_r/uthread/uthread_multi_np.c 1.28 +267 -174 src/lib/libc_r/uthread/uthread_mutex.c 1.4 +12 -9 src/lib/libc_r/uthread/uthread_mutex_prioceiling.c 1.4 +6 -5 src/lib/libc_r/uthread/uthread_mutex_protocol.c 1.6 +4 -4 src/lib/libc_r/uthread/uthread_mutexattr_destroy.c 1.15 +12 -11 src/lib/libc_r/uthread/uthread_nanosleep.c 1.5 +4 -4 src/lib/libc_r/uthread/uthread_once.c 1.10 +6 -6 src/lib/libc_r/uthread/uthread_open.c 1.3 +4 -4 src/lib/libc_r/uthread/uthread_pause.c 1.9 +6 -8 src/lib/libc_r/uthread/uthread_pipe.c 1.10 +7 -9 src/lib/libc_r/uthread/uthread_poll.c 1.7 +2 -4 src/lib/libc_r/uthread/uthread_priority_queue.c 1.12 +9 -8 src/lib/libc_r/uthread/uthread_read.c 1.12 +8 -9 src/lib/libc_r/uthread/uthread_readv.c 1.10 +8 -9 src/lib/libc_r/uthread/uthread_recvfrom.c 1.8 +8 -9 src/lib/libc_r/uthread/uthread_recvmsg.c 1.10 +4 -4 src/lib/libc_r/uthread/uthread_resume_np.c 1.5 +16 -10 src/lib/libc_r/uthread/uthread_rwlock.c 1.6 +10 -7 src/lib/libc_r/uthread/uthread_rwlockattr.c 1.17 +14 -15 src/lib/libc_r/uthread/uthread_select.c 1.4 +5 -5 src/lib/libc_r/uthread/uthread_self.c 1.8 +21 -12 src/lib/libc_r/uthread/uthread_sem.c 1.4 +9 -8 src/lib/libc_r/uthread/uthread_sendfile.c 1.8 +8 -9 src/lib/libc_r/uthread/uthread_sendmsg.c 1.10 +8 -9 src/lib/libc_r/uthread/uthread_sendto.c 1.5 +1 -3 src/lib/libc_r/uthread/uthread_seterrno.c 1.8 +4 -4 src/lib/libc_r/uthread/uthread_setprio.c 1.8 +4 -4 src/lib/libc_r/uthread/uthread_setschedparam.c 1.10 +4 -6 src/lib/libc_r/uthread/uthread_setsockopt.c 1.10 +6 -8 src/lib/libc_r/uthread/uthread_shutdown.c 1.33 +22 -21 src/lib/libc_r/uthread/uthread_sig.c 1.14 +7 -6 src/lib/libc_r/uthread/uthread_sigaction.c 1.5 +3 -5 src/lib/libc_r/uthread/uthread_sigblock.c 1.8 +12 -11 src/lib/libc_r/uthread/uthread_sigmask.c 1.6 +3 -5 src/lib/libc_r/uthread/uthread_signal.c 1.7 +5 -6 src/lib/libc_r/uthread/uthread_sigpending.c 1.11 +3 -5 src/lib/libc_r/uthread/uthread_sigprocmask.c 1.5 +3 -5 src/lib/libc_r/uthread/uthread_sigsetmask.c 1.10 +8 -7 src/lib/libc_r/uthread/uthread_sigsuspend.c 1.17 +13 -12 src/lib/libc_r/uthread/uthread_sigwait.c 1.4 +7 -5 src/lib/libc_r/uthread/uthread_single_np.c 1.3 +4 -4 src/lib/libc_r/uthread/uthread_sleep.c 1.9 +5 -7 src/lib/libc_r/uthread/uthread_socket.c 1.11 +6 -8 src/lib/libc_r/uthread/uthread_socketpair.c 1.15 +29 -24 src/lib/libc_r/uthread/uthread_spec.c 1.9 +10 -7 src/lib/libc_r/uthread/uthread_spinlock.c 1.10 +7 -5 src/lib/libc_r/uthread/uthread_suspend_np.c 1.4 +6 -5 src/lib/libc_r/uthread/uthread_switch_np.c 1.3 +4 -4 src/lib/libc_r/uthread/uthread_system.c 1.3 +4 -4 src/lib/libc_r/uthread/uthread_tcdrain.c 1.2 +6 -3 src/lib/libc_r/uthread/uthread_vfork.c 1.3 +4 -4 src/lib/libc_r/uthread/uthread_wait.c 1.12 +7 -8 src/lib/libc_r/uthread/uthread_wait4.c 1.3 +4 -4 src/lib/libc_r/uthread/uthread_waitpid.c 1.18 +9 -8 src/lib/libc_r/uthread/uthread_write.c 1.17 +8 -9 src/lib/libc_r/uthread/uthread_writev.c 1.6 +12 -7 src/lib/libc_r/uthread/uthread_yield.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 5: 4:34 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4ED1A37B699; Wed, 24 Jan 2001 05:04:11 -0800 (PST) Received: (from deischen@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0OD4BB37272; Wed, 24 Jan 2001 05:04:11 -0800 (PST) (envelope-from deischen) Message-Id: <200101241304.f0OD4BB37272@freefall.freebsd.org> From: Daniel Eischen Date: Wed, 24 Jan 2001 05:04:11 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pppctl Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG deischen 2001/01/24 05:04:11 PST Modified files: usr.sbin/pppctl Makefile Log: -pthread -> -lc_r Revision Changes Path 1.9 +2 -2 src/usr.sbin/pppctl/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 5: 6:41 2001 Delivered-To: cvs-all@freebsd.org Received: from green.dyndns.org (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id C10FE37B400; Wed, 24 Jan 2001 05:06:15 -0800 (PST) Received: from localhost (green@localhost [127.0.0.1]) by green.dyndns.org (8.11.1/8.11.1) with ESMTP id f0OD6Cc09640; Wed, 24 Jan 2001 08:06:14 -0500 (EST) (envelope-from green@FreeBSD.org) Message-Id: <200101241306.f0OD6Cc09640@green.dyndns.org> X-Mailer: exmh version 2.2 06/23/2000 with nmh-1.0.4 To: alex@big.endian.de (Alexander Langer) Cc: Ben Smithurst , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/en_US.ISO_8859-1/books/handbook/kernelconfig chapter.sgml In-Reply-To: Message from alex@big.endian.de (Alexander Langer) of "Wed, 24 Jan 2001 13:26:54 +0100." <20010124132654.A48977@cichlids.cichlids.com> From: "Brian F. Feldman" Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 24 Jan 2001 08:06:12 -0500 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex@big.endian.de (Alexander Langer) wrote: > Thus spake Ben Smithurst (ben@freebsd.org): > > > Document the KERNEL -> KERNCONF change for buildkernel in -CURRENT. > > Hmm. > No there are three versions of how to build in the handbook. > I don't think that this is good, since -CURRENT people usually don't > need the handbook anyways. (that is what UPDATING is for). > > I *really* would suggest that this change is backed out until KERNCONF > hits -STABLE and then the whole part is changed. I think that you are right about this, Alex. We don't need to support -CURRENT that much (if you aren't sophisticated enough with -CURRENT to know to use UPDATING, don't touch it in the first place). -- 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 Wed Jan 24 5: 7:29 2001 Delivered-To: cvs-all@freebsd.org Received: from csunb0.leeds.ac.uk (csunb0.leeds.ac.uk [129.11.144.2]) by hub.freebsd.org (Postfix) with SMTP id A8D8237B401; Wed, 24 Jan 2001 05:07:01 -0800 (PST) Received: from cslin.leeds.ac.uk (csunc0.leeds.ac.uk [129.11.144.3]) by csunb0.leeds.ac.uk (8.6.12/8.6.12) with ESMTP id NAA19801; Wed, 24 Jan 2001 13:04:21 GMT Received: from cslin006.leeds.ac.uk (cslin006 [129.11.146.6]) by cslin.leeds.ac.uk (8.9.3+Sun/) with ESMTP id NAA02295; Wed, 24 Jan 2001 13:04:23 GMT Date: Wed, 24 Jan 2001 13:04:22 +0000 From: Ben Smithurst To: Alexander Langer Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: doc/en_US.ISO_8859-1/books/handbook/kernelconfig chapter.sgml Message-ID: <20010124130421.E1491@comp.leeds.ac.uk> References: <200101241222.f0OCMdN30477@freefall.freebsd.org> <20010124132654.A48977@cichlids.cichlids.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010124132654.A48977@cichlids.cichlids.com> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Alexander Langer wrote: > Hmm. > No there are three versions of how to build in the handbook. > I don't think that this is good, since -CURRENT people usually don't > need the handbook anyways. (that is what UPDATING is for). > > I *really* would suggest that this change is backed out until KERNCONF > hits -STABLE and then the whole part is changed. It's only a one line , the main text still gives the correct instructions for -stable, so I don't think it's doing much harm. But perhaps I'll get a few more thoughts first... -- Ben Smithurst / csxbcs@comp.leeds.ac.uk / ben@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 5: 8:36 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D49BA37B400; Wed, 24 Jan 2001 05:08:13 -0800 (PST) Received: (from deischen@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0OD8D539966; Wed, 24 Jan 2001 05:08:13 -0800 (PST) (envelope-from deischen) Message-Id: <200101241308.f0OD8D539966@freefall.freebsd.org> From: Daniel Eischen Date: Wed, 24 Jan 2001 05:08:13 -0800 (PST) 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 deischen 2001/01/24 05:08:13 PST Modified files: sys/sys param.h Log: Bump FreeBSD version to reflect changes to libc and libc_r. Revision Changes Path 1.88 +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 Wed Jan 24 5:10:41 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AECD137B404; Wed, 24 Jan 2001 05:10:17 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0ODAHZ40183; Wed, 24 Jan 2001 05:10:17 -0800 (PST) (envelope-from jhb) Message-Id: <200101241310.f0ODAHZ40183@freefall.freebsd.org> From: John Baldwin Date: Wed, 24 Jan 2001 05:10:17 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha pmap.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/24 05:10:17 PST Modified files: sys/alpha/alpha pmap.c Log: Oops, when converting if (foo) panic() to a KASSERT(), you have to invert the test case. Spotted by: peter, jasone Revision Changes Path 1.49 +5 -4 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 Wed Jan 24 5:37:39 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 060AA37B400; Wed, 24 Jan 2001 05:37:14 -0800 (PST) Received: (from asmodai@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0ODbDT42906; Wed, 24 Jan 2001 05:37:13 -0800 (PST) (envelope-from asmodai) Message-Id: <200101241337.f0ODbDT42906@freefall.freebsd.org> From: Jeroen Ruigrok van der Werven Date: Wed, 24 Jan 2001 05:37:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/awk/test arynocls.awk arynocls.in arynocls.ok arysubnm.awk arysubnm.ok fnamedat.awk fnamedat.in fnamedat.ok fnparydl.awk fnparydl.ok funsmnam.awk funsmnam.ok getlnbuf.awk getlnbuf.in getlnbuf.ok getnr2tb.awk getnr2tb.in ... X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asmodai 2001/01/24 05:37:13 PST Added files: (Branch: RELENG_4) contrib/awk/test arynocls.awk arynocls.in arynocls.ok arysubnm.awk arysubnm.ok fnamedat.awk fnamedat.in fnamedat.ok fnparydl.awk fnparydl.ok funsmnam.awk funsmnam.ok getlnbuf.awk getlnbuf.in getlnbuf.ok getnr2tb.awk getnr2tb.in getnr2tb.ok getnr2tm.awk getnr2tm.in getnr2tm.ok gtlnbufv.awk igncdym.awk igncdym.in igncdym.ok nasty.awk nasty.ok nlstrina.awk nlstrina.ok numindex.awk numindex.in numindex.ok opasnidx.awk opasnidx.ok opasnslf.awk opasnslf.ok printf1.awk printf1.ok strftime.awk subslash.awk subslash.ok zeroflag.awk zeroflag.ok contrib/awk/test/reg/Obsolete exp.awk exp.good exp.in log.awk log.good log.in Log: MFC: gawk 3.0.6, test cases/regression tests. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 5:41:25 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9715337B400; Wed, 24 Jan 2001 05:41:05 -0800 (PST) Received: (from deischen@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0ODf5c43616; Wed, 24 Jan 2001 05:41:05 -0800 (PST) (envelope-from deischen) Message-Id: <200101241341.f0ODf5c43616@freefall.freebsd.org> From: Daniel Eischen Date: Wed, 24 Jan 2001 05:41:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc_r/test Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG deischen 2001/01/24 05:41:05 PST Modified files: lib/libc_r/test Makefile Log: -pthread -> -lc_r Revision Changes Path 1.7 +2 -2 src/lib/libc_r/test/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 5:42:34 2001 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 D970237B69B; Wed, 24 Jan 2001 05:42:10 -0800 (PST) Received: (from des@localhost) by flood.ping.uio.no (8.9.3/8.9.3) id OAA83771; Wed, 24 Jan 2001 14:42:09 +0100 (CET) (envelope-from des@ofug.org) X-URL: http://www.ofug.org/~des/ X-Disclaimer: The views expressed in this message do not necessarily coincide with those of any organisation or company with which I am or have been affiliated. To: Jeremy Lea Cc: Maxim Sobolev , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/pkg_install/add extract.c main.c src/usr.sbin/pkg_install/create create.h main.c perform.c pkg_create.1 src/usr.sbin/pkg_install/lib file.c plist.c References: <200101221201.f0MC1tV27540@freefall.freebsd.org> <20010124000617.C63549@shale.csir.co.za> From: Dag-Erling Smorgrav Date: 24 Jan 2001 14:42:09 +0100 In-Reply-To: Jeremy Lea's message of "Wed, 24 Jan 2001 00:06:17 -0800" 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 Jeremy Lea writes: > He is the maintainer of this code, not -ports. (Even if he never > changes it or reviews patches :-( ) He does review patches, or at least approve them. DES -- Dag-Erling Smorgrav - des@ofug.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 5:55:57 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 40EB337B400; Wed, 24 Jan 2001 05:55:38 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0ODtcv45285; Wed, 24 Jan 2001 05:55:38 -0800 (PST) (envelope-from ru) Message-Id: <200101241355.f0ODtcv45285@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 24 Jan 2001 05:55:37 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/groff/tmac doc-common X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/01/24 05:55:37 PST Modified files: contrib/groff/tmac doc-common Log: -pthread -> -lc_r Revision Changes Path 1.41 +2 -2 src/contrib/groff/tmac/doc-common To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 6: 3:54 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6B03F37B401; Wed, 24 Jan 2001 06:03:35 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0OE3Zo45854; Wed, 24 Jan 2001 06:03:35 -0800 (PST) (envelope-from jhb) Message-Id: <200101241403.f0OE3Zo45854@freefall.freebsd.org> From: John Baldwin Date: Wed, 24 Jan 2001 06:03:35 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/systat pigs.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/24 06:03:35 PST Modified files: usr.bin/systat pigs.c Log: Catch up to new proc flags. Revision Changes Path 1.12 +2 -2 src/usr.bin/systat/pigs.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 6:17:44 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BAF7E37B404; Wed, 24 Jan 2001 06:17:23 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0OEHNI49344; Wed, 24 Jan 2001 06:17:23 -0800 (PST) (envelope-from jhb) Message-Id: <200101241417.f0OEHNI49344@freefall.freebsd.org> From: John Baldwin Date: Wed, 24 Jan 2001 06:17:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/top machine.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/24 06:17:23 PST Modified files: usr.bin/top machine.c Log: Catch up to proc flag change. Revision Changes Path 1.34 +2 -2 src/usr.bin/top/machine.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 6:21:28 2001 Delivered-To: cvs-all@freebsd.org Received: from mail.gmx.net (pop.gmx.net [194.221.183.20]) by hub.freebsd.org (Postfix) with SMTP id 90E1E37B69C for ; Wed, 24 Jan 2001 06:21:03 -0800 (PST) Received: (qmail 8327 invoked by uid 0); 24 Jan 2001 14:21:02 -0000 Received: from p3ee21678.dip.t-dialin.net (HELO speedy.gsinet) (62.226.22.120) by mail.gmx.net (mail01) with SMTP; 24 Jan 2001 14:21:02 -0000 Received: (from sittig@localhost) by speedy.gsinet (8.8.8/8.8.8) id GAA29575; Wed, 24 Jan 2001 06:42:27 +0100 Date: Wed, 24 Jan 2001 06:42:27 +0100 From: Gerhard Sittig To: cvs-all@FreeBSD.org Cc: cvs-committers@FreeBSD.org Subject: Re: cvs commit: src Makefile.inc1 Message-ID: <20010124064227.I253@speedy.gsinet> References: <200101222326.f0MNQJq11102@freefall.freebsd.org> <20010123195531.G253@speedy.gsinet> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <20010123195531.G253@speedy.gsinet>; from Gerhard.Sittig@gmx.net on Tue, Jan 23, 2001 at 07:55:31PM +0100 Organization: System Defenestrators Inc. Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Jan 23, 2001 at 19:55 +0100, Gerhard Sittig wrote: > > Is there a need for config(8) output reporting? That's what > I'm asking myself from reading the latest thread on the > subject. A little later after this question I noticed from the cvs-all messages that I simply might have been late. :) Peter did some more config(8) commits to make buildworld stop instead of going on in case there's something the user should have seen in config's output. Never mind. It was just a thought. virtually yours 82D1 9B9C 01DC 4FB4 D7B4 61BE 3F49 4F77 72DE DA76 Gerhard Sittig true | mail -s "get gpg key" Gerhard.Sittig@gmx.net -- If you don't understand or are scared by any of the above ask your parents or an adult to help you. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 6:26:40 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E4DF437B6A2; Wed, 24 Jan 2001 06:26:14 -0800 (PST) Received: (from ben@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0OEQE850541; Wed, 24 Jan 2001 06:26:14 -0800 (PST) (envelope-from ben) Message-Id: <200101241426.f0OEQE850541@freefall.freebsd.org> From: Ben Smithurst Date: Wed, 24 Jan 2001 06:26:14 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/groff/tmac doc-common X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ben 2001/01/24 06:26:11 PST Modified files: contrib/groff/tmac doc-common Log: Add entry for libcipher. Revision Changes Path 1.42 +2 -1 src/contrib/groff/tmac/doc-common To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 6:27:53 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F392137B69E; Wed, 24 Jan 2001 06:27:30 -0800 (PST) Received: (from ben@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0OERUd50760; Wed, 24 Jan 2001 06:27:30 -0800 (PST) (envelope-from ben) Message-Id: <200101241427.f0OERUd50760@freefall.freebsd.org> From: Ben Smithurst Date: Wed, 24 Jan 2001 06:27:30 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/secure/lib/libcipher cipher.3 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ben 2001/01/24 06:27:30 PST Modified files: secure/lib/libcipher cipher.3 Log: Add .Lb libcipher PR: 24434 Submitted by: Bill Cheswick Revision Changes Path 1.8 +4 -2 src/secure/lib/libcipher/cipher.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 6:28:47 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C1C6A37B6A2; Wed, 24 Jan 2001 06:28:24 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0OESOC51052; Wed, 24 Jan 2001 06:28:24 -0800 (PST) (envelope-from jhb) Message-Id: <200101241428.f0OESOC51052@freefall.freebsd.org> From: John Baldwin Date: Wed, 24 Jan 2001 06:28:24 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/w proc_compare.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/24 06:28:24 PST Modified files: usr.bin/w proc_compare.c Log: Catch up to proc flag changes. Revision Changes Path 1.3 +4 -4 src/usr.bin/w/proc_compare.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 6:49:40 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B98EA37B400; Wed, 24 Jan 2001 06:49:20 -0800 (PST) Received: (from asmodai@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0OEnKT00955; Wed, 24 Jan 2001 06:49:20 -0800 (PST) (envelope-from asmodai) Message-Id: <200101241449.f0OEnKT00955@freefall.freebsd.org> From: Jeroen Ruigrok van der Werven Date: Wed, 24 Jan 2001 06:49:20 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/cvs/contrib sccs2rcs.csh X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asmodai 2001/01/24 06:49:19 PST Modified files: (Branch: RELENG_4) contrib/cvs/contrib sccs2rcs.csh Log: MFC: Synch with CURRENT, add $FreeBSD$ Revision Changes Path 1.3.6.3 +1 -0 src/contrib/cvs/contrib/sccs2rcs.csh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 7:11:26 2001 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 50F4D37B69D; Wed, 24 Jan 2001 07:11:02 -0800 (PST) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.9.3/8.9.3) id KAA60891; Wed, 24 Jan 2001 10:10:42 -0500 (EST) (envelope-from wollman) Date: Wed, 24 Jan 2001 10:10:42 -0500 (EST) From: Garrett Wollman Message-Id: <200101241510.KAA60891@khavrinen.lcs.mit.edu> To: Alfred Perlstein Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/tcpdump print-smb.c In-Reply-To: <20010123223418.R26076@fw.wintelcom.net> References: <200101240237.f0O2bta29372@freefall.freebsd.org> <20010123223418.R26076@fw.wintelcom.net> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG < said: > Why not adopt a -ports like system for this where we can have a > set of patchfiles applied to the dist and direct the output to the > OBJDIR? Why don't we just accept that we have a revision control system for a reason, and use it like it was intended to be used, and stop all this BS whining about taking files off the vendor branch. Disk space is cheap. If the conflicts cause a problem when the next version is imported, get the original committer to fix it, or else drop the change. -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 7:48:27 2001 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 5632237B400; Wed, 24 Jan 2001 07:48:07 -0800 (PST) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.9.3/8.9.3) id KAA61320; Wed, 24 Jan 2001 10:47:58 -0500 (EST) (envelope-from wollman) Date: Wed, 24 Jan 2001 10:47:58 -0500 (EST) From: Garrett Wollman Message-Id: <200101241547.KAA61320@khavrinen.lcs.mit.edu> To: Bruce Evans Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/isofs/cd9660 cd9660_vfsops.c In-Reply-To: References: <20010123163418.N26076@fw.wintelcom.net> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG < said: > Unfortunately, most vfs and vnop interfaces including VFS_MOUNT() make > it unclear that p == curproc by pretending to support arbitrary p's. I believe the intent was (and Kirk can correct me if I'm wrong) that curproc should one day be eliminated, and the `p' argument to many kernel functions would be the only MI way to access the process structure of the current process. (Analogous to the way in which post-4.3 BSD removed `u' as an alias for the current process's user area.) I don't think it was ever intended that these functions be able to operate on arbitrary (non-running) processes. -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 7:57: 2 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 00FE237B402; Wed, 24 Jan 2001 07:56:42 -0800 (PST) Received: (from keith@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0OFufc49381; Wed, 24 Jan 2001 07:56:41 -0800 (PST) (envelope-from keith) Message-Id: <200101241556.f0OFufc49381@freefall.freebsd.org> From: Jing-Tang Keith Jang Date: Wed, 24 Jan 2001 07:56:41 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/chinese/xemacs21 Makefile pkg-message ports/chinese/xemacs21/files mule-init.el.diff X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG keith 2001/01/24 07:56:41 PST Modified files: chinese/xemacs21 Makefile pkg-message Removed files: chinese/xemacs21/files mule-init.el.diff Log: Update to 21.1.13, sync with editors/xemacs21. Revision Changes Path 1.5 +1 -6 ports/chinese/xemacs21/Makefile 1.2 +2 -2 ports/chinese/xemacs21/pkg-message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 8: 4:10 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A033937B401; Wed, 24 Jan 2001 08:03:49 -0800 (PST) Received: (from ade@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0OG3ng50192; Wed, 24 Jan 2001 08:03:49 -0800 (PST) (envelope-from ade) Message-Id: <200101241603.f0OG3ng50192@freefall.freebsd.org> From: Ade Lovett Date: Wed, 24 Jan 2001 08:03:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/gnomecore Makefile ports/x11/gnomelibs Makefile ports/math/gnumeric Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ade 2001/01/24 08:03:49 PST Modified files: x11/gnomecore Makefile x11/gnomelibs Makefile math/gnumeric Makefile Log: Allow CATEGORIES to be overriden by the respective japanese/* ports (and others, should they ever be born) Still don't understand why practically all of this can't be merged into the main GNOME source tree, but hey ho. Requsted by: knu Revision Changes Path 1.53 +2 -2 ports/x11/gnomecore/Makefile 1.78 +2 -2 ports/x11/gnomelibs/Makefile 1.53 +2 -2 ports/math/gnumeric/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 8:11:20 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 99E6037B400; Wed, 24 Jan 2001 08:10:57 -0800 (PST) Received: (from jedgar@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0OGAvF53004; Wed, 24 Jan 2001 08:10:57 -0800 (PST) (envelope-from jedgar) Message-Id: <200101241610.f0OGAvF53004@freefall.freebsd.org> From: "Chris D. Faulhaber" Date: Wed, 24 Jan 2001 08:10:57 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/afm Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jedgar 2001/01/24 08:10:57 PST Modified files: print/afm Makefile Log: Update MASTER_SITES (sgi.com -> ftp.sgi.com) Revision Changes Path 1.14 +2 -2 ports/print/afm/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 8:26: 1 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D216437B401; Wed, 24 Jan 2001 08:25:41 -0800 (PST) Received: (from wollman@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0OGPdT54430; Wed, 24 Jan 2001 08:25:39 -0800 (PST) (envelope-from wollman) Message-Id: <200101241625.f0OGPdT54430@freefall.freebsd.org> From: Garrett Wollman Date: Wed, 24 Jan 2001 08:25:39 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet tcp_input.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG wollman 2001/01/24 08:25:39 PST Modified files: sys/netinet tcp_input.c Log: Correct a comment. Revision Changes Path 1.122 +2 -2 src/sys/netinet/tcp_input.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 8:29:43 2001 Delivered-To: cvs-all@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 9BF0A37B401; Wed, 24 Jan 2001 08:29:24 -0800 (PST) Received: from billy-club.village.org (billy-club.village.org [10.0.0.3]) by rover.village.org (8.11.1/8.11.0) with ESMTP id f0OGTMs15767; Wed, 24 Jan 2001 09:29:23 -0700 (MST) (envelope-from imp@billy-club.village.org) Received: from billy-club.village.org (localhost [127.0.0.1]) by billy-club.village.org (8.11.1/8.8.3) with ESMTP id f0OGRcs07525; Wed, 24 Jan 2001 09:27:38 -0700 (MST) Message-Id: <200101241627.f0OGRcs07525@billy-club.village.org> To: alex@big.endian.de (Alexander Langer) Subject: Re: cvs commit: doc/en_US.ISO_8859-1/books/handbook/kernelconfig chapter.sgml Cc: Ben Smithurst , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Wed, 24 Jan 2001 13:26:54 +0100." <20010124132654.A48977@cichlids.cichlids.com> References: <20010124132654.A48977@cichlids.cichlids.com> <200101241222.f0OCMdN30477@freefall.freebsd.org> Date: Wed, 24 Jan 2001 09:27:38 -0700 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <20010124132654.A48977@cichlids.cichlids.com> Alexander Langer writes: : Hmm. : No there are three versions of how to build in the handbook. : I don't think that this is good, since -CURRENT people usually don't : need the handbook anyways. (that is what UPDATING is for). : : I *really* would suggest that this change is backed out until KERNCONF : hits -STABLE and then the whole part is changed. I'd agree with that. There's someone else who is rewriting this section right now (I'm sorry, but his name escapes me at the moment). But since the MFC of Peter's changes will happen soon, and the rewrite will also happen soon, I'm not going to press the issue. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 8:57:53 2001 Delivered-To: cvs-all@freebsd.org Received: from nothing-going-on.demon.co.uk (unknown [194.128.198.234]) by hub.freebsd.org (Postfix) with ESMTP id F12B037B69C; Wed, 24 Jan 2001 08:57:31 -0800 (PST) Received: (from nik@localhost) by nothing-going-on.demon.co.uk (8.11.1/8.11.1) id f0OEXpG03408; Wed, 24 Jan 2001 14:33:51 GMT (envelope-from nik) Date: Wed, 24 Jan 2001 14:33:51 +0000 From: Nik Clayton To: Ben Smithurst Cc: Alexander Langer , cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: doc/en_US.ISO_8859-1/books/handbook/kernelconfig chapter.sgml Message-ID: <20010124143350.A3392@canyon.nothing-going-on.org> References: <200101241222.f0OCMdN30477@freefall.freebsd.org> <20010124132654.A48977@cichlids.cichlids.com> <20010124130421.E1491@comp.leeds.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010124130421.E1491@comp.leeds.ac.uk>; from csxbcs@comp.leeds.ac.uk on Wed, Jan 24, 2001 at 01:04:22PM +0000 Organization: FreeBSD Project Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Jan 24, 2001 at 01:04:22PM +0000, Ben Smithurst wrote: > Alexander Langer wrote: > > Hmm. > > No there are three versions of how to build in the handbook. > > I don't think that this is good, since -CURRENT people usually don't > > need the handbook anyways. (that is what UPDATING is for). > > > > I *really* would suggest that this change is backed out until KERNCONF > > hits -STABLE and then the whole part is changed. > > It's only a one line , the main text still gives the correct > instructions for -stable, so I don't think it's doing much harm. But > perhaps I'll get a few more thoughts first... I have no objection to it staying. Pulling out correct documentation strikes me as a bad idea. N -- 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 Wed Jan 24 9:11:33 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8315337B402; Wed, 24 Jan 2001 09:11:10 -0800 (PST) Received: (from dfr@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0OHBAK60840; Wed, 24 Jan 2001 09:11:10 -0800 (PST) (envelope-from dfr) Message-Id: <200101241711.f0OHBAK60840@freefall.freebsd.org> From: Doug Rabson Date: Wed, 24 Jan 2001 09:11:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ia64/ia64 trap.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dfr 2001/01/24 09:11:10 PST Modified files: sys/ia64/ia64 trap.c Log: Fix typo. Revision Changes Path 1.11 +2 -2 src/sys/ia64/ia64/trap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 9:11:58 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8F69D37B404; Wed, 24 Jan 2001 09:11:36 -0800 (PST) Received: (from dfr@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0OHBaL60925; Wed, 24 Jan 2001 09:11:36 -0800 (PST) (envelope-from dfr) Message-Id: <200101241711.f0OHBaL60925@freefall.freebsd.org> From: Doug Rabson Date: Wed, 24 Jan 2001 09:11:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ia64/ia64 procfs_machdep.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dfr 2001/01/24 09:11:36 PST Modified files: sys/ia64/ia64 procfs_machdep.c Log: Fix typo. Revision Changes Path 1.3 +2 -1 src/sys/ia64/ia64/procfs_machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 9:13: 2 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B984537B401; Wed, 24 Jan 2001 09:12:38 -0800 (PST) Received: (from dfr@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0OHCc861080; Wed, 24 Jan 2001 09:12:38 -0800 (PST) (envelope-from dfr) Message-Id: <200101241712.f0OHCc861080@freefall.freebsd.org> From: Doug Rabson Date: Wed, 24 Jan 2001 09:12:38 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ia64/ia64 genassym.c mp_machdep.c src/sys/ia64/include globaldata.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dfr 2001/01/24 09:12:38 PST Modified files: sys/ia64/ia64 genassym.c mp_machdep.c sys/ia64/include globaldata.h Log: Change cpuno to cpuid. Revision Changes Path 1.9 +2 -2 src/sys/ia64/ia64/genassym.c 1.9 +26 -26 src/sys/ia64/ia64/mp_machdep.c 1.5 +4 -4 src/sys/ia64/include/globaldata.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 9:14: 8 2001 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 8079B37B401; Wed, 24 Jan 2001 09:13:37 -0800 (PST) Received: (from bright@localhost) by fw.wintelcom.net (8.10.0/8.10.0) id f0OHDaM12073; Wed, 24 Jan 2001 09:13:36 -0800 (PST) Date: Wed, 24 Jan 2001 09:13:36 -0800 From: Alfred Perlstein To: John Baldwin Cc: Bruce Evans , cvs-all@FreeBSD.org, Garrett Wollman , cvs-committers@FreeBSD.org, Matt Dillon , Chuck Paterson Subject: Re: cvs commit: src/sys/isofs/cd9660 cd9660_vfsops.c Message-ID: <20010124091336.U26076@fw.wintelcom.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from jhb@FreeBSD.org on Wed, Jan 24, 2001 at 04:34:38AM -0800 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm cc'ing those who took interest in this issue as well as a couple of people who I hope will catch any mistakes in my reasoning. Don't forget that I'm capable of providing a pretty convincing arguement and still be wrong, so keep on your toes. :) See below... * John Baldwin [010124 04:35] wrote: > > On 24-Jan-01 Bruce Evans wrote: > > On Tue, 23 Jan 2001, Alfred Perlstein wrote: > > > >> * John Baldwin [010123 16:26] wrote: > >> > jhb 2001/01/23 16:26:19 PST > >> > > >> > Modified files: > >> > sys/isofs/cd9660 cd9660_vfsops.c > >> > Log: > >> > Proc locking to protect p_ucred while we obtain additional > >> > references. > >> > >> I really don't think you need the PROC_LOCK for these. > >> > >> You only need the 'uc' variable, and even then it's only to protect > >> against rfork threads playing with setuid which is an inhernent > >> race condition as p_ucred shouldn't be NULL. (afaik). > > > > I don't think you need any locking or crhold()ing for these. I think > > xxx_mount() is only called with p == curproc, so p_ucred can't > > change. > > Unfortunately, most vfs and vnop interfaces including VFS_MOUNT() > > make > > it unclear that p == curproc by pretending to support arbitrary p's. > > Yes, Alfred and I talked this out over the phone today. I will be > backing out these ucred changes and not committing any more of them. > > I'm also going to be revisiting calcru() very soon as well. > > >> Just give it some more thought, because I'm not sure I'm right > >> about this. > > > > Me too. Several issues with struct ucred came up: 1) setgroups modifies p->pc_ucred in place The issue with setgroups is that _if_ rfork threads all share the p->pc_ucred field of struct proc, (which I believe they will need to shortly if they don't already) this can not be allowed to happen. One must make a temporary pointer assignment of the copied cred and only assign it to p->pc_ucred when the modification is complete: p->pc_ucred = crcopy(p->pc_ucred); p->pc_ucred.cr_uid = 55; p->pc_ucred.cr_gid = 100; must become: struct ucred *uc, *uc2; PROC_LOCK(p); /* prevent against concurrant _updates_ */ /* * don't use crcopy(), it could return the same ucred, * we _need_ a seperate copy */ uc = crdup(p->pc_ucred); uc->cr_uid = 55; uc->cr_gid = 100; uc2 = p->pc_ucred; /* we need old reference for crfree() */ /* * write barrier for readers to sync structure updates before * pointer asignment */ wb(); p->pc_ucred = uc; /* ok, assignments done above 'uc' is stable */ crfree(uc2); /* release now that we don't reference it anymore */ PROC_UNLOCK(p); This should ensure that anyone reading p->pc_ucred will get a stable pointer that isn't in the midst of an update nor about to be destroyed. 2) async operations We were also concerned about the VOP's using the ucreds internally (perhaps sticking them on some queue of holding them for NFS). However it doesn't make sense to syncronously crhold/crfree as that is the responsibility of the VOP (or any funcntion) to do if it plans on using the ucred after it returns. Since we're the caller, we already have _our_ reference, it is up to the function to obtain another reference by using our context (which already has a reference). Of course it's now the async subsystems's responsiblity to actually crfree(). Anything that didn't do this (calling crhold() on a passed ucred that it wishes to 'hold' onto) was broken even before SMPng. The only exception is that it may be how it was intended to work by the caller doing a crhold, but no crfree after return. (bumping the count beforehand). -- -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 Wed Jan 24 9:20:20 2001 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 AD0D637B401; Wed, 24 Jan 2001 09:19:53 -0800 (PST) Received: from portonovo-15.budapest.interware.hu ([195.70.60.79] helo=elischer.org) by mail.interware.hu with esmtp (Exim 3.16 #1 (Debian)) id 14LTaH-0007PK-00; Wed, 24 Jan 2001 18:19:50 +0100 Message-ID: <3A6F0EB2.212D9BC8@elischer.org> Date: Wed, 24 Jan 2001 09:19:46 -0800 From: Julian Elischer X-Mailer: Mozilla 4.7 [en] (X11; U; FreeBSD 5.0-CURRENT i386) X-Accept-Language: en, hu MIME-Version: 1.0 To: Garrett Wollman Cc: Bruce Evans , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/isofs/cd9660 cd9660_vfsops.c References: <20010123163418.N26076@fw.wintelcom.net> <200101241547.KAA61320@khavrinen.lcs.mit.edu> Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Garrett Wollman wrote: > > < said: > > > Unfortunately, most vfs and vnop interfaces including VFS_MOUNT() make > > it unclear that p == curproc by pretending to support arbitrary p's. > > I believe the intent was (and Kirk can correct me if I'm wrong) that > curproc should one day be eliminated, and the `p' argument to many > kernel functions would be the only MI way to access the process > structure of the current process. (Analogous to the way in which > post-4.3 BSD removed `u' as an alias for the current process's user > area.) I don't think it was ever intended that these functions be > able to operate on arbitrary (non-running) processes. when the threading interface in impemented, many of these will become 's' as they will point to KSEs rather than processes, (or even 'c' when they point to a context instead of a process.) > > -GAWollman -- __--_|\ Julian Elischer / \ julian@elischer.org ( OZ ) World tour 2000 ---> X_.---._/ from Perth, 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 Wed Jan 24 9:26:30 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 49D8E37B401; Wed, 24 Jan 2001 09:26:08 -0800 (PST) Received: (from trevor@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0OHQ8q62533; Wed, 24 Jan 2001 09:26:08 -0800 (PST) (envelope-from trevor) Message-Id: <200101241726.f0OHQ8q62533@freefall.freebsd.org> From: Trevor Johnson Date: Wed, 24 Jan 2001 09:26:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/fileutils Makefile ports/misc/findutils Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG trevor 2001/01/24 09:26:08 PST Modified files: sysutils/fileutils Makefile misc/findutils Makefile Log: change maintainer for findutils and fileutils ports PR: 24561, 24565 (followups) Approved by: maintainer Revision Changes Path 1.2 +2 -2 ports/sysutils/fileutils/Makefile 1.6 +2 -2 ports/misc/findutils/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 9:26:43 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8ACC137B698; Wed, 24 Jan 2001 09:26:20 -0800 (PST) Received: (from keith@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0OHQKQ62631; Wed, 24 Jan 2001 09:26:20 -0800 (PST) (envelope-from keith) Message-Id: <200101241726.f0OHQKQ62631@freefall.freebsd.org> From: Jing-Tang Keith Jang Date: Wed, 24 Jan 2001 09:26:20 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/xpdf Makefile distinfo ports/graphics/xpdf/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG keith 2001/01/24 09:26:20 PST Modified files: graphics/xpdf Makefile distinfo graphics/xpdf/files patch-aa Log: Update to 0.92. MAINTAINER hasn't replied for two weeks, so I think it's legitimate to do the upgrade job. PR: ports/24169, ports/24285 Submitted by: Michael Harnois, and Ports Fury(with patches) Revision Changes Path 1.33 +7 -6 ports/graphics/xpdf/Makefile 1.13 +1 -1 ports/graphics/xpdf/distinfo 1.10 +8 -28 ports/graphics/xpdf/files/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 Jan 24 9:29:27 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B32C337B402; Wed, 24 Jan 2001 09:29:04 -0800 (PST) Received: (from deischen@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0OHT4K62908; Wed, 24 Jan 2001 09:29:04 -0800 (PST) (envelope-from deischen) Message-Id: <200101241729.f0OHT4K62908@freefall.freebsd.org> From: Daniel Eischen Date: Wed, 24 Jan 2001 09:29:04 -0800 (PST) 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 deischen 2001/01/24 09:29:04 PST Modified files: en_US.ISO_8859-1/books/porters-handbook book.sgml Log: Document __FreeBSD_version bump for libc/libc_r changes. Reminded by: wollman Revision Changes Path 1.139 +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 Wed Jan 24 9:30:26 2001 Delivered-To: cvs-all@freebsd.org Received: from InterJet.dellroad.org (adsl-63-194-81-26.dsl.snfc21.pacbell.net [63.194.81.26]) by hub.freebsd.org (Postfix) with ESMTP id E42C637B400; Wed, 24 Jan 2001 09:30:02 -0800 (PST) Received: from curve.dellroad.org (curve.dellroad.org [10.1.1.30]) by InterJet.dellroad.org (8.9.1a/8.9.1) with ESMTP id JAA51964; Wed, 24 Jan 2001 09:26:08 -0800 (PST) Received: (from archie@localhost) by curve.dellroad.org (8.9.3/8.9.3) id JAA02576; Wed, 24 Jan 2001 09:26:07 -0800 (PST) (envelope-from archie) From: Archie Cobbs Message-Id: <200101241726.JAA02576@curve.dellroad.org> Subject: Re: cvs commit: src/contrib/tcpdump print-smb.c In-Reply-To: "from John Baldwin at Jan 23, 2001 10:18:17 pm" To: John Baldwin Date: Wed, 24 Jan 2001 09:26:07 -0800 (PST) Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, kris@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL77 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG John Baldwin writes: > >> No. From now on, every new vendor release of that file will need to > >> have patches merged by hand. > > > > By hand? The "cvs update -j .. -j .." or whatever that you do after > > an import should take care of all of the non-conflicting > > modifications > > for all of the files at once. So there should be zero extra work > > caused by this change, unless I'm misunderstanding something (I'm > > not a CVS expert). > > See the committers guide, it has a FAQ for this: > > http://www.freebsd.org/tutorials/committers-guide/article.html So from my reading of that, the only problem is the size of the repository file (and associated side effects on things like cvsup), not that anybody has to do any extra work... correct? Presumably an MFC of the same fix wouldn't make the damage any worse (?) -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 Wed Jan 24 9:30:57 2001 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 9A5F037B6AA; Wed, 24 Jan 2001 09:30:31 -0800 (PST) Received: (from bright@localhost) by fw.wintelcom.net (8.10.0/8.10.0) id f0OHUUb12615; Wed, 24 Jan 2001 09:30:30 -0800 (PST) Date: Wed, 24 Jan 2001 09:30:30 -0800 From: Alfred Perlstein To: Garrett Wollman Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/tcpdump print-smb.c Message-ID: <20010124093030.V26076@fw.wintelcom.net> References: <200101240237.f0O2bta29372@freefall.freebsd.org> <20010123223418.R26076@fw.wintelcom.net> <200101241510.KAA60891@khavrinen.lcs.mit.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200101241510.KAA60891@khavrinen.lcs.mit.edu>; from wollman@khavrinen.lcs.mit.edu on Wed, Jan 24, 2001 at 10:10:42AM -0500 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * Garrett Wollman [010124 07:11] wrote: > < said: > > > Why not adopt a -ports like system for this where we can have a > > set of patchfiles applied to the dist and direct the output to the > > OBJDIR? > > Why don't we just accept that we have a revision control system for a > reason, and use it like it was intended to be used, and stop all this > BS whining about taking files off the vendor branch. Disk space is > cheap. If the conflicts cause a problem when the next version is > imported, get the original committer to fix it, or else drop the > change. I sort of figured that, it didn't make much sense to have something in the base system and be afraid to patch it. If it's that bad then we ought to ditch /contrib (except gcc :)) and put the rest in ports. I do agree with reducing doc/formatting changes if possible though. -- -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 Wed Jan 24 9:37:20 2001 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 2393D37B402; Wed, 24 Jan 2001 09:36:56 -0800 (PST) Received: (from bright@localhost) by fw.wintelcom.net (8.10.0/8.10.0) id f0OHatX12850; Wed, 24 Jan 2001 09:36:55 -0800 (PST) Date: Wed, 24 Jan 2001 09:36:55 -0800 From: Alfred Perlstein To: John Baldwin Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/alpha/linux linux_machdep.c linux_sysvec.c Message-ID: <20010124093655.W26076@fw.wintelcom.net> References: <200101241026.f0OAQD707387@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200101241026.f0OAQD707387@freefall.freebsd.org>; from jhb@FreeBSD.org on Wed, Jan 24, 2001 at 02:26:13AM -0800 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * John Baldwin [010124 02:28] wrote: > jhb 2001/01/24 02:26:13 PST > > Modified files: > sys/alpha/linux linux_machdep.c linux_sysvec.c > Log: > Proc locking. This looks like another natural race condition: int p_sigparent; /* (c) Signal to parent on exit. */ Can't int assignments be assumed to be atomic? + PROC_LOCK(p); p2->p_sigparent = exit_signal; + PROC_UNLOCK(p); -- -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 Wed Jan 24 9:55:30 2001 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 B843737B404; Wed, 24 Jan 2001 09:55:04 -0800 (PST) Received: (from bright@localhost) by fw.wintelcom.net (8.10.0/8.10.0) id f0OHt4v13372; Wed, 24 Jan 2001 09:55:04 -0800 (PST) Date: Wed, 24 Jan 2001 09:55:04 -0800 From: Alfred Perlstein To: John Baldwin Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/alpha/osf1 osf1_misc.c osf1_signal.c Message-ID: <20010124095504.X26076@fw.wintelcom.net> References: <200101241027.f0OARBH07561@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200101241027.f0OARBH07561@freefall.freebsd.org>; from jhb@FreeBSD.org on Wed, Jan 24, 2001 at 02:27:11AM -0800 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * John Baldwin [010124 02:28] wrote: > jhb 2001/01/24 02:27:11 PST > > Modified files: > sys/alpha/osf1 osf1_misc.c osf1_signal.c > Log: > Proc locking. I thought you said you would stop locking read only structures? When I say "read-only" I mean from the context of other threads, it's ok if a process changes its own p_cred, and no one should be changing it out from under it. If someone else is fiddling with another proc'd p_cred it just needs to make sure that the process can't exit before it's done. uid = SCARG(uap, uid); + PROC_LOCK(p); pc = p->p_cred; if ((error = suser(p)) != 0 && - uid != pc->p_ruid && uid != pc->p_svuid) + uid != pc->p_ruid && uid != pc->p_svuid) { + PROC_UNLOCK(p); return (error); + } if (error == 0) { if (uid != pc->p_ruid) { + PROC_UNLOCK(p); change_ruid(p, uid); setsugid(p); + PROC_LOCK(p); } if (pc->p_svuid != uid) { + PROC_UNLOCK(p); pc->p_svuid = uid; setsugid(p); + PROC_LOCK(p); } } if (pc->pc_ucred->cr_uid != uid) { + PROC_UNLOCK(p); change_euid(p, uid); setsugid(p); - } + } else + PROC_UNLOCK(p); return (0); } pc = p->p_cred; p->p_cred is read only, it is not shared between processes and should never have a refcount > 1, the refcount is actually bogus except in BSD/os where it is incorrectly assumed to be so. We (currently) don't have this problem. -- -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 Wed Jan 24 9:58:18 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6248037B402; Wed, 24 Jan 2001 09:57:55 -0800 (PST) Received: (from sf@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0OHvtZ66074; Wed, 24 Jan 2001 09:57:55 -0800 (PST) (envelope-from sf) Message-Id: <200101241757.f0OHvtZ66074@freefall.freebsd.org> From: FUJISHIMA Satsuki Date: Wed, 24 Jan 2001 09:57:55 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/fvwm2-beta Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sf 2001/01/24 09:57:55 PST Modified files: x11-wm/fvwm2-beta Makefile distinfo Log: update to 2.3.27. This is fatal bug fix. PR: 24594 Submitted by: Martti Kuparinen Approved by: maintainer Revision Changes Path 1.32 +2 -2 ports/x11-wm/fvwm2-beta/Makefile 1.14 +1 -1 ports/x11-wm/fvwm2-beta/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 9:58:43 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5A7D137B6A2; Wed, 24 Jan 2001 09:58:18 -0800 (PST) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0OHwIB66176; Wed, 24 Jan 2001 09:58:18 -0800 (PST) (envelope-from bmah) Message-Id: <200101241758.f0OHwIB66176@freefall.freebsd.org> From: "Bruce A. Mah" Date: Wed, 24 Jan 2001 09:58:18 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/texts/alpha RELNOTES.TXT src/release/texts/i386 RELNOTES.TXT X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG bmah 2001/01/24 09:58:18 PST Modified files: release/texts/alpha RELNOTES.TXT release/texts/i386 RELNOTES.TXT Log: Note config(8) warnings->errors, clarify ConnectionsPerPeriod in sshd_config, clarify (I hope) libgcc_r.a note. These and a few other items were/are MFC-ed to RELENG_4. Revision Changes Path 1.118 +16 -11 src/release/texts/alpha/RELNOTES.TXT 1.192 +16 -11 src/release/texts/i386/RELNOTES.TXT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 9:59: 9 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9E34737B699; Wed, 24 Jan 2001 09:58:44 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0OHwiZ66367; Wed, 24 Jan 2001 09:58:44 -0800 (PST) (envelope-from ijliao) Message-Id: <200101241758.f0OHwiZ66367@freefall.freebsd.org> From: Ying-Chieh Liao Date: Wed, 24 Jan 2001 09:58:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/biology/tinker pkg-plist.viewer Makefile distinfo pkg-descr pkg-plist ports/biology/tinker/files patch-ag patch-ah patch-ai patch-aj patch-ak patch-al patch-aa patch-ab patch-ac patch-ad patch-ae patch-af ports/biology/tinker/scripts ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ijliao 2001/01/24 09:58:44 PST Modified files: biology/tinker Makefile distinfo pkg-descr pkg-plist biology/tinker/files patch-aa Added files: biology/tinker pkg-plist.viewer biology/tinker/files patch-ag patch-ah patch-ai patch-aj patch-ak patch-al biology/tinker/scripts build_viewer Removed files: biology/tinker/files patch-ab patch-ac patch-ad patch-ae patch-af Log: update from 3.7 to 3.8 PR: 24371 Submitted by: MAINTAINER Revision Changes Path 1.8 +45 -17 ports/biology/tinker/Makefile 1.5 +1 -1 ports/biology/tinker/distinfo 1.4 +10 -5 ports/biology/tinker/pkg-descr 1.6 +106 -57 ports/biology/tinker/pkg-plist 1.8 +60 -39 ports/biology/tinker/files/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 Jan 24 10: 1:49 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6758937B400; Wed, 24 Jan 2001 10:01:26 -0800 (PST) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0OI1Qa66781; Wed, 24 Jan 2001 10:01:26 -0800 (PST) (envelope-from bmah) Message-Id: <200101241801.f0OI1Qa66781@freefall.freebsd.org> From: "Bruce A. Mah" Date: Wed, 24 Jan 2001 10:01:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/texts/alpha RELNOTES.TXT src/release/texts/i386 RELNOTES.TXT X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG bmah 2001/01/24 10:01:26 PST Modified files: (Branch: RELENG_4) release/texts/alpha RELNOTES.TXT release/texts/i386 RELNOTES.TXT Log: MFC: FFS bug for large filesystems corrected, awk->3.0.4, fsck_ffs SIGINFO, realpath(1), unified libgcc, config(8) fixes, sshd_config. Revision Changes Path 1.31.2.89 +27 -1 src/release/texts/alpha/RELNOTES.TXT 1.72.2.90 +26 -1 src/release/texts/i386/RELNOTES.TXT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 10:28: 3 2001 Delivered-To: cvs-all@freebsd.org Received: from mail.rpi.edu (mail.rpi.edu [128.113.100.7]) by hub.freebsd.org (Postfix) with ESMTP id D7FDB37B400; Wed, 24 Jan 2001 10:27:37 -0800 (PST) Received: from [128.113.24.161] (gilead.acs.rpi.edu [128.113.24.47]) by mail.rpi.edu (8.9.3/8.9.3) with ESMTP id NAA479896; Wed, 24 Jan 2001 13:27:31 -0500 Mime-Version: 1.0 X-Sender: drosih@mail.rpi.edu Message-Id: In-Reply-To: References: Date: Wed, 24 Jan 2001 13:26:52 -0500 To: John Baldwin , Archie Cobbs From: Garance A Drosihn Subject: Re: cvs commit: src/contrib/tcpdump print-smb.c Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, Kris Kennaway Content-Type: text/plain; charset="us-ascii" ; format="flowed" Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In this discussion, it was noted: >See the committers guide, it has a FAQ for this: > >http://www.freebsd.org/tutorials/committers-guide/article.html > > > >10.1. Why are trivial or cosmetic changes to files on a vendor > branch a bad idea? > >The RCS file format is quite braindead [...skipping...] > >This is why we have such ``hands off'' policies for src/contrib >and other things that track the vendor releases. This is why >``typo fixes'' in man pages and spelling ``corrections'' are so >strongly discouraged for vendor code. > > I think this FAQ entry describes the situation quite fine. We should NOT make "typo fixes" or "spelling corrections". I agree completely. Now, back to this thread. Archie fixed a BUG. A BUG. That is not a typo on a man page. It is not a spelling correction. IT IS A BUG. If I am using tcpdump to look at SMB packets, I would much prefer to SEE THE CORRECT OUTPUT than to worry about a little cvs bloat. This is particularly true if I'm grepping thru a few thousand packets for a specific character string, and I get false-matches because tcpdump is tacking on random crap that it shouldn't be showing in the first place. If we're going to whine this much about fixing bugs, we're in pretty sad shape. Yes, it would be nice if the "vendor" (in this case) picked up the fix, and we did not have the repository bloat. On the other hand, IF the vendor has a history of being unresponsive, are we supposed to ignore BUGS? It might even be that the vendor will be more responsive if the person fixing the bug can say "Hey, we've had this fix in freebsd for 2 months, and it hasn't caused any problems". What I don't know is how the repository is effected if the vendor does (later on) include this patch. Do we automatically switch to following the "official vendor version" at that point, or do we keep adding to the repository bloat because we branched off at the earlier point? -- Garance Alistair Drosehn = gad@eclipse.acs.rpi.edu Senior Systems Programmer or gad@freebsd.org Rensselaer Polytechnic Institute or drosih@rpi.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 10:42:29 2001 Delivered-To: cvs-all@freebsd.org Received: from pike.osd.bsdi.com (unknown [204.216.28.222]) by hub.freebsd.org (Postfix) with ESMTP id C017137B404; Wed, 24 Jan 2001 10:42:07 -0800 (PST) Received: from foo.osd.bsdi.com (root@foo.osd.bsdi.com [204.216.28.137]) by pike.osd.bsdi.com (8.11.1/8.9.3) with ESMTP id f0OIg0x28726; Wed, 24 Jan 2001 10:42:00 -0800 (PST) (envelope-from jhb@foo.osd.bsdi.com) Received: (from jhb@localhost) by foo.osd.bsdi.com (8.11.1/8.11.1) id f0OIfZL81532; Wed, 24 Jan 2001 10:41:35 -0800 (PST) (envelope-from jhb) Message-ID: 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: <20010124095504.X26076@fw.wintelcom.net> Date: Wed, 24 Jan 2001 10:41:35 -0800 (PST) Organization: BSD, Inc. From: John Baldwin To: Alfred Perlstein Subject: Re: cvs commit: src/sys/alpha/osf1 osf1_misc.c osf1_signal.c Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 24-Jan-01 Alfred Perlstein wrote: > * John Baldwin [010124 02:28] wrote: >> jhb 2001/01/24 02:27:11 PST >> >> Modified files: >> sys/alpha/osf1 osf1_misc.c osf1_signal.c >> Log: >> Proc locking. > > I thought you said you would stop locking read only structures? If I know that they are read only. I don't have the entire kernel memorized. Any feedback on the locking comments in sys/proc.h would be welcome. Are you saying that p_cred should be (b) instead of (c)? -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.Baldwin.cx/~john/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 Wed Jan 24 10:45:53 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CD79E37B402; Wed, 24 Jan 2001 10:45:29 -0800 (PST) Received: (from jhay@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0OIjT173975; Wed, 24 Jan 2001 10:45:29 -0800 (PST) (envelope-from jhay) Message-Id: <200101241845.f0OIjT173975@freefall.freebsd.org> From: John Hay Date: Wed, 24 Jan 2001 10:45:29 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa if_ar.c if_arregs.h src/sys/pci if_ar_p.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhay 2001/01/24 10:45:29 PST Modified files: sys/i386/isa if_ar.c if_arregs.h sys/pci if_ar_p.c Log: Newbusify ar(4). Revision Changes Path 1.47 +285 -177 src/sys/i386/isa/if_ar.c 1.7 +59 -2 src/sys/i386/isa/if_arregs.h 1.5 +97 -53 src/sys/pci/if_ar_p.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 10:46:54 2001 Delivered-To: cvs-all@freebsd.org Received: from pike.osd.bsdi.com (unknown [204.216.28.222]) by hub.freebsd.org (Postfix) with ESMTP id 906A037B404; Wed, 24 Jan 2001 10:46:20 -0800 (PST) Received: from foo.osd.bsdi.com (root@foo.osd.bsdi.com [204.216.28.137]) by pike.osd.bsdi.com (8.11.1/8.9.3) with ESMTP id f0OIkCx28984; Wed, 24 Jan 2001 10:46:13 -0800 (PST) (envelope-from jhb@foo.osd.bsdi.com) Received: (from jhb@localhost) by foo.osd.bsdi.com (8.11.1/8.11.1) id f0OIjlY81577; Wed, 24 Jan 2001 10:45:47 -0800 (PST) (envelope-from jhb) Message-ID: 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: <20010124093655.W26076@fw.wintelcom.net> Date: Wed, 24 Jan 2001 10:45:47 -0800 (PST) Organization: BSD, Inc. From: John Baldwin To: Alfred Perlstein Subject: Re: cvs commit: src/sys/alpha/linux linux_machdep.c linux_sysvec Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 24-Jan-01 Alfred Perlstein wrote: > * John Baldwin [010124 02:28] wrote: >> jhb 2001/01/24 02:26:13 PST >> >> Modified files: >> sys/alpha/linux linux_machdep.c linux_sysvec.c >> Log: >> Proc locking. > > This looks like another natural race condition: > > int p_sigparent; /* (c) Signal to parent on > exit. */ > > Can't int assignments be assumed to be atomic? > > + PROC_LOCK(p); > p2->p_sigparent = exit_signal; > + PROC_UNLOCK(p); Well, I b0rked that one (p2 not p). To fix the race, what probably should happen is what we do with kthreads in kthread_create: create the process with RFSTOPPED, and don't makea it runnable until we are done futzing around with it. -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.Baldwin.cx/~john/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 Wed Jan 24 10:53:49 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3A14B37B402; Wed, 24 Jan 2001 10:53:28 -0800 (PST) Received: (from vanilla@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0OIrSp74699; Wed, 24 Jan 2001 10:53:28 -0800 (PST) (envelope-from vanilla) Message-Id: <200101241853.f0OIrSp74699@freefall.freebsd.org> From: "Vanilla I. Shu" Date: Wed, 24 Jan 2001 10:53:28 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/xine Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG vanilla 2001/01/24 10:53:28 PST Modified files: graphics/xine Makefile Log: s/w32/win32/, my fault :Q And bump version. Submitted by: maintainer Revision Changes Path 1.12 +3 -3 ports/graphics/xine/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 11: 0:56 2001 Delivered-To: cvs-all@freebsd.org Received: from pike.osd.bsdi.com (unknown [204.216.28.222]) by hub.freebsd.org (Postfix) with ESMTP id 9C1A237B400; Wed, 24 Jan 2001 11:00:31 -0800 (PST) Received: from foo.osd.bsdi.com (root@foo.osd.bsdi.com [204.216.28.137]) by pike.osd.bsdi.com (8.11.1/8.9.3) with ESMTP id f0OJ0Nx29812; Wed, 24 Jan 2001 11:00:23 -0800 (PST) (envelope-from jhb@foo.osd.bsdi.com) Received: (from jhb@localhost) by foo.osd.bsdi.com (8.11.1/8.11.1) id f0OIxwH81785; Wed, 24 Jan 2001 10:59:58 -0800 (PST) (envelope-from jhb) Message-ID: 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: <200101241711.f0OHBAK60840@freefall.freebsd.org> Date: Wed, 24 Jan 2001 10:59:57 -0800 (PST) Organization: BSD, Inc. From: John Baldwin To: Doug Rabson Subject: RE: cvs commit: src/sys/ia64/ia64 trap.c Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 24-Jan-01 Doug Rabson wrote: > dfr 2001/01/24 09:11:10 PST > > Modified files: > sys/ia64/ia64 trap.c > Log: > Fix typo. Eek. Gosh those were bad. One note is that I didn't make as many changes in ia64 as I did on the alpha. One thing actually is that ia64 needs to move the init of curproc, proc0.p_heldmtx, and proc0.p_contested into initia64() and do a mtx_enter of Giant after init'ing it. -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.Baldwin.cx/~john/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 Wed Jan 24 11:26:40 2001 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 9D99737B400; Wed, 24 Jan 2001 11:26:15 -0800 (PST) Received: (from asmodai@localhost) by lucifer.ninth-circle.org (8.11.1/8.11.0) id f0OJQ7402082; Wed, 24 Jan 2001 20:26:07 +0100 (CET) (envelope-from asmodai) Date: Wed, 24 Jan 2001 20:26:07 +0100 From: Jeroen Ruigrok van der Werven To: Garance A Drosihn Cc: John Baldwin , Archie Cobbs , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, Kris Kennaway Subject: Re: cvs commit: src/contrib/tcpdump print-smb.c Message-ID: <20010124202607.A1455@lucifer.bart.nl> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from drosih@rpi.edu on Wed, Jan 24, 2001 at 01:26:52PM -0500 Organisation: VIA Net.Works The Netherlands Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -On [20010124 19:30], Garance A Drosihn (drosih@rpi.edu) wrote: >Now, back to this thread. Archie fixed a BUG. A BUG. That >is not a typo on a man page. It is not a spelling correction. >IT IS A BUG. If I am using tcpdump to look at SMB packets, I >would much prefer to SEE THE CORRECT OUTPUT than to worry about >a little cvs bloat. Somehow I am going to regret this, but they say wisdom comes to those who try, fail/succeed and learn from their trying. Apologies to David O`Brien for speaking on his account on some things, but I hope I understood his previous sentiments correctly, if not apologies. The point everybody is failing to see here is not repo bloat. The point is maintainability and having just spend two days just trying to get awk MFC'd correctly I think that both David and my points in time [we've had this discussion before, and so many other discussion as well that I am growing quite weary of them by now] have been on the case of maintainability. Not to belittle anyone, but David and me are currently two of people, out of a score of more, who actively deal a lot with contrib'd sources and their subsequent MFC's, and we can readily attest that taking files of the vendor branch is not making our task that much easier. Sure, there exist tools which make this easier, but cause other problems for our project. To refer to your, in my reading, rather harsh statement above Garance, this bug has been present since the last import of tcpdump in CURRENT, I haven't read a lot, if any, complaints about it. Furthermore CURRENT is already in a great state of flux, one bug more or less in CURRENT does not [yet] hurt us enough to not follow the best of `procedures' dealing with things like this. And another aside, if Archie would've consulted with the other developers or directly with David or me we could've advised him to merely import this as a patch on along on the vendor branch, causing less problems for us all. And yet another, Bill Fenner showed himself to be a good maintainer of tcpdump for FreeBSD, if some people find that hard to believe, please read tcpdump-workers archives. Another point, wrong documentation can be as bad as a bug, please do not discard documentation as being minor in severity of affecting a tool than a bug in the tool itself. -- Jeroen Ruigrok van der Werven VIA Net.Works The Netherlands BSD: Technical excellence at its best Network- and systemadministrator D78D D0AD 244D 1D12 C9CA 7152 035C 1138 546A B867 Misery loves company... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 11:40:55 2001 Delivered-To: cvs-all@freebsd.org Received: from pike.osd.bsdi.com (unknown [204.216.28.222]) by hub.freebsd.org (Postfix) with ESMTP id B675C37B69D; Wed, 24 Jan 2001 11:40:24 -0800 (PST) Received: from foo.osd.bsdi.com (root@foo.osd.bsdi.com [204.216.28.137]) by pike.osd.bsdi.com (8.11.1/8.9.3) with ESMTP id f0OJeHx33440; Wed, 24 Jan 2001 11:40:17 -0800 (PST) (envelope-from jhb@foo.osd.bsdi.com) Received: (from jhb@localhost) by foo.osd.bsdi.com (8.11.1/8.11.1) id f0OJdpO82341; Wed, 24 Jan 2001 11:39:51 -0800 (PST) (envelope-from jhb) Message-ID: 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: Date: Wed, 24 Jan 2001 11:39:51 -0800 (PST) Organization: BSD, Inc. From: John Baldwin To: Alfred Perlstein Subject: Re: cvs commit: src/sys/alpha/linux linux_machdep.c linux_sysvec Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 24-Jan-01 John Baldwin wrote: > > On 24-Jan-01 Alfred Perlstein wrote: >> * John Baldwin [010124 02:28] wrote: >>> jhb 2001/01/24 02:26:13 PST >>> >>> Modified files: >>> sys/alpha/linux linux_machdep.c linux_sysvec.c >>> Log: >>> Proc locking. >> >> This looks like another natural race condition: >> >> int p_sigparent; /* (c) Signal to parent on >> exit. */ >> >> Can't int assignments be assumed to be atomic? >> >> + PROC_LOCK(p); >> p2->p_sigparent = exit_signal; >> + PROC_UNLOCK(p); > > Well, I b0rked that one (p2 not p). To fix the race, what probably > should happen is what we do with kthreads in kthread_create: create > the process with RFSTOPPED, and don't makea it runnable until we are > done futzing around with it. How about something like http://www.FreeBSD.org/~jhb/patches/linux.patch? -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.Baldwin.cx/~john/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 Wed Jan 24 11:45:11 2001 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 889C137B404; Wed, 24 Jan 2001 11:44:47 -0800 (PST) Received: (from bright@localhost) by fw.wintelcom.net (8.10.0/8.10.0) id f0OJil616677; Wed, 24 Jan 2001 11:44:47 -0800 (PST) Date: Wed, 24 Jan 2001 11:44:47 -0800 From: Alfred Perlstein To: John Baldwin Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/alpha/linux linux_machdep.c linux_sysvec Message-ID: <20010124114446.D26076@fw.wintelcom.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from jhb@FreeBSD.org on Wed, Jan 24, 2001 at 11:39:51AM -0800 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * John Baldwin [010124 11:40] wrote: > > On 24-Jan-01 John Baldwin wrote: > > > > On 24-Jan-01 Alfred Perlstein wrote: > >> * John Baldwin [010124 02:28] wrote: > >>> jhb 2001/01/24 02:26:13 PST > >>> > >>> Modified files: > >>> sys/alpha/linux linux_machdep.c linux_sysvec.c > >>> Log: > >>> Proc locking. > >> > >> This looks like another natural race condition: > >> > >> int p_sigparent; /* (c) Signal to parent on > >> exit. */ > >> > >> Can't int assignments be assumed to be atomic? > >> > >> + PROC_LOCK(p); > >> p2->p_sigparent = exit_signal; > >> + PROC_UNLOCK(p); > > > > Well, I b0rked that one (p2 not p). To fix the race, what probably > > should happen is what we do with kthreads in kthread_create: create > > the process with RFSTOPPED, and don't makea it runnable until we are > > done futzing around with it. > > How about something like > http://www.FreeBSD.org/~jhb/patches/linux.patch? Sure seems less evil. :) -- -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 Wed Jan 24 11:49:31 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 03C8037B404; Wed, 24 Jan 2001 11:49:14 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0OJnDx82591; Wed, 24 Jan 2001 11:49:13 -0800 (PST) (envelope-from jhb) Message-Id: <200101241949.f0OJnDx82591@freefall.freebsd.org> From: John Baldwin Date: Wed, 24 Jan 2001 11:49:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha mp_machdep.c pmap.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/24 11:49:13 PST Modified files: sys/alpha/alpha mp_machdep.c pmap.c Log: - Remove some unused and unneeded atomic operations sitting in mp_machdep.c that are already implemented in atomic.h. - Fix SMP kernel builds. Revision Changes Path 1.11 +10 -62 src/sys/alpha/alpha/mp_machdep.c 1.50 +5 -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 Wed Jan 24 11:51: 1 2001 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 1DCC637B69F; Wed, 24 Jan 2001 11:50:37 -0800 (PST) Received: (from bright@localhost) by fw.wintelcom.net (8.10.0/8.10.0) id f0OJoaI16920; Wed, 24 Jan 2001 11:50:36 -0800 (PST) Date: Wed, 24 Jan 2001 11:50:36 -0800 From: Alfred Perlstein To: John Baldwin Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/alpha/osf1 osf1_misc.c osf1_signal.c Message-ID: <20010124115036.E26076@fw.wintelcom.net> References: <20010124095504.X26076@fw.wintelcom.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from jhb@FreeBSD.org on Wed, Jan 24, 2001 at 10:41:35AM -0800 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * John Baldwin [010124 10:42] wrote: > > On 24-Jan-01 Alfred Perlstein wrote: > > * John Baldwin [010124 02:28] wrote: > >> jhb 2001/01/24 02:27:11 PST > >> > >> Modified files: > >> sys/alpha/osf1 osf1_misc.c osf1_signal.c > >> Log: > >> Proc locking. > > > > I thought you said you would stop locking read only structures? > > If I know that they are read only. I don't have the entire kernel > memorized. Any feedback on the locking comments in sys/proc.h would be > welcome. Are you saying that p_cred should be (b) instead of (c)? Yes. There are races, but they happen anyway. Let's say process A is about to do a setuid and B is about to send it a signal, you might as well let them race it out because it's a race anyway. -- -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 Wed Jan 24 12:18: 6 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3D14737B6A0; Wed, 24 Jan 2001 12:17:46 -0800 (PST) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0OKHks87041; Wed, 24 Jan 2001 12:17:46 -0800 (PST) (envelope-from bmah) Message-Id: <200101242017.f0OKHks87041@freefall.freebsd.org> From: "Bruce A. Mah" Date: Wed, 24 Jan 2001 12:17:46 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/texts/alpha RELNOTES.TXT src/release/texts/i386 RELNOTES.TXT X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG bmah 2001/01/24 12:17:46 PST Modified files: (Branch: RELENG_4) release/texts/alpha RELNOTES.TXT release/texts/i386 RELNOTES.TXT Log: Fix typo: fsck is still fsck in RELENG_4, not fsck_ffs. Noticed by: iedowse Revision Changes Path 1.31.2.90 +2 -2 src/release/texts/alpha/RELNOTES.TXT 1.72.2.91 +2 -2 src/release/texts/i386/RELNOTES.TXT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 12:37: 0 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 31A2637B401; Wed, 24 Jan 2001 12:36:36 -0800 (PST) Received: (from nectar@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0OKaa689098; Wed, 24 Jan 2001 12:36:36 -0800 (PST) (envelope-from nectar) Message-Id: <200101242036.f0OKaa689098@freefall.freebsd.org> From: Jacques Vidrine Date: Wed, 24 Jan 2001 12:36:35 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/pam_krb5/files patch-ab patch-ad patch-af patch-ah X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nectar 2001/01/24 12:36:35 PST Modified files: security/pam_krb5/files patch-ab patch-ad patch-af patch-ah Log: Bug fixes and paranoia: compat_heimdal.c: = Stop shooting at feet when freeing a particular chunk of memory. Found by complaints from free(), and pinpointed with MALLOC_OPTIONS=A. pam_krb5_auth.c: = In addition to dropping and restoring uid when delving in /tmp, drop and restore gid. = Explicitly set permissions on the credentials cache for good measure. The following was Obtained from: Sam Hartman via bugs.debian.org support.c: = verify_krb_v5_tgt: Do a little more to prevent KDC spoofing. Allow for a key separate from the host key to use only for PAM. Revision Changes Path 1.4 +3 -2 ports/security/pam_krb5/files/patch-ab 1.4 +74 -19 ports/security/pam_krb5/files/patch-ad 1.4 +83 -25 ports/security/pam_krb5/files/patch-af 1.4 +3 -3 ports/security/pam_krb5/files/patch-ah To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 12:45:12 2001 Delivered-To: cvs-all@freebsd.org Received: from gratis.grondar.za (grouter.grondar.za [196.7.18.65]) by hub.freebsd.org (Postfix) with ESMTP id CEA8237B400; Wed, 24 Jan 2001 12:44:44 -0800 (PST) Received: from grondar.za (root@gratis.grondar.za [196.7.18.133]) by gratis.grondar.za (8.11.1/8.11.1) with ESMTP id f0OKiGI72820; Wed, 24 Jan 2001 22:44:22 +0200 (SAST) (envelope-from mark@grondar.za) Message-Id: <200101242044.f0OKiGI72820@gratis.grondar.za> To: Jeroen Ruigrok van der Werven Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/contrib/tcpdump print-smb.c References: <20010124202607.A1455@lucifer.bart.nl> In-Reply-To: <20010124202607.A1455@lucifer.bart.nl> ; from Jeroen Ruigrok van der Werven "Wed, 24 Jan 2001 20:26:07 +0100." Date: Wed, 24 Jan 2001 22:44:30 +0200 From: Mark Murray Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > The point everybody is failing to see here is not repo bloat. I hope that all folks are seeing a balanced picture. > The point is maintainability and having just spend two days just trying > to get awk MFC'd correctly I think that both David and my points in time > [we've had this discussion before, and so many other discussion as well > that I am growing quite weary of them by now] have been on the case of > maintainability. OK, so "repo bloat" and "merge conflicts" are problems. > Not to belittle anyone, but David and me are currently two of people, > out of a score of more, who actively deal a lot with contrib'd sources > and their subsequent MFC's, and we can readily attest that taking files > of the vendor branch is not making our task that much easier. > Sure, there exist tools which make this easier, but cause other problems > for our project. ... But they are not the only problems. CVS is there to allow us to focus on the essence of the problem. If that comes down to a "fix conflicts", then so be it. There seems to be a "conflicts are the ultimate evil!!" approach here, and that is just plain crazy! (Yeah, Yeah. I'm being a bit extreme, but that is just to make my point.) > And another aside, if Archie would've consulted with the other > developers or directly with David or me we could've advised him to > merely import this as a patch on along on the vendor branch, causing > less problems for us all. That is one way to do it. But "Vendor branch is a tool, not a panacea, nor a mantra". Can we get a sense of balance here, and try to avoid extreme/absolute positions? The porting system works very well with just-plain-diff(1). Methinks that the base system is doing very well with the tools that ${WE} have, and the latitude that CVS accords us is used as intended (not further constrained - obviously excepting the "usual" rules breakage required by the repo-distribution tools and the TAG-maintenance requirements). M -- Mark Murray Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 12:49:16 2001 Delivered-To: cvs-all@freebsd.org Received: from mail.rpi.edu (mail.rpi.edu [128.113.100.7]) by hub.freebsd.org (Postfix) with ESMTP id 118A037B400; Wed, 24 Jan 2001 12:48:48 -0800 (PST) Received: from [128.113.24.47] (gilead.acs.rpi.edu [128.113.24.47]) by mail.rpi.edu (8.9.3/8.9.3) with ESMTP id PAA357646; Wed, 24 Jan 2001 15:48:40 -0500 Mime-Version: 1.0 X-Sender: drosih@mail.rpi.edu Message-Id: In-Reply-To: <20010124202607.A1455@lucifer.bart.nl> References: <20010124202607.A1455@lucifer.bart.nl> Date: Wed, 24 Jan 2001 15:47:59 -0500 To: Jeroen Ruigrok van der Werven From: Garance A Drosihn Subject: Re: cvs commit: src/contrib/tcpdump print-smb.c Cc: John Baldwin , Archie Cobbs , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, Kris Kennaway Content-Type: text/plain; charset="us-ascii" ; format="flowed" Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG At 8:26 PM +0100 1/24/01, Jeroen Ruigrok van der Werven wrote: >-On [20010124 19:30], Garance A Drosihn (drosih@rpi.edu) wrote: >>Now, back to this thread. Archie fixed a BUG. A BUG. That >>is not a typo on a man page. It is not a spelling correction. >>IT IS A BUG. If I am using tcpdump to look at SMB packets, I >>would much prefer to SEE THE CORRECT OUTPUT than to worry about >>a little cvs bloat. > >Somehow I am going to regret this, but they say wisdom comes to >those who try, fail/succeed and learn from their trying. >To refer to your, in my reading, rather harsh statement above >Garance, this bug has been present since [...] Note that I was replying to one message (of several) which did explicitly talk about "repository bloat". That message explicitly repeated the entire entry from the FAQ. I will admit that I prefer to talk bluntly and explicitly, and that will sometimes come off as being harsh. It is not meant to be harsh, it is meant to focus a discussion. Archie was not making a typo or a trivial spelling correction, and therefore we should focus the discussion on what he WAS doing. IMO. >And another aside, if Archie would've consulted with the other >developers or directly with David or me we could've advised him >to merely import this as a patch on along on the vendor branch, >causing less problems for us all. This, I think, is the crux of the matter. If there is a better way to apply fixes to contributed source, then we should do that. For instance, in my continuing effort to be both blunt and yet helpful, perhaps we should change that same FAQ entry to say something like: "If some vendor's source does have real bugs, then we should by all means fix them. However, some ways of applying those fixes cause much less trouble than other ways. Please check with other freebsd developers for the best way to apply bug fixes to a given package in the contrib source tree." If there is a better way for Archie to get his bug fix in, and in BOTH -current and (after a week or two) to -stable, then let us get Archie to that method to address the bug. But let's talk about it as fixing a bug, and not as Archie being inconsiderate about repository bloat. -- Garance Alistair Drosehn = gad@eclipse.acs.rpi.edu Senior Systems Programmer or gad@freebsd.org Rensselaer Polytechnic Institute or drosih@rpi.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 12:52:44 2001 Delivered-To: cvs-all@freebsd.org Received: from harmony.village.org (rover.village.org [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 1627C37B400; Wed, 24 Jan 2001 12:52:25 -0800 (PST) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.11.1/8.11.1) with ESMTP id f0OKqM961067; Wed, 24 Jan 2001 13:52:22 -0700 (MST) (envelope-from imp@harmony.village.org) Message-Id: <200101242052.f0OKqM961067@harmony.village.org> To: Archie Cobbs Subject: Re: cvs commit: src/contrib/tcpdump print-smb.c Cc: John Baldwin , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, kris@FreeBSD.org In-reply-to: Your message of "Wed, 24 Jan 2001 09:26:07 PST." <200101241726.JAA02576@curve.dellroad.org> References: <200101241726.JAA02576@curve.dellroad.org> Date: Wed, 24 Jan 2001 13:52:22 -0700 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <200101241726.JAA02576@curve.dellroad.org> Archie Cobbs writes: : So from my reading of that, the only problem is the size of the : repository file (and associated side effects on things like cvsup), : not that anybody has to do any extra work... correct? Incorrect. Given that you have to manage merges for ever more after you take it off the vendor branch, this can make importing new versions harder. I've had similar problems in other trees where CVS found conflicts for reasons that I didn't understand, but which I grit my teeth and resolved by hand myself. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 12:57:25 2001 Delivered-To: cvs-all@freebsd.org Received: from harmony.village.org (rover.village.org [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id CB50037B400; Wed, 24 Jan 2001 12:57:01 -0800 (PST) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.11.1/8.11.1) with ESMTP id f0OKut961097; Wed, 24 Jan 2001 13:56:55 -0700 (MST) (envelope-from imp@harmony.village.org) Message-Id: <200101242056.f0OKut961097@harmony.village.org> To: Garance A Drosihn Subject: Re: cvs commit: src/contrib/tcpdump print-smb.c Cc: John Baldwin , Archie Cobbs , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, Kris Kennaway In-reply-to: Your message of "Wed, 24 Jan 2001 13:26:52 EST." References: Date: Wed, 24 Jan 2001 13:56:55 -0700 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message Garance A Drosihn writes: : If we're going to whine this much about fixing bugs, we're in : pretty sad shape. Yes, it would be nice if the "vendor" (in : this case) picked up the fix, and we did not have the repository : bloat. The bug could have been fixed as a vendor branch import, and then when the real fix came along, it would still be on the vendor branch. Yes, this is ugly, but CVS requires you to play stupid games like this because its support for vendor branches is less than could otherwise be desired. : What I don't know is how the repository is effected if the vendor : does (later on) include this patch. Do we automatically switch : to following the "official vendor version" at that point, or do : we keep adding to the repository bloat because we branched off : at the earlier point? It remains off the vendor branch and we have to merge changes to that file every single time we do an update. Usually this is automatically handled by cvs, but sometimes cvs gets confused or it just can't cope. Also, it effectively doubles the size of the file because all deltas are recorded twice. Once on the normal branch, and once on the vendor branch. One could argue that you could change the default branch when this happens. However, that breaks cvs update -D, which is considered a worse breakage than the repo-bloat. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 12:58:36 2001 Delivered-To: cvs-all@freebsd.org Received: from harmony.village.org (rover.village.org [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 62D5437B400; Wed, 24 Jan 2001 12:58:12 -0800 (PST) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.11.1/8.11.1) with ESMTP id f0OKwB961141; Wed, 24 Jan 2001 13:58:11 -0700 (MST) (envelope-from imp@harmony.village.org) Message-Id: <200101242058.f0OKwB961141@harmony.village.org> To: John Hay Subject: Re: cvs commit: src/sys/i386/isa if_ar.c if_arregs.h src/sys/pci if_ar_p.c Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Wed, 24 Jan 2001 10:45:29 PST." <200101241845.f0OIjT173975@freefall.freebsd.org> References: <200101241845.f0OIjT173975@freefall.freebsd.org> Date: Wed, 24 Jan 2001 13:58:11 -0700 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <200101241845.f0OIjT173975@freefall.freebsd.org> John Hay writes: : Modified files: : sys/i386/isa if_ar.c if_arregs.h : sys/pci if_ar_p.c : Log: : Newbusify ar(4). The convention that we've used in the past is to move the newbusified drivers to sys/dev/ar and call the isa attachment if_ar_isa.c and the pci attachment if_ar_pci.c. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 12:59:52 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D6AA537B401; Wed, 24 Jan 2001 12:59:34 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0OKxYZ90875; Wed, 24 Jan 2001 12:59:34 -0800 (PST) (envelope-from phk) Message-Id: <200101242059.f0OKxYZ90875@freefall.freebsd.org> From: Poul-Henning Kamp Date: Wed, 24 Jan 2001 12:59:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if_tap.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG phk 2001/01/24 12:59:34 PST Modified files: sys/net if_tap.c Log: DEVFS cloning for if_tap. Submitted by: Maksim Yevmenkin Revision Changes Path 1.6 +48 -6 src/sys/net/if_tap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 13: 7:11 2001 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 E9FF537B401; Wed, 24 Jan 2001 13:06:44 -0800 (PST) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id IAA21807; Thu, 25 Jan 2001 08:06:38 +1100 Date: Thu, 25 Jan 2001 08:06:29 +1100 (EST) From: Bruce Evans X-Sender: bde@besplex.bde.org To: Archie Cobbs Cc: John Baldwin , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, kris@FreeBSD.org Subject: Re: cvs commit: src/contrib/tcpdump print-smb.c In-Reply-To: <200101241726.JAA02576@curve.dellroad.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 Wed, 24 Jan 2001, Archie Cobbs wrote: > John Baldwin writes: > > >> No. From now on, every new vendor release of that file will need to > > >> have patches merged by hand. > > > > > > By hand? The "cvs update -j .. -j .." or whatever that you do after > > > an import should take care of all of the non-conflicting > > > modifications > > > for all of the files at once. So there should be zero extra work > > > caused by this change, unless I'm misunderstanding something (I'm > > > not a CVS expert). > > > > See the committers guide, it has a FAQ for this: > > > > http://www.freebsd.org/tutorials/committers-guide/article.html > > So from my reading of that, the only problem is the size of the > repository file (and associated side effects on things like cvsup), > not that anybody has to do any extra work... correct? No. The FAQ is a FWrongAnswer as usual. No one cared much about disk space even a few years ago when the FAQ was written. The main problems are: - From now on, every new vendor release of that file will need to have patches merged by hand. - From now on, every new vendor release of that file will need to have patches _verified_ by hand. - -j doesn't work very well. Ask obrien for horror stories. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 13:22:49 2001 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 5BFE137B401; Wed, 24 Jan 2001 13:22:25 -0800 (PST) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.9.3/8.9.3) id QAA66850; Wed, 24 Jan 2001 16:22:11 -0500 (EST) (envelope-from wollman) Date: Wed, 24 Jan 2001 16:22:11 -0500 (EST) From: Garrett Wollman Message-Id: <200101242122.QAA66850@khavrinen.lcs.mit.edu> To: Warner Losh Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/contrib/tcpdump print-smb.c In-Reply-To: <200101242052.f0OKqM961067@harmony.village.org> References: <200101241726.JAA02576@curve.dellroad.org> <200101242052.f0OKqM961067@harmony.village.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG < said: > Incorrect. Given that you have to manage merges for ever more after > you take it off the vendor branch, this can make importing new > versions harder. I've had similar problems in other trees where CVS > found conflicts for reasons that I didn't understand, but which I grit > my teeth and resolved by hand myself. Resolving merge conflicts is easy once the two branches become identical again -- `cvs upd -j' does the Right Thing. HOWEVER: because of the $FreeBSD$ requirement, we can never get two branches to be the same again. Even in that case it's still not a problem, provided that the $FreeBSD$ keyword is at least two lines separated from anything that the vendor changes. You'll note a couple of tz database updates ago, I moved all of the $FreeBSD$ comments so that they were not snug up against the vendor SCCS information. Because the vendor's SCCS tag changes every update, this was a bad place to put our $FreeBSD$ tag, because CVS's (RCS's, really) merge algorithm cannot tell the difference between a one-line change plus a one-line insertion, and one line becoming two. -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 13:30:20 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7E2A337B400; Wed, 24 Jan 2001 13:29:57 -0800 (PST) Received: (from julian@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0OLTvR95423; Wed, 24 Jan 2001 13:29:57 -0800 (PST) (envelope-from julian) Message-Id: <200101242129.f0OLTvR95423@freefall.freebsd.org> From: Julian Elischer Date: Wed, 24 Jan 2001 13:29:57 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netgraph ng_base.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG julian 2001/01/24 13:29:57 PST Modified files: sys/netgraph ng_base.c Log: Don't crash the kernel if the user tries to load a netgraph module with the wrong version number. Revision Changes Path 1.41 +11 -5 src/sys/netgraph/ng_base.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 13:59:46 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C18DA37B404; Wed, 24 Jan 2001 13:59:25 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0OLxPG97598; Wed, 24 Jan 2001 13:59:25 -0800 (PST) (envelope-from jhb) Message-Id: <200101242159.f0OLxPG97598@freefall.freebsd.org> From: John Baldwin Date: Wed, 24 Jan 2001 13:59:25 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 exception.s src/sys/kern kern_fork.c src/sys/sys proc.h src/sys/alpha/alpha swtch.s trap.c vm_machdep.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/24 13:59:25 PST Modified files: sys/i386/i386 exception.s sys/kern kern_fork.c sys/sys proc.h sys/alpha/alpha swtch.s trap.c vm_machdep.c Log: - Change fork_exit() to take a pointer to a trapframe as its 3rd argument instead of a trapframe directly. (Requested by bde.) - Convert the alpha switch_trampoline to call fork_exit() and use the MI fork_return() instead of child_return(). - Axe child_return(). Revision Changes Path 1.81 +3 -2 src/sys/i386/i386/exception.s 1.95 +3 -3 src/sys/kern/kern_fork.c 1.142 +4 -5 src/sys/sys/proc.h 1.20 +8 -10 src/sys/alpha/alpha/swtch.s 1.41 +1 -26 src/sys/alpha/alpha/trap.c 1.41 +3 -3 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 Wed Jan 24 14: 0:31 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C43E937B401; Wed, 24 Jan 2001 14:00:13 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0OM0Di97758; Wed, 24 Jan 2001 14:00:13 -0800 (PST) (envelope-from jhb) Message-Id: <200101242200.f0OM0Di97758@freefall.freebsd.org> From: John Baldwin Date: Wed, 24 Jan 2001 14:00:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/include cpu.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/24 14:00:13 PST Modified files: sys/alpha/include cpu.h Log: Remove prototype for child_return(). Revision Changes Path 1.23 +1 -2 src/sys/alpha/include/cpu.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 15:50:21 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8034F37B400; Wed, 24 Jan 2001 15:49:59 -0800 (PST) Received: (from jdp@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0ONnxL12849; Wed, 24 Jan 2001 15:49:59 -0800 (PST) (envelope-from jdp) Message-Id: <200101242349.f0ONnxL12849@freefall.freebsd.org> From: John Polstra Date: Wed, 24 Jan 2001 15:49:59 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/ln symlink.7 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jdp 2001/01/24 15:49:59 PST Modified files: bin/ln symlink.7 Log: Note that rmdir(2) does not follow symbolic links. Revision Changes Path 1.17 +7 -2 src/bin/ln/symlink.7 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 15:54:28 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 581E037B400; Wed, 24 Jan 2001 15:54:08 -0800 (PST) Received: (from jdp@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0ONs8L13307; Wed, 24 Jan 2001 15:54:08 -0800 (PST) (envelope-from jdp) Message-Id: <200101242354.f0ONs8L13307@freefall.freebsd.org> From: John Polstra Date: Wed, 24 Jan 2001 15:54:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/ln symlink.7 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jdp 2001/01/24 15:54:08 PST Modified files: (Branch: RELENG_4) bin/ln symlink.7 Log: MFC 1.16 -> 1.17: Note that rmdir(2) does not follow symbolic links. Revision Changes Path 1.13.2.4 +7 -2 src/bin/ln/symlink.7 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 15:57: 3 2001 Delivered-To: cvs-all@freebsd.org Received: from aslan.scsiguy.com (aslan.scsiguy.com [63.229.232.106]) by hub.freebsd.org (Postfix) with ESMTP id 9BECE37B400; Wed, 24 Jan 2001 15:56:42 -0800 (PST) Received: from scsiguy.com (localhost [127.0.0.1]) by aslan.scsiguy.com (8.11.0/8.9.3) with ESMTP id f0ONues03575; Wed, 24 Jan 2001 16:56:41 -0700 (MST) (envelope-from gibbs@scsiguy.com) Message-Id: <200101242356.f0ONues03575@aslan.scsiguy.com> X-Mailer: exmh version 2.2 06/23/2000 with nmh-1.0.4 To: Matt Jacob Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/pci if_fxp.c if_fxpvar.h In-Reply-To: Your message of "Tue, 23 Jan 2001 15:22:19 PST." <200101232322.f0NNMJ905739@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 24 Jan 2001 16:56:40 -0700 From: "Justin T. Gibbs" Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >mjacob 2001/01/23 15:22:19 PST > > Modified files: > sys/pci if_fxp.c if_fxpvar.h > Log: > Allow fxp to configure in I/O space if the user wants it and specifies > an override as a loader settable variable (fxp_iomap). fxp_iomap is > a bitmap of fxp units that should be configured to use PCI I/O space > in stead of PCI Memory space. Can't you use an instance flag? I've been meaning to change the ahc driver's target mode stuff to use that instead. -- Justin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 16: 0: 4 2001 Delivered-To: cvs-all@freebsd.org Received: from feral.com (feral.com [192.67.166.1]) by hub.freebsd.org (Postfix) with ESMTP id 890E137B402; Wed, 24 Jan 2001 15:59:40 -0800 (PST) Received: from beppo (beppo [192.67.166.79]) by feral.com (8.9.3/8.9.3) with ESMTP id PAA18779; Wed, 24 Jan 2001 15:59:35 -0800 Date: Wed, 24 Jan 2001 15:59:36 -0800 (PST) From: Matthew Jacob Reply-To: mjacob@feral.com To: "Justin T. Gibbs" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/pci if_fxp.c if_fxpvar.h In-Reply-To: <200101242356.f0ONues03575@aslan.scsiguy.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, 24 Jan 2001, Justin T. Gibbs wrote: > >mjacob 2001/01/23 15:22:19 PST > > > > Modified files: > > sys/pci if_fxp.c if_fxpvar.h > > Log: > > Allow fxp to configure in I/O space if the user wants it and specifies > > an override as a loader settable variable (fxp_iomap). fxp_iomap is > > a bitmap of fxp units that should be configured to use PCI I/O space > > in stead of PCI Memory space. > > Can't you use an instance flag? I've been meaning to change the ahc > driver's target mode stuff to use that instead. Can you clarify? Warner said somehing like making this part of hints, which I guess would use this. Look- I just did it like I have done it in isp_pci. I'm sure there are a lot better ways to do that and I welcome people to improve upon things. It's just too damned bad that people can't document interfaces so we know that they're their to be used. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 16: 9:36 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 204AA37B698; Wed, 24 Jan 2001 16:09:16 -0800 (PST) Received: (from brian@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0P09GJ16557; Wed, 24 Jan 2001 16:09:16 -0800 (PST) (envelope-from brian) Message-Id: <200101250009.f0P09GJ16557@freefall.freebsd.org> From: Brian Somers Date: Wed, 24 Jan 2001 16:09:15 -0800 (PST) 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 brian 2001/01/24 16:09:15 PST Modified files: en_US.ISO_8859-1/articles/committers-guide article.sgml Log: /usr/bin/ppp -> /usr/sbin/ppp. Also, I think I modified lpd once about two years ago. Relinquish the apparent title of ``maintainer''. Revision Changes Path 1.49 +2 -2 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 Wed Jan 24 16:44:58 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B7AF937B402; Wed, 24 Jan 2001 16:44:34 -0800 (PST) Received: (from dirk@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0P0iYL19332; Wed, 24 Jan 2001 16:44:34 -0800 (PST) (envelope-from dirk) Message-Id: <200101250044.f0P0iYL19332@freefall.freebsd.org> From: Dirk Froemberg Date: Wed, 24 Jan 2001 16:44:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/mysql323-client Makefile ports/databases/mysql323-server Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dirk 2001/01/24 16:44:34 PST Modified files: databases/mysql323-client Makefile databases/mysql323-server Makefile distinfo Log: Add support for BerkeleyDB table type. This type allows SQL transactions (COMMIT, ROLLBACK). Note: BerkeleyDB is build as part of mysql323-server since mysql needs a special version of it. Thus we can't depend on databases/db3 at the moment. Revision Changes Path 1.71 +2 -1 ports/databases/mysql323-client/Makefile 1.103 +16 -6 ports/databases/mysql323-server/Makefile 1.43 +1 -0 ports/databases/mysql323-server/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 16:46:36 2001 Delivered-To: cvs-all@freebsd.org Received: from harmony.village.org (rover.village.org [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 22BE137B400; Wed, 24 Jan 2001 16:46:11 -0800 (PST) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.11.1/8.11.1) with ESMTP id f0P0k5963107; Wed, 24 Jan 2001 17:46:06 -0700 (MST) (envelope-from imp@harmony.village.org) Message-Id: <200101250046.f0P0k5963107@harmony.village.org> To: mjacob@feral.com Subject: Re: cvs commit: src/sys/pci if_fxp.c if_fxpvar.h Cc: "Justin T. Gibbs" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Wed, 24 Jan 2001 15:59:36 PST." References: Date: Wed, 24 Jan 2001 17:46:05 -0700 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message Matthew Jacob writes: : Warner said somehing like making this part of hints, which I guess would use : this. I'll send some code... : Look- I just did it like I have done it in isp_pci. I'm sure there are a lot : better ways to do that and I welcome people to improve upon things. It's just : too damned bad that people can't document interfaces so we know that they're : their to be used. Point taken. I'll see about documenting resource_int_value and resource_query_string in section 9 of the man page. I've just looked at isahint.c each time that I need them, but maybe man pages would be better. If you wanted to use the device_get_flags() for this (which might also be a good way to go?), then you may need to fix the pci code to fetch this from the hints tables. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 17: 1:24 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CC2B937B400; Wed, 24 Jan 2001 17:01:00 -0800 (PST) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0P110f20384; Wed, 24 Jan 2001 17:01:00 -0800 (PST) (envelope-from cpiazza) Message-Id: <200101250101.f0P110f20384@freefall.freebsd.org> From: Chris Piazza Date: Wed, 24 Jan 2001 17:01:00 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/gnapster Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG cpiazza 2001/01/24 17:01:00 PST Modified files: audio/gnapster Makefile distinfo Log: Update to 1.4.2 which allows gnapster to use offical servers again. This still has a bug (that was present in 1.4.1a) that affects new users, but this at least works for users with pref files already... Revision Changes Path 1.22 +2 -2 ports/audio/gnapster/Makefile 1.10 +1 -1 ports/audio/gnapster/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 17: 3:32 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 18CFB37B401; Wed, 24 Jan 2001 17:03:10 -0800 (PST) Received: (from dirk@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0P13A620546; Wed, 24 Jan 2001 17:03:10 -0800 (PST) (envelope-from dirk) Message-Id: <200101250103.f0P13A620546@freefall.freebsd.org> From: Dirk Froemberg Date: Wed, 24 Jan 2001 17:03:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/mysql323-server Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dirk 2001/01/24 17:03:10 PST Modified files: databases/mysql323-server Makefile Log: Add options for alternate charsets (WITH_CHARSET and WITH_XCHARSET). Submitted by: roam Revision Changes Path 1.104 +16 -1 ports/databases/mysql323-server/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 17:10: 5 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B182F37B401; Wed, 24 Jan 2001 17:09:44 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0P19ir23237; Wed, 24 Jan 2001 17:09:44 -0800 (PST) (envelope-from jhb) Message-Id: <200101250109.f0P19ir23237@freefall.freebsd.org> From: John Baldwin Date: Wed, 24 Jan 2001 17:09:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/osf1 osf1_misc.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/24 17:09:44 PST Modified files: sys/alpha/osf1 osf1_misc.c Log: Back out over-aggressive locking of p->p_cred. Requested by: alfred Revision Changes Path 1.10 +4 -17 src/sys/alpha/osf1/osf1_misc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 17:13:17 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BABA137B401; Wed, 24 Jan 2001 17:12:56 -0800 (PST) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0P1Cu023441; Wed, 24 Jan 2001 17:12:56 -0800 (PST) (envelope-from cpiazza) Message-Id: <200101250112.f0P1Cu023441@freefall.freebsd.org> From: Chris Piazza Date: Wed, 24 Jan 2001 17:12:56 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/gnapster Makefile pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG cpiazza 2001/01/24 17:12:56 PST Modified files: audio/gnapster Makefile pkg-plist Log: Don't use the default HAVE_GNOME distdir. This fixes the problems people have been seeing. You can now stop bugging me. Revision Changes Path 1.23 +2 -1 ports/audio/gnapster/Makefile 1.7 +8 -8 ports/audio/gnapster/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 Jan 24 17:35:49 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 464FD37B401; Wed, 24 Jan 2001 17:35:30 -0800 (PST) Received: (from luigi@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0P1ZUV24987; Wed, 24 Jan 2001 17:35:30 -0800 (PST) (envelope-from luigi) Message-Id: <200101250135.f0P1ZUV24987@freefall.freebsd.org> From: Luigi Rizzo Date: Wed, 24 Jan 2001 17:35:30 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net bridge.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG luigi 2001/01/24 17:35:30 PST Modified files: (Branch: RELENG_4) sys/net bridge.c Log: bugfix: remove a source of corrupt headers in bridging (related to interface problems in ether_input() ). Remove some unused diagnostic variables, and add a new one. Revision Changes Path 1.16.2.10 +20 -15 src/sys/net/bridge.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 17:38:27 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 08B4337B402; Wed, 24 Jan 2001 17:38:10 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0P1cAL25314; Wed, 24 Jan 2001 17:38:10 -0800 (PST) (envelope-from jhb) Message-Id: <200101250138.f0P1cAL25314@freefall.freebsd.org> From: John Baldwin Date: Wed, 24 Jan 2001 17:38:09 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_glue.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/24 17:38:09 PST Modified files: sys/vm vm_glue.c Log: - Doh, lock faultin() with proc lock in scheduler(). - Lock p_swtime with sched_lock in scheduler() as well. Revision Changes Path 1.106 +7 -1 src/sys/vm/vm_glue.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 17:55:54 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DA0D037B400; Wed, 24 Jan 2001 17:55:33 -0800 (PST) Received: (from vanilla@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0P1tX226744; Wed, 24 Jan 2001 17:55:33 -0800 (PST) (envelope-from vanilla) Message-Id: <200101250155.f0P1tX226744@freefall.freebsd.org> From: "Vanilla I. Shu" Date: Wed, 24 Jan 2001 17:55:33 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/evas Makefile distinfo ports/graphics/imlib2-tmp Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG vanilla 2001/01/24 17:55:33 PST Modified files: graphics/evas Makefile distinfo graphics/imlib2-tmp Makefile distinfo Log: Upgrade imlib2 to 1.0.1, evas to 0.0.3. Revision Changes Path 1.4 +2 -2 ports/graphics/evas/Makefile 1.3 +1 -1 ports/graphics/evas/distinfo 1.72 +2 -3 ports/graphics/imlib2-tmp/Makefile 1.24 +1 -1 ports/graphics/imlib2-tmp/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 17:56:50 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CD5D237B401; Wed, 24 Jan 2001 17:56:27 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0P1uR926881; Wed, 24 Jan 2001 17:56:27 -0800 (PST) (envelope-from peter) Message-Id: <200101250156.f0P1uR926881@freefall.freebsd.org> From: Peter Wemm Date: Wed, 24 Jan 2001 17:56:27 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci cy_pci.c src/sys/i386/conf NOTES X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG peter 2001/01/24 17:56:27 PST Modified files: sys/pci cy_pci.c sys/i386/conf NOTES Log: Disable cy - it is now completely broken and needs non-trivial work. Revision Changes Path 1.22 +1 -6 src/sys/pci/cy_pci.c 1.877 +8 -8 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 Wed Jan 24 18: 2:20 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0C29E37B404; Wed, 24 Jan 2001 18:01:57 -0800 (PST) Received: (from luigi@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0P21vg27303; Wed, 24 Jan 2001 18:01:57 -0800 (PST) (envelope-from luigi) Message-Id: <200101250201.f0P21vg27303@freefall.freebsd.org> From: Luigi Rizzo Date: Wed, 24 Jan 2001 18:01:56 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet ip_dummynet.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG luigi 2001/01/24 18:01:56 PST Modified files: (Branch: RELENG_4) sys/netinet ip_dummynet.c Log: Fix panics in previous version of dummynet when trying to use fair queueing. In passing, add a lot of documentation. This is an extensive patch, but it makes no good to put it into current first, as nobody would test it there. Revision Changes Path 1.24.2.8 +110 -79 src/sys/netinet/ip_dummynet.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 18: 7: 3 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2D87837B400; Wed, 24 Jan 2001 18:06:40 -0800 (PST) Received: (from luigi@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0P26eX29957; Wed, 24 Jan 2001 18:06:40 -0800 (PST) (envelope-from luigi) Message-Id: <200101250206.f0P26eX29957@freefall.freebsd.org> From: Luigi Rizzo Date: Wed, 24 Jan 2001 18:06:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet ip_output.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG luigi 2001/01/24 18:06:40 PST Modified files: sys/netinet ip_output.c Log: Pass up errors returned by dummynet. The same should be done with divert. Revision Changes Path 1.118 +4 -4 src/sys/netinet/ip_output.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 18: 9:25 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 831FD37B402; Wed, 24 Jan 2001 18:09:05 -0800 (PST) Received: (from luigi@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0P295b30209; Wed, 24 Jan 2001 18:09:05 -0800 (PST) (envelope-from luigi) Message-Id: <200101250209.f0P295b30209@freefall.freebsd.org> From: Luigi Rizzo Date: Wed, 24 Jan 2001 18:09:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet ip_output.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG luigi 2001/01/24 18:09:05 PST Modified files: (Branch: RELENG_4) sys/netinet ip_output.c Log: Pass up errors returned by dummynet. Revision Changes Path 1.99.2.8 +4 -4 src/sys/netinet/ip_output.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 18:38:24 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7B05D37B69B; Wed, 24 Jan 2001 18:38:01 -0800 (PST) Received: (from ade@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0P2c1n32650; Wed, 24 Jan 2001 18:38:01 -0800 (PST) (envelope-from ade) Message-Id: <200101250238.f0P2c1n32650@freefall.freebsd.org> From: Ade Lovett Date: Wed, 24 Jan 2001 18:38:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/gnomelibs Makefile distinfo pkg-descr ports/x11/gnomelibs/files patch-bd X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ade 2001/01/24 18:38:01 PST Modified files: x11/gnomelibs Makefile distinfo pkg-descr x11/gnomelibs/files patch-bd Log: Another day. Another GNOME release. 1.2.10 here Revision Changes Path 1.79 +2 -3 ports/x11/gnomelibs/Makefile 1.32 +1 -1 ports/x11/gnomelibs/distinfo 1.3 +2 -2 ports/x11/gnomelibs/pkg-descr 1.16 +3 -3 ports/x11/gnomelibs/files/patch-bd To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 18:52:37 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 814E137B404; Wed, 24 Jan 2001 18:52:17 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0P2qHe33844; Wed, 24 Jan 2001 18:52:17 -0800 (PST) (envelope-from asami) Message-Id: <200101250252.f0P2qHe33844@freefall.freebsd.org> From: Satoshi Asami Date: Wed, 24 Jan 2001 18:52:17 -0800 (PST) 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 2001/01/24 18:52:17 PST Modified files: . INDEX Log: New INDEX, with 4,504 ports (woo-hoo!). Revision Changes Path 1.319 +545 -524 ports/INDEX To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 19: 1:15 2001 Delivered-To: cvs-all@freebsd.org Received: from ducky.nz.freebsd.org (ns1.unixathome.org [203.79.82.27]) by hub.freebsd.org (Postfix) with ESMTP id 4D99B37B69B; Wed, 24 Jan 2001 19:00:52 -0800 (PST) Received: from mail.courts.govt.nz (xeon.unixathome.org [192.168.0.18]) by ducky.nz.freebsd.org (8.9.3/8.9.3) with SMTP id QAA17500; Thu, 25 Jan 2001 16:00:50 +1300 (NZDT) Message-Id: <200101250300.QAA17500@ducky.nz.freebsd.org> To: Satoshi Asami Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG From: Dan Langille Subject: Re: cvs commit: ports INDEX Date: Thu, 25 Jan 2001 03:00:50 GMT X-Mailer: Endymion MailMan Professional Edition v3.0.29 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > New INDEX, with 4,504 ports (woo-hoo!). That's 500 ports added in three months. That's very impressive! And a great reflection of the work done by the port maintainers and submitters. Thanks. --------------------------------------------- This message was sent using Endymion MailMan. http://www.endymion.com/products/mailman/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 19:20:14 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id ED50237B400; Wed, 24 Jan 2001 19:19:53 -0800 (PST) Received: (from jedgar@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0P3Jr238844; Wed, 24 Jan 2001 19:19:53 -0800 (PST) (envelope-from jedgar) Message-Id: <200101250319.f0P3Jr238844@freefall.freebsd.org> From: "Chris D. Faulhaber" Date: Wed, 24 Jan 2001 19:19:53 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/micq Makefile distinfo ports/net/micq/files patch-ab patch-ac patch-ad patch-ae patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jedgar 2001/01/24 19:19:53 PST Modified files: net/micq Makefile distinfo net/micq/files patch-aa Added files: net/micq/files patch-ab patch-ac patch-ad patch-ae Log: - Update port to 0.4.6p1 (fixes remote buffer overflow) - Add some additional buffer checks Revision Changes Path 1.16 +7 -6 ports/net/micq/Makefile 1.12 +1 -1 ports/net/micq/distinfo 1.9 +11 -10 ports/net/micq/files/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 Jan 24 19:40:38 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BFBDA37B400; Wed, 24 Jan 2001 19:40:17 -0800 (PST) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0P3eHP40568; Wed, 24 Jan 2001 19:40:17 -0800 (PST) (envelope-from will) Message-Id: <200101250340.f0P3eHP40568@freefall.freebsd.org> From: Will Andrews Date: Wed, 24 Jan 2001 19:40:17 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/apply apply.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/01/24 19:40:17 PST Modified files: usr.bin/apply apply.c Log: Fix bogus checking of snprintf() by decreasing the remaining size of the string after each successful snprintf() call. This makes apply(1) work *correctly*, although the whole snprintf() deal really should be redone. Bug noted by: nectar (about 3 weeks ago) Revision Changes Path 1.15 +4 -1 src/usr.bin/apply/apply.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 19:47:19 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2305237B400; Wed, 24 Jan 2001 19:46:55 -0800 (PST) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0P3ktg40704; Wed, 24 Jan 2001 19:46:55 -0800 (PST) (envelope-from kuriyama) Message-Id: <200101250346.f0P3ktg40704@freefall.freebsd.org> From: Jun Kuriyama Date: Wed, 24 Jan 2001 19:46:55 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/postfix-current Makefile pkg-plist ports/mail/postfix-current/scripts configure.postfix X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kuriyama 2001/01/24 19:46:55 PST Modified files: mail/postfix-current Makefile pkg-plist mail/postfix-current/scripts configure.postfix Log: Cleanup around NOPORTDOCS. Submitted by: yds@dppl.com PR: ports/24595 Revision Changes Path 1.40 +13 -8 ports/mail/postfix-current/Makefile 1.16 +61 -1 ports/mail/postfix-current/pkg-plist 1.2 +6 -2 ports/mail/postfix-current/scripts/configure.postfix To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 20:20:45 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A22EA37B400; Wed, 24 Jan 2001 20:20:25 -0800 (PST) Received: (from billf@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0P4KPu45652; Wed, 24 Jan 2001 20:20:25 -0800 (PST) (envelope-from billf) Message-Id: <200101250420.f0P4KPu45652@freefall.freebsd.org> From: Bill Fumerola Date: Wed, 24 Jan 2001 20:20:25 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/tftpd tftpd.8 tftpd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG billf 2001/01/24 20:20:25 PST Modified files: libexec/tftpd tftpd.8 tftpd.c Log: Add -c/C which chroots by IP of tftp client, (i.e. /tftproot/127.0.0.1/). Revision Changes Path 1.10 +27 -4 src/libexec/tftpd/tftpd.8 1.17 +25 -2 src/libexec/tftpd/tftpd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 22:48:37 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3872037B400; Wed, 24 Jan 2001 22:48:16 -0800 (PST) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0P6mG168336; Wed, 24 Jan 2001 22:48:16 -0800 (PST) (envelope-from kevlo) Message-Id: <200101250648.f0P6mG168336@freefall.freebsd.org> From: Kevin Lo Date: Wed, 24 Jan 2001 22:48:16 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/unixODBC Makefile pkg-plist ports/databases/unixODBC/files patch-ab patch-ac X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kevlo 2001/01/24 22:48:16 PST Modified files: databases/unixODBC Makefile pkg-plist databases/unixODBC/files patch-ab patch-ac Log: - Add missing file (bin/isql) to pkg-plist - Use NOPORTDOCS PLIST_SUB PR: 24601 Submitted by: Ports Fury Revision Changes Path 1.15 +2 -1 ports/databases/unixODBC/Makefile 1.6 +65 -64 ports/databases/unixODBC/pkg-plist 1.3 +3 -3 ports/databases/unixODBC/files/patch-ab 1.3 +14 -14 ports/databases/unixODBC/files/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 Jan 24 22:59:15 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 11CD237B402; Wed, 24 Jan 2001 22:58:54 -0800 (PST) Received: (from cokane@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0P6wse69506; Wed, 24 Jan 2001 22:58:54 -0800 (PST) (envelope-from cokane) Message-Id: <200101250658.f0P6wse69506@freefall.freebsd.org> From: Coleman Kane Date: Wed, 24 Jan 2001 22:58:53 -0800 (PST) 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 cokane 2001/01/24 22:58:53 PST Modified files: sys/i386/conf NOTES Log: Add some description and clarification as to the use of the tdfx device. Answers many questions I have recieved and has a short description of what the driver actually does. Revision Changes Path 1.878 +10 -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 Wed Jan 24 23: 1:36 2001 Delivered-To: cvs-all@freebsd.org Received: from zibbi.icomtek.csir.co.za (zibbi.icomtek.csir.co.za [146.64.24.58]) by hub.freebsd.org (Postfix) with ESMTP id 9599237B402; Wed, 24 Jan 2001 23:01:05 -0800 (PST) Received: (from jhay@localhost) by zibbi.icomtek.csir.co.za (8.11.0/8.11.0) id f0P70ka99921; Thu, 25 Jan 2001 09:00:46 +0200 (SAT) (envelope-from jhay) From: John Hay Message-Id: <200101250700.f0P70ka99921@zibbi.icomtek.csir.co.za> Subject: Re: cvs commit: src/sys/i386/isa if_ar.c if_arregs.h src/sys/pci if_ar_p.c In-Reply-To: <200101242058.f0OKwB961141@harmony.village.org> from Warner Losh at "Jan 24, 2001 01:58:11 pm" To: imp@harmony.village.org (Warner Losh) Date: Thu, 25 Jan 2001 09:00:46 +0200 (SAT) Cc: jhay@FreeBSD.org (John Hay), 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 > : Modified files: > : sys/i386/isa if_ar.c if_arregs.h > : sys/pci if_ar_p.c > : Log: > : Newbusify ar(4). > > The convention that we've used in the past is to move the newbusified > drivers to sys/dev/ar and call the isa attachment if_ar_isa.c and the > pci attachment if_ar_pci.c. Ok, what should I do with i386/isa/ic/hd64570.h? Do we have a common place for things like that? It isn't really related to ISA and in this case it will be used by more than one driver. At least ar(4) and sr(4). John -- John Hay -- John.Hay@icomtek.csir.co.za To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 23:30:15 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8D45437B400; Wed, 24 Jan 2001 23:29:54 -0800 (PST) Received: (from jasone@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0P7TsF74768; Wed, 24 Jan 2001 23:29:54 -0800 (PST) (envelope-from jasone) Message-Id: <200101250729.f0P7TsF74768@freefall.freebsd.org> From: Jason Evans Date: Wed, 24 Jan 2001 23:29:54 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys condvar.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jasone 2001/01/24 23:29:54 PST Modified files: sys/sys condvar.h Log: Remove CV_DECLARE(), which serves no useful purpose. Revision Changes Path 1.2 +1 -5 src/sys/sys/condvar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 23:32:55 2001 Delivered-To: cvs-all@freebsd.org Received: from harmony.village.org (rover.village.org [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 3FF3037B400; Wed, 24 Jan 2001 23:32:31 -0800 (PST) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.11.1/8.11.1) with ESMTP id f0P7WK966012; Thu, 25 Jan 2001 00:32:21 -0700 (MST) (envelope-from imp@harmony.village.org) Message-Id: <200101250732.f0P7WK966012@harmony.village.org> To: John Hay Subject: Re: cvs commit: src/sys/i386/isa if_ar.c if_arregs.h src/sys/pci if_ar_p.c Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Sat, 25 Jan 2001 09:00:46 +0200." <200101250700.f0P70ka99921@zibbi.icomtek.csir.co.za> References: <200101250700.f0P70ka99921@zibbi.icomtek.csir.co.za> Date: Thu, 25 Jan 2001 00:32:20 -0700 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG : Ok, what should I do with i386/isa/ic/hd64570.h? Do we have a common : place for things like that? It isn't really related to ISA and in : this case it will be used by more than one driver. At least ar(4) and : sr(4). We should have a good place to put these. We don't have a good generic place. The least bad right now is sys/isa/ic. Also, if you are going to move the files, we've traditionally done that with a repo copy and a note to cvs@ Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 23:35:14 2001 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 53EB837B401; Wed, 24 Jan 2001 23:34:49 -0800 (PST) Received: (from asmodai@localhost) by lucifer.ninth-circle.org (8.11.1/8.11.0) id f0P7YdU11557; Thu, 25 Jan 2001 08:34:39 +0100 (CET) (envelope-from asmodai) Date: Thu, 25 Jan 2001 08:34:39 +0100 From: Jeroen Ruigrok van der Werven To: Bruce Evans Cc: Archie Cobbs , John Baldwin , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, kris@FreeBSD.org Subject: Re: cvs commit: src/contrib/tcpdump print-smb.c Message-ID: <20010125083439.A10934@lucifer.bart.nl> References: <200101241726.JAA02576@curve.dellroad.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from bde@zeta.org.au on Thu, Jan 25, 2001 at 08:06:29AM +1100 Organisation: VIA Net.Works The Netherlands Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -On [20010124 22:10], Bruce Evans (bde@zeta.org.au) wrote: >No. The FAQ is a FWrongAnswer as usual. I haven't seen any patches from you Bruce to update it, I kindly welcome them, since I hate to see incorrect information being spread. I'm looking forward to them. :) -- Jeroen Ruigrok van der Werven VIA Net.Works The Netherlands BSD: Technical excellence at its best Network- and systemadministrator D78D D0AD 244D 1D12 C9CA 7152 035C 1138 546A B867 Misery loves company... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 23:35:21 2001 Delivered-To: cvs-all@freebsd.org Received: from mobile.wemm.org (c1315225-a.plstn1.sfba.home.com [65.0.135.147]) by hub.freebsd.org (Postfix) with ESMTP id 6A8E537B402; Wed, 24 Jan 2001 23:34:50 -0800 (PST) Received: from netplex.com.au (localhost [127.0.0.1]) by mobile.wemm.org (8.11.1/8.11.1) with ESMTP id f0P7XH490063; Wed, 24 Jan 2001 23:33:18 -0800 (PST) (envelope-from peter@netplex.com.au) Message-Id: <200101250733.f0P7XH490063@mobile.wemm.org> X-Mailer: exmh version 2.2 06/23/2000 with nmh-1.0.4 To: John Hay Cc: imp@harmony.village.org (Warner Losh), jhay@FreeBSD.org (John Hay), cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/isa if_ar.c if_arregs.h src/sys/pci if_ar_p.c In-Reply-To: <200101250700.f0P70ka99921@zibbi.icomtek.csir.co.za> Date: Wed, 24 Jan 2001 23:33:17 -0800 From: Peter Wemm Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG John Hay wrote: > > : Modified files: > > : sys/i386/isa if_ar.c if_arregs.h > > : sys/pci if_ar_p.c > > : Log: > > : Newbusify ar(4). > > > > The convention that we've used in the past is to move the newbusified > > drivers to sys/dev/ar and call the isa attachment if_ar_isa.c and the > > pci attachment if_ar_pci.c. > > Ok, what should I do with i386/isa/ic/hd64570.h? Do we have a common > place for things like that? It isn't really related to ISA and in > this case it will be used by more than one driver. At least ar(4) and > sr(4). This is bikeshed material, but NetBSD put things like that in dev/ic/*. There are others too, eg: if_the wavelan_ieee.h that I tripped over and broke when moving wi to dev/wi (I broke if_wl.c). Some ideas: dev/ic dev/common dev/include .. actually, I think I like the second most. it means we can put shared header files in sys/dev/common and have that automatically installed with the other includes, and any common C code that is shared between drivers (eg: some 3com stuff) as well. If there was a common components there could be, for example: dev/common/hd64570.h dev/common/hd64570.c Can anybody not live with this? ie: dev/common ? Userland could #include . 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 Wed Jan 24 23:37:34 2001 Delivered-To: cvs-all@freebsd.org Received: from mobile.wemm.org (c1315225-a.plstn1.sfba.home.com [65.0.135.147]) by hub.freebsd.org (Postfix) with ESMTP id 1F00937B402; Wed, 24 Jan 2001 23:37:09 -0800 (PST) Received: from netplex.com.au (localhost [127.0.0.1]) by mobile.wemm.org (8.11.1/8.11.1) with ESMTP id f0P7Zj490092; Wed, 24 Jan 2001 23:35:45 -0800 (PST) (envelope-from peter@netplex.com.au) Message-Id: <200101250735.f0P7Zj490092@mobile.wemm.org> X-Mailer: exmh version 2.2 06/23/2000 with nmh-1.0.4 To: Warner Losh Cc: John Hay , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/isa if_ar.c if_arregs.h src/sys/pci if_ar_p.c In-Reply-To: <200101250732.f0P7WK966012@harmony.village.org> Date: Wed, 24 Jan 2001 23:35:45 -0800 From: Peter Wemm Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Warner Losh wrote: > : Ok, what should I do with i386/isa/ic/hd64570.h? Do we have a common > : place for things like that? It isn't really related to ISA and in > : this case it will be used by more than one driver. At least ar(4) and > : sr(4). > > We should have a good place to put these. We don't have a good > generic place. The least bad right now is sys/isa/ic. Actually, the chip is a chip.. not ISA related in any way. > Also, if you are going to move the files, we've traditionally done > that with a repo copy and a note to cvs@ Yep. 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 Wed Jan 24 23:38:33 2001 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 081DC37B400; Wed, 24 Jan 2001 23:38:07 -0800 (PST) Received: (from asmodai@localhost) by lucifer.ninth-circle.org (8.11.1/8.11.0) id f0P7c2311681; Thu, 25 Jan 2001 08:38:02 +0100 (CET) (envelope-from asmodai) Date: Thu, 25 Jan 2001 08:38:02 +0100 From: Jeroen Ruigrok van der Werven To: Warner Losh Cc: John Hay , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/isa if_ar.c if_arregs.h src/sys/pci if_ar_p.c Message-ID: <20010125083801.B10934@lucifer.bart.nl> References: <200101241845.f0OIjT173975@freefall.freebsd.org> <200101242058.f0OKwB961141@harmony.village.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200101242058.f0OKwB961141@harmony.village.org>; from imp@harmony.village.org on Wed, Jan 24, 2001 at 01:58:11PM -0700 Organisation: VIA Net.Works The Netherlands Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -On [20010124 22:00], Warner Losh (imp@harmony.village.org) wrote: >The convention that we've used in the past is to move the newbusified >drivers to sys/dev/ar and call the isa attachment if_ar_isa.c and the >pci attachment if_ar_pci.c. This is another thing which I am covering in the new DDWG. It is still a major work in progress, since I have to distill a lot of information which logged over many many months talking to people. For the interested: http://people.freebsd.org/~asmodai/newbus-draft.txt [It's being updated a few times a week] -- Jeroen Ruigrok van der Werven VIA Net.Works The Netherlands BSD: Technical excellence at its best Network- and systemadministrator D78D D0AD 244D 1D12 C9CA 7152 035C 1138 546A B867 Misery loves company... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 23:39:53 2001 Delivered-To: cvs-all@freebsd.org Received: from harmony.village.org (rover.village.org [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 38D3D37B400; Wed, 24 Jan 2001 23:39:28 -0800 (PST) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.11.1/8.11.1) with ESMTP id f0P7d6966140; Thu, 25 Jan 2001 00:39:06 -0700 (MST) (envelope-from imp@harmony.village.org) Message-Id: <200101250739.f0P7d6966140@harmony.village.org> To: Peter Wemm Subject: Re: cvs commit: src/sys/i386/isa if_ar.c if_arregs.h src/sys/pci if_ar_p.c Cc: John Hay , jhay@FreeBSD.org (John Hay), cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Wed, 24 Jan 2001 23:33:17 PST." <200101250733.f0P7XH490063@mobile.wemm.org> References: <200101250733.f0P7XH490063@mobile.wemm.org> Date: Thu, 25 Jan 2001 00:39:06 -0700 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <200101250733.f0P7XH490063@mobile.wemm.org> Peter Wemm writes: : This is bikeshed material, but NetBSD put things like that in dev/ic/*. True :-) : the other includes, and any common C code that is shared between drivers : (eg: some 3com stuff) as well. Ah yes. The elink problem. I'm also running into the same problem with some code I'm working on for the pccard ExCA interface that is implemented by ISA pcmcia bridges, PCI pcmcia bridges and PCI CardBus bridges. So this code would be used by both pcic (isa and pci) and pccbb. Not all pcmcia bridges implement this interface (the pcic98 bridge as well as the tcic parts), so putting it in dev/pccard seems incorrect. : If there was a common components there could be, for example: : dev/common/hd64570.h : dev/common/hd64570.c : : Can anybody not live with this? ie: dev/common ? : Userland could #include . I can live with that, and think it is better than anything I can think of. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 23:40:29 2001 Delivered-To: cvs-all@freebsd.org Received: from harmony.village.org (rover.village.org [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id E014E37B401; Wed, 24 Jan 2001 23:40:05 -0800 (PST) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.11.1/8.11.1) with ESMTP id f0P7dm966163; Thu, 25 Jan 2001 00:39:49 -0700 (MST) (envelope-from imp@harmony.village.org) Message-Id: <200101250739.f0P7dm966163@harmony.village.org> To: Peter Wemm Subject: Re: cvs commit: src/sys/i386/isa if_ar.c if_arregs.h src/sys/pci if_ar_p.c Cc: John Hay , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Wed, 24 Jan 2001 23:35:45 PST." <200101250735.f0P7Zj490092@mobile.wemm.org> References: <200101250735.f0P7Zj490092@mobile.wemm.org> Date: Thu, 25 Jan 2001 00:39:48 -0700 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <200101250735.f0P7Zj490092@mobile.wemm.org> Peter Wemm writes: : > We should have a good place to put these. We don't have a good : > generic place. The least bad right now is sys/isa/ic. : : Actually, the chip is a chip.. not ISA related in any way. Yup. That's why I said "least bad" :-) Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 23:41:29 2001 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 A282037B400; Wed, 24 Jan 2001 23:41:03 -0800 (PST) Received: (from asmodai@localhost) by lucifer.ninth-circle.org (8.11.1/8.11.0) id f0P7d7V11692; Thu, 25 Jan 2001 08:39:07 +0100 (CET) (envelope-from asmodai) Date: Thu, 25 Jan 2001 08:39:07 +0100 From: Jeroen Ruigrok van der Werven To: Warner Losh Cc: John Hay , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/isa if_ar.c if_arregs.h src/sys/pci if_ar_p.c Message-ID: <20010125083907.C10934@lucifer.bart.nl> References: <200101250700.f0P70ka99921@zibbi.icomtek.csir.co.za> <200101250732.f0P7WK966012@harmony.village.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200101250732.f0P7WK966012@harmony.village.org>; from imp@harmony.village.org on Thu, Jan 25, 2001 at 12:32:20AM -0700 Organisation: VIA Net.Works The Netherlands Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -On [20010125 08:35], Warner Losh (imp@harmony.village.org) wrote: >: Ok, what should I do with i386/isa/ic/hd64570.h? Do we have a common >: place for things like that? It isn't really related to ISA and in >: this case it will be used by more than one driver. At least ar(4) and >: sr(4). > >We should have a good place to put these. We don't have a good >generic place. The least bad right now is sys/isa/ic. Wouldn't placing it in sys/dev right away not be a better option? -- Jeroen Ruigrok van der Werven VIA Net.Works The Netherlands BSD: Technical excellence at its best Network- and systemadministrator D78D D0AD 244D 1D12 C9CA 7152 035C 1138 546A B867 Misery loves company... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 23:50:30 2001 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 890E837B400; Wed, 24 Jan 2001 23:50:10 -0800 (PST) Received: (from asmodai@localhost) by lucifer.ninth-circle.org (8.11.1/8.11.0) id f0P7lws11920; Thu, 25 Jan 2001 08:47:58 +0100 (CET) (envelope-from asmodai) Date: Thu, 25 Jan 2001 08:47:58 +0100 From: Jeroen Ruigrok van der Werven To: Warner Losh Cc: Peter Wemm , John Hay , John Hay , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/isa if_ar.c if_arregs.h src/sys/pci if_ar_p.c Message-ID: <20010125084758.E10934@lucifer.bart.nl> References: <200101250733.f0P7XH490063@mobile.wemm.org> <200101250739.f0P7d6966140@harmony.village.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200101250739.f0P7d6966140@harmony.village.org>; from imp@harmony.village.org on Thu, Jan 25, 2001 at 12:39:06AM -0700 Organisation: VIA Net.Works The Netherlands Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -On [20010125 08:40], Warner Losh (imp@harmony.village.org) wrote: >In message <200101250733.f0P7XH490063@mobile.wemm.org> Peter Wemm writes: >: If there was a common components there could be, for example: >: dev/common/hd64570.h >: dev/common/hd64570.c >: >: Can anybody not live with this? ie: dev/common ? >: Userland could #include . > >I can live with that, and think it is better than anything I can think >of. I think it is very clear, or at least _much_ clearer than what we have now. -- Jeroen Ruigrok van der Werven VIA Net.Works The Netherlands BSD: Technical excellence at its best Network- and systemadministrator D78D D0AD 244D 1D12 C9CA 7152 035C 1138 546A B867 Misery loves company... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 24 23:54:29 2001 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 0846F37B400; Wed, 24 Jan 2001 23:54:07 -0800 (PST) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id SAA24891; Thu, 25 Jan 2001 18:54:04 +1100 Date: Thu, 25 Jan 2001 18:53:55 +1100 (EST) From: Bruce Evans X-Sender: bde@besplex.bde.org To: Peter Wemm Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/pci cy_pci.c src/sys/i386/conf NOTES In-Reply-To: <200101250156.f0P1uR926881@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 Wed, 24 Jan 2001, Peter Wemm wrote: > peter 2001/01/24 17:56:27 PST > > Modified files: > sys/pci cy_pci.c > sys/i386/conf NOTES > Log: > Disable cy - it is now completely broken and needs non-trivial work. This breaks LINT. LINT is supposed to not compile when there is a broken driver. I fixed cy_pci a month ago and am waiting for the reviewer. i386/isa/cy.c needs similar locking changes to isa/sio.c, preferably without the misimplementations. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 25 1:56:24 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4EE4D37B401; Thu, 25 Jan 2001 01:56:05 -0800 (PST) Received: (from nyan@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0P9u5m93968; Thu, 25 Jan 2001 01:56:05 -0800 (PST) (envelope-from nyan) Message-Id: <200101250956.f0P9u5m93968@freefall.freebsd.org> From: Takahashi Yoshihiro Date: Thu, 25 Jan 2001 01:56:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules/syscons/apm apm_saver.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nyan 2001/01/25 01:56:05 PST Modified files: sys/modules/syscons/apm apm_saver.c Log: Added necessary include for pc98. Revision Changes Path 1.5 +2 -1 src/sys/modules/syscons/apm/apm_saver.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 25 2: 5:24 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1D6A837B401; Thu, 25 Jan 2001 02:05:04 -0800 (PST) Received: (from jasone@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0PA54x95335; Thu, 25 Jan 2001 02:05:04 -0800 (PST) (envelope-from jasone) Message-Id: <200101251005.f0PA54x95335@freefall.freebsd.org> From: Jason Evans Date: Thu, 25 Jan 2001 02:05:04 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/zile Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jasone 2001/01/25 02:05:03 PST Modified files: editors/zile Makefile distinfo Log: Update to zile 1.4. Revision Changes Path 1.4 +2 -2 ports/editors/zile/Makefile 1.4 +1 -1 ports/editors/zile/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 25 2: 9:25 2001 Delivered-To: cvs-all@freebsd.org Received: from anchor-post-32.mail.demon.net (anchor-post-32.mail.demon.net [194.217.242.90]) by hub.freebsd.org (Postfix) with ESMTP id D04A337B401; Thu, 25 Jan 2001 02:09:01 -0800 (PST) Received: from [62.49.251.130] (helo=herring.nlsystems.com) by anchor-post-32.mail.demon.net with esmtp (Exim 2.12 #1) id 14LjKv-000Nfg-0W; Thu, 25 Jan 2001 10:09:01 +0000 Received: from salmon.nlsystems.com (salmon [10.0.0.3]) by herring.nlsystems.com (8.11.1/8.8.8) with ESMTP id f0PA90s19233; Thu, 25 Jan 2001 10:09:00 GMT (envelope-from dfr@nlsystems.com) Date: Thu, 25 Jan 2001 10:09:00 +0000 (GMT) From: Doug Rabson To: John Baldwin Cc: Doug Rabson , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: RE: cvs commit: src/sys/ia64/ia64 trap.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 Wed, 24 Jan 2001, John Baldwin wrote: > > On 24-Jan-01 Doug Rabson wrote: > > dfr 2001/01/24 09:11:10 PST > > > > Modified files: > > sys/ia64/ia64 trap.c > > Log: > > Fix typo. > > Eek. Gosh those were bad. One note is that I didn't make as many > changes in ia64 as I did on the alpha. One thing actually is that ia64 > needs to move the init of curproc, proc0.p_heldmtx, and > proc0.p_contested into initia64() and do a mtx_enter of Giant after > init'ing it. I'll take a look at it. At the moment, it doesn't get past initialising sysctl though. -- Doug Rabson Mail: dfr@nlsystems.com Phone: +44 20 8348 6160 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 25 2:44:28 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BC41037B401; Thu, 25 Jan 2001 02:44:06 -0800 (PST) Received: (from ben@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0PAi6D00644; Thu, 25 Jan 2001 02:44:06 -0800 (PST) (envelope-from ben) Message-Id: <200101251044.f0PAi6D00644@freefall.freebsd.org> From: Ben Smithurst Date: Thu, 25 Jan 2001 02:44:06 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 usb.4 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ben 2001/01/25 02:44:06 PST Modified files: share/man/man4 usb.4 Log: remove reference to nonexistent ugen(4) manual page. PR: 24622 Submitted by: Ernst de Haan Revision Changes Path 1.13 +1 -2 src/share/man/man4/usb.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 25 2:45:43 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8F0F437B402; Thu, 25 Jan 2001 02:45:26 -0800 (PST) Received: (from ben@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0PAjQk00778; Thu, 25 Jan 2001 02:45:26 -0800 (PST) (envelope-from ben) Message-Id: <200101251045.f0PAjQk00778@freefall.freebsd.org> From: Ben Smithurst Date: Thu, 25 Jan 2001 02:45:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 usb.4 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ben 2001/01/25 02:45:26 PST Modified files: (Branch: RELENG_4) share/man/man4 usb.4 Log: MFC: remove reference to nonexistent ugen(4) Revision Changes Path 1.9.2.3 +1 -2 src/share/man/man4/usb.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 25 2:51:59 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 421A337B400; Thu, 25 Jan 2001 02:51:42 -0800 (PST) Received: (from nsouch@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0PApgF01366; Thu, 25 Jan 2001 02:51:42 -0800 (PST) (envelope-from nsouch) Message-Id: <200101251051.f0PApgF01366@freefall.freebsd.org> From: Nicolas Souchu Date: Thu, 25 Jan 2001 02:51:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/isa ppc.c ppcreg.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nsouch 2001/01/25 02:51:42 PST Modified files: sys/isa ppc.c ppcreg.h Log: Consider that the chipset may be in ECP mode (from BIOS settings) even if mode PS/2 is forced with bootflags. As a matter of fact, chipsets needs some extra configuration for accessing PS/2 mode from ECP. The current patch is only relevant for generic chipsets since specific code is supposed to deal with this during detection. Revision Changes Path 1.33 +36 -36 src/sys/isa/ppc.c 1.14 +3 -2 src/sys/isa/ppcreg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 25 3: 1:40 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 31A2737B404; Thu, 25 Jan 2001 03:01:21 -0800 (PST) Received: (from nsouch@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0PB1LE02448; Thu, 25 Jan 2001 03:01:21 -0800 (PST) (envelope-from nsouch) Message-Id: <200101251101.f0PB1LE02448@freefall.freebsd.org> From: Nicolas Souchu Date: Thu, 25 Jan 2001 03:01:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libvgl main.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nsouch 2001/01/25 03:01:20 PST Modified files: lib/libvgl main.c Log: Set properly the PixelBytes field for 8bits modes. Submitted by: Maxim Sobolev Revision Changes Path 1.9 +3 -1 src/lib/libvgl/main.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 25 3: 5:35 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2AAD937B404; Thu, 25 Jan 2001 03:05:15 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0PB5E303318; Thu, 25 Jan 2001 03:05:14 -0800 (PST) (envelope-from ache) Message-Id: <200101251105.f0PB5E303318@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Thu, 25 Jan 2001 03:05:14 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/ImageMagick Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ache 2001/01/25 03:05:14 PST Modified files: graphics/ImageMagick Makefile distinfo Log: Bump PORTREVISION I forget Checksum changed (on the file we not use) PR: 24602 Submitted by: tkato@prontomail.ne.jp Revision Changes Path 1.99 +7 -6 ports/graphics/ImageMagick/Makefile 1.50 +1 -1 ports/graphics/ImageMagick/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 25 4: 6:28 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5B37F37B401; Thu, 25 Jan 2001 04:06:10 -0800 (PST) Received: (from keith@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0PC6Ak16738; Thu, 25 Jan 2001 04:06:10 -0800 (PST) (envelope-from keith) Message-Id: <200101251206.f0PC6Ak16738@freefall.freebsd.org> From: Jing-Tang Keith Jang Date: Thu, 25 Jan 2001 04:06:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/chinese/pine4 Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG keith 2001/01/25 04:06:10 PST Modified files: chinese/pine4 Makefile distinfo Log: Upgrade to 4.32. PR: ports/24630 Submitted by: Tai-hwa Liang (MAINTAINER) Revision Changes Path 1.20 +2 -2 ports/chinese/pine4/Makefile 1.12 +2 -2 ports/chinese/pine4/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 25 4:11:22 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BCE7937B401; Thu, 25 Jan 2001 04:10:58 -0800 (PST) Received: (from phantom@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0PCAwM17353; Thu, 25 Jan 2001 04:10:58 -0800 (PST) (envelope-from phantom) Message-Id: <200101251210.f0PCAwM17353@freefall.freebsd.org> From: Alexey Zelkin Date: Thu, 25 Jan 2001 04:10:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/true true.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG phantom 2001/01/25 04:10:58 PST Modified files: usr.bin/true true.1 Log: Slightly re-word sentence to allow using .Nm macro without parameter Use .St macro instead of hardcoding standard name Revision Changes Path 1.6 +7 -5 src/usr.bin/true/true.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 25 4:11:49 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0240437B6ED; Thu, 25 Jan 2001 04:11:23 -0800 (PST) Received: (from phantom@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0PCBND17437; Thu, 25 Jan 2001 04:11:23 -0800 (PST) (envelope-from phantom) Message-Id: <200101251211.f0PCBND17437@freefall.freebsd.org> From: Alexey Zelkin Date: Thu, 25 Jan 2001 04:11:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/false false.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG phantom 2001/01/25 04:11:23 PST Modified files: usr.bin/false false.1 Log: Slightly re-word sentence to allow using .Nm macro without parameter Revision Changes Path 1.5 +3 -2 src/usr.bin/false/false.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 25 4:13: 6 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 33E2D37B400; Thu, 25 Jan 2001 04:12:43 -0800 (PST) Received: (from phantom@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0PCChA17611; Thu, 25 Jan 2001 04:12:43 -0800 (PST) (envelope-from phantom) Message-Id: <200101251212.f0PCChA17611@freefall.freebsd.org> From: Alexey Zelkin Date: Thu, 25 Jan 2001 04:12:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/true true.1 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG phantom 2001/01/25 04:12:42 PST Modified files: (Branch: RELENG_4) usr.bin/true true.1 Log: MFC: rev. 1.6, rewording, use .St macro Revision Changes Path 1.5.2.1 +7 -5 src/usr.bin/true/true.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 25 4:13:32 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1E9DB37B401; Thu, 25 Jan 2001 04:13:09 -0800 (PST) Received: (from phantom@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0PCD9w17661; Thu, 25 Jan 2001 04:13:09 -0800 (PST) (envelope-from phantom) Message-Id: <200101251213.f0PCD9w17661@freefall.freebsd.org> From: Alexey Zelkin Date: Thu, 25 Jan 2001 04:13:09 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/false false.1 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG phantom 2001/01/25 04:13:08 PST Modified files: (Branch: RELENG_4) usr.bin/false false.1 Log: MFC: rev. 1.5, rewording Revision Changes Path 1.3.2.2 +3 -2 src/usr.bin/false/false.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 25 4:24:54 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 110ED37B401; Thu, 25 Jan 2001 04:24:32 -0800 (PST) Received: (from phantom@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0PCOVY19019; Thu, 25 Jan 2001 04:24:31 -0800 (PST) (envelope-from phantom) Message-Id: <200101251224.f0PCOVY19019@freefall.freebsd.org> From: Alexey Zelkin Date: Thu, 25 Jan 2001 04:24:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/games/rogue Makefile machdep.c rogue.h curses.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG phantom 2001/01/25 04:24:31 PST Modified files: games/rogue Makefile machdep.c rogue.h Removed files: games/rogue curses.c Log: Remove never used home-born implementation of curses library from source tree. Revision Changes Path 1.8 +2 -2 src/games/rogue/Makefile 1.8 +2 -131 src/games/rogue/machdep.c 1.4 +3 -17 src/games/rogue/rogue.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 25 4:36:13 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1811F37B401; Thu, 25 Jan 2001 04:35:50 -0800 (PST) Received: (from phantom@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0PCZo320259; Thu, 25 Jan 2001 04:35:50 -0800 (PST) (envelope-from phantom) Message-Id: <200101251235.f0PCZo320259@freefall.freebsd.org> From: Alexey Zelkin Date: Thu, 25 Jan 2001 04:35:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/games/bcd Makefile bcd.6 src/games/morse morse.6 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG phantom 2001/01/25 04:35:49 PST Modified files: games/bcd Makefile bcd.6 games/morse Makefile Added files: games/morse morse.6 Log: Give morse(6) own manual page since common manpage for bcd(6), ppt(6) and morse(6) was mostly dedicated to morse(6) Revision Changes Path 1.3 +2 -1 src/games/bcd/Makefile 1.11 +10 -135 src/games/bcd/bcd.6 1.5 +2 -1 src/games/morse/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 25 4:36:40 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2B7AB37B698; Thu, 25 Jan 2001 04:36:18 -0800 (PST) Received: (from phantom@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0PCaIo20450; Thu, 25 Jan 2001 04:36:18 -0800 (PST) (envelope-from phantom) Message-Id: <200101251236.f0PCaIo20450@freefall.freebsd.org> From: Alexey Zelkin Date: Thu, 25 Jan 2001 04:36:18 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/games/rogue rogue.6 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG phantom 2001/01/25 04:36:17 PST Modified files: games/rogue rogue.6 Log: man(7) -> mdoc(7) Revision Changes Path 1.5 +64 -63 src/games/rogue/rogue.6 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 25 4:48:58 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 48A5237B401; Thu, 25 Jan 2001 04:48:39 -0800 (PST) Received: (from dwmalone@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0PCmdl21771; Thu, 25 Jan 2001 04:48:39 -0800 (PST) (envelope-from dwmalone) Message-Id: <200101251248.f0PCmdl21771@freefall.freebsd.org> From: David Malone Date: Thu, 25 Jan 2001 04:48:39 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4/man4.i386 perfmon.4 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dwmalone 2001/01/25 04:48:39 PST Modified files: (Branch: RELENG_4) share/man/man4/man4.i386 perfmon.4 Log: MFC: v1.9 pmcd_value is actually a quad_t. Revision Changes Path 1.8.2.3 +2 -2 src/share/man/man4/man4.i386/perfmon.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 25 5: 4:38 2001 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 9907737B400; Thu, 25 Jan 2001 05:04:12 -0800 (PST) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.0/8.11.0) id f0PCsAe18329; Thu, 25 Jan 2001 14:54:10 +0200 (EET) (envelope-from ru) Date: Thu, 25 Jan 2001 14:54:10 +0200 From: Ruslan Ermilov To: Alexey Zelkin Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/games/bcd Makefile bcd.6 src/games/morse morse.6 Makefile Message-ID: <20010125145410.C16371@sunbay.com> Mail-Followup-To: Alexey Zelkin , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200101251235.f0PCZo320259@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200101251235.f0PCZo320259@freefall.freebsd.org>; from phantom@FreeBSD.org on Thu, Jan 25, 2001 at 04:35:49AM -0800 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Jan 25, 2001 at 04:35:49AM -0800, Alexey Zelkin wrote: > phantom 2001/01/25 04:35:49 PST > > Modified files: > games/bcd Makefile bcd.6 > games/morse Makefile > Added files: > games/morse morse.6 > Log: > Give morse(6) own manual page since common manpage for bcd(6), ppt(6) and > morse(6) was mostly dedicated to morse(6) > A few notes. 1) We don't use leading zeroes in dates, the ``.Dd December 07, 2000'' should actually be ``.Dd December 7, 2000''. By the way, where did you get this date from? 2) The morse.6 should have first been repo-copied from the bcd.6 manpage to preserve the history, please fix. 3) You seem to have put your copyright on the morse.6 manpage. I doubt this is the right thing. This is not you who wrote this text, you just split it into parts, don't you? Cheers, -- 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 Thu Jan 25 5: 6: 8 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CB55C37B402; Thu, 25 Jan 2001 05:05:50 -0800 (PST) Received: (from ume@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0PD5om25341; Thu, 25 Jan 2001 05:05:50 -0800 (PST) (envelope-from ume) Message-Id: <200101251305.f0PD5om25341@freefall.freebsd.org> From: Hajimu UMEMOTO Date: Thu, 25 Jan 2001 05:05:50 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/defaults rc.conf X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ume 2001/01/25 05:05:50 PST Modified files: etc/defaults rc.conf Log: Mention about rtadvd_interfaces. It should be specified if you want use rtadvd. Revision Changes Path 1.88 +2 -1 src/etc/defaults/rc.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 25 5: 8:14 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 55C1B37B400; Thu, 25 Jan 2001 05:07:56 -0800 (PST) Received: (from nsouch@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0PD7uc25513; Thu, 25 Jan 2001 05:07:56 -0800 (PST) (envelope-from nsouch) Message-Id: <200101251307.f0PD7uc25513@freefall.freebsd.org> From: Nicolas Souchu Date: Thu, 25 Jan 2001 05:07:56 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ppbus immio.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nsouch 2001/01/25 05:07:56 PST Modified files: sys/dev/ppbus immio.c Log: Discard extra status information if -1. This has been breaking the PS/2 mode for ZIP+ drives for a long time. Thanks Jonathon. Submitted by: j mckitrick Revision Changes Path 1.15 +6 -1 src/sys/dev/ppbus/immio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 25 5: 8:26 2001 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 3060337B402; Thu, 25 Jan 2001 05:08:06 -0800 (PST) Received: from newsguy.com (p41-dn01kiryunisiki.gunma.ocn.ne.jp [211.0.245.42]) by peach.ocn.ne.jp (8.9.1a/OCN/) with ESMTP id WAA27542; Thu, 25 Jan 2001 22:08:04 +0900 (JST) Message-ID: <3A7021B9.ECCC84F1@newsguy.com> Date: Thu, 25 Jan 2001 21:53:13 +0900 From: "Daniel C. Sobral" X-Mailer: Mozilla 4.7 [en] (Win98; I) X-Accept-Language: en,pt-BR MIME-Version: 1.0 To: Matt Jacob Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/pci if_fxp.c if_fxpvar.h References: <200101232322.f0NNMJ905739@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 Matt Jacob wrote: > > mjacob 2001/01/23 15:22:19 PST > > Modified files: > sys/pci if_fxp.c if_fxpvar.h > Log: > Allow fxp to configure in I/O space if the user wants it and specifies > an override as a loader settable variable (fxp_iomap). fxp_iomap is > a bitmap of fxp units that should be configured to use PCI I/O space > in stead of PCI Memory space. Is this variable documented somewhere? Some people have a marked preference for sys/boot/forth/loader.conf (/boot/defaults/loader.conf). I, myself, am partial to loader man pages, but I'm alone in that, it seems. :-) The fxp man page would be fine, of course. -- Daniel C. Sobral (8-DCS) dcs@newsguy.com dcs@freebsd.org capo@a.crazy.bsdconspiracy.net "There is no spoon." -- Kiki To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 25 5:14:15 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 70DCE37B401; Thu, 25 Jan 2001 05:13:55 -0800 (PST) Received: (from phantom@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0PDDte26289; Thu, 25 Jan 2001 05:13:55 -0800 (PST) (envelope-from phantom) Message-Id: <200101251313.f0PDDte26289@freefall.freebsd.org> From: Alexey Zelkin Date: Thu, 25 Jan 2001 05:13:55 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/true true.1 src/usr.bin/false false.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG phantom 2001/01/25 05:13:55 PST Modified files: usr.bin/true true.1 usr.bin/false false.1 Log: Fix typo Revision Changes Path 1.7 +3 -3 src/usr.bin/true/true.1 1.6 +3 -3 src/usr.bin/false/false.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 25 5:16: 6 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7706137B400; Thu, 25 Jan 2001 05:15:44 -0800 (PST) Received: (from phantom@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0PDFid26515; Thu, 25 Jan 2001 05:15:44 -0800 (PST) (envelope-from phantom) Message-Id: <200101251315.f0PDFid26515@freefall.freebsd.org> From: Alexey Zelkin Date: Thu, 25 Jan 2001 05:15:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/true true.1 src/usr.bin/false false.1 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG phantom 2001/01/25 05:15:44 PST Modified files: (Branch: RELENG_4) usr.bin/true true.1 usr.bin/false false.1 Log: MFC: typo Revision Changes Path 1.5.2.2 +3 -3 src/usr.bin/true/true.1 1.3.2.3 +3 -3 src/usr.bin/false/false.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 25 5:16:33 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 77F0D37B6B3; Thu, 25 Jan 2001 05:16:05 -0800 (PST) Received: (from roger@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0PDG5726554; Thu, 25 Jan 2001 05:16:05 -0800 (PST) (envelope-from roger) Message-Id: <200101251316.f0PDG5726554@freefall.freebsd.org> From: Roger Hardiman Date: Thu, 25 Jan 2001 05:16:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/vid pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG roger 2001/01/25 05:16:05 PST Modified files: graphics/vid pkg-descr Log: Add note that OV511+ cameras are not supported and that newer Creative WebCam 3's use the (unsupported) OV511+ Submitted by: Josh Elsasser Revision Changes Path 1.2 +8 -1 ports/graphics/vid/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 Jan 25 5:16:58 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AA4AC37B401; Thu, 25 Jan 2001 05:16:20 -0800 (PST) Received: (from phantom@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0PDGK826593; Thu, 25 Jan 2001 05:16:20 -0800 (PST) (envelope-from phantom) Message-Id: <200101251316.f0PDGK826593@freefall.freebsd.org> From: Alexey Zelkin Date: Thu, 25 Jan 2001 05:16:20 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/games/rogue rogue.6 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG phantom 2001/01/25 05:16:20 PST Modified files: (Branch: RELENG_4) games/rogue rogue.6 Log: MFC: man(7) -> mdoc(7) Revision Changes Path 1.4.2.1 +64 -63 src/games/rogue/rogue.6 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 25 5:18:14 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5E42437B400; Thu, 25 Jan 2001 05:17:51 -0800 (PST) Received: (from phantom@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0PDHpp26829; Thu, 25 Jan 2001 05:17:51 -0800 (PST) (envelope-from phantom) Message-Id: <200101251317.f0PDHpp26829@freefall.freebsd.org> From: Alexey Zelkin Date: Thu, 25 Jan 2001 05:17:51 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/games/bcd Makefile bcd.6 src/games/morse Makefile X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG phantom 2001/01/25 05:17:51 PST Modified files: (Branch: RELENG_4) games/bcd Makefile bcd.6 games/morse Makefile Log: MFC: split morse(6) to own manual page Revision Changes Path 1.2.6.1 +2 -1 src/games/bcd/Makefile 1.7.2.3 +10 -135 src/games/bcd/bcd.6 1.4.6.1 +2 -1 src/games/morse/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 25 5:18:50 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DA65E37B402; Thu, 25 Jan 2001 05:18:26 -0800 (PST) Received: (from ume@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0PDIQ426919; Thu, 25 Jan 2001 05:18:26 -0800 (PST) (envelope-from ume) Message-Id: <200101251318.f0PDIQ426919@freefall.freebsd.org> From: Hajimu UMEMOTO Date: Thu, 25 Jan 2001 05:18:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc rc.network6 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ume 2001/01/25 05:18:26 PST Modified files: etc rc.network6 Log: - Don't try to send RA to lo0, gifN and faithN. - ipv6_network_interfaces has all available interfaces to work for static configuration even if the host is end host. When rtsol is invoked, singleness of interface is checked. Revision Changes Path 1.16 +6 -20 src/etc/rc.network6 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 25 5:25:40 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E26E737B400; Thu, 25 Jan 2001 05:25:20 -0800 (PST) Received: (from phantom@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0PDPKp27685; Thu, 25 Jan 2001 05:25:20 -0800 (PST) (envelope-from phantom) Message-Id: <200101251325.f0PDPKp27685@freefall.freebsd.org> From: Alexey Zelkin Date: Thu, 25 Jan 2001 05:25:20 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/games/morse Makefile X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG phantom 2001/01/25 05:25:20 PST Modified files: (Branch: RELENG_4) games/morse Makefile Log: temporary disconnect morse.6 from build (unitl repo-copy) Revision Changes Path 1.4.6.2 +2 -2 src/games/morse/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 25 5:26: 8 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6F2D237B6B3; Thu, 25 Jan 2001 05:25:42 -0800 (PST) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0PDPg927761; Thu, 25 Jan 2001 05:25:42 -0800 (PST) (envelope-from kuriyama) Message-Id: <200101251325.f0PDPg927761@freefall.freebsd.org> From: Jun Kuriyama Date: Thu, 25 Jan 2001 05:25:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/rtprio rtprio.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kuriyama 2001/01/25 05:25:42 PST Modified files: usr.sbin/rtprio rtprio.c Log: Return exit value 0 on success when PID is specified. Revision Changes Path 1.9 +2 -1 src/usr.sbin/rtprio/rtprio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 25 5:28:35 2001 Delivered-To: cvs-all@freebsd.org Received: from tao.org.uk (genesis.tao.org.uk [194.242.131.94]) by hub.freebsd.org (Postfix) with ESMTP id 6AAF337B401; Thu, 25 Jan 2001 05:28:09 -0800 (PST) Received: by tao.org.uk (Postfix, from userid 100) id 33D9A318B; Thu, 25 Jan 2001 13:28:09 +0000 (GMT) Date: Thu, 25 Jan 2001 13:28:09 +0000 From: Josef Karthauser To: Luigi Rizzo Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet ip_dummynet.c Message-ID: <20010125132809.G6711@tao.org.uk> References: <200101250201.f0P21vg27303@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="RwGu8mu1E+uYXPWP" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200101250201.f0P21vg27303@freefall.freebsd.org>; from luigi@FreeBSD.org on Wed, Jan 24, 2001 at 06:01:56PM -0800 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --RwGu8mu1E+uYXPWP Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Jan 24, 2001 at 06:01:56PM -0800, Luigi Rizzo wrote: > luigi 2001/01/24 18:01:56 PST >=20 > Modified files: (Branch: RELENG_4) > sys/netinet ip_dummynet.c=20 > Log: > Fix panics in previous version of dummynet when trying to use > fair queueing. In passing, add a lot of documentation. > This is an extensive patch, but it makes no good to put it into > current first, as nobody would test it there. It does make sense to put it into -current so that it doesn't get forgotten in a future release though. Joe --RwGu8mu1E+uYXPWP Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: For info see http://www.gnupg.org iEYEARECAAYFAjpwKegACgkQXVIcjOaxUBb1kwCfeKOepE2k7Mtf891+kKSNiei8 nKMAoOqgDffFp8k8IvMEgq79/Hsrk2Bj =5cym -----END PGP SIGNATURE----- --RwGu8mu1E+uYXPWP-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 25 5:34:59 2001 Delivered-To: cvs-all@freebsd.org Received: from cypherpunks.ai (cypherpunks.ai [209.88.68.47]) by hub.freebsd.org (Postfix) with ESMTP id 9E4E037B400; Thu, 25 Jan 2001 05:34:40 -0800 (PST) Received: from vangelderen.org (grolsch.ai [209.88.68.214]) by cypherpunks.ai (Postfix) with ESMTP id 7682260; Thu, 25 Jan 2001 09:34:38 -0400 (AST) Message-ID: <3A702B6D.A9B2DF26@vangelderen.org> Date: Thu, 25 Jan 2001 09:34:37 -0400 From: "Jeroen C. van Gelderen" X-Mailer: Mozilla 4.73 [en] (X11; I; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: Peter Wemm Cc: John Hay , Warner Losh , John Hay , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/i386/isa if_ar.c if_arregs.h src/sys/pci if_ar_p.c References: <200101250733.f0P7XH490063@mobile.wemm.org> 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: > This is bikeshed material, but NetBSD put things like that in dev/ic/*. > There are others too, eg: if_the wavelan_ieee.h that I tripped over and broke > when moving wi to dev/wi (I broke if_wl.c). > > Some ideas: > dev/ic > dev/common > dev/include > > .. actually, I think I like the second most. Orange please... Even though I agree I'm just noting that IIUC this means a gratuitous incompatibility with NetBSD. Is /dev/ic inferior for reasons other than the fact that it's not aesthetically pleasing? Or is our use of this directory different than NetBSD's? What am I missing? 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 Thu Jan 25 5:43: 0 2001 Delivered-To: cvs-all@freebsd.org Received: from columbus.cris.net (columbus.cris.net [212.110.128.65]) by hub.freebsd.org (Postfix) with ESMTP id 6DF7837B400; Thu, 25 Jan 2001 05:42:29 -0800 (PST) Received: from ark.cris.net (ark.cris.net [212.110.128.68]) by columbus.cris.net (8.9.3/8.9.3) with ESMTP id PAA41707; Thu, 25 Jan 2001 15:41:03 +0200 (EET) Received: (from phantom@localhost) by ark.cris.net (8.11.1/8.11.1) id f0PDfkV91581; Thu, 25 Jan 2001 15:41:46 +0200 (EET) Date: Thu, 25 Jan 2001 15:41:46 +0200 From: Alexey Zelkin To: Ben Smithurst Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man4 usb.4 Message-ID: <20010125154146.A90323@ark.cris.net> References: <200101251044.f0PAi6D00644@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <200101251044.f0PAi6D00644@freefall.freebsd.org>; from ben@FreeBSD.org on Thu, Jan 25, 2001 at 02:44:06AM -0800 X-Operating-System: FreeBSD 3.5-STABLE i386 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hi, On Thu, Jan 25, 2001 at 02:44:06AM -0800, Ben Smithurst wrote: > ben 2001/01/25 02:44:06 PST > > Modified files: > share/man/man4 usb.4 > Log: > remove reference to nonexistent ugen(4) manual page. I think it's not correct fix. Just someone with USB expirience should take NetBSD's ugen(4) manpage (and maybe other usb pages), adopt and commit. > PR: 24622 > Submitted by: Ernst de Haan > > Revision Changes Path > 1.13 +1 -2 src/share/man/man4/usb.4 > -- /* Alexey Zelkin && phantom@cris.net */ /* Tavric National University && phantom@FreeBSD.org */ /* Sysadmin/Developer && phantom@sms.umc.com.ua */ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 25 5:51:39 2001 Delivered-To: cvs-all@freebsd.org Received: from csunb0.leeds.ac.uk (csunb0.leeds.ac.uk [129.11.144.2]) by hub.freebsd.org (Postfix) with SMTP id 1DB4C37B401; Thu, 25 Jan 2001 05:51:15 -0800 (PST) Received: from cslin.leeds.ac.uk (csunc0.leeds.ac.uk [129.11.144.3]) by csunb0.leeds.ac.uk (8.6.12/8.6.12) with ESMTP id NAA29272; Thu, 25 Jan 2001 13:45:48 GMT Received: from cslin006.leeds.ac.uk (cslin006 [129.11.146.6]) by cslin.leeds.ac.uk (8.9.3+Sun/) with ESMTP id NAA07547; Thu, 25 Jan 2001 13:45:49 GMT Date: Thu, 25 Jan 2001 13:45:47 +0000 From: Ben Smithurst To: Alexey Zelkin Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man4 usb.4 Message-ID: <20010125134547.K8727@comp.leeds.ac.uk> References: <200101251044.f0PAi6D00644@freefall.freebsd.org> <20010125154146.A90323@ark.cris.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010125154146.A90323@ark.cris.net> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Alexey Zelkin wrote: > I think it's not correct fix. Just someone with USB expirience should take > NetBSD's ugen(4) manpage (and maybe other usb pages), adopt and commit. yeah, I didn't realize they had one... Sorry. :-( Nick Hibma says he'll look over their's soon, to see how applicable it is to FreeBSD, if no-one else does before then (see -hackers). But until then, removing the cross-reference doesn't hurt anything. (Except a few hundred bytes of repo-bloat... Anyone who cares about that should find something more important to worry about.) -- Ben Smithurst / csxbcs@comp.leeds.ac.uk / ben@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 Jan 25 6: 2:54 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B7A0B37B400; Thu, 25 Jan 2001 06:02:31 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0PE2Vh31102; Thu, 25 Jan 2001 06:02:31 -0800 (PST) (envelope-from ijliao) Message-Id: <200101251402.f0PE2Vh31102@freefall.freebsd.org> From: Ying-Chieh Liao Date: Thu, 25 Jan 2001 06:02:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/news/ubh Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ijliao 2001/01/25 06:02:31 PST Modified files: news/ubh Makefile distinfo Log: update ubh from 1.3 to 1.5 PR: 24615 Submitted by: joseph@randomnetworks.com Revision Changes Path 1.5 +2 -2 ports/news/ubh/Makefile 1.3 +1 -1 ports/news/ubh/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 25 6: 7: 6 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B9E7837B402; Thu, 25 Jan 2001 06:06:46 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0PE6ko33567; Thu, 25 Jan 2001 06:06:46 -0800 (PST) (envelope-from ijliao) Message-Id: <200101251406.f0PE6ko33567@freefall.freebsd.org> From: Ying-Chieh Liao Date: Thu, 25 Jan 2001 06:06:46 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/estic Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ijliao 2001/01/25 06:06:46 PST Modified files: misc/estic Makefile Log: make it fetchable PR: 24616 Submitted by: joseph@randomnetworks.com Revision Changes Path 1.10 +2 -4 ports/misc/estic/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 25 6:11:39 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 199C037B401; Thu, 25 Jan 2001 06:11:19 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0PEBJ434156; Thu, 25 Jan 2001 06:11:19 -0800 (PST) (envelope-from ijliao) Message-Id: <200101251411.f0PEBJ434156@freefall.freebsd.org> From: Ying-Chieh Liao Date: Thu, 25 Jan 2001 06:11:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/seizedesktop Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ijliao 2001/01/25 06:11:19 PST Modified files: misc/seizedesktop Makefile Log: change master sites PR: 24617 Submitted by: joseph@randomnetworks.com Revision Changes Path 1.6 +2 -2 ports/misc/seizedesktop/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 25 6:14:51 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F0ABB37B401; Thu, 25 Jan 2001 06:14:29 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0PEETd34466; Thu, 25 Jan 2001 06:14:29 -0800 (PST) (envelope-from ijliao) Message-Id: <200101251414.f0PEETd34466@freefall.freebsd.org> From: Ying-Chieh Liao Date: Thu, 25 Jan 2001 06:14:29 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/crafty-open-large Makefile ports/games/crafty-open-medium Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ijliao 2001/01/25 06:14:29 PST Modified files: games/crafty-open-large Makefile games/crafty-open-medium Makefile Log: change master site PR: 24619 Submitted by: joseph@randomnetworks.com Revision Changes Path 1.5 +2 -2 ports/games/crafty-open-large/Makefile 1.5 +2 -2 ports/games/crafty-open-medium/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 25 6:17: 5 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 83B2237B401; Thu, 25 Jan 2001 06:16:42 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0PEGg534696; Thu, 25 Jan 2001 06:16:42 -0800 (PST) (envelope-from ru) Message-Id: <200101251416.f0PEGg534696@freefall.freebsd.org> From: Ruslan Ermilov Date: Thu, 25 Jan 2001 06:16:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/games/rogue rogue.6 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/01/25 06:16:42 PST Modified files: games/rogue rogue.6 Log: mdoc(7) police: fixed a few bogons. Revision Changes Path 1.6 +13 -13 src/games/rogue/rogue.6 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 25 6:17:32 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A656B37B699; Thu, 25 Jan 2001 06:17:09 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0PEH9634770; Thu, 25 Jan 2001 06:17:09 -0800 (PST) (envelope-from ijliao) Message-Id: <200101251417.f0PEH9634770@freefall.freebsd.org> From: Ying-Chieh Liao Date: Thu, 25 Jan 2001 06:17:09 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/gracer Makefile pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ijliao 2001/01/25 06:17:09 PST Modified files: games/gracer Makefile pkg-descr Log: change master site PR: 24621 Submitted by: joseph@randomnetworks.com Revision Changes Path 1.12 +3 -2 ports/games/gracer/Makefile 1.3 +1 -1 ports/games/gracer/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 Jan 25 6:35:12 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1BF0337B404; Thu, 25 Jan 2001 06:34:49 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0PEYmA40398; Thu, 25 Jan 2001 06:34:48 -0800 (PST) (envelope-from ijliao) Message-Id: <200101251434.f0PEYmA40398@freefall.freebsd.org> From: Ying-Chieh Liao Date: Thu, 25 Jan 2001 06:34:48 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/sendmail Makefile ports/mail/sendmail/files site.config.m4.sasl X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ijliao 2001/01/25 06:34:48 PST Modified files: mail/sendmail Makefile Added files: mail/sendmail/files site.config.m4.sasl Log: New Build-Option: SENDMAIL_WITH_SASL PR: 24625 Submitted by: MAINTAINER Revision Changes Path 1.5 +8 -1 ports/mail/sendmail/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 25 6:38:15 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C46B137B698; Thu, 25 Jan 2001 06:37:54 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0PEbs150710; Thu, 25 Jan 2001 06:37:54 -0800 (PST) (envelope-from ijliao) Message-Id: <200101251437.f0PEbs150710@freefall.freebsd.org> From: Ying-Chieh Liao Date: Thu, 25 Jan 2001 06:37:54 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/stunnel Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ijliao 2001/01/25 06:37:54 PST Modified files: security/stunnel Makefile distinfo Log: upgrade and change maintainer email PR: 24627 Submitted by: MAINTAINER Revision Changes Path 1.27 +3 -3 ports/security/stunnel/Makefile 1.11 +1 -1 ports/security/stunnel/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 25 6:38:56 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A7FB637B69B; Thu, 25 Jan 2001 06:38:32 -0800 (PST) Received: (from sf@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0PEcWU53570; Thu, 25 Jan 2001 06:38:32 -0800 (PST) (envelope-from sf) Message-Id: <200101251438.f0PEcWU53570@freefall.freebsd.org> From: FUJISHIMA Satsuki Date: Thu, 25 Jan 2001 06:38:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/logrotate Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sf 2001/01/25 06:38:32 PST Modified files: sysutils/logrotate Makefile distinfo Log: update to 3.5.2. PR: 23781 Submitted by: George Reid Approved by: maintainer Revision Changes Path 1.7 +5 -4 ports/sysutils/logrotate/Makefile 1.2 +1 -1 ports/sysutils/logrotate/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 25 6:41:12 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 95DF137B698; Thu, 25 Jan 2001 06:40:48 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0PEems62606; Thu, 25 Jan 2001 06:40:48 -0800 (PST) (envelope-from ijliao) Message-Id: <200101251440.f0PEems62606@freefall.freebsd.org> From: Ying-Chieh Liao Date: Thu, 25 Jan 2001 06:40:48 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/freeamp Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ijliao 2001/01/25 06:40:48 PST Modified files: audio/freeamp Makefile distinfo Log: upgrade from rc4 to rc5 PR: 24633 Submitted by: MAINTAINER Revision Changes Path 1.3 +2 -2 ports/audio/freeamp/Makefile 1.3 +1 -1 ports/audio/freeamp/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 25 6:46:28 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A589837B698; Thu, 25 Jan 2001 06:46:08 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0PEk6s87774; Thu, 25 Jan 2001 06:46:06 -0800 (PST) (envelope-from ijliao) Message-Id: <200101251446.f0PEk6s87774@freefall.freebsd.org> From: Ying-Chieh Liao Date: Thu, 25 Jan 2001 06:46:06 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/musicbrainz Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ijliao 2001/01/25 06:46:06 PST Modified files: audio/musicbrainz Makefile distinfo Log: upgrade from pre5 to pre6 PR: 24634 Submitted by: MAINTAINER Revision Changes Path 1.5 +14 -3 ports/audio/musicbrainz/Makefile 1.3 +1 -1 ports/audio/musicbrainz/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 25 6:49:52 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9457737B699; Thu, 25 Jan 2001 06:49:31 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0PEnVB04416; Thu, 25 Jan 2001 06:49:31 -0800 (PST) (envelope-from ijliao) Message-Id: <200101251449.f0PEnVB04416@freefall.freebsd.org> From: Ying-Chieh Liao Date: Thu, 25 Jan 2001 06:49:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/stunnel Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ijliao 2001/01/25 06:49:31 PST Modified files: security/stunnel Makefile distinfo Log: upgrade to 3.13 and change master site PR: 24635 Submitted by: MAINTAINER Revision Changes Path 1.28 +3 -3 ports/security/stunnel/Makefile 1.12 +1 -1 ports/security/stunnel/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 25 6:52:15 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6369837B699; Thu, 25 Jan 2001 06:51:54 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0PEpsa14374; Thu, 25 Jan 2001 06:51:54 -0800 (PST) (envelope-from ijliao) Message-Id: <200101251451.f0PEpsa14374@freefall.freebsd.org> From: Ying-Chieh Liao Date: Thu, 25 Jan 2001 06:51:54 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java/jdk-doc Makefile ports/java/jdk-tutorial Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ijliao 2001/01/25 06:51:54 PST Modified files: java/jdk-doc Makefile java/jdk-tutorial Makefile Log: change maintainer's email PR: 24636 Submitted by: MAINTAINER Revision Changes Path 1.14 +2 -2 ports/java/jdk-doc/Makefile 1.14 +2 -2 ports/java/jdk-tutorial/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 25 7:30: 4 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id ACA7C37B69C; Thu, 25 Jan 2001 07:29:44 -0800 (PST) Received: (from murray@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0PFTiW31473; Thu, 25 Jan 2001 07:29:44 -0800 (PST) (envelope-from murray) Message-Id: <200101251529.f0PFTiW31473@freefall.freebsd.org> From: Murray Stokely Date: Thu, 25 Jan 2001 07:29:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/mailcrypt Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG murray 2001/01/25 07:29:44 PST Modified files: mail/mailcrypt Makefile Log: MASTER_SITE has moved to sunsite. PR: 24054 Submitted by: George Reid Revision Changes Path 1.8 +3 -2 ports/mail/mailcrypt/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 25 7:56: 7 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C24B337B400; Thu, 25 Jan 2001 07:55:46 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0PFtk335227; Thu, 25 Jan 2001 07:55:46 -0800 (PST) (envelope-from ijliao) Message-Id: <200101251555.f0PFtk335227@freefall.freebsd.org> From: Ying-Chieh Liao Date: Thu, 25 Jan 2001 07:55:46 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net Makefile ports/net/dictd Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist ports/net/dictd/files dictd.sh patch-Makefile_in patch-dictd_8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ijliao 2001/01/25 07:55:46 PST Modified files: net Makefile Added files: net/dictd Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist net/dictd/files dictd.sh patch-Makefile_in patch-dictd_8 Log: add dictd, dict protocol (RFC 2229) server Revision Changes Path 1.454 +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 Jan 25 7:56:20 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 49ACF37B401; Thu, 25 Jan 2001 07:55:55 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0PFts735312; Thu, 25 Jan 2001 07:55:54 -0800 (PST) (envelope-from ijliao) Message-Id: <200101251555.f0PFts735312@freefall.freebsd.org> From: Ying-Chieh Liao Date: Thu, 25 Jan 2001 07:55:54 -0800 (PST) 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 ijliao 2001/01/25 07:55:54 PST Modified files: . modules Log: dictd --> ports/net/dictd Revision Changes Path 1.2341 +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 Jan 25 8:18:36 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9E6C437B6A7; Thu, 25 Jan 2001 08:18:18 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0PGIIp41177; Thu, 25 Jan 2001 08:18:18 -0800 (PST) (envelope-from sobomax) Message-Id: <200101251618.f0PGIIp41177@freefall.freebsd.org> From: Maxim Sobolev Date: Thu, 25 Jan 2001 08:18:18 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/mmc Makefile distinfo pkg-plist ports/mail/mmc/files patch-mmc.desktop patch-ac patch-ae X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/01/25 08:18:18 PST Modified files: mail/mmc Makefile distinfo pkg-plist mail/mmc/files patch-ac patch-ae Added files: mail/mmc/files patch-mmc.desktop Log: Update to 0.5. Revision Changes Path 1.4 +3 -3 ports/mail/mmc/Makefile 1.2 +1 -1 ports/mail/mmc/distinfo 1.2 +2 -1 ports/mail/mmc/pkg-plist 1.2 +15 -9 ports/mail/mmc/files/patch-ac 1.2 +9 -6 ports/mail/mmc/files/patch-ae To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 25 8:48: 2 2001 Delivered-To: cvs-all@freebsd.org Received: from feral.com (feral.com [192.67.166.1]) by hub.freebsd.org (Postfix) with ESMTP id 7403E37B401; Thu, 25 Jan 2001 08:47:39 -0800 (PST) Received: from beppo (beppo [192.67.166.79]) by feral.com (8.9.3/8.9.3) with ESMTP id IAA21574; Thu, 25 Jan 2001 08:47:31 -0800 Date: Thu, 25 Jan 2001 08:47:32 -0800 (PST) From: Matthew Jacob Reply-To: mjacob@feral.com To: "Daniel C. Sobral" Cc: Matt Jacob , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/pci if_fxp.c if_fxpvar.h In-Reply-To: <3A7021B9.ECCC84F1@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 Thu, 25 Jan 2001, Daniel C. Sobral wrote: > Matt Jacob wrote: > > > > mjacob 2001/01/23 15:22:19 PST > > > > Modified files: > > sys/pci if_fxp.c if_fxpvar.h > > Log: > > Allow fxp to configure in I/O space if the user wants it and specifies > > an override as a loader settable variable (fxp_iomap). fxp_iomap is > > a bitmap of fxp units that should be configured to use PCI I/O space > > in stead of PCI Memory space. > > Is this variable documented somewhere? Some people have a marked > preference for sys/boot/forth/loader.conf (/boot/defaults/loader.conf). > I, myself, am partial to loader man pages, but I'm alone in that, it > seems. :-) The fxp man page would be fine, of course. The fxp man page was updated. > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 25 8:53:46 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BE0DA37B400; Thu, 25 Jan 2001 08:53:22 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0PGrMI44574; Thu, 25 Jan 2001 08:53:22 -0800 (PST) (envelope-from sobomax) Message-Id: <200101251653.f0PGrMI44574@freefall.freebsd.org> From: Maxim Sobolev Date: Thu, 25 Jan 2001 08:53:22 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/vidcontrol vidcontrol.1 vidcontrol.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/01/25 08:53:22 PST Modified files: usr.sbin/vidcontrol vidcontrol.1 vidcontrol.c Log: New option `-g' to allow selecting custom text geometry in VESA_800x600 raster text mode. For example `vidcontrol -g 100x37 VESA_800x600' will setup 100x37 text mode as opposed to default 80x25. Reviewed by: imp Revision Changes Path 1.28 +19 -1 src/usr.sbin/vidcontrol/vidcontrol.1 1.34 +36 -7 src/usr.sbin/vidcontrol/vidcontrol.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 25 8:59: 8 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 76B7E37B401; Thu, 25 Jan 2001 08:58:47 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0PGwl145242; Thu, 25 Jan 2001 08:58:47 -0800 (PST) (envelope-from sobomax) Message-Id: <200101251658.f0PGwl145242@freefall.freebsd.org> From: Maxim Sobolev Date: Thu, 25 Jan 2001 08:58:47 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libvgl main.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/01/25 08:58:47 PST Modified files: lib/libvgl main.c Log: Don't hardcode geometry of VESA_800x600 raster text mode (80x25). Instead save actual geometry before switching to the graphics mode. Revision Changes Path 1.10 +9 -3 src/lib/libvgl/main.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 25 9: 0:49 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8821C37B699; Thu, 25 Jan 2001 09:00:26 -0800 (PST) Received: (from ade@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0PH0Ql45588; Thu, 25 Jan 2001 09:00:26 -0800 (PST) (envelope-from ade) Message-Id: <200101251700.f0PH0Ql45588@freefall.freebsd.org> From: Ade Lovett Date: Thu, 25 Jan 2001 09:00:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/gnomelibs Makefile distinfo ports/x11/gnomelibs/files patch-bd X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ade 2001/01/25 09:00:26 PST Modified files: x11/gnomelibs Makefile distinfo x11/gnomelibs/files patch-bd Log: It's another day. Update to 1.2.11 Revision Changes Path 1.80 +2 -2 ports/x11/gnomelibs/Makefile 1.33 +1 -1 ports/x11/gnomelibs/distinfo 1.17 +3 -3 ports/x11/gnomelibs/files/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 Jan 25 9: 6:32 2001 Delivered-To: cvs-all@freebsd.org Received: from blizzard.sabbo.net (ns.sabbo.net [193.193.218.18]) by hub.freebsd.org (Postfix) with ESMTP id 8DFF537B404; Thu, 25 Jan 2001 09:05:59 -0800 (PST) Received: from vic.sabbo.net (root@vic.sabbo.net [193.193.218.112]) by blizzard.sabbo.net (8.10.1/8.10.1) with ESMTP id f0PH5qT25770; Thu, 25 Jan 2001 19:05:54 +0200 Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vic.sabbo.net (8.11.1/8.9.3) with ESMTP id f0PH5u607282; Thu, 25 Jan 2001 19:05:56 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Message-ID: <3A705CDF.592B85EB@FreeBSD.org> Date: Thu, 25 Jan 2001 19:05:35 +0200 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.76 [en] (WinNT; U) 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/x11/gnomelibs Makefile distinfoports/x11/gnomelibs/files patch-bd References: <200101251700.f0PH0Ql45588@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 2001/01/25 09:00:26 PST > > Modified files: > x11/gnomelibs Makefile distinfo > x11/gnomelibs/files patch-bd > Log: > It's another day. Update to 1.2.11 Oh, you caught me in the process of compiling 1.2.10. /me hits ^c -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 25 9:12:51 2001 Delivered-To: cvs-all@freebsd.org Received: from hub.lovett.com (hub.lovett.com [216.60.121.161]) by hub.freebsd.org (Postfix) with ESMTP id 72B7837B400; Thu, 25 Jan 2001 09:12:30 -0800 (PST) Received: from ade by hub.lovett.com with local (Exim 3.20 #1) id 14Lpwj-000G95-00; Thu, 25 Jan 2001 11:12:29 -0600 Date: Thu, 25 Jan 2001 11:12:28 -0600 From: Ade Lovett To: Maxim Sobolev Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/x11/gnomelibs Makefile distinfoports/x11/gnomelibs/files patch-bd Message-ID: <20010125111228.C78404@FreeBSD.org> References: <200101251700.f0PH0Ql45588@freefall.freebsd.org> <3A705CDF.592B85EB@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3A705CDF.592B85EB@FreeBSD.org>; from sobomax@FreeBSD.org on Thu, Jan 25, 2001 at 07:05:35PM +0200 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Jan 25, 2001 at 07:05:35PM +0200, Maxim Sobolev wrote: > Oh, you caught me in the process of compiling 1.2.10. > > /me hits ^c I'm sure 1.2.12 will be coming along shortly... :) -aDe -- Ade Lovett, Austin, TX. ade@FreeBSD.org FreeBSD: 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 Jan 25 9:17:32 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9B83F37B400; Thu, 25 Jan 2001 09:17:12 -0800 (PST) Received: (from dwmalone@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0PHHCR49210; Thu, 25 Jan 2001 09:17:12 -0800 (PST) (envelope-from dwmalone) Message-Id: <200101251717.f0PHHCR49210@freefall.freebsd.org> From: David Malone Date: Thu, 25 Jan 2001 09:17:12 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/games/fortune/datfiles fortunes-o.real X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dwmalone 2001/01/25 09:17:12 PST Modified files: games/fortune/datfiles fortunes-o.real Log: Correct spelling of foresight. PR: 24637 Submitted by: Christopher Rued Revision Changes Path 1.8 +2 -2 src/games/fortune/datfiles/fortunes-o.real To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 25 9:29:38 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AECEF37B402; Thu, 25 Jan 2001 09:29:14 -0800 (PST) Received: (from bsd@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0PHTEs50277; Thu, 25 Jan 2001 09:29:14 -0800 (PST) (envelope-from bsd) Message-Id: <200101251729.f0PHTEs50277@freefall.freebsd.org> From: "Brian S. Dean" Date: Thu, 25 Jan 2001 09:29:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/mount mount_ufs.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG bsd 2001/01/25 09:29:13 PST Modified files: sbin/mount mount_ufs.c Log: Provide a better error message when the /dev entry is non-existant. Due to the old message, I spent way more time debugging a diskless root problem than it should have taken. Revision Changes Path 1.19 +4 -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 Thu Jan 25 9:48:23 2001 Delivered-To: cvs-all@freebsd.org Received: from peitho.fxp.org (peitho.fxp.org [209.26.95.40]) by hub.freebsd.org (Postfix) with ESMTP id 24BE537B6A0; Thu, 25 Jan 2001 09:47:56 -0800 (PST) Received: by peitho.fxp.org (Postfix, from userid 1501) id 9375413613; Thu, 25 Jan 2001 12:47:55 -0500 (EST) Date: Thu, 25 Jan 2001 12:47:55 -0500 From: Chris Faulhaber To: Alexey Zelkin Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/games/morse Makefile Message-ID: <20010125124755.B60926@peitho.fxp.org> References: <200101251325.f0PDPKp27685@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200101251325.f0PDPKp27685@freefall.freebsd.org>; from phantom@FreeBSD.org on Thu, Jan 25, 2001 at 05:25:20AM -0800 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Jan 25, 2001 at 05:25:20AM -0800, Alexey Zelkin wrote: > phantom 2001/01/25 05:25:20 PST > > Modified files: (Branch: RELENG_4) > games/morse Makefile > Log: > temporary disconnect morse.6 from build (unitl repo-copy) > > Revision Changes Path > 1.4.6.2 +2 -2 src/games/morse/Makefile > Which breaks world: make: don't know how to make morse.1. Stop Index: Makefile =================================================================== RCS file: /home/ncvs/src/games/morse/Makefile,v retrieving revision 1.4.6.2 diff -u -r1.4.6.2 Makefile --- Makefile 2001/01/25 13:25:20 1.4.6.2 +++ Makefile 2001/01/25 17:45:30 @@ -3,6 +3,7 @@ PROG= morse #MAN6= morse.6 +NOMAN= yes .if ${MACHINE_ARCH} == "i386" CFLAGS += -DSPEAKER=\"/dev/speaker\" -- Chris D. Faulhaber - jedgar@fxp.org - jedgar@FreeBSD.org -------------------------------------------------------- FreeBSD: 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 Jan 25 10:11:55 2001 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 1F74137B6A7; Thu, 25 Jan 2001 10:11:27 -0800 (PST) Received: (from asmodai@localhost) by lucifer.ninth-circle.org (8.11.1/8.11.0) id f0PI95m20667; Thu, 25 Jan 2001 19:09:05 +0100 (CET) (envelope-from asmodai) Date: Thu, 25 Jan 2001 19:09:05 +0100 From: Jeroen Ruigrok van der Werven To: "Jeroen C. van Gelderen" Cc: Peter Wemm , John Hay , Warner Losh , John Hay , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/isa if_ar.c if_arregs.h src/sys/pci if_ar_p.c Message-ID: <20010125190905.A20530@lucifer.bart.nl> References: <200101250733.f0P7XH490063@mobile.wemm.org> <3A702B6D.A9B2DF26@vangelderen.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3A702B6D.A9B2DF26@vangelderen.org>; from jeroen@vangelderen.org on Thu, Jan 25, 2001 at 09:34:37AM -0400 Organisation: VIA Net.Works The Netherlands Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -On [20010125 14:40], Jeroen C. van Gelderen (jeroen@vangelderen.org) wrote: >Even though I agree I'm just noting that IIUC this means a gratuitous >incompatibility with NetBSD. Is /dev/ic inferior for reasons other than >the fact that it's not aesthetically pleasing? Or is our use of this >directory different than NetBSD's? What am I missing? Well, even if you did keep it the same as NetBSD it wouldn't buy much, driver framework differences are too great anyway to simply plug and play without having to modify the source. -- Jeroen Ruigrok van der Werven VIA Net.Works The Netherlands BSD: Technical excellence at its best Network- and systemadministrator D78D D0AD 244D 1D12 C9CA 7152 035C 1138 546A B867 Misery loves company... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 25 10:17: 5 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2937337B6A7; Thu, 25 Jan 2001 10:16:46 -0800 (PST) Received: (from dbaker@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0PIGkx56773; Thu, 25 Jan 2001 10:16:46 -0800 (PST) (envelope-from dbaker) Message-Id: <200101251816.f0PIGkx56773@freefall.freebsd.org> From: Daniel Baker Date: Thu, 25 Jan 2001 10:16:46 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/zebedee Makefile distinfo pkg-plist ports/security/zebedee/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dbaker 2001/01/25 10:16:45 PST Modified files: security/zebedee Makefile distinfo pkg-plist security/zebedee/files patch-aa Log: Update version: 1.3.0 -> 2.0.1 Submitted by: Maintainer (Greg Hewgill ) Revision Changes Path 1.7 +5 -2 ports/security/zebedee/Makefile 1.3 +1 -1 ports/security/zebedee/distinfo 1.3 +3 -0 ports/security/zebedee/pkg-plist 1.4 +14 -18 ports/security/zebedee/files/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 Jan 25 10:57:39 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F250D37B6AF; Thu, 25 Jan 2001 10:57:13 -0800 (PST) Received: (from jdp@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0PIvDJ60953; Thu, 25 Jan 2001 10:57:13 -0800 (PST) (envelope-from jdp) Message-Id: <200101251857.f0PIvDJ60953@freefall.freebsd.org> From: John Polstra Date: Thu, 25 Jan 2001 10:57:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/gcc.295/config freebsd.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jdp 2001/01/25 10:57:13 PST Modified files: contrib/gcc.295/config freebsd.h Log: Make the "-pthread" option work again, now that libc_r has to be linked in addition to libc rather than instead of libc. Ideally, "-pthread" would now be equivalent to adding "-lc_r" to the end of the link command. But it is slightly different in this implementation. Adding "-lc_r" to the link command would produce a "ld" command line containing this: ... -lc_r /usr/lib/libgcc.a -lc /usr/lib/libgcc.a ... but this implementation of the "-pthread" option produces this: ... /usr/lib/libgcc.a -lc_r -lc /usr/lib/libgcc.a ... It would be possible to make them identical, but that doesn't fit as nicely into GCC's way of doing things. I don't think the ordering change will make any difference in practice. Revision Changes Path 1.31 +5 -8 src/contrib/gcc.295/config/freebsd.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 25 11:30: 3 2001 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 40AE237B6B1; Thu, 25 Jan 2001 11:29:38 -0800 (PST) Received: from foo.osd.bsdi.com (root@foo.osd.bsdi.com [204.216.28.137]) by pike.osd.bsdi.com (8.11.1/8.9.3) with ESMTP id f0PJT0x32176; Thu, 25 Jan 2001 11:29:00 -0800 (PST) (envelope-from jhb@foo.osd.bsdi.com) Received: (from jhb@localhost) by foo.osd.bsdi.com (8.11.1/8.11.1) id f0PJRxA01063; Thu, 25 Jan 2001 11:27:59 -0800 (PST) (envelope-from jhb) Message-ID: 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: Date: Thu, 25 Jan 2001 11:27:59 -0800 (PST) Organization: BSD, Inc. From: John Baldwin To: Matthew Jacob Subject: Re: cvs commit: src/sys/pci if_fxp.c if_fxpvar.h Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, "Justin T. Gibbs" Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 24-Jan-01 Matthew Jacob wrote: > > > > On Wed, 24 Jan 2001, Justin T. Gibbs wrote: > >> >mjacob 2001/01/23 15:22:19 PST >> > >> > Modified files: >> > sys/pci if_fxp.c if_fxpvar.h >> > Log: >> > Allow fxp to configure in I/O space if the user wants it and specifies >> > an override as a loader settable variable (fxp_iomap). fxp_iomap is >> > a bitmap of fxp units that should be configured to use PCI I/O space >> > in stead of PCI Memory space. >> >> Can't you use an instance flag? I've been meaning to change the ahc >> driver's target mode stuff to use that instead. > > Can you clarify? Use something like 'hint.fxp.0.flag=1' to turn it on for example, kind of like old-stype config flags, but stuck in hints. Warner has said he would work on docc'ing this and making sure device_get_flags() works for PCI devices, so I'll leave that to him. -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.Baldwin.cx/~john/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 Jan 25 11:33:11 2001 Delivered-To: cvs-all@freebsd.org Received: from feral.com (feral.com [192.67.166.1]) by hub.freebsd.org (Postfix) with ESMTP id E4D4C37B6B1; Thu, 25 Jan 2001 11:32:48 -0800 (PST) Received: from zeppo.feral.com (IDENT:mjacob@zeppo [192.67.166.71]) by feral.com (8.9.3/8.9.3) with ESMTP id LAA22679; Thu, 25 Jan 2001 11:32:49 -0800 Date: Thu, 25 Jan 2001 11:32:47 -0800 (PST) From: Matthew Jacob Reply-To: mjacob@feral.com To: John Baldwin Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, "Justin T. Gibbs" Subject: Re: cvs commit: src/sys/pci if_fxp.c if_fxpvar.h 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 > >> > >> Can't you use an instance flag? I've been meaning to change the ahc > >> driver's target mode stuff to use that instead. > > > > Can you clarify? > > Use something like 'hint.fxp.0.flag=1' to turn it on for example, kind of like > old-stype config flags, but stuck in hints. Warner has said he would work on > docc'ing this and making sure device_get_flags() works for PCI devices, so I'll > leave that to him. Right. That's sort of what I thought. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 25 11:34:24 2001 Delivered-To: cvs-all@freebsd.org Received: from harmony.village.org (rover.village.org [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 6B9FA37B6B1; Thu, 25 Jan 2001 11:33:58 -0800 (PST) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.11.1/8.11.1) with ESMTP id f0PJXu972906; Thu, 25 Jan 2001 12:33:57 -0700 (MST) (envelope-from imp@harmony.village.org) Message-Id: <200101251933.f0PJXu972906@harmony.village.org> To: John Baldwin Subject: Re: cvs commit: src/sys/pci if_fxp.c if_fxpvar.h Cc: Matthew Jacob , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, "Justin T. Gibbs" In-reply-to: Your message of "Thu, 25 Jan 2001 11:27:59 PST." References: Date: Thu, 25 Jan 2001 12:33:56 -0700 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message John Baldwin writes: : : On 24-Jan-01 Matthew Jacob wrote: : > : > : > : > On Wed, 24 Jan 2001, Justin T. Gibbs wrote: : > : >> >mjacob 2001/01/23 15:22:19 PST : >> > : >> > Modified files: : >> > sys/pci if_fxp.c if_fxpvar.h : >> > Log: : >> > Allow fxp to configure in I/O space if the user wants it and specifies : >> > an override as a loader settable variable (fxp_iomap). fxp_iomap is : >> > a bitmap of fxp units that should be configured to use PCI I/O space : >> > in stead of PCI Memory space. : >> : >> Can't you use an instance flag? I've been meaning to change the ahc : >> driver's target mode stuff to use that instead. : > : > Can you clarify? : : Use something like 'hint.fxp.0.flag=1' to turn it on for example, kind of like : old-stype config flags, but stuck in hints. Warner has said he would work on : docc'ing this and making sure device_get_flags() works for PCI devices, so I'll : leave that to him. Yup. That's right. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 25 11:37:47 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CBF9A37B6B1; Thu, 25 Jan 2001 11:37:26 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0PJbQY67373; Thu, 25 Jan 2001 11:37:26 -0800 (PST) (envelope-from jhb) Message-Id: <200101251937.f0PJbQY67373@freefall.freebsd.org> From: John Baldwin Date: Thu, 25 Jan 2001 11:37:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 machdep.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/25 11:37:26 PST Modified files: sys/i386/i386 machdep.c Log: Whitespace fix: convert code indented 6 spaces to use tabs instead. Revision Changes Path 1.436 +7 -7 src/sys/i386/i386/machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 25 11:38:42 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1D7F337B6B4; Thu, 25 Jan 2001 11:38:19 -0800 (PST) Received: (from imp@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0PJcJI67552; Thu, 25 Jan 2001 11:38:19 -0800 (PST) (envelope-from imp) Message-Id: <200101251938.f0PJcJI67552@freefall.freebsd.org> From: Warner Losh Date: Thu, 25 Jan 2001 11:38:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sn if_sn_isa.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG imp 2001/01/25 11:38:19 PST Modified files: (Branch: RELENG_4) sys/dev/sn if_sn_isa.c Log: MFC: 1.3->1.10. This eliminates a bunch of unnecessary includes, changes the module name to if_sn and makes isa attach correctly and work. Revision Changes Path 1.3.2.1 +11 -21 src/sys/dev/sn/if_sn_isa.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 25 11:40:53 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6268337B6BE; Thu, 25 Jan 2001 11:40:27 -0800 (PST) Received: (from imp@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0PJeRU67979; Thu, 25 Jan 2001 11:40:27 -0800 (PST) (envelope-from imp) Message-Id: <200101251940.f0PJeRU67979@freefall.freebsd.org> From: Warner Losh Date: Thu, 25 Jan 2001 11:40:27 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sn if_sn_pccard.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG imp 2001/01/25 11:40:27 PST Modified files: (Branch: RELENG_4) sys/dev/sn if_sn_pccard.c Log: Partial merge of 1.5: change driver module name from sn to if_sn. Revision Changes Path 1.3.2.2 +2 -2 src/sys/dev/sn/if_sn_pccard.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 25 11:41:44 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D0B2537B6B4; Thu, 25 Jan 2001 11:41:25 -0800 (PST) Received: (from sf@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0PJfPX68123; Thu, 25 Jan 2001 11:41:25 -0800 (PST) (envelope-from sf) Message-Id: <200101251941.f0PJfPX68123@freefall.freebsd.org> From: FUJISHIMA Satsuki Date: Thu, 25 Jan 2001 11:41:25 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/pgp6 Makefile distinfo ports/security/pgp6/files patch-ap X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sf 2001/01/25 11:41:25 PST Modified files: security/pgp6 Makefile distinfo security/pgp6/files patch-ap Log: update to 6.5.8. PR: 21656 Submitted by: Cy Schubert maintainer seems unreachable: : host fate.com[192.153.249.5] said: 550 ... Relaying denied Revision Changes Path 1.38 +30 -16 ports/security/pgp6/Makefile 1.12 +1 -1 ports/security/pgp6/distinfo 1.2 +20 -19 ports/security/pgp6/files/patch-ap To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 25 11:43:24 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6860437B6B4; Thu, 25 Jan 2001 11:43:01 -0800 (PST) Received: (from sf@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0PJh1J68289; Thu, 25 Jan 2001 11:43:01 -0800 (PST) (envelope-from sf) Message-Id: <200101251943.f0PJh1J68289@freefall.freebsd.org> From: FUJISHIMA Satsuki Date: Thu, 25 Jan 2001 11:43:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/pgp6/files patch-ca patch-cb X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sf 2001/01/25 11:43:01 PST Added files: security/pgp6/files patch-ca patch-cb Log: add missed patches. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 25 11:49:20 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 906DC37B6A4; Thu, 25 Jan 2001 11:48:58 -0800 (PST) Received: (from julian@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0PJmwI68774; Thu, 25 Jan 2001 11:48:58 -0800 (PST) (envelope-from julian) Message-Id: <200101251948.f0PJmwI68774@freefall.freebsd.org> From: Julian Elischer Date: Thu, 25 Jan 2001 11:48:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netgraph ng_base.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG julian 2001/01/25 11:48:58 PST Modified files: sys/netgraph ng_base.c Log: Only clear the 'free' bit if we were successful in getting a queue item off the free list. Found by: Harti Brandt (address unknown) Revision Changes Path 1.42 +7 -3 src/sys/netgraph/ng_base.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 25 11:58:33 2001 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 9964A37B400; Thu, 25 Jan 2001 11:58:08 -0800 (PST) Received: (from freebsd@localhost) by gndrsh.dnsmgr.net (8.9.3/8.9.3) id LAA99942; Thu, 25 Jan 2001 11:57:12 -0800 (PST) (envelope-from freebsd) From: "Rodney W. Grimes" Message-Id: <200101251957.LAA99942@gndrsh.dnsmgr.net> Subject: Re: cvs commit: src/sys/i386/isa if_ar.c if_arregs.h src/sys/pci if_ar_p.c In-Reply-To: <200101250733.f0P7XH490063@mobile.wemm.org> from Peter Wemm at "Jan 24, 2001 11:33:17 pm" To: peter@netplex.com.au (Peter Wemm) Date: Thu, 25 Jan 2001 11:57:11 -0800 (PST) Cc: jhay@icomtek.csir.co.za (John Hay), imp@harmony.village.org (Warner Losh), jhay@FreeBSD.org (John Hay), 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 ... > This is bikeshed material, but NetBSD put things like that in dev/ic/*. > There are others too, eg: if_the wavelan_ieee.h that I tripped over and broke > when moving wi to dev/wi (I broke if_wl.c). > > Some ideas: > dev/ic > dev/common > dev/include To put my color on the bikeshed I prefer to maintain compatibility with NetBSD's dev/ic. Especially with respect to hd64570... > > .. actually, I think I like the second most. it means we can put shared > header files in sys/dev/common and have that automatically installed with > the other includes, and any common C code that is shared between drivers > (eg: some 3com stuff) as well. The word common is to global in scope for me... I can see this becoming a dumping ground :-(. -- 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 Thu Jan 25 12: 2:37 2001 Delivered-To: cvs-all@freebsd.org Received: from mass.dis.org (unknown [169.237.8.131]) by hub.freebsd.org (Postfix) with ESMTP id BDCE037B400; Thu, 25 Jan 2001 12:02:13 -0800 (PST) Received: from mass.dis.org (localhost [127.0.0.1]) by mass.dis.org (8.11.1/8.11.1) with ESMTP id f0PKHO801164; Thu, 25 Jan 2001 12:17:26 -0800 (PST) (envelope-from msmith@mass.dis.org) Message-Id: <200101252017.f0PKHO801164@mass.dis.org> X-Mailer: exmh version 2.1.1 10/15/1999 To: Peter Wemm Cc: Warner Losh , John Hay , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/isa if_ar.c if_arregs.h src/sys/pci if_ar_p.c In-reply-to: Your message of "Wed, 24 Jan 2001 23:35:45 PST." <200101250735.f0P7Zj490092@mobile.wemm.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 25 Jan 2001 12:17:24 -0800 From: Mike Smith Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Warner Losh wrote: > > : Ok, what should I do with i386/isa/ic/hd64570.h? Do we have a common > > : place for things like that? It isn't really related to ISA and in > > : this case it will be used by more than one driver. At least ar(4) and > > : sr(4). > > > > We should have a good place to put these. We don't have a good > > generic place. The least bad right now is sys/isa/ic. > > Actually, the chip is a chip.. not ISA related in any way. sys/dev/devices, or sys/dev/include or something similar. If we're going to build a header library for common devices (a very desirable idea) it should be in a "standard" place. -- ... 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] V I C T O R Y N O T V E N G E A N C E To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 25 12: 4: 1 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EBAD737B69D; Thu, 25 Jan 2001 12:03:38 -0800 (PST) Received: (from bsd@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0PK3cM70541; Thu, 25 Jan 2001 12:03:38 -0800 (PST) (envelope-from bsd) Message-Id: <200101252003.f0PK3cM70541@freefall.freebsd.org> From: "Brian S. Dean" Date: Thu, 25 Jan 2001 12:03:38 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/mount mount_ufs.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG bsd 2001/01/25 12:03:38 PST Modified files: sbin/mount mount_ufs.c Log: Always print out the target device when the mount fails, not just on ENOENT. Revision Changes Path 1.20 +2 -5 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 Thu Jan 25 12: 5:58 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A53E637B6A4; Thu, 25 Jan 2001 12:05:35 -0800 (PST) Received: (from bsd@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0PK5ZS72080; Thu, 25 Jan 2001 12:05:35 -0800 (PST) (envelope-from bsd) Message-Id: <200101252005.f0PK5ZS72080@freefall.freebsd.org> From: "Brian S. Dean" Date: Thu, 25 Jan 2001 12:05:35 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/mount_cd9660 mount_cd9660.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG bsd 2001/01/25 12:05:35 PST Modified files: sbin/mount_cd9660 mount_cd9660.c Log: Print out the target device when the mount fails. Revision Changes Path 1.16 +3 -2 src/sbin/mount_cd9660/mount_cd9660.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 25 12:14:11 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 44A2E37B698; Thu, 25 Jan 2001 12:13:53 -0800 (PST) Received: (from imp@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0PKDr873787; Thu, 25 Jan 2001 12:13:53 -0800 (PST) (envelope-from imp) Message-Id: <200101252013.f0PKDr873787@freefall.freebsd.org> From: Warner Losh Date: Thu, 25 Jan 2001 12:13:53 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/cs if_cs.c if_cs_isa.c if_cs_pccard.c if_csreg.h if_csvar.h src/sys/conf files files.i386 src/sys/i386/isa isa_compat.h if_cs.c if_csreg.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG imp 2001/01/25 12:13:52 PST Modified files: (Branch: RELENG_4) sys/conf files files.i386 sys/i386/isa isa_compat.h Added files: (Branch: RELENG_4) sys/dev/cs if_cs.c if_cs_isa.c if_cs_pccard.c if_csreg.h if_csvar.h Removed files: (Branch: RELENG_4) sys/i386/isa if_cs.c if_csreg.h Log: MFC: Merge the -current cs driver to stable. All of the current driver has been merged, except for the now only in -current OLDCARD/NEWCARD compatibiltiy code. The isa attachment appears to work. The pccard attachment is believed to work on IBM EtherJet pccards. Yea! We have one fewer isa compat drivers in -stable :-). Revision Changes Path 1.340.2.44 +4 -1 src/sys/conf/files 1.307.2.9 +1 -2 src/sys/conf/files.i386 1.27.2.7 +1 -6 src/sys/i386/isa/Attic/isa_compat.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 25 12:20:19 2001 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 7310E37B69D; Thu, 25 Jan 2001 12:19:41 -0800 (PST) Received: from victoria-166.budapest.interware.hu ([195.70.63.166] helo=elischer.org) by mail.interware.hu with esmtp (Exim 3.16 #1 (Debian)) id 14Lsrk-0007KF-00; Thu, 25 Jan 2001 21:19:32 +0100 Message-ID: <3A708A48.4FB0E316@elischer.org> Date: Thu, 25 Jan 2001 12:19:20 -0800 From: Julian Elischer X-Mailer: Mozilla 4.7 [en] (X11; U; FreeBSD 5.0-CURRENT i386) X-Accept-Language: en, hu MIME-Version: 1.0 To: Mike Smith Cc: Peter Wemm , Warner Losh , John Hay , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/isa if_ar.c if_arregs.h src/sys/pci if_ar_p.c References: <200101252017.f0PKHO801164@mass.dis.org> Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Mike Smith wrote: > > > Warner Losh wrote: > > > : Ok, what should I do with i386/isa/ic/hd64570.h? Do we have a common > > > : place for things like that? It isn't really related to ISA and in > > > : this case it will be used by more than one driver. At least ar(4) and > > > : sr(4). > > > > > > We should have a good place to put these. We don't have a good > > > generic place. The least bad right now is sys/isa/ic. > > > > Actually, the chip is a chip.. not ISA related in any way. > > sys/dev/devices, or sys/dev/include or something similar. If we're going > to build a header library for common devices (a very desirable idea) it > should be in a "standard" place. ICs should go in /dev/ic, like NetBSD does.. it's descriptive and global.. and it's pretty easy to say when a device is an IC.. > > -- > ... 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] > V I C T O R Y N O T V E N G E A N C E -- __--_|\ Julian Elischer / \ julian@elischer.org ( OZ ) World tour 2000 ---> X_.---._/ from Perth, 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 Thu Jan 25 13: 8:52 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 39A6437B400; Thu, 25 Jan 2001 13:08:31 -0800 (PST) Received: (from phantom@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0PL8Vs80905; Thu, 25 Jan 2001 13:08:31 -0800 (PST) (envelope-from phantom) Message-Id: <200101252108.f0PL8Vs80905@freefall.freebsd.org> From: Alexey Zelkin Date: Thu, 25 Jan 2001 13:08:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/games/morse Makefile X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG phantom 2001/01/25 13:08:31 PST Modified files: (Branch: RELENG_4) games/morse Makefile Log: Really disconnect morse.6 from build Revision Changes Path 1.4.6.3 +2 -1 src/games/morse/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 25 13:38: 2 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4113037B6A4; Thu, 25 Jan 2001 13:37:37 -0800 (PST) Received: (from ade@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0PLbbY83791; Thu, 25 Jan 2001 13:37:37 -0800 (PST) (envelope-from ade) Message-Id: <200101252137.f0PLbbY83791@freefall.freebsd.org> From: Ade Lovett Date: Thu, 25 Jan 2001 13:37:37 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/libxml2 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ade 2001/01/25 13:37:37 PST Modified files: textproc/libxml2 Makefile Log: Release maintainership.. libxml2 is not likely to be used in the core GNOME system for a "long time". Max, if you don't want the port (I know you've been interested in it in the past), just reassign it back to ports@ Revision Changes Path 1.39 +2 -2 ports/textproc/libxml2/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 25 14: 3: 5 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7439E37B6AF; Thu, 25 Jan 2001 14:02:44 -0800 (PST) Received: (from vanilla@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0PM2id86632; Thu, 25 Jan 2001 14:02:44 -0800 (PST) (envelope-from vanilla) Message-Id: <200101252202.f0PM2id86632@freefall.freebsd.org> From: "Vanilla I. Shu" Date: Thu, 25 Jan 2001 14:02:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/p5-URI Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG vanilla 2001/01/25 14:02:44 PST Modified files: net/p5-URI Makefile distinfo Log: Upgrade to 1.10. Revision Changes Path 1.14 +2 -2 ports/net/p5-URI/Makefile 1.7 +1 -1 ports/net/p5-URI/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 25 14: 3:32 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 747FF37B6B0; Thu, 25 Jan 2001 14:03:15 -0800 (PST) Received: (from vanilla@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0PM3Fo86782; Thu, 25 Jan 2001 14:03:15 -0800 (PST) (envelope-from vanilla) Message-Id: <200101252203.f0PM3Fo86782@freefall.freebsd.org> From: "Vanilla I. Shu" Date: Thu, 25 Jan 2001 14:03:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/p5-libwww Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG vanilla 2001/01/25 14:03:15 PST Modified files: www/p5-libwww Makefile distinfo pkg-plist Log: Upgrade to 5.50. Revision Changes Path 1.43 +2 -2 ports/www/p5-libwww/Makefile 1.17 +1 -1 ports/www/p5-libwww/distinfo 1.18 +1 -0 ports/www/p5-libwww/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 Jan 25 14: 7:53 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 24D3637B402; Thu, 25 Jan 2001 14:07:30 -0800 (PST) Received: (from vanilla@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0PM7Td89861; Thu, 25 Jan 2001 14:07:29 -0800 (PST) (envelope-from vanilla) Message-Id: <200101252207.f0PM7Td89861@freefall.freebsd.org> From: "Vanilla I. Shu" Date: Thu, 25 Jan 2001 14:07:29 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/archivers/p5-Compress-Zlib Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG vanilla 2001/01/25 14:07:29 PST Modified files: archivers/p5-Compress-Zlib Makefile distinfo Log: Upgrade to 1.09. Revision Changes Path 1.22 +2 -2 ports/archivers/p5-Compress-Zlib/Makefile 1.5 +1 -1 ports/archivers/p5-Compress-Zlib/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 25 14:20:47 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5155837B402; Thu, 25 Jan 2001 14:20:24 -0800 (PST) Received: (from wosch@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0PMKOm91342; Thu, 25 Jan 2001 14:20:24 -0800 (PST) (envelope-from wosch) Message-Id: <200101252220.f0PMKOm91342@freefall.freebsd.org> From: Wolfram Schneider Date: Thu, 25 Jan 2001 14:20:24 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en index.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG wosch 2001/01/25 14:20:24 PST Modified files: en index.sgml Log: www2.ca.freebsd.org and www3.ca.freebsd.org are not actually freebsd mirrors. Submitted by: "Jeremy Schultz" Revision Changes Path 1.102 +1 -3 www/en/index.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 25 14:48:25 2001 Delivered-To: cvs-all@freebsd.org Received: from mercury.Sun.COM (mercury.Sun.COM [192.9.25.1]) by hub.freebsd.org (Postfix) with ESMTP id A6CF037B401; Thu, 25 Jan 2001 14:47:57 -0800 (PST) Received: from purol.East.Sun.COM ([129.148.9.11]) by mercury.Sun.COM (8.9.3+Sun/8.9.3) with ESMTP id OAA02333; Thu, 25 Jan 2001 14:47:54 -0800 (PST) Received: from hermes (hobo220.Eng.Sun.COM [129.146.31.220]) by purol.East.Sun.COM (8.9.3+Sun/8.9.3/ENSMAIL,v1.7) with ESMTP id RAA29982; Thu, 25 Jan 2001 17:47:49 -0500 (EST) Received: from ndw by hermes with local (Exim 3.12 #1 (Debian)) id 14LvAr-0000En-00; Thu, 25 Jan 2001 14:47:25 -0800 To: Nik Clayton Cc: Alexander Langer , cvs-committers@freebsd.org, cvs-all@freebsd.org, doc@freebsd.org, nwalsh@nwalsh.com Subject: Re: cvs commit: ports/textproc/dsssl-docbook-modular Makefile ports/textproc/dsssl-docbook-modular/files patch-common_dbl1de.dsl References: <200101190840.f0J8e7e87294@freefall.freebsd.org> <20010119105051.A47479@canyon.nothing-going-on.org> <20010119125752.A56295@cichlids.cichlids.com> <20010119155319.A48911@canyon.nothing-going-on.org> From: Norman Walsh X-URL: http://nwalsh.com/ In-Reply-To: <20010119155319.A48911@canyon.nothing-going-on.org> Message-ID: <877l3j620m.fsf@nwalsh.com> User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: 25 Jan 2001 14:47:24 -0800 Lines: 28 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG / Nik Clayton was heard to say: | Then Norm changed how he did things. Instead of using a bunch of | variables, one per (language x element) pair, he created this function | called gentext-label-title-sep (and others in the same style). I | suspect this probably makes the DSSSL processing faster, or something. Well, it certainly reduced the number of variables I had to keep track of :-) | The problem with this, from our point of view, is that it's no longer | possible to override a single entry in our customisation. Instead, to | fix and , I have to duplicate all of the code from | dbl1en.dsl that defines the en-label-title-sep hash[1] *or* rewrite the | gentext-en-label-title-sep function so that it special cases | and before it looks in the en-label-title-sep hash. | | Neither of which are particularly clean, so I've sort of ignored the | problem, in the hope that I dream up a better way. Yeah, I see the problem. Ugh. I think in the short term, you should redefine the hash. Be seeing you, norm -- Norman Walsh | If you run after wit you will succeed http://nwalsh.com/ | in catching folly.--Montesquieu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 25 14:56: 9 2001 Delivered-To: cvs-all@freebsd.org Received: from mobile.wemm.org (c1315225-a.plstn1.sfba.home.com [65.0.135.147]) by hub.freebsd.org (Postfix) with ESMTP id 43E9B37B699; Thu, 25 Jan 2001 14:55:45 -0800 (PST) Received: from netplex.com.au (localhost [127.0.0.1]) by mobile.wemm.org (8.11.1/8.11.1) with ESMTP id f0PMtg400283; Thu, 25 Jan 2001 14:55:42 -0800 (PST) (envelope-from peter@netplex.com.au) Message-Id: <200101252255.f0PMtg400283@mobile.wemm.org> X-Mailer: exmh version 2.2 06/23/2000 with nmh-1.0.4 To: Mike Smith Cc: Warner Losh , John Hay , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/isa if_ar.c if_arregs.h src/sys/pci if_ar_p.c In-Reply-To: <200101252017.f0PKHO801164@mass.dis.org> Date: Thu, 25 Jan 2001 14:55:41 -0800 From: Peter Wemm Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Mike Smith wrote: > > Warner Losh wrote: > > > : Ok, what should I do with i386/isa/ic/hd64570.h? Do we have a common > > > : place for things like that? It isn't really related to ISA and in > > > : this case it will be used by more than one driver. At least ar(4) and > > > : sr(4). > > > > > > We should have a good place to put these. We don't have a good > > > generic place. The least bad right now is sys/isa/ic. > > > > Actually, the chip is a chip.. not ISA related in any way. > > sys/dev/devices, or sys/dev/include or something similar. If we're going > to build a header library for common devices (a very desirable idea) it > should be in a "standard" place. Where does dev/?/if_wavelan_ieee.h go? 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 Jan 25 15: 5:55 2001 Delivered-To: cvs-all@freebsd.org Received: from harmony.village.org (rover.village.org [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id B787F37B699; Thu, 25 Jan 2001 15:05:34 -0800 (PST) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.11.1/8.11.1) with ESMTP id f0PN5S975525; Thu, 25 Jan 2001 16:05:28 -0700 (MST) (envelope-from imp@harmony.village.org) Message-Id: <200101252305.f0PN5S975525@harmony.village.org> To: Peter Wemm Subject: Re: cvs commit: src/sys/i386/isa if_ar.c if_arregs.h src/sys/pci if_ar_p.c Cc: Mike Smith , John Hay , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Thu, 25 Jan 2001 14:55:41 PST." <200101252255.f0PMtg400283@mobile.wemm.org> References: <200101252255.f0PMtg400283@mobile.wemm.org> Date: Thu, 25 Jan 2001 16:05:28 -0700 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <200101252255.f0PMtg400283@mobile.wemm.org> Peter Wemm writes: : Where does dev/?/if_wavelan_ieee.h go? Most of it can go into/be converted to using net/if_ieee80211.h but there are parts of it that likely need to go into sys/wavelanio.h Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 25 15:15:58 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DC8F437B69F; Thu, 25 Jan 2001 15:15:37 -0800 (PST) Received: (from andreas@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0PNFbg03065; Thu, 25 Jan 2001 15:15:37 -0800 (PST) (envelope-from andreas) Message-Id: <200101252315.f0PNFbg03065@freefall.freebsd.org> From: Andreas Klemm Date: Thu, 25 Jan 2001 15:15:37 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/zebra Makefile ports/net/zebra/files zebractl.sh X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG andreas 2001/01/25 15:15:37 PST Modified files: net/zebra Makefile net/zebra/files zebractl.sh Log: - start zebra processes with -d option to make sure that one process starts after the other to prevent core dump. This fixes bgp coredump for Knarf - set PORTREVISION Submitted by: Frank Bartels Revision Changes Path 1.49 +2 -1 ports/net/zebra/Makefile 1.3 +5 -5 ports/net/zebra/files/zebractl.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 25 15:19:49 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A01DF37B6A3; Thu, 25 Jan 2001 15:19:27 -0800 (PST) Received: (from vanilla@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0PNJRY03375; Thu, 25 Jan 2001 15:19:27 -0800 (PST) (envelope-from vanilla) Message-Id: <200101252319.f0PNJRY03375@freefall.freebsd.org> From: "Vanilla I. Shu" Date: Thu, 25 Jan 2001 15:19:27 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/p5-Apache-DBI Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG vanilla 2001/01/25 15:19:27 PST Modified files: www/p5-Apache-DBI Makefile distinfo pkg-plist Log: Upgrade to 0.88. Revision Changes Path 1.4 +2 -2 ports/www/p5-Apache-DBI/Makefile 1.2 +1 -1 ports/www/p5-Apache-DBI/distinfo 1.2 +0 -1 ports/www/p5-Apache-DBI/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 Jan 25 15:20:26 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8D6A037B6A4; Thu, 25 Jan 2001 15:20:04 -0800 (PST) Received: (from vanilla@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0PNK4O03457; Thu, 25 Jan 2001 15:20:04 -0800 (PST) (envelope-from vanilla) Message-Id: <200101252320.f0PNK4O03457@freefall.freebsd.org> From: "Vanilla I. Shu" Date: Thu, 25 Jan 2001 15:20:04 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/p5-Image-Size Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG vanilla 2001/01/25 15:20:04 PST Modified files: graphics/p5-Image-Size Makefile distinfo pkg-plist Log: Upgrade to 2.91. Revision Changes Path 1.24 +2 -2 ports/graphics/p5-Image-Size/Makefile 1.9 +1 -1 ports/graphics/p5-Image-Size/distinfo 1.9 +1 -0 ports/graphics/p5-Image-Size/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 Jan 25 15:20:54 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 772E737B6A7; Thu, 25 Jan 2001 15:20:31 -0800 (PST) Received: (from vanilla@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0PNKVg03532; Thu, 25 Jan 2001 15:20:31 -0800 (PST) (envelope-from vanilla) Message-Id: <200101252320.f0PNKVg03532@freefall.freebsd.org> From: "Vanilla I. Shu" Date: Thu, 25 Jan 2001 15:20:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/p5-XML-XPath Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG vanilla 2001/01/25 15:20:31 PST Modified files: textproc/p5-XML-XPath Makefile distinfo Log: Upgrade to 1.04. Revision Changes Path 1.2 +2 -2 ports/textproc/p5-XML-XPath/Makefile 1.2 +1 -1 ports/textproc/p5-XML-XPath/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 25 15:32:55 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E01DD37B401; Thu, 25 Jan 2001 15:32:34 -0800 (PST) Received: (from ade@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0PNWYO04664; Thu, 25 Jan 2001 15:32:34 -0800 (PST) (envelope-from ade) Message-Id: <200101252332.f0PNWYO04664@freefall.freebsd.org> From: Ade Lovett Date: Thu, 25 Jan 2001 15:32:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/gtkhtml Makefile distinfo pkg-plist ports/www/gtkhtml/files patch-ag X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ade 2001/01/25 15:32:34 PST Modified files: www/gtkhtml Makefile distinfo pkg-plist Removed files: www/gtkhtml/files patch-ag Log: Update to 0.8.1 Revision Changes Path 1.17 +2 -3 ports/www/gtkhtml/Makefile 1.6 +1 -1 ports/www/gtkhtml/distinfo 1.7 +12 -10 ports/www/gtkhtml/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 Jan 25 15:33:24 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3EA8D37B6C5; Thu, 25 Jan 2001 15:32:56 -0800 (PST) Received: (from ade@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0PNWt904776; Thu, 25 Jan 2001 15:32:55 -0800 (PST) (envelope-from ade) Message-Id: <200101252332.f0PNWt904776@freefall.freebsd.org> From: Ade Lovett Date: Thu, 25 Jan 2001 15:32:55 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/encompass Makefile ports/mail/evolution Makefile ports/misc/metatheme Makefile ports/x11-fm/nautilus Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ade 2001/01/25 15:32:55 PST Modified files: www/encompass Makefile mail/evolution Makefile misc/metatheme Makefile x11-fm/nautilus Makefile Log: Chase new gtkhtml shared library number Revision Changes Path 1.11 +2 -2 ports/www/encompass/Makefile 1.21 +2 -2 ports/mail/evolution/Makefile 1.3 +2 -2 ports/misc/metatheme/Makefile 1.10 +2 -2 ports/x11-fm/nautilus/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 25 15:55:38 2001 Delivered-To: cvs-all@freebsd.org Received: from odin.ac.hmc.edu (Odin.AC.HMC.Edu [134.173.32.75]) by hub.freebsd.org (Postfix) with ESMTP id 2E7D237B400; Thu, 25 Jan 2001 15:55:15 -0800 (PST) Received: (from brdavis@localhost) by odin.ac.hmc.edu (8.11.0/8.11.0) id f0PNsio01470; Thu, 25 Jan 2001 15:54:44 -0800 Date: Thu, 25 Jan 2001 15:54:43 -0800 From: Brooks Davis To: Warner Losh Cc: Peter Wemm , Mike Smith , John Hay , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/i386/isa if_ar.c if_arregs.h src/sys/pci if_ar_p.c Message-ID: <20010125155443.A31259@Odin.AC.HMC.Edu> References: <200101252255.f0PMtg400283@mobile.wemm.org> <200101252305.f0PN5S975525@harmony.village.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <200101252305.f0PN5S975525@harmony.village.org>; from imp@harmony.village.org on Thu, Jan 25, 2001 at 04:05:28PM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Jan 25, 2001 at 04:05:28PM -0700, Warner Losh wrote: > In message <200101252255.f0PMtg400283@mobile.wemm.org> Peter Wemm writes: > : Where does dev/?/if_wavelan_ieee.h go? > > Most of it can go into/be converted to using > net/if_ieee80211.h > > but there are parts of it that likely need to go into sys/wavelanio.h The only reason it's shared beyond dev/wi is that the author of the awi driver chose a rather odd (IMHO) method of creating an interface to userland. They are emulating the part of the hardware interface of the wi cards that wicontrol uses so they could shared it. I've got an untested[0] patch that replaces the more common parts of the interface as part of adding ifconfig support for 802.11 devices. I suspect that most of the rest of the stuff could be made more or less generic for use in if_ieee80211.h. With a quick glance, the rest seems to be mostly signal quality stuff and useless flexability. The patch is at: http://www.one-eyed-alien.net/~brooks/FreeBSD/ifconfig.diff It currently works with wi cards and doesn't quite work with an cards. -- Brooks [0] I can't seem to find a source for the cards at a reasionable (<$50) price and the BayStack 660 I borrowed for a weekend didn't work for me. -- Any statement of the form "X is the one, true Y" is FALSE. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 25 15:56:37 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B4B0837B400; Thu, 25 Jan 2001 15:56:13 -0800 (PST) Received: (from luigi@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0PNuD306176; Thu, 25 Jan 2001 15:56:13 -0800 (PST) (envelope-from luigi) Message-Id: <200101252356.f0PNuD306176@freefall.freebsd.org> From: Luigi Rizzo Date: Thu, 25 Jan 2001 15:56:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if_ethersubr.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG luigi 2001/01/25 15:56:13 PST Modified files: sys/net if_ethersubr.c Log: Comment the interface to ether_input() and the way is normally used by most ethernet drivers. Revision Changes Path 1.87 +10 -1 src/sys/net/if_ethersubr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 25 16: 6:39 2001 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 AEA1137B400; Thu, 25 Jan 2001 16:06:20 -0800 (PST) Received: by elvis.mu.org (Postfix, from userid 1098) id 3CCDA2B4B1; Thu, 25 Jan 2001 18:06:10 -0600 (CST) Date: Thu, 25 Jan 2001 18:06:10 -0600 From: Bill Fumerola To: Jeroen Ruigrok van der Werven Cc: Bruce Evans , Archie Cobbs , John Baldwin , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, kris@FreeBSD.org Subject: Re: cvs commit: src/contrib/tcpdump print-smb.c Message-ID: <20010125180610.F57121@elvis.mu.org> References: <200101241726.JAA02576@curve.dellroad.org> <20010125083439.A10934@lucifer.bart.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010125083439.A10934@lucifer.bart.nl>; from jruigrok@via-net-works.nl on Thu, Jan 25, 2001 at 08:34:39AM +0100 X-Operating-System: FreeBSD 4.2-FEARSOME-20001103 i386 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Jan 25, 2001 at 08:34:39AM +0100, Jeroen Ruigrok van der Werven wrote: > -On [20010124 22:10], Bruce Evans (bde@zeta.org.au) wrote: > >No. The FAQ is a FWrongAnswer as usual. > > I haven't seen any patches from you Bruce to update it, I kindly welcome > them, since I hate to see incorrect information being spread. > > I'm looking forward to them. :) Ahh.. this wonderful suggestion that we use over and over as a crutch. The information is there, bde repeated it, more information is in the mail archives, so we look forward to the doc guys who actually mark things up to write patches and commit them (see how easy this crutch is to use?). I personally have used it in the past and am trying not to in the future. I'd encourage others to do the same. There is a time when telling someone who sends in a PR that says "the ports system sucks, it should be re-written in python" or "hey, the installer really sucks, someone should make a VGA installer" that "we await your patches" is almost acceptable. Telling people who have contributed to the project in the past and are good sources of information "we await your patches" is almost insulting. -- Bill Fumerola - security yahoo / Yahoo! inc. - fumerola@yahoo-inc.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 Thu Jan 25 16:24:10 2001 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 8BF0D37B698; Thu, 25 Jan 2001 16:23:46 -0800 (PST) Received: from foo.osd.bsdi.com (root@foo.osd.bsdi.com [204.216.28.137]) by pike.osd.bsdi.com (8.11.1/8.9.3) with ESMTP id f0Q0Msx51347; Thu, 25 Jan 2001 16:22:54 -0800 (PST) (envelope-from jhb@foo.osd.bsdi.com) Received: (from jhb@localhost) by foo.osd.bsdi.com (8.11.1/8.11.1) id f0Q0MRi04875; Thu, 25 Jan 2001 16:22:27 -0800 (PST) (envelope-from jhb) Message-ID: 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: <20010125180610.F57121@elvis.mu.org> Date: Thu, 25 Jan 2001 16:22:27 -0800 (PST) Organization: BSD, Inc. From: John Baldwin To: Bill Fumerola Subject: Re: cvs commit: src/contrib/tcpdump print-smb.c Cc: kris@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, Archie Cobbs , Bruce Evans , Jeroen Ruigrok van der Werven Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 26-Jan-01 Bill Fumerola wrote: > On Thu, Jan 25, 2001 at 08:34:39AM +0100, Jeroen Ruigrok van der Werven > wrote: >> -On [20010124 22:10], Bruce Evans (bde@zeta.org.au) wrote: >> >No. The FAQ is a FWrongAnswer as usual. >> >> I haven't seen any patches from you Bruce to update it, I kindly welcome >> them, since I hate to see incorrect information being spread. >> >> I'm looking forward to them. :) > > Ahh.. this wonderful suggestion that we use over and over as a crutch. Actually, what I find _most_ interesting about this is that O`Brien did the original patch, and that Bruce is saying that O`Brien doesn't agree with it in his message. But that's just me.... -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.Baldwin.cx/~john/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 Jan 25 17:13:47 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 70CE037B6A3; Thu, 25 Jan 2001 17:13:30 -0800 (PST) Received: (from cokane@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0Q1DU816265; Thu, 25 Jan 2001 17:13:30 -0800 (PST) (envelope-from cokane) Message-Id: <200101260113.f0Q1DU816265@freefall.freebsd.org> From: Coleman Kane Date: Thu, 25 Jan 2001 17:13:30 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc MAKEDEV X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG cokane 2001/01/25 17:13:30 PST Modified files: etc MAKEDEV Log: D'oh! Forgot to link to /dev/voodoo. Revision Changes Path 1.286 +3 -2 src/etc/MAKEDEV To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 25 17:17:30 2001 Delivered-To: cvs-all@freebsd.org Received: from InterJet.dellroad.org (adsl-63-194-81-26.dsl.snfc21.pacbell.net [63.194.81.26]) by hub.freebsd.org (Postfix) with ESMTP id 232E837B6A3; Thu, 25 Jan 2001 17:17:05 -0800 (PST) Received: from curve.dellroad.org (curve.dellroad.org [10.1.1.30]) by InterJet.dellroad.org (8.9.1a/8.9.1) with ESMTP id RAA62286; Thu, 25 Jan 2001 17:15:43 -0800 (PST) Received: (from archie@localhost) by curve.dellroad.org (8.9.3/8.9.3) id RAA07722; Thu, 25 Jan 2001 17:15:42 -0800 (PST) (envelope-from archie) From: Archie Cobbs Message-Id: <200101260115.RAA07722@curve.dellroad.org> Subject: Re: cvs commit: src/contrib/tcpdump print-smb.c In-Reply-To: "from John Baldwin at Jan 25, 2001 04:22:27 pm" To: John Baldwin Date: Thu, 25 Jan 2001 17:15:41 -0800 (PST) Cc: Bill Fumerola , kris@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, Archie Cobbs , Bruce Evans , Jeroen Ruigrok van der Werven X-Mailer: ELM [version 2.4ME+ PL77 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG At the risk of pouring more gasoline on this fire, I still have one question.. does MFC'ing the fix patch make things any worse? That is, once a file is off the vendor branch, does MFC'ing the fix make things any worse? I'd like to commit this fix to 4.x-stable as well (but only if people won't freak out that is). Thanks, -Archie __________________________________________________________________________ Archie Cobbs * Packet Design * http://www.packetdesign.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 25 17:41:38 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7758037B400; Thu, 25 Jan 2001 17:41:20 -0800 (PST) Received: (from brian@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0Q1fKN19283; Thu, 25 Jan 2001 17:41:20 -0800 (PST) (envelope-from brian) Message-Id: <200101260141.f0Q1fKN19283@freefall.freebsd.org> From: Brian Somers Date: Thu, 25 Jan 2001 17:41:20 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp fsm.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG brian 2001/01/25 17:41:20 PST Modified files: usr.sbin/ppp fsm.c Log: If executing the stuff from ppp.linkdown results in a state change, don't continue adjusting the ipcp state machine. This allows ``down'' to work in ppp.linkdown - useful for a tunnel setup. Revision Changes Path 1.56 +7 -5 src/usr.sbin/ppp/fsm.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 25 17:41:59 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A0ACD37B402; Thu, 25 Jan 2001 17:41:35 -0800 (PST) Received: (from brian@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0Q1fZH19361; Thu, 25 Jan 2001 17:41:35 -0800 (PST) (envelope-from brian) Message-Id: <200101260141.f0Q1fZH19361@freefall.freebsd.org> From: Brian Somers Date: Thu, 25 Jan 2001 17:41:35 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp bundle.c command.c main.c ppp.8 prompt.c radius.c server.c server.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG brian 2001/01/25 17:41:35 PST Modified files: usr.sbin/ppp bundle.c command.c main.c ppp.8 prompt.c radius.c server.c server.h Log: Allow ``set server closed'' to close the diagnostic socket. Allow ``set server open'' to re-open the diagnostic socket. Handle SIGUSR1 by re-opening the diagnostic socket When receiving SIGUSR2 (and in ``set server none''), don't forget the socket details so that ``set server open'' and SIGUSR1 open it again. Don't create the diagnostic socket as uid 0 ! It's far to dangerous. Revision Changes Path 1.107 +31 -19 src/usr.sbin/ppp/bundle.c 1.253 +27 -6 src/usr.sbin/ppp/command.c 1.177 +11 -2 src/usr.sbin/ppp/main.c 1.253 +28 -5 src/usr.sbin/ppp/ppp.8 1.23 +3 -3 src/usr.sbin/ppp/prompt.c 1.18 +8 -7 src/usr.sbin/ppp/radius.c 1.33 +112 -40 src/usr.sbin/ppp/server.c 1.8 +19 -7 src/usr.sbin/ppp/server.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 25 17:44: 2 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BC9A237B400; Thu, 25 Jan 2001 17:43:38 -0800 (PST) Received: (from brian@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0Q1hcM19561; Thu, 25 Jan 2001 17:43:38 -0800 (PST) (envelope-from brian) Message-Id: <200101260143.f0Q1hcM19561@freefall.freebsd.org> From: Brian Somers Date: Thu, 25 Jan 2001 17:43:38 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp fsm.c X-FreeBSD-CVS-Branch: NETGRAPH Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG brian 2001/01/25 17:43:38 PST Modified files: (Branch: NETGRAPH) usr.sbin/ppp fsm.c Log: If executing the stuff from ppp.linkdown results in a state change, don't continue adjusting the ipcp state machine. This allows ``down'' to work in ppp.linkdown - useful for a tunnel setup. Revision Changes Path 1.55.2.1 +7 -5 src/usr.sbin/ppp/fsm.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 25 17:45:13 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B655237B400; Thu, 25 Jan 2001 17:44:49 -0800 (PST) Received: (from brian@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0Q1inD19724; Thu, 25 Jan 2001 17:44:49 -0800 (PST) (envelope-from brian) Message-Id: <200101260144.f0Q1inD19724@freefall.freebsd.org> From: Brian Somers Date: Thu, 25 Jan 2001 17:44:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp bundle.c command.c main.c ppp.8 prompt.c radius.c server.c server.h X-FreeBSD-CVS-Branch: NETGRAPH Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG brian 2001/01/25 17:44:49 PST Modified files: (Branch: NETGRAPH) usr.sbin/ppp bundle.c command.c main.c ppp.8 prompt.c radius.c server.c server.h Log: MFC: Allow ``set server closed'' to close the diagnostic socket. Allow ``set server open'' to re-open the diagnostic socket. Handle SIGUSR1 by re-opening the diagnostic socket When receiving SIGUSR2 (and in ``set server none''), don't forget the socket details so that ``set server open'' and SIGUSR1 open it again. Don't create the diagnostic socket as uid 0 ! It's far to dangerous. Revision Changes Path 1.105.2.4 +31 -19 src/usr.sbin/ppp/bundle.c 1.248.2.3 +27 -6 src/usr.sbin/ppp/command.c 1.175.2.2 +11 -2 src/usr.sbin/ppp/main.c 1.237.2.9 +28 -5 src/usr.sbin/ppp/ppp.8 1.22.2.1 +3 -3 src/usr.sbin/ppp/prompt.c 1.16.2.2 +8 -7 src/usr.sbin/ppp/radius.c 1.31.2.2 +112 -40 src/usr.sbin/ppp/server.c 1.7.2.1 +19 -7 src/usr.sbin/ppp/server.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 25 17:48:36 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F13CA37B400; Thu, 25 Jan 2001 17:48:16 -0800 (PST) Received: (from brian@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0Q1mGr20244; Thu, 25 Jan 2001 17:48:16 -0800 (PST) (envelope-from brian) Message-Id: <200101260148.f0Q1mGr20244@freefall.freebsd.org> From: Brian Somers Date: Thu, 25 Jan 2001 17:48:16 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp ppp.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG brian 2001/01/25 17:48:16 PST Modified files: usr.sbin/ppp ppp.8 Log: Fix arg count Revision Changes Path 1.254 +2 -2 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 Thu Jan 25 17:49: 5 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BAA4D37B698; Thu, 25 Jan 2001 17:48:42 -0800 (PST) Received: (from brian@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0Q1mgk20322; Thu, 25 Jan 2001 17:48:42 -0800 (PST) (envelope-from brian) Message-Id: <200101260148.f0Q1mgk20322@freefall.freebsd.org> From: Brian Somers Date: Thu, 25 Jan 2001 17:48:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp ppp.8 X-FreeBSD-CVS-Branch: NETGRAPH Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG brian 2001/01/25 17:48:42 PST Modified files: (Branch: NETGRAPH) usr.sbin/ppp ppp.8 Log: MFC: Fix arg count Revision Changes Path 1.237.2.10 +2 -2 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 Thu Jan 25 17:54:30 2001 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 32CDB37B404; Thu, 25 Jan 2001 17:54:08 -0800 (PST) Received: from foo.osd.bsdi.com (root@foo.osd.bsdi.com [204.216.28.137]) by pike.osd.bsdi.com (8.11.1/8.9.3) with ESMTP id f0Q1rtx57517; Thu, 25 Jan 2001 17:53:55 -0800 (PST) (envelope-from jhb@foo.osd.bsdi.com) Received: (from jhb@localhost) by foo.osd.bsdi.com (8.11.1/8.11.1) id f0Q1rSK06085; Thu, 25 Jan 2001 17:53:28 -0800 (PST) (envelope-from jhb) Message-ID: 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: <200101260115.RAA07722@curve.dellroad.org> Date: Thu, 25 Jan 2001 17:53:27 -0800 (PST) Organization: BSD, Inc. From: John Baldwin To: Archie Cobbs Subject: Re: cvs commit: src/contrib/tcpdump print-smb.c Cc: Jeroen Ruigrok van der Werven , Bruce Evans , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, kris@FreeBSD.org, Bill Fumerola Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 26-Jan-01 Archie Cobbs wrote: > At the risk of pouring more gasoline on this fire, I still have > one question.. does MFC'ing the fix patch make things any worse? > > That is, once a file is off the vendor branch, does MFC'ing the > fix make things any worse? I'd like to commit this fix to 4.x-stable > as well (but only if people won't freak out that is). I think that the vendor branch business only applies to HEAD, i.e. -current and not side branches, but I'm not 100% sure. -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.Baldwin.cx/~john/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 Jan 25 18:16:29 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2A35537B400; Thu, 25 Jan 2001 18:16:10 -0800 (PST) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0Q2GAx25808; Thu, 25 Jan 2001 18:16:10 -0800 (PST) (envelope-from kuriyama) Message-Id: <200101260216.f0Q2GAx25808@freefall.freebsd.org> From: Jun Kuriyama Date: Thu, 25 Jan 2001 18:16:09 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/palm/palmos-sdk Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kuriyama 2001/01/25 18:16:09 PST Modified files: palm/palmos-sdk Makefile distinfo Log: Add update1 from master_site. Pointed out by: jmt@tbe.net Revision Changes Path 1.5 +4 -3 ports/palm/palmos-sdk/Makefile 1.2 +1 -0 ports/palm/palmos-sdk/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 25 18:27:25 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8FEDC37B401; Thu, 25 Jan 2001 18:27:06 -0800 (PST) Received: (from deischen@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0Q2R6X26628; Thu, 25 Jan 2001 18:27:06 -0800 (PST) (envelope-from deischen) Message-Id: <200101260227.f0Q2R6X26628@freefall.freebsd.org> From: Daniel Eischen Date: Thu, 25 Jan 2001 18:27:06 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG deischen 2001/01/25 18:27:06 PST Modified files: lib/libc Makefile Log: Comment change only; s/_thread_sys_/__sys_/ Revision Changes Path 1.27 +2 -2 src/lib/libc/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 25 18:41:32 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5851937B400; Thu, 25 Jan 2001 18:41:08 -0800 (PST) Received: (from deischen@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0Q2f8N27889; Thu, 25 Jan 2001 18:41:08 -0800 (PST) (envelope-from deischen) Message-Id: <200101260241.f0Q2f8N27889@freefall.freebsd.org> From: Daniel Eischen Date: Thu, 25 Jan 2001 18:41:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/alpha/sys Makefile.inc src/lib/libc/i386/sys Makefile.inc src/lib/libc/ia64/sys Makefile.inc X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG deischen 2001/01/25 18:41:08 PST Modified files: lib/libc/alpha/sys Makefile.inc lib/libc/i386/sys Makefile.inc lib/libc/ia64/sys Makefile.inc Log: Comment only change; s/_thread_sys_/__sys_/ Revision Changes Path 1.8 +3 -3 src/lib/libc/alpha/sys/Makefile.inc 1.20 +3 -3 src/lib/libc/i386/sys/Makefile.inc 1.3 +3 -3 src/lib/libc/ia64/sys/Makefile.inc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 25 18:50:29 2001 Delivered-To: cvs-all@freebsd.org Received: from citusc17.usc.edu (citusc17.usc.edu [128.125.38.177]) by hub.freebsd.org (Postfix) with ESMTP id 4F4A437B400; Thu, 25 Jan 2001 18:50:10 -0800 (PST) Received: (from kris@localhost) by citusc17.usc.edu (8.11.1/8.11.1) id f0Q2rX267886; Thu, 25 Jan 2001 18:53:33 -0800 (PST) (envelope-from kris) Date: Thu, 25 Jan 2001 18:53:33 -0800 From: Kris Kennaway To: Archie Cobbs Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/tcpdump print-smb.c Message-ID: <20010125185333.A67844@citusc17.usc.edu> References: <200101260115.RAA07722@curve.dellroad.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="n8g4imXOkfNTN/H1" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200101260115.RAA07722@curve.dellroad.org>; from archie@dellroad.org on Thu, Jan 25, 2001 at 05:15:41PM -0800 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --n8g4imXOkfNTN/H1 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Jan 25, 2001 at 05:15:41PM -0800, Archie Cobbs wrote: > At the risk of pouring more gasoline on this fire, I still have > one question.. does MFC'ing the fix patch make things any worse? >=20 > That is, once a file is off the vendor branch, does MFC'ing the > fix make things any worse? I'd like to commit this fix to 4.x-stable > as well (but only if people won't freak out that is). No, MFC's are fine..the vendor branch parallels the head, if you like. Kris --=20 NOTE: To fetch an updated copy of my GPG key which has not expired, finger kris@FreeBSD.org --n8g4imXOkfNTN/H1 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE6cOatWry0BWjoQKURAuspAJ4k9qer0Q3mkCiPeLJuuHJaZCXmEgCeIVbh 7TPHUaN3WEDnf1s4J6yOmPg= =8KSW -----END PGP SIGNATURE----- --n8g4imXOkfNTN/H1-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 25 19:18:37 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C745637B69D; Thu, 25 Jan 2001 19:18:17 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0Q3IHp32608; Thu, 25 Jan 2001 19:18:17 -0800 (PST) (envelope-from jhb) Message-Id: <200101260318.f0Q3IHp32608@freefall.freebsd.org> From: John Baldwin Date: Thu, 25 Jan 2001 19:18:17 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ichsmb ichsmb.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/25 19:18:17 PST Modified files: sys/dev/ichsmb ichsmb.c Log: - Don't pass in MTX_NORECURSE, as that is only used with spin mutexes and is going away soon anyways. Instead, don't pass MTX_RECURSE to mtx_init, so that WITNESS will panic if the driver mutex is recursed on. - Use MTX_DEF in mtx_init() instead of assuming that it will be 0. Revision Changes Path 1.3 +24 -24 src/sys/dev/ichsmb/ichsmb.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 25 19:34:57 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D9E2837B699; Thu, 25 Jan 2001 19:34:34 -0800 (PST) Received: (from trevor@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0Q3YYF34032; Thu, 25 Jan 2001 19:34:34 -0800 (PST) (envelope-from trevor) Message-Id: <200101260334.f0Q3YYF34032@freefall.freebsd.org> From: Trevor Johnson Date: Thu, 25 Jan 2001 19:34:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm Makefile ports/x11-wm/qlwm Makefile distinfo pkg-comment pkg-descr ports/x11-wm/qlwm/files patch-dclock_Makefile patch-mail_Makefile patch-src_Makefile qlwm X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG trevor 2001/01/25 19:34:34 PST Modified files: x11-wm Makefile Added files: x11-wm/qlwm Makefile distinfo pkg-comment pkg-descr x11-wm/qlwm/files patch-dclock_Makefile patch-mail_Makefile patch-src_Makefile qlwm Log: new port of qlwm 2.1, a window manager based on Qt 2.x Obtained from: OpenBSD Revision Changes Path 1.55 +2 -1 ports/x11-wm/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 25 19:35: 9 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0AE3237B69C; Thu, 25 Jan 2001 19:34:39 -0800 (PST) Received: (from trevor@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0Q3Ydu34066; Thu, 25 Jan 2001 19:34:39 -0800 (PST) (envelope-from trevor) Message-Id: <200101260334.f0Q3Ydu34066@freefall.freebsd.org> From: Trevor Johnson Date: Thu, 25 Jan 2001 19:34:38 -0800 (PST) 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 trevor 2001/01/25 19:34:38 PST Modified files: . modules Log: qlwm --> ports/x11-wm/qlwm Revision Changes Path 1.2342 +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 Jan 25 19:41:21 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CBA8E37B698; Thu, 25 Jan 2001 19:41:00 -0800 (PST) Received: (from vanilla@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0Q3f0I34553; Thu, 25 Jan 2001 19:41:00 -0800 (PST) (envelope-from vanilla) Message-Id: <200101260341.f0Q3f0I34553@freefall.freebsd.org> From: "Vanilla I. Shu" Date: Thu, 25 Jan 2001 19:41:00 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/enlightenment Makefile pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG vanilla 2001/01/25 19:41:00 PST Modified files: x11-wm/enlightenment Makefile pkg-plist Log: /usr/X11R6/share/enlightenment/themes/DEFAULT is a symbolic link, not a directory, and bump version. Reminded by: "Paul A. Howes" Revision Changes Path 1.60 +2 -2 ports/x11-wm/enlightenment/Makefile 1.15 +1 -1 ports/x11-wm/enlightenment/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 Jan 25 19:42:57 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5D1D337B698; Thu, 25 Jan 2001 19:42:37 -0800 (PST) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0Q3gbC34718; Thu, 25 Jan 2001 19:42:37 -0800 (PST) (envelope-from knu) Message-Id: <200101260342.f0Q3gbC34718@freefall.freebsd.org> From: Akinori MUSHA Date: Thu, 25 Jan 2001 19:42:37 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/ruby-optparse Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2001/01/25 19:42:37 PST Modified files: devel/ruby-optparse Makefile distinfo pkg-plist Log: Update to 0.7.9. Revision Changes Path 1.10 +3 -3 ports/devel/ruby-optparse/Makefile 1.6 +1 -1 ports/devel/ruby-optparse/distinfo 1.6 +1 -0 ports/devel/ruby-optparse/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 Jan 25 19:45:40 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D03A037B404; Thu, 25 Jan 2001 19:45:16 -0800 (PST) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0Q3jGF35002; Thu, 25 Jan 2001 19:45:16 -0800 (PST) (envelope-from knu) Message-Id: <200101260345.f0Q3jGF35002@freefall.freebsd.org> From: Akinori MUSHA Date: Thu, 25 Jan 2001 19:45:16 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/ruby-date2 Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2001/01/25 19:45:16 PST Modified files: devel/ruby-date2 Makefile distinfo Log: Update to 2.3. Revision Changes Path 1.9 +2 -2 ports/devel/ruby-date2/Makefile 1.5 +1 -1 ports/devel/ruby-date2/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 25 20:16:36 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 413D837B400; Thu, 25 Jan 2001 20:16:17 -0800 (PST) Received: (from jake@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0Q4GHc39346; Thu, 25 Jan 2001 20:16:17 -0800 (PST) (envelope-from jake) Message-Id: <200101260416.f0Q4GHc39346@freefall.freebsd.org> From: Jake Burkholder Date: Thu, 25 Jan 2001 20:16:17 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 trap.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jake 2001/01/25 20:16:16 PST Modified files: sys/i386/i386 trap.c Log: Push Giant down into the trap handlers that need it, instead of acquiring it unconditionally. Reviewed by: jhb Revision Changes Path 1.168 +45 -16 src/sys/i386/i386/trap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 25 20:27:52 2001 Delivered-To: cvs-all@freebsd.org Received: from magnesium.net (toxic.magnesium.net [207.154.84.15]) by hub.freebsd.org (Postfix) with SMTP id 8606037B402 for ; Thu, 25 Jan 2001 20:27:34 -0800 (PST) Received: (qmail 31037 invoked by uid 1142); 26 Jan 2001 04:27:33 -0000 Date: 25 Jan 2001 20:27:33 -0800 Date: Thu, 25 Jan 2001 20:27:28 -0800 From: Jason Evans To: Daniel Eischen Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc Makefile Message-ID: <20010125202728.E87569@canonware.com> References: <200101260227.f0Q2R6X26628@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200101260227.f0Q2R6X26628@freefall.freebsd.org>; from deischen@FreeBSD.org on Thu, Jan 25, 2001 at 06:27:06PM -0800 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Jan 25, 2001 at 06:27:06PM -0800, Daniel Eischen wrote: > deischen 2001/01/25 18:27:06 PST > > Modified files: > lib/libc Makefile > Log: > Comment change only; s/_thread_sys_/__sys_/ Ew, this reminds me: we have IMPLEMENTATION NOTES in lots of man pages that mention _thread_sys_*(), which now needs to be updated. Jason To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 25 20:39:41 2001 Delivered-To: cvs-all@freebsd.org Received: from blues.jpj.net (blues.jpj.net [204.97.17.146]) by hub.freebsd.org (Postfix) with ESMTP id 1C4AF37B400; Thu, 25 Jan 2001 20:39:19 -0800 (PST) Received: from localhost (trevor@localhost) by blues.jpj.net (8.11.1/8.10.0) with ESMTP id f0Q4dHK12186; Thu, 25 Jan 2001 23:39:18 -0500 (EST) Date: Thu, 25 Jan 2001 23:39:17 -0500 (EST) From: Trevor Johnson To: Ying-Chieh Liao Cc: , Subject: Re: cvs commit: ports/net Makefile ports/net/dictd Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist ports/net/dictd/files dictd.sh patch-Makefile_in patch-dictd_8 In-Reply-To: <200101251555.f0PFtk335227@freefall.freebsd.org> Message-ID: <200101252337290.10623-100000@blues.jpj.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > add dictd, dict protocol (RFC 2229) server Perhaps PR 13898 or 11652 could have been mentioned? -- Trevor Johnson http://jpj.net/~trevor/gpgkey.txt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 25 22:17:16 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1C9AB37B402; Thu, 25 Jan 2001 22:16:57 -0800 (PST) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0Q6Gv857113; Thu, 25 Jan 2001 22:16:57 -0800 (PST) (envelope-from knu) Message-Id: <200101260616.f0Q6Gv857113@freefall.freebsd.org> From: Akinori MUSHA Date: Thu, 25 Jan 2001 22:16:56 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/rskkserv Makefile distinfo pkg-descr pkg-plist ports/japanese/rskkserv/files patch-Makefile patch-rskkserv.conf X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2001/01/25 22:16:56 PST Modified files: japanese/rskkserv Makefile distinfo pkg-descr pkg-plist Removed files: japanese/rskkserv/files patch-Makefile patch-rskkserv.conf Log: Update to 2.94.0, speeded up by partly using C. Revision Changes Path 1.8 +29 -13 ports/japanese/rskkserv/Makefile 1.6 +1 -1 ports/japanese/rskkserv/distinfo 1.2 +2 -1 ports/japanese/rskkserv/pkg-descr 1.4 +3 -0 ports/japanese/rskkserv/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 Jan 25 22:21:16 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0EC4B37B400; Thu, 25 Jan 2001 22:20:56 -0800 (PST) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0Q6Kuj58787; Thu, 25 Jan 2001 22:20:56 -0800 (PST) (envelope-from knu) Message-Id: <200101260620.f0Q6Kuj58787@freefall.freebsd.org> From: Akinori MUSHA Date: Thu, 25 Jan 2001 22:20:56 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/ruby-racc Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2001/01/25 22:20:55 PST Modified files: devel/ruby-racc Makefile distinfo Log: Update to 1.3.6. Revision Changes Path 1.19 +2 -2 ports/devel/ruby-racc/Makefile 1.13 +1 -1 ports/devel/ruby-racc/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 25 22:27: 9 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EDC8837B401; Thu, 25 Jan 2001 22:26:49 -0800 (PST) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0Q6Qn159214; Thu, 25 Jan 2001 22:26:49 -0800 (PST) (envelope-from knu) Message-Id: <200101260626.f0Q6Qn159214@freefall.freebsd.org> From: Akinori MUSHA Date: Thu, 25 Jan 2001 22:26:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/ruby-tmail Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2001/01/25 22:26:49 PST Modified files: mail/ruby-tmail Makefile distinfo Log: Update to 0.8.17. Revision Changes Path 1.9 +2 -2 ports/mail/ruby-tmail/Makefile 1.6 +1 -1 ports/mail/ruby-tmail/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 25 22:36:58 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B081537B401; Thu, 25 Jan 2001 22:36:38 -0800 (PST) Received: (from grog@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0Q6acD60188; Thu, 25 Jan 2001 22:36:38 -0800 (PST) (envelope-from grog) Message-Id: <200101260636.f0Q6acD60188@freefall.freebsd.org> From: Greg Lehey Date: Thu, 25 Jan 2001 22:36:38 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/gmat/files patch-ad X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG grog 2001/01/25 22:36:38 PST Added files: textproc/gmat/files patch-ad Log: Fix major breakage in format output by changing two lines. Look at this patch to see the subtlety; see http://www.lemis.com/~grog/debug/gmat.html for debugging analysis and an explanation. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 25 22:47:39 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 10B8137B6A3; Thu, 25 Jan 2001 22:47:20 -0800 (PST) Received: (from luigi@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0Q6lJa61095; Thu, 25 Jan 2001 22:47:19 -0800 (PST) (envelope-from luigi) Message-Id: <200101260647.f0Q6lJa61095@freefall.freebsd.org> From: Luigi Rizzo Date: Thu, 25 Jan 2001 22:47:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net bridge.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG luigi 2001/01/25 22:47:19 PST Modified files: sys/net bridge.c Log: Bring bridging code in line with the one which works on -STABLE. It compiles on -CURRENT, but I can not test functionality yet. Revision Changes Path 1.31 +98 -50 src/sys/net/bridge.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 25 22:49:57 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 51F6E37B401; Thu, 25 Jan 2001 22:49:35 -0800 (PST) Received: (from luigi@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0Q6nZ961303; Thu, 25 Jan 2001 22:49:35 -0800 (PST) (envelope-from luigi) Message-Id: <200101260649.f0Q6nZ961303@freefall.freebsd.org> From: Luigi Rizzo Date: Thu, 25 Jan 2001 22:49:35 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet ip_dummynet.c ip_fw.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG luigi 2001/01/25 22:49:35 PST Modified files: sys/netinet ip_dummynet.c ip_fw.c Log: Bring dummynet in line with the code that now works in -STABLE. It compiles, but I cannot test functionality yet. Revision Changes Path 1.35 +126 -89 src/sys/netinet/ip_dummynet.c 1.152 +40 -42 src/sys/netinet/ip_fw.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 25 22:57:29 2001 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 4BDC837B401; Thu, 25 Jan 2001 22:57:09 -0800 (PST) Received: (from asmodai@localhost) by lucifer.ninth-circle.org (8.11.1/8.11.0) id f0Q6v6U30565; Fri, 26 Jan 2001 07:57:06 +0100 (CET) (envelope-from asmodai) Date: Fri, 26 Jan 2001 07:57:06 +0100 From: Jeroen Ruigrok van der Werven To: John Baldwin Cc: Archie Cobbs , Bruce Evans , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, kris@FreeBSD.org, Bill Fumerola Subject: Re: cvs commit: src/contrib/tcpdump print-smb.c Message-ID: <20010126075705.A30504@lucifer.bart.nl> References: <200101260115.RAA07722@curve.dellroad.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from jhb@FreeBSD.org on Thu, Jan 25, 2001 at 05:53:27PM -0800 Organisation: VIA Net.Works The Netherlands Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -On [20010126 02:55], John Baldwin (jhb@FreeBSD.org) wrote: >On 26-Jan-01 Archie Cobbs wrote: >> At the risk of pouring more gasoline on this fire, I still have >> one question.. does MFC'ing the fix patch make things any worse? Nope. >> That is, once a file is off the vendor branch, does MFC'ing the >> fix make things any worse? I'd like to commit this fix to 4.x-stable >> as well (but only if people won't freak out that is). No, the `problem' is only with HEAD. >I think that the vendor branch business only applies to HEAD, i.e. >-current and not side branches, but I'm not 100% sure. You are correct. -- Jeroen Ruigrok van der Werven VIA Net.Works The Netherlands BSD: Technical excellence at its best Network- and systemadministrator D78D D0AD 244D 1D12 C9CA 7152 035C 1138 546A B867 Misery loves company... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 25 23: 6:51 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 783CC37B401; Thu, 25 Jan 2001 23:06:32 -0800 (PST) Received: (from grog@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0Q76Wa65016; Thu, 25 Jan 2001 23:06:32 -0800 (PST) (envelope-from grog) Message-Id: <200101260706.f0Q76Wa65016@freefall.freebsd.org> From: Greg Lehey Date: Thu, 25 Jan 2001 23:06:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/gmat Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG grog 2001/01/25 23:06:32 PST Modified files: textproc/gmat Makefile Log: Bump PORTREVISION. Reminded by: kris Revision Changes Path 1.3 +2 -1 ports/textproc/gmat/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 26 0:47:50 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D77D437B401; Fri, 26 Jan 2001 00:47:30 -0800 (PST) Received: (from jkh@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0Q8lU577378; Fri, 26 Jan 2001 00:47:30 -0800 (PST) (envelope-from jkh) Message-Id: <200101260847.f0Q8lU577378@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Fri, 26 Jan 2001 00:47:30 -0800 (PST) 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 jkh 2001/01/26 00:47:30 PST Modified files: (Branch: RELENG_4) etc/defaults make.conf Log: MFC: use proper proxy URLs and description. Revision Changes Path 1.97.2.30 +5 -4 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 Fri Jan 26 1: 1:51 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2C64E37B401; Fri, 26 Jan 2001 01:01:31 -0800 (PST) Received: (from billf@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0Q91V778957; Fri, 26 Jan 2001 01:01:31 -0800 (PST) (envelope-from billf) Message-Id: <200101260901.f0Q91V778957@freefall.freebsd.org> From: Bill Fumerola Date: Fri, 26 Jan 2001 01:01:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/libsmi Makefile distinfo pkg-descr pkg-plist ports/net/libsmi/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG billf 2001/01/26 01:01:31 PST Modified files: net/libsmi Makefile distinfo pkg-descr pkg-plist Added files: net/libsmi/files patch-aa Log: Upgrade to 0.2.13 Revision Changes Path 1.6 +3 -3 ports/net/libsmi/Makefile 1.3 +1 -1 ports/net/libsmi/distinfo 1.2 +1 -2 ports/net/libsmi/pkg-descr 1.4 +10 -0 ports/net/libsmi/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 Jan 26 2:14:11 2001 Delivered-To: cvs-all@freebsd.org Received: from rfi.fmrp.usp.br (unknown [143.107.198.161]) by hub.freebsd.org (Postfix) with ESMTP id AFBDA37B401 for ; Fri, 26 Jan 2001 02:13:54 -0800 (PST) Received: from rfi.fmrp.usp.br (elfis.fmrp.usp.br [143.107.198.145]) by rfi.fmrp.usp.br (8.11.1/8.11.1) with ESMTP id f0QA91114043 for ; Fri, 26 Jan 2001 08:09:01 -0200 (EDT) (envelope-from cloferra@rfi.fmrp.usp.br) Message-ID: <3A714E3B.448F255A@rfi.fmrp.usp.br> Date: Fri, 26 Jan 2001 08:15:23 -0200 From: "C.F" X-Mailer: Mozilla 4.73 [en] (Win95; U) X-Accept-Language: en MIME-Version: 1.0 To: cvs-all@FreeBSD.org Subject: (no subject) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG subscrive cloferra@rfi.fmrp.usp.br To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 26 3:35:56 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 35FEB37B401; Fri, 26 Jan 2001 03:35:37 -0800 (PST) Received: (from julian@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0QBZbQ99789; Fri, 26 Jan 2001 03:35:37 -0800 (PST) (envelope-from julian) Message-Id: <200101261135.f0QBZbQ99789@freefall.freebsd.org> From: Julian Elischer Date: Fri, 26 Jan 2001 03:35:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netgraph ng_tee.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG julian 2001/01/26 03:35:36 PST Modified files: sys/netgraph ng_tee.c Log: Swap egress hooks for packets entering from the monitor hooks. Revision Changes Path 1.17 +3 -3 src/sys/netgraph/ng_tee.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 26 3:36:53 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 08C9437B698; Fri, 26 Jan 2001 03:36:31 -0800 (PST) Received: (from julian@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0QBaUJ99879; Fri, 26 Jan 2001 03:36:31 -0800 (PST) (envelope-from julian) Message-Id: <200101261136.f0QBaUJ99879@freefall.freebsd.org> From: Julian Elischer Date: Fri, 26 Jan 2001 03:36:30 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netgraph ng_tee.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG julian 2001/01/26 03:36:30 PST Modified files: (Branch: RELENG_4) sys/netgraph ng_tee.c Log: Swap egress hooks for packets entering on monitor hooks Revision Changes Path 1.7.2.4 +3 -3 src/sys/netgraph/ng_tee.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 26 3:37:10 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B887537B401; Fri, 26 Jan 2001 03:36:46 -0800 (PST) Received: (from julian@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0QBak799969; Fri, 26 Jan 2001 03:36:46 -0800 (PST) (envelope-from julian) Message-Id: <200101261136.f0QBak799969@freefall.freebsd.org> From: Julian Elischer Date: Fri, 26 Jan 2001 03:36:46 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 ng_tee.4 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG julian 2001/01/26 03:36:46 PST Modified files: share/man/man4 ng_tee.4 Log: correct documentation to match code. Revision Changes Path 1.9 +3 -3 src/share/man/man4/ng_tee.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 26 3:37:42 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D79C837B69F; Fri, 26 Jan 2001 03:37:10 -0800 (PST) Received: (from julian@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0QBbAs00161; Fri, 26 Jan 2001 03:37:10 -0800 (PST) (envelope-from julian) Message-Id: <200101261137.f0QBbAs00161@freefall.freebsd.org> From: Julian Elischer Date: Fri, 26 Jan 2001 03:37:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules/netgraph/tee ng_tee.4 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG julian 2001/01/26 03:37:10 PST Modified files: (Branch: RELENG_4) sys/modules/netgraph/tee ng_tee.4 Log: Make documentation match code. Revision Changes Path 1.6.2.3 +3 -3 src/sys/modules/netgraph/tee/Attic/ng_tee.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 26 3:52: 0 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9443637B401; Fri, 26 Jan 2001 03:51:40 -0800 (PST) Received: (from julian@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0QBpe301375; Fri, 26 Jan 2001 03:51:40 -0800 (PST) (envelope-from julian) Message-Id: <200101261151.f0QBpe301375@freefall.freebsd.org> From: Julian Elischer Date: Fri, 26 Jan 2001 03:51:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netgraph ng_base.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG julian 2001/01/26 03:51:39 PST Modified files: (Branch: RELENG_4) sys/netgraph ng_base.c Log: MFC 1.40->1.41 Don't pagefault when a module load fails. Revision Changes Path 1.11.2.10 +13 -6 src/sys/netgraph/ng_base.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 26 3:54:46 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6F4CA37B401; Fri, 26 Jan 2001 03:54:22 -0800 (PST) Received: (from jeh@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0QBsMp01600; Fri, 26 Jan 2001 03:54:22 -0800 (PST) (envelope-from jeh) Message-Id: <200101261154.f0QBsMp01600@freefall.freebsd.org> From: "James E. Housley" Date: Fri, 26 Jan 2001 03:54:22 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/cups Makefile distinfo pkg-message ports/print/cups/files patch-aa patch-ad X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jeh 2001/01/26 03:54:22 PST Modified files: print/cups Makefile distinfo pkg-message Removed files: print/cups/files patch-aa patch-ad Log: Update port print/cups to 1.1.6 Changes: o PORTREVISION removed (two typos fixed in source distribution which were fixed by patches for cups-1.1.5). Incidentally, PORTREVISION is spelled wrong in r1.2 of the port's Makefile. o patch-aa and patch-ad now obsolete o MD5 checksum PR: 24650 Submitted by: George Reid MAINTAINER Revision Changes Path 1.3 +4 -4 ports/print/cups/Makefile 1.2 +1 -1 ports/print/cups/distinfo 1.2 +0 -1 ports/print/cups/pkg-message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 26 4:17:50 2001 Delivered-To: cvs-all@freebsd.org Received: from pcnet1.pcnet.com (pcnet1.pcnet.com [204.213.232.3]) by hub.freebsd.org (Postfix) with ESMTP id 822DC37B698; Fri, 26 Jan 2001 04:17:29 -0800 (PST) Received: (from eischen@localhost) by pcnet1.pcnet.com (8.8.7/PCNet) id HAA03883; Fri, 26 Jan 2001 07:17:00 -0500 (EST) Date: Fri, 26 Jan 2001 07:17:00 -0500 (EST) From: Daniel Eischen To: Jason Evans Cc: Daniel Eischen , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc Makefile In-Reply-To: <20010125202728.E87569@canonware.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 25 Jan 2001, Jason Evans wrote: > On Thu, Jan 25, 2001 at 06:27:06PM -0800, Daniel Eischen wrote: > > deischen 2001/01/25 18:27:06 PST > > > > Modified files: > > lib/libc Makefile > > Log: > > Comment change only; s/_thread_sys_/__sys_/ > > Ew, this reminds me: we have IMPLEMENTATION NOTES in lots of man pages that > mention _thread_sys_*(), which now needs to be updated. I know, but I'm not sure yet what to do for those. I want to get rid of fd locking altogether by the threads library. FILE will have a lock and be MT-safe, but I don't see any need to have the threads library provide locking for fds; it should be up to the application. Do we even want to mention that some calls are renamed to __sys_foo? -- Dan Eischen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 26 4:31:21 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EA9B937B400; Fri, 26 Jan 2001 04:31:02 -0800 (PST) Received: (from dirk@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0QCV2A10961; Fri, 26 Jan 2001 04:31:02 -0800 (PST) (envelope-from dirk) Message-Id: <200101261231.f0QCV2A10961@freefall.freebsd.org> From: Dirk Froemberg Date: Fri, 26 Jan 2001 04:31:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/palm/pose Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dirk 2001/01/26 04:31:02 PST Modified files: palm/pose Makefile Log: Release maintainership to port@FreeBSD. I don't use this port any longer and I don't have time to keep up maintainance. Revision Changes Path 1.4 +2 -2 ports/palm/pose/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 26 5:13:17 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2CF5C37B400; Fri, 26 Jan 2001 05:12:57 -0800 (PST) Received: (from hm@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0QDCvi17713; Fri, 26 Jan 2001 05:12:57 -0800 (PST) (envelope-from hm) Message-Id: <200101261312.f0QDCvi17713@freefall.freebsd.org> From: Hellmuth Michaelis Date: Fri, 26 Jan 2001 05:12:57 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/include i4b_ioctl.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hm 2001/01/26 05:12:57 PST Modified files: sys/i386/include i4b_ioctl.h Log: Add experimental support for Eicon.Diehl DIVA 2.0 and 2.02 ISA PnP cards. Increment i4b minor revision (=step) so a buildworld or a make install in /usr/src/sys/include is necessary to get isdnd and i4b kernel parts in sync. Revision Changes Path 1.11 +5 -4 src/sys/i386/include/i4b_ioctl.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 26 5:16:35 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C8EE137B400; Fri, 26 Jan 2001 05:16:11 -0800 (PST) Received: (from hm@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0QDGBc17981; Fri, 26 Jan 2001 05:16:11 -0800 (PST) (envelope-from hm) Message-Id: <200101261316.f0QDGBc17981@freefall.freebsd.org> From: Hellmuth Michaelis Date: Fri, 26 Jan 2001 05:16:11 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i4b/layer1/isic i4b_diva.c i4b_isic.h i4b_isic_pnp.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hm 2001/01/26 05:16:11 PST Modified files: sys/i4b/layer1/isic i4b_isic.h i4b_isic_pnp.c Added files: sys/i4b/layer1/isic i4b_diva.c Log: Add experimental support for Eicon.Diehl DIVA 2.0 and 2.02 ISA PnP cards. Thanks a lot to Jakob Schripsema (sch@kpn.com) for pointing out similarities of the Eicon 2.02 to the Siemens I-surf driver ! Revision Changes Path 1.3 +4 -2 src/sys/i4b/layer1/isic/i4b_isic.h 1.5 +20 -3 src/sys/i4b/layer1/isic/i4b_isic_pnp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 26 5:20: 2 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 016F037B401; Fri, 26 Jan 2001 05:19:44 -0800 (PST) Received: (from hm@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0QDJhV18345; Fri, 26 Jan 2001 05:19:43 -0800 (PST) (envelope-from hm) Message-Id: <200101261319.f0QDJhV18345@freefall.freebsd.org> From: Hellmuth Michaelis Date: Fri, 26 Jan 2001 05:19:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files.i386 options.i386 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hm 2001/01/26 05:19:43 PST Modified files: sys/conf files.i386 options.i386 Log: Add experimental support for Eicon.Diehl DIVA 2.0 and 2.02 ISA PnP cards. Revision Changes Path 1.350 +2 -1 src/sys/conf/files.i386 1.144 +2 -1 src/sys/conf/options.i386 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 26 5:22:10 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 30DBF37B400; Fri, 26 Jan 2001 05:21:49 -0800 (PST) Received: (from hm@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0QDLnW18568; Fri, 26 Jan 2001 05:21:49 -0800 (PST) (envelope-from hm) Message-Id: <200101261321.f0QDLnW18568@freefall.freebsd.org> From: Hellmuth Michaelis Date: Fri, 26 Jan 2001 05:21:49 -0800 (PST) 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 hm 2001/01/26 05:21:49 PST Modified files: sys/i386/conf NOTES Log: Add experimental support for Eicon.Diehl DIVA 2.0 and 2.02 ISA PnP cards. Revision Changes Path 1.879 +4 -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 Fri Jan 26 5:22:41 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7CC3737B401; Fri, 26 Jan 2001 05:22:18 -0800 (PST) Received: (from hm@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0QDMI418624; Fri, 26 Jan 2001 05:22:18 -0800 (PST) (envelope-from hm) Message-Id: <200101261322.f0QDMI418624@freefall.freebsd.org> From: Hellmuth Michaelis Date: Fri, 26 Jan 2001 05:22:18 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/i4b/isdnd controller.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hm 2001/01/26 05:22:18 PST Modified files: usr.sbin/i4b/isdnd controller.c Log: Add experimental support for Eicon.Diehl DIVA 2.0 and 2.02 ISA PnP cards. Revision Changes Path 1.11 +4 -3 src/usr.sbin/i4b/isdnd/controller.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 26 5:29:39 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4882437B400; Fri, 26 Jan 2001 05:29:19 -0800 (PST) Received: (from hm@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0QDTJM19113; Fri, 26 Jan 2001 05:29:19 -0800 (PST) (envelope-from hm) Message-Id: <200101261329.f0QDTJM19113@freefall.freebsd.org> From: Hellmuth Michaelis Date: Fri, 26 Jan 2001 05:29:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/texts/i386 RELNOTES.TXT X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hm 2001/01/26 05:29:19 PST Modified files: release/texts/i386 RELNOTES.TXT Log: Add experimental support for Eicon.Diehl DIVA 2.0 and 2.02 ISA PnP cards. Revision Changes Path 1.193 +4 -1 src/release/texts/i386/RELNOTES.TXT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 26 5:33:51 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4C91737B402; Fri, 26 Jan 2001 05:33:32 -0800 (PST) Received: (from hm@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0QDXW919571; Fri, 26 Jan 2001 05:33:32 -0800 (PST) (envelope-from hm) Message-Id: <200101261333.f0QDXW919571@freefall.freebsd.org> From: Hellmuth Michaelis Date: Fri, 26 Jan 2001 05:33:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/i4b/man isic.4 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hm 2001/01/26 05:33:32 PST Modified files: usr.sbin/i4b/man isic.4 Log: Add experimental support for Eicon.Diehl DIVA 2.0 and 2.02 ISA PnP cards. Revision Changes Path 1.13 +8 -6 src/usr.sbin/i4b/man/isic.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 26 5:47: 2 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D31E937B401; Fri, 26 Jan 2001 05:46:40 -0800 (PST) Received: (from ume@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0QDkei20665; Fri, 26 Jan 2001 05:46:40 -0800 (PST) (envelope-from ume) Message-Id: <200101261346.f0QDkei20665@freefall.freebsd.org> From: Hajimu UMEMOTO Date: Fri, 26 Jan 2001 05:46:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/net getaddrinfo.3 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ume 2001/01/26 05:46:40 PST Modified files: lib/libc/net getaddrinfo.3 Log: s/err1/errx/. http://X68000.startshop.co.jp/~68user/cgi-bin/wwwboard.cgi?log=1673 Obtained from: KAME Revision Changes Path 1.8 +3 -3 src/lib/libc/net/getaddrinfo.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 26 5:49:15 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F421C37B401; Fri, 26 Jan 2001 05:48:54 -0800 (PST) Received: (from ume@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0QDmsS20895; Fri, 26 Jan 2001 05:48:54 -0800 (PST) (envelope-from ume) Message-Id: <200101261348.f0QDmsS20895@freefall.freebsd.org> From: Hajimu UMEMOTO Date: Fri, 26 Jan 2001 05:48:54 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/net getaddrinfo.3 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ume 2001/01/26 05:48:54 PST Modified files: (Branch: RELENG_4) lib/libc/net getaddrinfo.3 Log: MFC 1.7->1.8: s/err1/errx/. http://X68000.startshop.co.jp/~68user/cgi-bin/wwwboard.cgi?log=1673 Revision Changes Path 1.2.2.5 +3 -3 src/lib/libc/net/getaddrinfo.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 26 5:52:43 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CC8DB37B400; Fri, 26 Jan 2001 05:52:25 -0800 (PST) Received: (from nyan@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0QDqPn21311; Fri, 26 Jan 2001 05:52:25 -0800 (PST) (envelope-from nyan) Message-Id: <200101261352.f0QDqPn21311@freefall.freebsd.org> From: Takahashi Yoshihiro Date: Fri, 26 Jan 2001 05:52:25 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/pc98 isa_compat.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nyan 2001/01/26 05:52:25 PST Modified files: (Branch: RELENG_4) sys/pc98/pc98 isa_compat.h Log: Merged from sys/i386/isa/isa_compat.h revision 1.27.2.7. Revision Changes Path 1.13.2.8 +1 -6 src/sys/pc98/pc98/Attic/isa_compat.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 26 5:53:29 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id ADEE037B401; Fri, 26 Jan 2001 05:53:05 -0800 (PST) Received: (from nyan@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0QDr5n21405; Fri, 26 Jan 2001 05:53:05 -0800 (PST) (envelope-from nyan) Message-Id: <200101261353.f0QDr5n21405@freefall.freebsd.org> From: Takahashi Yoshihiro Date: Fri, 26 Jan 2001 05:53:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files.pc98 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nyan 2001/01/26 05:53:05 PST Modified files: (Branch: RELENG_4) sys/conf files.pc98 Log: Merged from sys/conf/files.i386 revision 1.307.2.9. Revision Changes Path 1.140.2.12 +1 -2 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 Fri Jan 26 6: 1:20 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 718AC37B400; Fri, 26 Jan 2001 06:01:01 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0QE11K22355; Fri, 26 Jan 2001 06:01:01 -0800 (PST) (envelope-from sobomax) Message-Id: <200101261401.f0QE11K22355@freefall.freebsd.org> From: Maxim Sobolev Date: Fri, 26 Jan 2001 06:01:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/py-MySQLdb Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/01/26 06:01:01 PST Modified files: databases/py-MySQLdb Makefile distinfo pkg-plist Log: Update to 0.3.1. Revision Changes Path 1.11 +3 -3 ports/databases/py-MySQLdb/Makefile 1.7 +1 -1 ports/databases/py-MySQLdb/distinfo 1.6 +1 -0 ports/databases/py-MySQLdb/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 Jan 26 6:52:23 2001 Delivered-To: cvs-all@freebsd.org Received: from blizzard.sabbo.net (ns.sabbo.net [193.193.218.18]) by hub.freebsd.org (Postfix) with ESMTP id DC19037B402; Fri, 26 Jan 2001 06:51:56 -0800 (PST) Received: from vic.sabbo.net (root@vic.sabbo.net [193.193.218.112]) by blizzard.sabbo.net (8.10.1/8.10.1) with ESMTP id f0QEpnT15493; Fri, 26 Jan 2001 16:51:54 +0200 Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vic.sabbo.net (8.11.1/8.9.3) with ESMTP id f0QEpp695079; Fri, 26 Jan 2001 16:51:51 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Message-ID: <3A718F05.17815215@FreeBSD.org> Date: Fri, 26 Jan 2001 16:51:49 +0200 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.76 [en] (WinNT; U) X-Accept-Language: uk,ru,en MIME-Version: 1.0 To: Takahashi Yoshihiro Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, cvs@FreeBSD.org Subject: Re: cvs commit: src/sys/pc98/pc98 isa_compat.h References: <200101261352.f0QDqPn21311@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 Takahashi Yoshihiro wrote: > nyan 2001/01/26 05:52:25 PST > > Modified files: (Branch: RELENG_4) > sys/pc98/pc98 isa_compat.h > Log: > Merged from sys/i386/isa/isa_compat.h revision 1.27.2.7. > > Revision Changes Path > 1.13.2.8 +1 -6 src/sys/pc98/pc98/Attic/isa_compat.h ^^^^^ - Attic??? -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 26 7: 6:19 2001 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 A36C137B400; Fri, 26 Jan 2001 07:05:58 -0800 (PST) Received: (from asmodai@localhost) by lucifer.ninth-circle.org (8.11.1/8.11.0) id f0QF5v937316; Fri, 26 Jan 2001 16:05:57 +0100 (CET) (envelope-from asmodai) Date: Fri, 26 Jan 2001 16:05:56 +0100 From: Jeroen Ruigrok van der Werven To: Maxim Sobolev Cc: Takahashi Yoshihiro , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, cvs@FreeBSD.org Subject: Re: cvs commit: src/sys/pc98/pc98 isa_compat.h Message-ID: <20010126160556.A35920@lucifer.bart.nl> References: <200101261352.f0QDqPn21311@freefall.freebsd.org> <3A718F05.17815215@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3A718F05.17815215@FreeBSD.org>; from sobomax@FreeBSD.org on Fri, Jan 26, 2001 at 04:51:49PM +0200 Organisation: VIA Net.Works The Netherlands Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -On [20010126 15:55], Maxim Sobolev (sobomax@FreeBSD.org) wrote: >> 1.13.2.8 +1 -6 src/sys/pc98/pc98/Attic/isa_compat.h > ^^^^^ - Attic??? Removed from CURRENT, present in RELENG_4 I guess. -- Jeroen Ruigrok van der Werven VIA Net.Works The Netherlands BSD: Technical excellence at its best Network- and systemadministrator D78D D0AD 244D 1D12 C9CA 7152 035C 1138 546A B867 Misery loves company... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 26 7:41:11 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4A6D937B400; Fri, 26 Jan 2001 07:40:51 -0800 (PST) Received: (from asmodai@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0QFepY21390; Fri, 26 Jan 2001 07:40:51 -0800 (PST) (envelope-from asmodai) Message-Id: <200101261540.f0QFepY21390@freefall.freebsd.org> From: Jeroen Ruigrok van der Werven Date: Fri, 26 Jan 2001 07:40:51 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/telnet commands.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asmodai 2001/01/26 07:40:51 PST Modified files: (Branch: RELENG_4) usr.bin/telnet commands.c Log: MFC: Fix MAXHOSTNAMELEN, fix strcpy. Revision Changes Path 1.21.2.3 +4 -4 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 Jan 26 8:56: 7 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0A06237B401; Fri, 26 Jan 2001 08:55:47 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0QGtkM31394; Fri, 26 Jan 2001 08:55:46 -0800 (PST) (envelope-from sobomax) Message-Id: <200101261655.f0QGtkM31394@freefall.freebsd.org> From: Maxim Sobolev Date: Fri, 26 Jan 2001 08:55:46 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/quakeforge Makefile ports/games/quakeforge/files patch-common_cd__sdl.c patch-common_vid__sdl.c patch-ab X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/01/26 08:55:46 PST Modified files: games/quakeforge Makefile games/quakeforge/files patch-ab Added files: games/quakeforge/files patch-common_cd__sdl.c patch-common_vid__sdl.c Log: Respect SDL_CONFIG like others SDL-based ports do. Revision Changes Path 1.14 +6 -4 ports/games/quakeforge/Makefile 1.2 +14 -2 ports/games/quakeforge/files/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 Jan 26 8:57:42 2001 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 8C27E37B400; Fri, 26 Jan 2001 08:57:18 -0800 (PST) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id DAA01124; Sat, 27 Jan 2001 03:57:06 +1100 Date: Sat, 27 Jan 2001 03:56:55 +1100 (EST) From: Bruce Evans X-Sender: bde@besplex.bde.org To: Daniel Eischen Cc: Jason Evans , Daniel Eischen , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc Makefile 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 Fri, 26 Jan 2001, Daniel Eischen wrote: > to the application. Do we even want to mention that some calls > are renamed to __sys_foo? No. Man pages shouldn't mention any implementation details. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 26 8:58: 6 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A74E937B6A1; Fri, 26 Jan 2001 08:57:43 -0800 (PST) Received: (from alex@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0QGvhJ31593; Fri, 26 Jan 2001 08:57:43 -0800 (PST) (envelope-from alex) Message-Id: <200101261657.f0QGvhJ31593@freefall.freebsd.org> From: Alexander Langer Date: Fri, 26 Jan 2001 08:57:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/nl-ispell Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2001/01/26 08:57:43 PST Modified files: textproc/nl-ispell Makefile Log: ARGL. Change ISPELL_NO to ISPELL_NL. Bump PORTREVISION. Submitted by: Espen Skoglund Revision Changes Path 1.3 +3 -2 ports/textproc/nl-ispell/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 26 9:12:57 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 41B7B37B404; Fri, 26 Jan 2001 09:12:37 -0800 (PST) Received: (from gallatin@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0QHCb735074; Fri, 26 Jan 2001 09:12:37 -0800 (PST) (envelope-from gallatin) Message-Id: <200101261712.f0QHCb735074@freefall.freebsd.org> From: Andrew Gallatin Date: Fri, 26 Jan 2001 09:12:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/osf1 osf1_sysvec.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG gallatin 2001/01/26 09:12:36 PST Modified files: sys/alpha/osf1 osf1_sysvec.c Log: The osfulator needs sysvipc to work. Thanks to DES's commit to the i386 linulator for pointing this out. The alpha linulator doesn't need a dependancy, as it already depends on the osfulator. Revision Changes Path 1.5 +4 -1 src/sys/alpha/osf1/osf1_sysvec.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 26 9:52:55 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5BAEF37B69C; Fri, 26 Jan 2001 09:52:35 -0800 (PST) Received: (from dfr@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0QHqZv38415; Fri, 26 Jan 2001 09:52:35 -0800 (PST) (envelope-from dfr) Message-Id: <200101261752.f0QHqZv38415@freefall.freebsd.org> From: Doug Rabson Date: Fri, 26 Jan 2001 09:52:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ia64/ia64 machdep.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dfr 2001/01/26 09:52:34 PST Modified files: sys/ia64/ia64 machdep.c Log: Initialise proc0.p_heldmtx and proc0.p_contested and call mtx_enter(&Giant, MTX_DEF) after Giant is initialised. Reviewed by: jhb Revision Changes Path 1.19 +8 -3 src/sys/ia64/ia64/machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 26 10:15:51 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2E6C937B402; Fri, 26 Jan 2001 10:15:29 -0800 (PST) Received: (from dinoex@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0QIFTC44717; Fri, 26 Jan 2001 10:15:29 -0800 (PST) (envelope-from dinoex) Message-Id: <200101261815.f0QIFTC44717@freefall.freebsd.org> From: Dirk Meyer Date: Fri, 26 Jan 2001 10:15:29 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics Makefile ports/graphics/qdraw Makefile distinfo pkg-comment pkg-descr pkg-plist ports/graphics/qdraw/files patch-unix_gcc.mk X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dinoex 2001/01/26 10:15:29 PST Modified files: graphics Makefile Added files: graphics/qdraw Makefile distinfo pkg-comment pkg-descr pkg-plist graphics/qdraw/files patch-unix_gcc.mk Log: Master Site check for new version (0.8 is alpha) Port changed to new layout. removed old references to PNG move dependency to make portlint happy. Fixed spaces. libaa was renamed to aalib added a patch to compile for 4.1, 4.2 and future 4.3 release. plist improved to clean include/qsys. cleaned plist of empty lines. PR: 20344 Submitted by: n_hibma@qubesoft.com Reviewed by: will Revision Changes Path 1.261 +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 Fri Jan 26 10:16: 1 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 15DB937B401; Fri, 26 Jan 2001 10:15:32 -0800 (PST) Received: (from dinoex@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0QIFWV44751; Fri, 26 Jan 2001 10:15:32 -0800 (PST) (envelope-from dinoex) Message-Id: <200101261815.f0QIFWV44751@freefall.freebsd.org> From: Dirk Meyer Date: Fri, 26 Jan 2001 10:15:32 -0800 (PST) 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 dinoex 2001/01/26 10:15:32 PST Modified files: . modules Log: qdraw --> ports/graphics/qdraw Revision Changes Path 1.2343 +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 Jan 26 11: 6:24 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 875A137B401; Fri, 26 Jan 2001 11:06:01 -0800 (PST) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0QJ61V51965; Fri, 26 Jan 2001 11:06:01 -0800 (PST) (envelope-from bmah) Message-Id: <200101261906.f0QJ61V51965@freefall.freebsd.org> From: "Bruce A. Mah" Date: Fri, 26 Jan 2001 11:06:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/texts/alpha RELNOTES.TXT src/release/texts/i386 RELNOTES.TXT X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG bmah 2001/01/26 11:06:01 PST Modified files: release/texts/alpha RELNOTES.TXT release/texts/i386 RELNOTES.TXT Log: New release notes: buildkernel uses KERNCONF, pkg_create/pkg_install support for bzip2. Revision Changes Path 1.119 +11 -1 src/release/texts/alpha/RELNOTES.TXT 1.194 +11 -1 src/release/texts/i386/RELNOTES.TXT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 26 11:31:17 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7290837B401; Fri, 26 Jan 2001 11:30:55 -0800 (PST) Received: (from ume@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0QJUtC54607; Fri, 26 Jan 2001 11:30:55 -0800 (PST) (envelope-from ume) Message-Id: <200101261930.f0QJUtC54607@freefall.freebsd.org> From: Hajimu UMEMOTO Date: Fri, 26 Jan 2001 11:30:55 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/p5-Socket6 Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ume 2001/01/26 11:30:55 PST Modified files: net/p5-Socket6 Makefile distinfo Log: Update to 0.08. Revision Changes Path 1.4 +2 -2 ports/net/p5-Socket6/Makefile 1.3 +1 -1 ports/net/p5-Socket6/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 26 11:44:18 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5FCF437B400; Fri, 26 Jan 2001 11:43:55 -0800 (PST) Received: (from luigi@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0QJhtF55750; Fri, 26 Jan 2001 11:43:55 -0800 (PST) (envelope-from luigi) Message-Id: <200101261943.f0QJhtF55750@freefall.freebsd.org> From: Luigi Rizzo Date: Fri, 26 Jan 2001 11:43:55 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net bridge.c src/sys/netinet ip_dummynet.c ip_fw.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG luigi 2001/01/26 11:43:55 PST Modified files: sys/net bridge.c sys/netinet ip_dummynet.c ip_fw.c Log: Minor cleanups after yesterday's patch. The code (bridging and dummynet) actually worked fine! Revision Changes Path 1.32 +13 -22 src/sys/net/bridge.c 1.36 +3 -5 src/sys/netinet/ip_dummynet.c 1.153 +4 -5 src/sys/netinet/ip_fw.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 26 11:56:21 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C3C0F37B402; Fri, 26 Jan 2001 11:56:01 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0QJu1X57344; Fri, 26 Jan 2001 11:56:01 -0800 (PST) (envelope-from sobomax) Message-Id: <200101261956.f0QJu1X57344@freefall.freebsd.org> From: Maxim Sobolev Date: Fri, 26 Jan 2001 11:56:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/lpe Makefile distinfo pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/01/26 11:56:01 PST Modified files: editors/lpe Makefile distinfo pkg-descr pkg-plist Log: - Add several missed @dirrm into pkg-plist; - update MASTER_SITES and WWW; - update to 1.2.5 version. Revision Changes Path 1.13 +7 -4 ports/editors/lpe/Makefile 1.8 +1 -1 ports/editors/lpe/distinfo 1.4 +1 -1 ports/editors/lpe/pkg-descr 1.6 +22 -17 ports/editors/lpe/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 Jan 26 11:57:32 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4A8E237B698; Fri, 26 Jan 2001 11:57:07 -0800 (PST) Received: (from luigi@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0QJv7857454; Fri, 26 Jan 2001 11:57:07 -0800 (PST) (envelope-from luigi) Message-Id: <200101261957.f0QJv7857454@freefall.freebsd.org> From: Luigi Rizzo Date: Fri, 26 Jan 2001 11:57:07 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net bridge.c src/sys/netinet ip_dummynet.c ip_fw.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG luigi 2001/01/26 11:57:07 PST Modified files: (Branch: RELENG_4) sys/net bridge.c sys/netinet ip_dummynet.c ip_fw.c Log: MFC: bring in latest bunch of bugfixes and patches to make bridging and dummynet work. Once again the reason for this quick MFC is that nobody that I know is testing this code in -CURRENT (though I tested it briefly and it seems to work there as well), whereas there is a number of people using it in -STABLE. In detail, the changes to the code (committed to both -CURRENT and -STABLE) over the last week have been the following: + bridge.c: assorted bugfixes, and several performance improvements aimed at reducing the number of copies and mbuf usage. For what matters, the time spent in bdg_forward is now cut by more than 50% in the common cases, and most of the packets are kept contiguous in a single cluster from entry to exit. + ip_dummynet.c: final cleanup to the weighted fair queueing code, which now seems to work reliably. + ip_fw.c: removed the #ifdef STATEFUL lines, since there is really no way to compile this file without stateful support. Also try to reduce the number of places where ipfw depends on fields in host order. This is in an attempt to make the shared parts of mbuf chains as much as possible readonly. Revision Changes Path 1.16.2.11 +78 -41 src/sys/net/bridge.c 1.24.2.9 +8 -5 src/sys/netinet/ip_dummynet.c 1.131.2.12 +39 -42 src/sys/netinet/ip_fw.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 26 12: 0: 9 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7107337B400; Fri, 26 Jan 2001 11:59:48 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0QJxmi57793; Fri, 26 Jan 2001 11:59:48 -0800 (PST) (envelope-from sobomax) Message-Id: <200101261959.f0QJxmi57793@freefall.freebsd.org> From: Maxim Sobolev Date: Fri, 26 Jan 2001 11:59:48 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/lpe/files patch-src_Makefile.in patch-ac patch-ae X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/01/26 11:59:48 PST Added files: editors/lpe/files patch-src_Makefile.in Removed files: editors/lpe/files patch-ac patch-ae Log: OOPS, forgot to add/remove patches in my previous commit (update to 1.2.5 and cleanups). To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 26 12:20:40 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 84C3437B404; Fri, 26 Jan 2001 12:20:21 -0800 (PST) Received: (from sf@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0QKKLN63787; Fri, 26 Jan 2001 12:20:21 -0800 (PST) (envelope-from sf) Message-Id: <200101262020.f0QKKLN63787@freefall.freebsd.org> From: FUJISHIMA Satsuki Date: Fri, 26 Jan 2001 12:20:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/avifile Makefile distinfo pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sf 2001/01/26 12:20:21 PST Modified files: graphics/avifile Makefile distinfo pkg-descr pkg-plist Log: update to 0.53.3. PR: 24631 Submitted by: maintainer Revision Changes Path 1.8 +3 -5 ports/graphics/avifile/Makefile 1.5 +2 -2 ports/graphics/avifile/distinfo 1.4 +30 -14 ports/graphics/avifile/pkg-descr 1.4 +3 -1 ports/graphics/avifile/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 Jan 26 12:25: 3 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5D7C937B699; Fri, 26 Jan 2001 12:24:42 -0800 (PST) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0QKOgB64270; Fri, 26 Jan 2001 12:24:42 -0800 (PST) (envelope-from bmah) Message-Id: <200101262024.f0QKOgB64270@freefall.freebsd.org> From: "Bruce A. Mah" Date: Fri, 26 Jan 2001 12:24:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/texts/alpha RELNOTES.TXT src/release/texts/i386 RELNOTES.TXT X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG bmah 2001/01/26 12:24:40 PST Modified files: release/texts/alpha RELNOTES.TXT release/texts/i386 RELNOTES.TXT Log: Catch release notes up with security advisories 00:41, 00:76, 00:77 (mistakenly referenced as 00:78), 01:01 (listed previously but now has an advisory number), 01:08, 01:09. Revision Changes Path 1.120 +20 -4 src/release/texts/alpha/RELNOTES.TXT 1.195 +20 -4 src/release/texts/i386/RELNOTES.TXT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 26 12:26:24 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1FB6A37B6A0; Fri, 26 Jan 2001 12:26:02 -0800 (PST) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0QKQ2464654; Fri, 26 Jan 2001 12:26:02 -0800 (PST) (envelope-from bmah) Message-Id: <200101262026.f0QKQ2464654@freefall.freebsd.org> From: "Bruce A. Mah" Date: Fri, 26 Jan 2001 12:26:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/texts/alpha RELNOTES.TXT src/release/texts/i386 RELNOTES.TXT X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG bmah 2001/01/26 12:26:01 PST Modified files: (Branch: RELENG_4) release/texts/alpha RELNOTES.TXT release/texts/i386 RELNOTES.TXT Log: Catch up release notes with security advisories: 00:77 (mistakenly numbered as 00:78), 01:08, 01:09. Revision Changes Path 1.31.2.91 +10 -2 src/release/texts/alpha/RELNOTES.TXT 1.72.2.92 +10 -2 src/release/texts/i386/RELNOTES.TXT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 26 12:28:14 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A03E437B6A1; Fri, 26 Jan 2001 12:27:51 -0800 (PST) Received: (from bmah@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0QKRpN65115; Fri, 26 Jan 2001 12:27:51 -0800 (PST) (envelope-from bmah) Message-Id: <200101262027.f0QKRpN65115@freefall.freebsd.org> From: "Bruce A. Mah" Date: Fri, 26 Jan 2001 12:27:51 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/texts/alpha RELNOTES.TXT src/release/texts/i386 RELNOTES.TXT X-FreeBSD-CVS-Branch: RELENG_3 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG bmah 2001/01/26 12:27:51 PST Modified files: (Branch: RELENG_3) release/texts/alpha RELNOTES.TXT release/texts/i386 RELNOTES.TXT Log: Catch release notes up with security advisories: 00:58, 00:61, 00:62, 00:70, 00:78, 00:77, 01:08, 01:09, 01:10. Revision Changes Path 1.1.2.23 +36 -1 src/release/texts/alpha/RELNOTES.TXT 1.28.2.29 +36 -1 src/release/texts/i386/RELNOTES.TXT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 26 12:55:54 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 841A337B400; Fri, 26 Jan 2001 12:55:35 -0800 (PST) Received: (from luigi@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0QKtZ468965; Fri, 26 Jan 2001 12:55:35 -0800 (PST) (envelope-from luigi) Message-Id: <200101262055.f0QKtZ468965@freefall.freebsd.org> From: Luigi Rizzo Date: Fri, 26 Jan 2001 12:55:35 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/picobsd/build Makefile.crunch X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG luigi 2001/01/26 12:55:35 PST Modified files: (Branch: RELENG_4) release/picobsd/build Makefile.crunch Log: Be more silent when building the objects, and do not block if fails to clean something. Revision Changes Path 1.1.4.8 +4 -4 src/release/picobsd/build/Makefile.crunch To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 26 12:56:41 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8004E37B401; Fri, 26 Jan 2001 12:56:19 -0800 (PST) Received: (from luigi@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0QKuJF69119; Fri, 26 Jan 2001 12:56:19 -0800 (PST) (envelope-from luigi) Message-Id: <200101262056.f0QKuJF69119@freefall.freebsd.org> From: Luigi Rizzo Date: Fri, 26 Jan 2001 12:56:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/picobsd/build build stage1 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG luigi 2001/01/26 12:56:19 PST Modified files: (Branch: RELENG_4) release/picobsd/build build stage1 Log: Better formatting of the final report. Revision Changes Path 1.24.2.6 +2 -2 src/release/picobsd/build/build 1.17.2.8 +2 -2 src/release/picobsd/build/stage1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 26 12:57:49 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1D4C137B400; Fri, 26 Jan 2001 12:57:26 -0800 (PST) Received: (from luigi@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0QKvQJ69407; Fri, 26 Jan 2001 12:57:26 -0800 (PST) (envelope-from luigi) Message-Id: <200101262057.f0QKvQJ69407@freefall.freebsd.org> From: Luigi Rizzo Date: Fri, 26 Jan 2001 12:57:25 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/picobsd/build clean X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG luigi 2001/01/26 12:57:25 PST Modified files: (Branch: RELENG_4) release/picobsd/build clean Log: Do not terminate if it fails to clean something. Revision Changes Path 1.12.2.5 +2 -2 src/release/picobsd/build/clean To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 26 15:32:59 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0674B37B404; Fri, 26 Jan 2001 15:32:39 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0QNWcQ93751; Fri, 26 Jan 2001 15:32:38 -0800 (PST) (envelope-from jhb) Message-Id: <200101262332.f0QNWcQ93751@freefall.freebsd.org> From: John Baldwin Date: Fri, 26 Jan 2001 15:32:38 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha vm_machdep.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/26 15:32:38 PST Modified files: sys/alpha/alpha vm_machdep.c Log: Update some comments, s0 in the pcb of a child returning from fork1() is now passed in as a0 to fork_exit() and and s2 is passed in as a1. Revision Changes Path 1.42 +3 -3 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 Fri Jan 26 15:37:16 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6240437B6A2; Fri, 26 Jan 2001 15:36:59 -0800 (PST) Received: (from asmodai@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0QNaxh94019; Fri, 26 Jan 2001 15:36:59 -0800 (PST) (envelope-from asmodai) Message-Id: <200101262336.f0QNaxh94019@freefall.freebsd.org> From: Jeroen Ruigrok van der Werven Date: Fri, 26 Jan 2001 15:36:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/inetd builtins.c X-FreeBSD-CVS-Branch: RELENG_3 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asmodai 2001/01/26 15:36:58 PST Modified files: (Branch: RELENG_3) usr.sbin/inetd builtins.c Log: MFC: Security fix: correctly set groups according to the user. Don't allow blocking on the opening of ~/.fakeid. Revision Changes Path 1.14.2.2 +15 -6 src/usr.sbin/inetd/builtins.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 26 15:52: 2 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9ABD737B404; Fri, 26 Jan 2001 15:51:41 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0QNpf495468; Fri, 26 Jan 2001 15:51:41 -0800 (PST) (envelope-from jhb) Message-Id: <200101262351.f0QNpf495468@freefall.freebsd.org> From: John Baldwin Date: Fri, 26 Jan 2001 15:51:41 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_fork.c src/sys/sys proc.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/26 15:51:41 PST Modified files: sys/kern kern_fork.c sys/sys proc.h Log: Fix fork_exit() to take a pointer to a function that returns void as its first argument rather than a function that returns a void *. Noticed by: jake Revision Changes Path 1.96 +3 -3 src/sys/kern/kern_fork.c 1.143 +2 -2 src/sys/sys/proc.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 26 15:52:29 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CC48137B6AA; Fri, 26 Jan 2001 15:52:00 -0800 (PST) Received: (from nakai@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0QNq0M95486; Fri, 26 Jan 2001 15:52:00 -0800 (PST) (envelope-from nakai) Message-Id: <200101262352.f0QNq0M95486@freefall.freebsd.org> From: Yukihiro Nakai Date: Fri, 26 Jan 2001 15:52:00 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/gnome Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nakai 2001/01/26 15:52:00 PST Modified files: japanese/gnome Makefile Log: Update. Submitted by: "Akinori MUSHA" Revision Changes Path 1.6 +3 -3 ports/japanese/gnome/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 26 15:55: 3 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4B4CD37B401; Fri, 26 Jan 2001 15:54:41 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0QNsfM95625; Fri, 26 Jan 2001 15:54:41 -0800 (PST) (envelope-from jhb) Message-Id: <200101262354.f0QNsfM95625@freefall.freebsd.org> From: John Baldwin Date: Fri, 26 Jan 2001 15:54:41 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/compat/svr4 svr4_sysvec.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/26 15:54:41 PST Modified files: sys/compat/svr4 svr4_sysvec.c Log: - Back out over-aggressive locking of p->p_cred. - Back out locking ucred's and bumping refcounts for vnode operations. Revision Changes Path 1.18 +4 -13 src/sys/compat/svr4/svr4_sysvec.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 26 15:59: 5 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7613D37B69B; Fri, 26 Jan 2001 15:58:43 -0800 (PST) Received: (from archie@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0QNwh996224; Fri, 26 Jan 2001 15:58:43 -0800 (PST) (envelope-from archie) Message-Id: <200101262358.f0QNwh996224@freefall.freebsd.org> From: Archie Cobbs Date: Fri, 26 Jan 2001 15:58:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/tcpdump print-smb.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG archie 2001/01/26 15:58:43 PST Modified files: (Branch: RELENG_4) contrib/tcpdump print-smb.c Log: MFC: (rev. 1.2) fix bug showing data beyond the end of certain NBT packets. Revision Changes Path 1.1.1.1.2.1 +3 -1 src/contrib/tcpdump/print-smb.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 26 16: 1:54 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AD98337B69B; Fri, 26 Jan 2001 16:01:31 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0R01Vu96670; Fri, 26 Jan 2001 16:01:31 -0800 (PST) (envelope-from jhb) Message-Id: <200101270001.f0R01Vu96670@freefall.freebsd.org> From: John Baldwin Date: Fri, 26 Jan 2001 16:01:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern imgact_aout.c imgact_elf.c kern_acct.c kern_acl.c src/sys/coda coda_vfsops.c src/sys/compat/linux linux_file.c linux_misc.c linux_util.c src/sys/compat/pecoff imgact_pecoff.c src/sys/compat/svr4 svr4_fcntl.c svr4_misc.c ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/26 16:01:31 PST Modified files: sys/kern imgact_aout.c imgact_elf.c kern_acct.c kern_acl.c sys/coda coda_vfsops.c sys/compat/linux linux_file.c linux_misc.c linux_util.c sys/compat/pecoff imgact_pecoff.c sys/compat/svr4 svr4_fcntl.c svr4_misc.c sys/dev/ccd ccd.c sys/dev/vn vn.c sys/fs/hpfs hpfs_vfsops.c sys/gnu/ext2fs ext2_vfsops.c sys/i386/ibcs2 ibcs2_util.c imgact_coff.c sys/isofs/cd9660 cd9660_vfsops.c Log: Back out proc locking to protect p_ucred for obtaining additional references along with the actual obtaining of additional references. Revision Changes Path 1.66 +2 -7 src/sys/kern/imgact_aout.c 1.88 +2 -7 src/sys/kern/imgact_elf.c 1.29 +8 -26 src/sys/kern/kern_acct.c 1.7 +9 -33 src/sys/kern/kern_acl.c 1.29 +3 -15 src/sys/coda/coda_vfsops.c 1.49 +2 -9 src/sys/compat/linux/linux_file.c 1.93 +6 -18 src/sys/compat/linux/linux_misc.c 1.14 +4 -11 src/sys/compat/linux/linux_util.c 1.4 +4 -14 src/sys/compat/pecoff/imgact_pecoff.c 1.13 +5 -21 src/sys/compat/svr4/svr4_fcntl.c 1.23 +3 -17 src/sys/compat/svr4/svr4_misc.c 1.86 +7 -35 src/sys/dev/ccd/ccd.c 1.125 +6 -20 src/sys/dev/vn/vn.c 1.10 +2 -10 src/sys/fs/hpfs/hpfs_vfsops.c 1.74 +4 -25 src/sys/gnu/ext2fs/ext2_vfsops.c 1.10 +4 -11 src/sys/i386/ibcs2/ibcs2_util.c 1.44 +5 -20 src/sys/i386/ibcs2/imgact_coff.c 1.83 +3 -16 src/sys/isofs/cd9660/cd9660_vfsops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 26 17:15:42 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E004237B401; Fri, 26 Jan 2001 17:15:17 -0800 (PST) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0R1FHL05826; Fri, 26 Jan 2001 17:15:17 -0800 (PST) (envelope-from will) Message-Id: <200101270115.f0R1FHL05826@freefall.freebsd.org> From: Will Andrews Date: Fri, 26 Jan 2001 17:15:17 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/cracklib Makefile pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/01/26 17:15:17 PST Modified files: security/cracklib Makefile pkg-plist Log: Add new cracklib(3) manpage; add FascistCheck(3) function header file (actually called packer.h) and a MLINK to cracklib(3) manpage. Bump PORTREVISION to 1. Submitted by: Andrew J. Korty (maintainer) Revision Changes Path 1.2 +7 -1 ports/security/cracklib/Makefile 1.2 +1 -0 ports/security/cracklib/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 Jan 26 17:16:40 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0CFEE37B401; Fri, 26 Jan 2001 17:16:17 -0800 (PST) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0R1GHw05974; Fri, 26 Jan 2001 17:16:17 -0800 (PST) (envelope-from will) Message-Id: <200101270116.f0R1GHw05974@freefall.freebsd.org> From: Will Andrews Date: Fri, 26 Jan 2001 17:16:16 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/cracklib/files cracklib.3 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/01/26 17:16:16 PST Added files: security/cracklib/files cracklib.3 Log: (Oops, forgot to include actual cracklib(3) manpage with update): Add new cracklib(3) manpage; add FascistCheck(3) function header file (actually called packer.h) and a MLINK to cracklib(3) manpage. Bump PORTREVISION to 1. Submitted by: Andrew J. Korty (maintainer) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 26 17:39:33 2001 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 D01F737B401; Fri, 26 Jan 2001 17:39:14 -0800 (PST) Received: from fledge.watson.org (robert@fledge.pr.watson.org [192.0.2.3]) by fledge.watson.org (8.11.1/8.11.1) with SMTP id f0R1ZXB83546; Fri, 26 Jan 2001 20:35:34 -0500 (EST) (envelope-from robert@fledge.watson.org) Date: Fri, 26 Jan 2001 20:35:32 -0500 (EST) From: Robert Watson X-Sender: robert@fledge.watson.org To: Bruce Evans Cc: Daniel Eischen , Jason Evans , Daniel Eischen , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc Makefile 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, 27 Jan 2001, Bruce Evans wrote: > On Fri, 26 Jan 2001, Daniel Eischen wrote: > > > to the application. Do we even want to mention that some calls > > are renamed to __sys_foo? > > No. Man pages shouldn't mention any implementation details. But they should have a cute thread safety table in the style of Solaris man pages, letting developers know if they're employing a base system (syscall, library) call that is *not* thread-safe (either at this point, or in general). Robert N M Watson FreeBSD Core Team, TrustedBSD Project robert@fledge.watson.org NAI Labs, 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 Fri Jan 26 18:31:29 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7515537B402; Fri, 26 Jan 2001 18:31:09 -0800 (PST) Received: (from luigi@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0R2V9F13866; Fri, 26 Jan 2001 18:31:09 -0800 (PST) (envelope-from luigi) Message-Id: <200101270231.f0R2V9F13866@freefall.freebsd.org> From: Luigi Rizzo Date: Fri, 26 Jan 2001 18:31:09 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet ip_fw.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG luigi 2001/01/26 18:31:09 PST Modified files: sys/netinet ip_fw.c Log: Make sure we do not follow an invalid pointer in ipfw_report when we get an incomplete packet or m_pullup fails. Revision Changes Path 1.154 +3 -2 src/sys/netinet/ip_fw.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 26 18:54:51 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 19B6337B404; Fri, 26 Jan 2001 18:54:29 -0800 (PST) Received: (from kris@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0R2sT915597; Fri, 26 Jan 2001 18:54:29 -0800 (PST) (envelope-from kris) Message-Id: <200101270254.f0R2sT915597@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 26 Jan 2001 18:54:28 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/apache13+ipv6 Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2001/01/26 18:54:28 PST Modified files: www/apache13+ipv6 Makefile distinfo Log: Update to latest IPv6 patch and bump PORTREVISION Approved by: Maintainer Revision Changes Path 1.12 +3 -2 ports/www/apache13+ipv6/Makefile 1.6 +1 -1 ports/www/apache13+ipv6/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 26 19: 7:59 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 302DF37B69D; Fri, 26 Jan 2001 19:07:41 -0800 (PST) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0R37f818825; Fri, 26 Jan 2001 19:07:41 -0800 (PST) (envelope-from will) Message-Id: <200101270307.f0R37f818825@freefall.freebsd.org> From: Will Andrews Date: Fri, 26 Jan 2001 19:07:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security Makefile ports/security/p5-Crypt-Cracklib Makefile distinfo pkg-comment pkg-descr pkg-plist ports/security/p5-Crypt-Cracklib/files patch-Makefile.PL X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/01/26 19:07:40 PST Modified files: security Makefile Added files: security/p5-Crypt-Cracklib Makefile distinfo pkg-comment pkg-descr pkg-plist security/p5-Crypt-Cracklib/files patch-Makefile.PL Log: Add p5-Crypt-Cracklib 0.01, a perl interface to Alec Muffet's cracklib library. Requested by: Andrew J. Korty Revision Changes Path 1.163 +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 Fri Jan 26 19: 8:15 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0C96637B69E; Fri, 26 Jan 2001 19:07:46 -0800 (PST) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0R37ks18864; Fri, 26 Jan 2001 19:07:46 -0800 (PST) (envelope-from will) Message-Id: <200101270307.f0R37ks18864@freefall.freebsd.org> From: Will Andrews Date: Fri, 26 Jan 2001 19:07:45 -0800 (PST) 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 2001/01/26 19:07:45 PST Modified files: . modules Log: p5-Crypt-Cracklib --> ports/security/p5-Crypt-Cracklib Revision Changes Path 1.2344 +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 Jan 26 19:11:14 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C86F537B69E; Fri, 26 Jan 2001 19:10:53 -0800 (PST) Received: (from luigi@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0R3Arc19163; Fri, 26 Jan 2001 19:10:53 -0800 (PST) (envelope-from luigi) Message-Id: <200101270310.f0R3Arc19163@freefall.freebsd.org> From: Luigi Rizzo Date: Fri, 26 Jan 2001 19:10:53 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/picobsd/floppy.tree/root .profile X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG luigi 2001/01/26 19:10:53 PST Added files: (Branch: RELENG_4) release/picobsd/floppy.tree/root .profile Log: enable handling of arrow keys for the shell. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 26 19:19:18 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CCCDD37B400; Fri, 26 Jan 2001 19:18:58 -0800 (PST) Received: (from luigi@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0R3Iwl20004; Fri, 26 Jan 2001 19:18:58 -0800 (PST) (envelope-from luigi) Message-Id: <200101270318.f0R3Iwl20004@freefall.freebsd.org> From: Luigi Rizzo Date: Fri, 26 Jan 2001 19:18:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/picobsd/tinyware/ns ns.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG luigi 2001/01/26 19:18:57 PST Modified files: release/picobsd/tinyware/ns ns.c Log: Add dummy -n option, for compatibility with the standard netstat Revision Changes Path 1.11 +5 -3 src/release/picobsd/tinyware/ns/ns.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 26 19:21:49 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F282037B401; Fri, 26 Jan 2001 19:21:24 -0800 (PST) Received: (from jmz@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0R3LOd20316; Fri, 26 Jan 2001 19:21:24 -0800 (PST) (envelope-from jmz) Message-Id: <200101270321.f0R3LOd20316@freefall.freebsd.org> From: Jean-Marc Zucconi Date: Fri, 26 Jan 2001 19:21:24 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/XFree86 Makefile ports/x11/XFree86/files patch-u X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jmz 2001/01/26 19:21:24 PST Modified files: x11/XFree86 Makefile Added files: x11/XFree86/files patch-u Log: Fix a small bug in the MouseKeysAccel feature. See http://www.math.missouri.edu/~stephen/software/bugfix-for-mousekeys for a complete description. Submitted by: Stephen Montgomery-Smith Revision Changes Path 1.92 +2 -2 ports/x11/XFree86/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 26 19:24: 9 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8AAE737B400; Fri, 26 Jan 2001 19:23:44 -0800 (PST) Received: (from luigi@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0R3Niq20563; Fri, 26 Jan 2001 19:23:44 -0800 (PST) (envelope-from luigi) Message-Id: <200101270323.f0R3Niq20563@freefall.freebsd.org> From: Luigi Rizzo Date: Fri, 26 Jan 2001 19:23:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/picobsd/mfs_tree/etc rc src/release/picobsd/mfs_tree/stand update X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG luigi 2001/01/26 19:23:44 PST Modified files: release/picobsd/mfs_tree/etc rc release/picobsd/mfs_tree/stand update Log: The magic for autodetecting the boot media does not work anymore on STABLE or CURRENT. Put the explicit name for the floppy. Revision Changes Path 1.3 +2 -2 src/release/picobsd/mfs_tree/etc/rc 1.3 +2 -2 src/release/picobsd/mfs_tree/stand/update To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 26 19:25:24 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C817037B400; Fri, 26 Jan 2001 19:25:01 -0800 (PST) Received: (from luigi@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0R3P1J20760; Fri, 26 Jan 2001 19:25:01 -0800 (PST) (envelope-from luigi) Message-Id: <200101270325.f0R3P1J20760@freefall.freebsd.org> From: Luigi Rizzo Date: Fri, 26 Jan 2001 19:25:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/picobsd/floppy.tree/root .profile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG luigi 2001/01/26 19:25:01 PST Added files: release/picobsd/floppy.tree/root .profile Log: Make the shell handle arrow keys To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 26 20: 0: 6 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CDD1237B402; Fri, 26 Jan 2001 19:59:41 -0800 (PST) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0R3xfo24284; Fri, 26 Jan 2001 19:59:41 -0800 (PST) (envelope-from will) Message-Id: <200101270359.f0R3xfo24284@freefall.freebsd.org> From: Will Andrews Date: Fri, 26 Jan 2001 19:59:41 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils Makefile ports/sysutils/xw Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/01/26 19:59:41 PST Modified files: sysutils Makefile Added files: sysutils/xw Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add xw 0.0.8, an X app to list current users logged into the system. PR: 24664 Submitted by: Daniel Hemmerich Revision Changes Path 1.150 +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 Jan 26 20: 0:17 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 071E137B698; Fri, 26 Jan 2001 19:59:49 -0800 (PST) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0R3xms24333; Fri, 26 Jan 2001 19:59:48 -0800 (PST) (envelope-from will) Message-Id: <200101270359.f0R3xms24333@freefall.freebsd.org> From: Will Andrews Date: Fri, 26 Jan 2001 19:59:48 -0800 (PST) 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 2001/01/26 19:59:48 PST Modified files: . modules Log: xw --> ports/sysutils/xw Revision Changes Path 1.2345 +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 Jan 26 20:40:53 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B0D5637B400; Fri, 26 Jan 2001 20:40:33 -0800 (PST) Received: (from kris@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0R4eXp30517; Fri, 26 Jan 2001 20:40:33 -0800 (PST) (envelope-from kris) Message-Id: <200101270440.f0R4eXp30517@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 26 Jan 2001 20:40:33 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/astro/setiathome Makefile distinfo pkg-install pkg-plist ports/astro/setiathome/files setiathome.1 setiathome.sh xsetiathome.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2001/01/26 20:40:33 PST Modified files: astro/setiathome Makefile distinfo pkg-install pkg-plist astro/setiathome/files setiathome.1 setiathome.sh xsetiathome.1 Log: Update to setiathome 3.03 and replace inactive maintainer. Submitted by: Cyrille Lefevre PR: 24520 Revision Changes Path 1.23 +108 -43 ports/astro/setiathome/Makefile 1.6 +1 -2 ports/astro/setiathome/distinfo 1.6 +8 -9 ports/astro/setiathome/pkg-install 1.3 +0 -1 ports/astro/setiathome/pkg-plist 1.10 +108 -64 ports/astro/setiathome/files/setiathome.1 1.3 +23 -12 ports/astro/setiathome/files/setiathome.sh 1.2 +7 -3 ports/astro/setiathome/files/xsetiathome.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 26 21: 8:28 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7B00B37B400; Fri, 26 Jan 2001 21:08:08 -0800 (PST) Received: (from kris@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0R588R35321; Fri, 26 Jan 2001 21:08:08 -0800 (PST) (envelope-from kris) Message-Id: <200101270508.f0R588R35321@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 26 Jan 2001 21:08:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/netatalk Makefile ports/net/netatalk-asun Makefile ports/net/macipgw Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2001/01/26 21:08:08 PST Modified files: net/netatalk Makefile net/netatalk-asun Makefile net/macipgw Makefile Log: Remove stb as maintainer; he hasn't committed anything for 18 months. Revision Changes Path 1.17 +2 -2 ports/net/netatalk/Makefile 1.20 +2 -2 ports/net/netatalk-asun/Makefile 1.10 +2 -2 ports/net/macipgw/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 26 21:26:43 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B534D37B402; Fri, 26 Jan 2001 21:26:23 -0800 (PST) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0R5QNn37507; Fri, 26 Jan 2001 21:26:23 -0800 (PST) (envelope-from will) Message-Id: <200101270526.f0R5QNn37507@freefall.freebsd.org> From: Will Andrews Date: Fri, 26 Jan 2001 21:26:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/iso12083 Makefile ports/textproc/jade Makefile ports/textproc/sgmlformat Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/01/26 21:26:23 PST Modified files: textproc/iso12083 Makefile textproc/jade Makefile textproc/sgmlformat Makefile Log: Remove inactive MAINTAINER , who hasn't committed in 14 months. Revision Changes Path 1.7 +2 -2 ports/textproc/iso12083/Makefile 1.28 +2 -2 ports/textproc/jade/Makefile 1.19 +2 -2 ports/textproc/sgmlformat/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 26 21:28:52 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BC48137B401; Fri, 26 Jan 2001 21:28:29 -0800 (PST) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0R5STj37785; Fri, 26 Jan 2001 21:28:29 -0800 (PST) (envelope-from will) Message-Id: <200101270528.f0R5STj37785@freefall.freebsd.org> From: Will Andrews Date: Fri, 26 Jan 2001 21:28:29 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/pbm2ppa Makefile ports/news/trn Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/01/26 21:28:29 PST Modified files: print/pbm2ppa Makefile news/trn Makefile Log: Remove inactive MAINTAINER , who hasn't committed in 20 months. Revision Changes Path 1.12 +3 -3 ports/print/pbm2ppa/Makefile 1.19 +2 -2 ports/news/trn/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 26 21:31:32 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6B97037B402; Fri, 26 Jan 2001 21:31:10 -0800 (PST) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0R5VAC38076; Fri, 26 Jan 2001 21:31:10 -0800 (PST) (envelope-from will) Message-Id: <200101270531.f0R5VAC38076@freefall.freebsd.org> From: Will Andrews Date: Fri, 26 Jan 2001 21:31:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/tcl80 Makefile ports/misc/amanda24 Makefile ports/x11-toolkits/tk80 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/01/26 21:31:10 PST Modified files: lang/tcl80 Makefile misc/amanda24 Makefile x11-toolkits/tk80 Makefile Log: Remove inactive MAINTAINER , who hasn't committed in 20 months. Revision Changes Path 1.31 +2 -2 ports/lang/tcl80/Makefile 1.31 +2 -2 ports/misc/amanda24/Makefile 1.30 +2 -2 ports/x11-toolkits/tk80/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 26 21:33:40 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CB31637B402; Fri, 26 Jan 2001 21:33:19 -0800 (PST) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0R5XJH38381; Fri, 26 Jan 2001 21:33:19 -0800 (PST) (envelope-from will) Message-Id: <200101270533.f0R5XJH38381@freefall.freebsd.org> From: Will Andrews Date: Fri, 26 Jan 2001 21:33:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/sharity-light Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/01/26 21:33:19 PST Modified files: net/sharity-light Makefile Log: Remove inactive MAINTAINER
, who hasn't committed in over 2 years. Revision Changes Path 1.16 +2 -2 ports/net/sharity-light/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 26 21:40:24 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A0A0937B401; Fri, 26 Jan 2001 21:40:03 -0800 (PST) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0R5e3H39346; Fri, 26 Jan 2001 21:40:03 -0800 (PST) (envelope-from will) Message-Id: <200101270540.f0R5e3H39346@freefall.freebsd.org> From: Will Andrews Date: Fri, 26 Jan 2001 21:40:03 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/jam Makefile ports/lang/Gofer Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/01/26 21:40:03 PST Modified files: devel/jam Makefile lang/Gofer Makefile Log: Remove inactive MAINTAINER , he hasn't committed in over 2 years. Revision Changes Path 1.6 +2 -2 ports/devel/jam/Makefile 1.13 +2 -2 ports/lang/Gofer/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 26 21:40:37 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 490F137B402; Fri, 26 Jan 2001 21:40:11 -0800 (PST) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0R5eBU39563; Fri, 26 Jan 2001 21:40:11 -0800 (PST) (envelope-from will) Message-Id: <200101270540.f0R5eBU39563@freefall.freebsd.org> From: Will Andrews Date: Fri, 26 Jan 2001 21:40:11 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/xcdplayer Makefile ports/cad/irsim Makefile ports/cad/magic Makefile ports/games/xasteroids Makefile ports/games/xchomp Makefile ports/games/xinvaders Makefile ports/games/xmille Makefile ports/games/xmj Makefile ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/01/26 21:40:11 PST Modified files: audio/xcdplayer Makefile cad/irsim Makefile cad/magic Makefile games/xasteroids Makefile games/xchomp Makefile games/xinvaders Makefile games/xmille Makefile games/xmj Makefile games/xrisk Makefile games/xsol Makefile Log: Remove inactive MAINTAINER , who hasn't committed in over 3 years. Revision Changes Path 1.14 +2 -2 ports/audio/xcdplayer/Makefile 1.12 +2 -2 ports/cad/irsim/Makefile 1.19 +2 -2 ports/cad/magic/Makefile 1.16 +2 -2 ports/games/xasteroids/Makefile 1.13 +2 -2 ports/games/xchomp/Makefile 1.16 +2 -2 ports/games/xinvaders/Makefile 1.14 +2 -2 ports/games/xmille/Makefile 1.14 +2 -2 ports/games/xmj/Makefile 1.17 +2 -2 ports/games/xrisk/Makefile 1.14 +2 -2 ports/games/xsol/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 26 21:42:37 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 36C2737B402; Fri, 26 Jan 2001 21:42:15 -0800 (PST) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0R5gFN39829; Fri, 26 Jan 2001 21:42:15 -0800 (PST) (envelope-from will) Message-Id: <200101270542.f0R5gFN39829@freefall.freebsd.org> From: Will Andrews Date: Fri, 26 Jan 2001 21:42:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/s3mod Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/01/26 21:42:15 PST Modified files: audio/s3mod Makefile Log: Remove inactive MAINTAINER , he hasn't committed in nearly 6 years. Revision Changes Path 1.9 +2 -2 ports/audio/s3mod/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 26 21:43:54 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 677F037B401; Fri, 26 Jan 2001 21:43:31 -0800 (PST) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0R5hVN39988; Fri, 26 Jan 2001 21:43:31 -0800 (PST) (envelope-from will) Message-Id: <200101270543.f0R5hVN39988@freefall.freebsd.org> From: Will Andrews Date: Fri, 26 Jan 2001 21:43:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/pbm2ppa Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/01/26 21:43:31 PST Modified files: print/pbm2ppa Makefile Log: Restore credit to creation of this port to smace. Revision Changes Path 1.13 +2 -2 ports/print/pbm2ppa/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 26 21:44:21 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D53CB37B404; Fri, 26 Jan 2001 21:43:58 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0R5hwZ40073; Fri, 26 Jan 2001 21:43:58 -0800 (PST) (envelope-from peter) Message-Id: <200101270543.f0R5hwZ40073@freefall.freebsd.org> From: Peter Wemm Date: Fri, 26 Jan 2001 21:43:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys kernel.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG peter 2001/01/26 21:43:58 PST Modified files: sys/sys kernel.h Log: Use strlcpy() in TUNABLE_STR_xxx() and avoid an off-by-one. Noticed by: dfr Revision Changes Path 1.78 +3 -5 src/sys/sys/kernel.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 26 21:54:14 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9C16C37B6A0; Fri, 26 Jan 2001 21:53:52 -0800 (PST) Received: (from kris@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0R5rqA42095; Fri, 26 Jan 2001 21:53:52 -0800 (PST) (envelope-from kris) Message-Id: <200101270553.f0R5rqA42095@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 26 Jan 2001 21:53:52 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/Mk bsd.sites.mk X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2001/01/26 21:53:52 PST Modified files: Mk bsd.sites.mk Log: ftp7.de.freebsd.org doesn't carry the local-distfiles stuff. We should probably add some more MASTER_SITE_LOCALs here since there are now only two of them. Revision Changes Path 1.29 +2 -3 ports/Mk/bsd.sites.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 26 21:59: 4 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6BC3637B400; Fri, 26 Jan 2001 21:58:44 -0800 (PST) Received: (from kris@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0R5wis42835; Fri, 26 Jan 2001 21:58:44 -0800 (PST) (envelope-from kris) Message-Id: <200101270558.f0R5wis42835@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 26 Jan 2001 21:58:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/fakebo Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2001/01/26 21:58:44 PST Modified files: security/fakebo Makefile Log: Fennerize a dead MASTER_SITE. Revision Changes Path 1.12 +2 -3 ports/security/fakebo/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 26 22: 0:14 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1417A37B401; Fri, 26 Jan 2001 21:59:51 -0800 (PST) Received: (from kris@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0R5xp042972; Fri, 26 Jan 2001 21:59:51 -0800 (PST) (envelope-from kris) Message-Id: <200101270559.f0R5xp042972@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 26 Jan 2001 21:59:50 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/povray Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2001/01/26 21:59:50 PST Modified files: graphics/povray Makefile Log: Fennerize a dead MASTER_SITE Revision Changes Path 1.24 +1 -2 ports/graphics/povray/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 26 22: 2:11 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 995A637B401; Fri, 26 Jan 2001 22:01:48 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0R61mj43204; Fri, 26 Jan 2001 22:01:48 -0800 (PST) (envelope-from peter) Message-Id: <200101270601.f0R61mj43204@freefall.freebsd.org> From: Peter Wemm Date: Fri, 26 Jan 2001 22:01:48 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys kernel.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG peter 2001/01/26 22:01:48 PST Modified files: sys/sys kernel.h Log: Bah, as my luck would have it, I had a kernel source tree in the window while strlcpy() existed, before it got backed out due to an extended bikeshed argument. Sigh. Back to the old version with the redundant code to terminate the string. :-( Revision Changes Path 1.79 +5 -3 src/sys/sys/kernel.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 26 22: 6:42 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4795D37B404; Fri, 26 Jan 2001 22:06:24 -0800 (PST) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0R66Oh45707; Fri, 26 Jan 2001 22:06:24 -0800 (PST) (envelope-from will) Message-Id: <200101270606.f0R66Oh45707@freefall.freebsd.org> From: Will Andrews Date: Fri, 26 Jan 2001 22:06:24 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/gqmpeg pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/01/26 22:06:24 PST Modified files: audio/gqmpeg pkg-descr Log: Fix broken site link. Revision Changes Path 1.7 +1 -1 ports/audio/gqmpeg/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 Jan 26 22:13:10 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A3E7037B401; Fri, 26 Jan 2001 22:12:51 -0800 (PST) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0R6CpU49680; Fri, 26 Jan 2001 22:12:51 -0800 (PST) (envelope-from will) Message-Id: <200101270612.f0R6CpU49680@freefall.freebsd.org> From: Will Andrews Date: Fri, 26 Jan 2001 22:12:51 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/sidplay Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/01/26 22:12:51 PST Modified files: audio/sidplay Makefile Log: Fix fennerage; host distfile on MASTER_SITE_LOCAL since ftpsearch.ntnu.no shows no current master sites. Revision Changes Path 1.14 +3 -2 ports/audio/sidplay/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 26 22:19: 9 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9944837B401; Fri, 26 Jan 2001 22:18:49 -0800 (PST) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0R6Inu51155; Fri, 26 Jan 2001 22:18:49 -0800 (PST) (envelope-from will) Message-Id: <200101270618.f0R6Inu51155@freefall.freebsd.org> From: Will Andrews Date: Fri, 26 Jan 2001 22:18:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/ripenc Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/01/26 22:18:49 PST Modified files: audio/ripenc Makefile Log: Fix fennerage (ftpsearch, checksum ok); remove bogus header line. Revision Changes Path 1.5 +3 -3 ports/audio/ripenc/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 26 22:32:40 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E0F5037B404; Fri, 26 Jan 2001 22:32:20 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0R6WK353385; Fri, 26 Jan 2001 22:32:20 -0800 (PST) (envelope-from peter) Message-Id: <200101270632.f0R6WK353385@freefall.freebsd.org> From: Peter Wemm Date: Fri, 26 Jan 2001 22:32:20 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_malloc.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG peter 2001/01/26 22:32:20 PST Modified files: sys/kern kern_malloc.c Log: p->p_intr_nesting_level is MI now and initialized to 0 in kern_fork.c, so it should be save to KASSERT() on it even on an arch that may not use it. Revision Changes Path 1.80 +2 -2 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 Jan 26 22:48:24 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7547D37B402; Fri, 26 Jan 2001 22:48:04 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0R6m4p54758; Fri, 26 Jan 2001 22:48:04 -0800 (PST) (envelope-from sobomax) Message-Id: <200101270648.f0R6m4p54758@freefall.freebsd.org> From: Maxim Sobolev Date: Fri, 26 Jan 2001 22:48:04 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/wterm Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/01/26 22:48:04 PST Modified files: x11/wterm Makefile Log: Unbroke for newest WMaker (location of WINGs includes has been changed). Submitted by: Tobias Reifenberger Revision Changes Path 1.15 +2 -2 ports/x11/wterm/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 26 22:56:35 2001 Delivered-To: cvs-all@freebsd.org Received: from blizzard.sabbo.net (ns.sabbo.net [193.193.218.18]) by hub.freebsd.org (Postfix) with ESMTP id ECA4437B402; Fri, 26 Jan 2001 22:56:09 -0800 (PST) Received: from vic.sabbo.net (root@vic.sabbo.net [193.193.218.112]) by blizzard.sabbo.net (8.10.1/8.10.1) with ESMTP id f0R6u6T28884; Sat, 27 Jan 2001 08:56:07 +0200 Received: (from max@localhost) by vic.sabbo.net (8.11.1/8.9.3) id f0R6u7M07155; Sat, 27 Jan 2001 08:56:07 +0200 (EET) (envelope-from sobomax@FreeBSD.org) From: Maxim Sobolev Message-Id: <200101270656.f0R6u7M07155@vic.sabbo.net> Subject: Re: cvs commit: ports/x11/wterm Makefile To: sobomax@FreeBSD.org (Maxim Sobolev) Date: Sat, 27 Jan 2001 08:56:07 +0200 (EET) Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-Reply-To: <200101270648.f0R6m4p54758@freefall.freebsd.org> from "Maxim Sobolev" at Jan 26, 2001 10:48:04 PM X-Mailer: ELM [version 2.5 PL3] 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 > > sobomax 2001/01/26 22:48:04 PST > > Modified files: > x11/wterm Makefile > Log: > Unbroke for newest WMaker (location of WINGs includes has been changed). > > Submitted by: Tobias Reifenberger ^^^^^^^^^^^^^^^^^^^ - aka MAINTAINER ;) -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 26 23:48:49 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BA9F937B400; Fri, 26 Jan 2001 23:48:29 -0800 (PST) Received: (from green@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0R7mTG62306; Fri, 26 Jan 2001 23:48:29 -0800 (PST) (envelope-from green) Message-Id: <200101270748.f0R7mTG62306@freefall.freebsd.org> From: Brian Feldman Date: Fri, 26 Jan 2001 23:48:29 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/crypto/openssh servconf.c sshconnect.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG green 2001/01/26 23:48:29 PST Modified files: (Branch: RELENG_4) crypto/openssh servconf.c sshconnect.c Log: Issue an error message about ConnetionPerPeriod's being deprecated, but don't exit. Disable canonical name redirection for now. Revision Changes Path 1.3.2.8 +1 -1 src/crypto/openssh/servconf.c 1.4.2.4 +2 -0 src/crypto/openssh/sshconnect.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 26 23:51:55 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C5A6637B400; Fri, 26 Jan 2001 23:51:34 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0R7pYd63056; Fri, 26 Jan 2001 23:51:34 -0800 (PST) (envelope-from jhb) Message-Id: <200101270751.f0R7pYd63056@freefall.freebsd.org> From: John Baldwin Date: Fri, 26 Jan 2001 23:51:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_mutex.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/26 23:51:34 PST Modified files: sys/kern kern_mutex.c Log: Add a new ddb command 'witness_list' that lists the mutexes held by curproc. Requested by: peter Revision Changes Path 1.40 +11 -1 src/sys/kern/kern_mutex.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 26 23:53:54 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BA4C537B400; Fri, 26 Jan 2001 23:53:36 -0800 (PST) Received: (from dirk@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0R7raS63207; Fri, 26 Jan 2001 23:53:36 -0800 (PST) (envelope-from dirk) Message-Id: <200101270753.f0R7raS63207@freefall.freebsd.org> From: Dirk Froemberg Date: Fri, 26 Jan 2001 23:53:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/snort Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dirk 2001/01/26 23:53:36 PST Modified files: security/snort Makefile Log: Set reasonable defaults for mysql, postgresql and odbc support so the package dependencies aren't screwed up in case a package is installed but the corresponding WITH_* option isn't given. Revision Changes Path 1.16 +2 -1 ports/security/snort/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jan 26 23:55:30 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5F2EE37B400; Fri, 26 Jan 2001 23:55:07 -0800 (PST) Received: (from dirk@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0R7t7t63362; Fri, 26 Jan 2001 23:55:07 -0800 (PST) (envelope-from dirk) Message-Id: <200101270755.f0R7t7t63362@freefall.freebsd.org> From: Dirk Froemberg Date: Fri, 26 Jan 2001 23:55:07 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/snort Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dirk 2001/01/26 23:55:07 PST Modified files: security/snort Makefile distinfo pkg-plist Log: Upgrade to 1.7. Submitted by: kris Revision Changes Path 1.17 +3 -3 ports/security/snort/Makefile 1.9 +1 -1 ports/security/snort/distinfo 1.3 +1 -1 ports/security/snort/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 Jan 26 23:56:22 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1AD5737B401; Fri, 26 Jan 2001 23:55:59 -0800 (PST) Received: (from kris@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0R7txW63540; Fri, 26 Jan 2001 23:55:59 -0800 (PST) (envelope-from kris) Message-Id: <200101270755.f0R7txW63540@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 26 Jan 2001 23:55:59 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/security security.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2001/01/26 23:55:59 PST Modified files: en/security security.sgml Log: Add advisories 07 through 10 Revision Changes Path 1.38 +6 -2 www/en/security/security.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 27 0:18:55 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D273137B69F; Sat, 27 Jan 2001 00:18:36 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0R8Iax70388; Sat, 27 Jan 2001 00:18:36 -0800 (PST) (envelope-from phk) Message-Id: <200101270818.f0R8Iax70388@freefall.freebsd.org> From: Poul-Henning Kamp Date: Sat, 27 Jan 2001 00:18:36 -0800 (PST) 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 phk 2001/01/27 00:18:36 PST Modified files: sys/i386/conf GENERIC Log: Turn DEVFS on by default. You may need to turn this off if you you vinum. Apart from that I know of no reason not to run with DEVFS. Revision Changes Path 1.300 +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 Jan 27 0:22:22 2001 Delivered-To: cvs-all@freebsd.org Received: from feral.com (feral.com [192.67.166.1]) by hub.freebsd.org (Postfix) with ESMTP id 460D137B69F; Sat, 27 Jan 2001 00:22:00 -0800 (PST) Received: from beppo (beppo [192.67.166.79]) by feral.com (8.9.3/8.9.3) with ESMTP id AAA29604; Sat, 27 Jan 2001 00:22:00 -0800 Date: Sat, 27 Jan 2001 00:22:01 -0800 (PST) From: Matthew Jacob Reply-To: mjacob@feral.com To: Poul-Henning Kamp Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/conf GENERIC In-Reply-To: <200101270818.f0R8Iax70388@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 Yes, time to move on with this... > phk 2001/01/27 00:18:36 PST > > Modified files: > sys/i386/conf GENERIC > Log: > Turn DEVFS on by default. > > You may need to turn this off if you you vinum. Apart from that I know of > no reason not to run with DEVFS. > > Revision Changes Path > 1.300 +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 Jan 27 0:27:40 2001 Delivered-To: cvs-all@freebsd.org Received: from moby.geekhouse.net (moby.geekhouse.net [64.81.6.36]) by hub.freebsd.org (Postfix) with ESMTP id EBAF337B69F; Sat, 27 Jan 2001 00:27:18 -0800 (PST) Received: from laptop.baldwin.cx (john@dhcp151.geekhouse.net [192.168.1.151]) by moby.geekhouse.net (8.11.0/8.9.3) with ESMTP id f0R8WGs92331; Sat, 27 Jan 2001 00:32:17 -0800 (PST) (envelope-from jhb@FreeBSD.org) Message-ID: 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: <200101270818.f0R8Iax70388@freefall.freebsd.org> Date: Sat, 27 Jan 2001 00:27:11 -0800 (PST) From: John Baldwin To: Poul-Henning Kamp Subject: RE: cvs commit: src/sys/i386/conf GENERIC Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 27-Jan-01 Poul-Henning Kamp wrote: > phk 2001/01/27 00:18:36 PST > > Modified files: > sys/i386/conf GENERIC > Log: > Turn DEVFS on by default. > > You may need to turn this off if you you vinum. Apart from that I know of > no reason not to run with DEVFS. Yay!! -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.baldwin.cx/~john/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 Sat Jan 27 0:31: 0 2001 Delivered-To: cvs-all@freebsd.org Received: from critter.freebsd.dk (flutter.freebsd.dk [212.242.40.147]) by hub.freebsd.org (Postfix) with ESMTP id AE51A37B6A0; Sat, 27 Jan 2001 00:30:38 -0800 (PST) Received: from critter (localhost [127.0.0.1]) by critter.freebsd.dk (8.11.1/8.11.1) with ESMTP id f0R8UfK08935; Sat, 27 Jan 2001 09:30:41 +0100 (CET) (envelope-from phk@critter.freebsd.dk) To: John Baldwin Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/conf GENERIC In-Reply-To: Your message of "Sat, 27 Jan 2001 00:27:11 PST." Date: Sat, 27 Jan 2001 09:30:41 +0100 Message-ID: <8933.980584241@critter> From: Poul-Henning Kamp Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message , John Baldwin writes: > >On 27-Jan-01 Poul-Henning Kamp wrote: >> phk 2001/01/27 00:18:36 PST >> >> Modified files: >> sys/i386/conf GENERIC >> Log: >> Turn DEVFS on by default. >> >> You may need to turn this off if you you vinum. Apart from that I know of >> no reason not to run with DEVFS. > >Yay!! I have deliberately not done ia64, alpha and pc98: ENOBOX. I hope the respective wizards will do the deed there. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | 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 Sat Jan 27 0:32:41 2001 Delivered-To: cvs-all@freebsd.org Received: from feral.com (feral.com [192.67.166.1]) by hub.freebsd.org (Postfix) with ESMTP id BA77337B6A0; Sat, 27 Jan 2001 00:32:17 -0800 (PST) Received: from beppo (beppo [192.67.166.79]) by feral.com (8.9.3/8.9.3) with ESMTP id AAA29665; Sat, 27 Jan 2001 00:31:45 -0800 Date: Sat, 27 Jan 2001 00:31:46 -0800 (PST) From: Matthew Jacob Reply-To: mjacob@feral.com To: Poul-Henning Kamp Cc: John Baldwin , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/conf GENERIC In-Reply-To: <8933.980584241@critter> 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 the respective wizards will do the deed there. I'll check alpha. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 27 0:35:18 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E6E0537B6A0; Sat, 27 Jan 2001 00:34:58 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0R8Ywj71776; Sat, 27 Jan 2001 00:34:58 -0800 (PST) (envelope-from jhb) Message-Id: <200101270834.f0R8Ywj71776@freefall.freebsd.org> From: John Baldwin Date: Sat, 27 Jan 2001 00:34:58 -0800 (PST) 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 jhb 2001/01/27 00:34:58 PST Modified files: sys/alpha/conf GENERIC Log: Turn on DEVFS by default for the alpha. Aside from vinum as mentioned by phk it should work fine. If you need vinum, then don't add this to your kernel config until vinum catches up to DEVFS. Revision Changes Path 1.105 +2 -2 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 Jan 27 0:37: 8 2001 Delivered-To: cvs-all@freebsd.org Received: from moby.geekhouse.net (moby.geekhouse.net [64.81.6.36]) by hub.freebsd.org (Postfix) with ESMTP id 3046137B6A2; Sat, 27 Jan 2001 00:36:49 -0800 (PST) Received: from laptop.baldwin.cx (john@dhcp151.geekhouse.net [192.168.1.151]) by moby.geekhouse.net (8.11.0/8.9.3) with ESMTP id f0R8fis92354; Sat, 27 Jan 2001 00:41:44 -0800 (PST) (envelope-from jhb@FreeBSD.org) Message-ID: 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: Date: Sat, 27 Jan 2001 00:36:39 -0800 (PST) From: John Baldwin To: Matthew Jacob Subject: Re: cvs commit: src/sys/i386/conf GENERIC Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, Poul-Henning Kamp Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 27-Jan-01 Matthew Jacob wrote: > >> I hope the respective wizards will do the deed there. > > I'll check alpha. Beat you to it. :) I've been running DEVFS for months on my alpha w/o problems. I'm already in engaged in testing over release stuff, so I'll roll a test release for the alpha to make sure the boot floppy works and all that, so no need to panic on that issue. -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.baldwin.cx/~john/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 Sat Jan 27 0:37:49 2001 Delivered-To: cvs-all@freebsd.org Received: from feral.com (feral.com [192.67.166.1]) by hub.freebsd.org (Postfix) with ESMTP id ACEE437B6A0; Sat, 27 Jan 2001 00:37:23 -0800 (PST) Received: from beppo (beppo [192.67.166.79]) by feral.com (8.9.3/8.9.3) with ESMTP id AAA29694; Sat, 27 Jan 2001 00:37:23 -0800 Date: Sat, 27 Jan 2001 00:37:25 -0800 (PST) From: Matthew Jacob Reply-To: mjacob@feral.com To: John Baldwin Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/alpha/conf GENERIC In-Reply-To: <200101270834.f0R8Ywj71776@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 Gee, John, I would have hoped you would have waited for us to do some last minute testing before doing this. I guess you've had DEVFS on all along, right? On Sat, 27 Jan 2001, John Baldwin wrote: > jhb 2001/01/27 00:34:58 PST > > Modified files: > sys/alpha/conf GENERIC > Log: > Turn on DEVFS by default for the alpha. Aside from vinum as mentioned by > phk it should work fine. If you need vinum, then don't add this to your > kernel config until vinum catches up to DEVFS. > > Revision Changes Path > 1.105 +2 -2 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 Jan 27 0:38:38 2001 Delivered-To: cvs-all@freebsd.org Received: from feral.com (feral.com [192.67.166.1]) by hub.freebsd.org (Postfix) with ESMTP id D74FD37B6A2; Sat, 27 Jan 2001 00:38:13 -0800 (PST) Received: from beppo (beppo [192.67.166.79]) by feral.com (8.9.3/8.9.3) with ESMTP id AAA29702; Sat, 27 Jan 2001 00:38:14 -0800 Date: Sat, 27 Jan 2001 00:38:15 -0800 (PST) From: Matthew Jacob Reply-To: mjacob@feral.com To: John Baldwin Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, Poul-Henning Kamp 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 Okay. Cool. I'll go back to my Fibre Channel thrashing now. (and maybe get back to the !)$*)*$@)!*$!)!)$%)!* 4100 this weekend) On Sat, 27 Jan 2001, John Baldwin wrote: > > On 27-Jan-01 Matthew Jacob wrote: > > > >> I hope the respective wizards will do the deed there. > > > > I'll check alpha. > > Beat you to it. :) I've been running DEVFS for months on my alpha w/o > problems. I'm already in engaged in testing over release stuff, so I'll > roll a test release for the alpha to make sure the boot floppy works and > all that, so no need to panic on that issue. > > -- > > John Baldwin -- http://www.FreeBSD.org/~jhb/ > PGP Key: http://www.baldwin.cx/~john/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 Sat Jan 27 0:55:50 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5847937B6AF; Sat, 27 Jan 2001 00:55:29 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0R8tTR73905; Sat, 27 Jan 2001 00:55:29 -0800 (PST) (envelope-from ache) Message-Id: <200101270855.f0R8tTR73905@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Sat, 27 Jan 2001 00:55:29 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/msql Makefile distinfo pkg-plist ports/databases/msql/files patch-ap patch-aq patch-ar patch-as patch-at patch-au patch-av patch-aw patch-ax patch-ay sobject.mm msql2.sh patch-ab 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 ache 2001/01/27 00:55:29 PST Modified files: databases/msql Makefile distinfo pkg-plist databases/msql/files msql2.sh patch-ab patch-ac patch-ad patch-ae patch-af patch-ag patch-ai patch-aj patch-ak patch-am patch-an patch-ao Added files: databases/msql/files patch-ap patch-aq patch-ar patch-as patch-at patch-au patch-av patch-aw patch-ax patch-ay sobject.mm Log: Upgrade to 2.0.11 Revision Changes Path 1.40 +11 -7 ports/databases/msql/Makefile 1.15 +1 -1 ports/databases/msql/distinfo 1.10 +10 -9 ports/databases/msql/pkg-plist 1.3 +1 -1 ports/databases/msql/files/msql2.sh 1.4 +6 -4 ports/databases/msql/files/patch-ab 1.7 +6 -12 ports/databases/msql/files/patch-ac 1.4 +4 -3 ports/databases/msql/files/patch-ad 1.5 +11 -3 ports/databases/msql/files/patch-ae 1.2 +21 -3 ports/databases/msql/files/patch-af 1.5 +8 -8 ports/databases/msql/files/patch-ag 1.5 +6 -16 ports/databases/msql/files/patch-ai 1.3 +7 -3 ports/databases/msql/files/patch-aj 1.5 +10 -21 ports/databases/msql/files/patch-ak 1.4 +20 -171 ports/databases/msql/files/patch-am 1.3 +9 -69 ports/databases/msql/files/patch-an 1.3 +11 -20 ports/databases/msql/files/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 Jan 27 0:58:37 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0342837B6B0; Sat, 27 Jan 2001 00:58:16 -0800 (PST) Received: (from andreas@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0R8wFd74265; Sat, 27 Jan 2001 00:58:15 -0800 (PST) (envelope-from andreas) Message-Id: <200101270858.f0R8wFd74265@freefall.freebsd.org> From: Andreas Klemm Date: Sat, 27 Jan 2001 00:58:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/zebra Makefile ports/net/zebra/files zebractl.sh X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG andreas 2001/01/27 00:58:15 PST Modified files: net/zebra Makefile net/zebra/files zebractl.sh Log: - -d makes possible to start daemons in certain order - for that purpose you have to remove the '&' forgot that in last commit. Submitted by: Frank Bartels Revision Changes Path 1.50 +2 -2 ports/net/zebra/Makefile 1.4 +5 -5 ports/net/zebra/files/zebractl.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 27 1: 3:13 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 78A4137B6B2; Sat, 27 Jan 2001 01:02:52 -0800 (PST) Received: (from markm@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0R92ql74917; Sat, 27 Jan 2001 01:02:52 -0800 (PST) (envelope-from markm) Message-Id: <200101270902.f0R92ql74917@freefall.freebsd.org> From: Mark Murray Date: Sat, 27 Jan 2001 01:02:52 -0800 (PST) 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 markm 2001/01/27 01:02:52 PST Modified files: (Branch: RELENG_4) sys/i386/i386 mem.c Log: Allow non-superusers to do the basic (block/poll) ioctls. Revision Changes Path 1.79.2.6 +2 -2 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 Sat Jan 27 1:41:40 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E41E837B699; Sat, 27 Jan 2001 01:41:20 -0800 (PST) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0R9fK380750; Sat, 27 Jan 2001 01:41:20 -0800 (PST) (envelope-from knu) Message-Id: <200101270941.f0R9fK380750@freefall.freebsd.org> From: Akinori MUSHA Date: Sat, 27 Jan 2001 01:41:20 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/ruby-strscan Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2001/01/27 01:41:20 PST Modified files: devel/ruby-strscan Makefile distinfo pkg-plist Log: Update to 0.6.1. Revision Changes Path 1.13 +4 -7 ports/devel/ruby-strscan/Makefile 1.7 +1 -1 ports/devel/ruby-strscan/distinfo 1.5 +3 -1 ports/devel/ruby-strscan/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 Jan 27 1:46:52 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9C71837B401; Sat, 27 Jan 2001 01:46:33 -0800 (PST) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0R9kXN81260; Sat, 27 Jan 2001 01:46:33 -0800 (PST) (envelope-from knu) Message-Id: <200101270946.f0R9kXN81260@freefall.freebsd.org> From: Akinori MUSHA Date: Sat, 27 Jan 2001 01:46:33 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/ruby-tmail Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2001/01/27 01:46:33 PST Modified files: mail/ruby-tmail Makefile distinfo pkg-plist Log: Update to 0.8.18. Revision Changes Path 1.10 +4 -4 ports/mail/ruby-tmail/Makefile 1.7 +1 -1 ports/mail/ruby-tmail/distinfo 1.4 +1 -1 ports/mail/ruby-tmail/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 Jan 27 1:49:45 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 95B1037B6A3; Sat, 27 Jan 2001 01:49:20 -0800 (PST) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0R9nKk81503; Sat, 27 Jan 2001 01:49:20 -0800 (PST) (envelope-from knu) Message-Id: <200101270949.f0R9nKk81503@freefall.freebsd.org> From: Akinori MUSHA Date: Sat, 27 Jan 2001 01:49:20 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/ruby-rdtool Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2001/01/27 01:49:20 PST Modified files: textproc/ruby-rdtool Makefile Log: Fix *_DEPENDS for the new version of ruby-strscan. Revision Changes Path 1.14 +4 -4 ports/textproc/ruby-rdtool/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 27 1:54:50 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2FAE637B6A1; Sat, 27 Jan 2001 01:54:31 -0800 (PST) Received: (from knu@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0R9sVR81996; Sat, 27 Jan 2001 01:54:31 -0800 (PST) (envelope-from knu) Message-Id: <200101270954.f0R9sVR81996@freefall.freebsd.org> From: Akinori MUSHA Date: Sat, 27 Jan 2001 01:54:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/ruby-racc Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2001/01/27 01:54:31 PST Modified files: devel/ruby-racc Makefile Log: Add ruby-strscan to RUN_DEPENDS. Seems y2racc requires it. Revision Changes Path 1.20 +5 -3 ports/devel/ruby-racc/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 27 2:14: 5 2001 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 E644F37B401; Sat, 27 Jan 2001 02:13:43 -0800 (PST) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id VAA13151; Sat, 27 Jan 2001 21:13:40 +1100 Date: Sat, 27 Jan 2001 21:13:29 +1100 (EST) From: Bruce Evans X-Sender: bde@besplex.bde.org To: Robert Watson Cc: Daniel Eischen , Jason Evans , Daniel Eischen , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc Makefile 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 Fri, 26 Jan 2001, Robert Watson wrote: > On Sat, 27 Jan 2001, Bruce Evans wrote: > > > On Fri, 26 Jan 2001, Daniel Eischen wrote: > > > > > to the application. Do we even want to mention that some calls > > > are renamed to __sys_foo? > > > > No. Man pages shouldn't mention any implementation details. > > But they should have a cute thread safety table in the style of Solaris > man pages, letting developers know if they're employing a base system > (syscall, library) call that is *not* thread-safe (either at this point, > or in general). Yes. Also, the BUGS section should mention (non-transient) implementation bugs. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 27 3:32:12 2001 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 EB40B37B400; Sat, 27 Jan 2001 03:31:48 -0800 (PST) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id WAA16237; Sat, 27 Jan 2001 22:31:45 +1100 Date: Sat, 27 Jan 2001 22:31:34 +1100 (EST) From: Bruce Evans X-Sender: bde@besplex.bde.org To: John Baldwin Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_fork.c src/sys/sys proc.h In-Reply-To: <200101262351.f0QNpf495468@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 Fri, 26 Jan 2001, John Baldwin wrote: > jhb 2001/01/26 15:51:41 PST > > Modified files: > sys/kern kern_fork.c > sys/sys proc.h > Log: > Fix fork_exit() to take a pointer to a function that returns void as its > first argument rather than a function that returns a void *. > > Noticed by: jake I noticed this too. Function parameters can't be functions in C, so the declaration was confusing, but the same (mis)feature that allows arrays to decay to pointers apparently applies, so fork_exit() was misdeclared to take a pointer to a function that returns void *. This is shown by the lack of type mismatches for the following code: struct t; void wrong_fork_exit(void *(void *, struct t *), void *, struct t *); void wrong_fork_exit(void *(*)(void *, struct t *), void *, struct t *); void fork_exit(void (void *, struct t *), void *, struct t *); void fork_exit(void (*)(void *, struct t *), void *, struct t *); The declaration of the first arg for fork_exit() here looks even more like a syntax error than the corresponding declaration for wrong_fork_exit(). Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 27 3:38:23 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8366537B400; Sat, 27 Jan 2001 03:38:01 -0800 (PST) Received: (from dirk@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0RBc1795333; Sat, 27 Jan 2001 03:38:01 -0800 (PST) (envelope-from dirk) Message-Id: <200101271138.f0RBc1795333@freefall.freebsd.org> From: Dirk Froemberg Date: Sat, 27 Jan 2001 03:38:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/mysql322-client Makefile ports/databases/mysql322-server Makefile distinfo pkg-comment pkg-comment.client pkg-descr pkg-install pkg-plist pkg-plist.client ports/databases/mysql322-server/files mysql-client.sh mysql-server.sh ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dirk 2001/01/27 03:38:01 PST Removed files: databases/mysql322-client Makefile databases/mysql322-server Makefile distinfo pkg-comment pkg-comment.client pkg-descr pkg-install pkg-plist pkg-plist.client databases/mysql322-server/files mysql-client.sh mysql-server.sh patch-ab patch-ac patch-af patch-ag patch-an patch-ao patch-ap patch-ar patch-as Log: Good bye, good old friend. You have served many of us so well... But you know we have mysql323-{client,server} these days which is just better. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 27 3:39:24 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 510A237B400; Sat, 27 Jan 2001 03:39:02 -0800 (PST) Received: (from dirk@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0RBd2K95450; Sat, 27 Jan 2001 03:39:02 -0800 (PST) (envelope-from dirk) Message-Id: <200101271139.f0RBd2K95450@freefall.freebsd.org> From: Dirk Froemberg Date: Sat, 27 Jan 2001 03:39:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dirk 2001/01/27 03:39:01 PST Modified files: databases Makefile Log: Remove mysql322-{client,server}. Revision Changes Path 1.91 +1 -3 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 Sat Jan 27 3:43:40 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8095D37B400; Sat, 27 Jan 2001 03:43:19 -0800 (PST) Received: (from alex@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0RBhJ396032; Sat, 27 Jan 2001 03:43:19 -0800 (PST) (envelope-from alex) Message-Id: <200101271143.f0RBhJ396032@freefall.freebsd.org> From: Alexander Langer Date: Sat, 27 Jan 2001 03:43:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/wmmenu Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2001/01/27 03:43:19 PST Modified files: x11/wmmenu Makefile distinfo Log: Update to 0.4. PR: 24375 Submitted by: Jeremy Karlson (maintainer) Revision Changes Path 1.2 +2 -2 ports/x11/wmmenu/Makefile 1.2 +1 -1 ports/x11/wmmenu/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 27 5: 2:31 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 34DA837B400; Sat, 27 Jan 2001 05:02:13 -0800 (PST) Received: (from nyan@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0RD2Dl10960; Sat, 27 Jan 2001 05:02:13 -0800 (PST) (envelope-from nyan) Message-Id: <200101271302.f0RD2Dl10960@freefall.freebsd.org> From: Takahashi Yoshihiro Date: Sat, 27 Jan 2001 05:02:12 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/pc98 sio.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nyan 2001/01/27 05:02:12 PST Modified files: sys/pc98/pc98 sio.c Log: Merged from sys/isa/sio.c revision 1.320. Revision Changes Path 1.142 +87 -151 src/sys/pc98/pc98/sio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 27 7:15:34 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EA2A137B401; Sat, 27 Jan 2001 07:15:09 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0RFF9u18773; Sat, 27 Jan 2001 07:15:09 -0800 (PST) (envelope-from ijliao) Message-Id: <200101271515.f0RFF9u18773@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sat, 27 Jan 2001 07:15:09 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/smssend Makefile distinfo pkg-plist ports/misc/smssend/files patch-aa patch-ab rekom.sms w777.sms X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ijliao 2001/01/27 07:15:09 PST Modified files: misc/smssend Makefile distinfo pkg-plist Removed files: misc/smssend/files patch-aa patch-ab rekom.sms w777.sms Log: update to 2.4 PR: 24655 Submitted by: MAINTAINER Revision Changes Path 1.3 +2 -2 ports/misc/smssend/Makefile 1.3 +1 -1 ports/misc/smssend/distinfo 1.3 +4 -2 ports/misc/smssend/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 Jan 27 7:23:38 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BA5A337B401; Sat, 27 Jan 2001 07:23:18 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0RFNIH20097; Sat, 27 Jan 2001 07:23:18 -0800 (PST) (envelope-from ijliao) Message-Id: <200101271523.f0RFNIH20097@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sat, 27 Jan 2001 07:23:18 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/mp3blaster Makefile distinfo pkg-plist ports/audio/mp3blaster/files patch-ab X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ijliao 2001/01/27 07:23:18 PST Modified files: audio/mp3blaster Makefile distinfo pkg-plist audio/mp3blaster/files patch-ab Log: update to 3.0p4 and change maintainer to greid@dogma.freebsd-uk.eu.org PR: 24646 Submitted by: George Reid (new maintainer) Revision Changes Path 1.5 +7 -5 ports/audio/mp3blaster/Makefile 1.3 +1 -1 ports/audio/mp3blaster/distinfo 1.2 +6 -1 ports/audio/mp3blaster/pkg-plist 1.2 +21 -5 ports/audio/mp3blaster/files/patch-ab To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 27 7:31:29 2001 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 8223137B401; Sat, 27 Jan 2001 07:31:09 -0800 (PST) Received: by relay.butya.kz (Postfix, from userid 1000) id 9E5FE286FB; Sat, 27 Jan 2001 21:31:04 +0600 (ALMT) Received: from localhost (localhost [127.0.0.1]) by relay.butya.kz (Postfix) with ESMTP id 8DD1E285D9; Sat, 27 Jan 2001 21:31:04 +0600 (ALMT) Date: Sat, 27 Jan 2001 21:31:04 +0600 (ALMT) From: Boris Popov To: Poul-Henning Kamp Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/conf GENERIC In-Reply-To: <200101270818.f0R8Iax70388@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, 27 Jan 2001, Poul-Henning Kamp wrote: > Turn DEVFS on by default. A little heads-up probably should appear in the freebsd-current@. An in-tree version of devfs locks up my SMP box on boot. I'm unsure however if this related to SMPng work. -- 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 Sat Jan 27 7:52:58 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 696F137B400; Sat, 27 Jan 2001 07:52:40 -0800 (PST) Received: (from vanilla@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0RFqeT23461; Sat, 27 Jan 2001 07:52:40 -0800 (PST) (envelope-from vanilla) Message-Id: <200101271552.f0RFqeT23461@freefall.freebsd.org> From: "Vanilla I. Shu" Date: Sat, 27 Jan 2001 07:52:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/GIFgraph Makefile pkg-comment pkg-descr ports/graphics/GIFgraph/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG vanilla 2001/01/27 07:52:40 PST Modified files: graphics/GIFgraph Makefile pkg-comment pkg-descr Added files: graphics/GIFgraph/files patch-aa Log: p5-GD doesn't support gif generation, change to PNG method, and change MAINTAINER's email, use PERL_CONFIGURE instead "configure:". PR: ports/24657 Submitted by: maintainer Revision Changes Path 1.8 +8 -6 ports/graphics/GIFgraph/Makefile 1.3 +1 -1 ports/graphics/GIFgraph/pkg-comment 1.2 +1 -1 ports/graphics/GIFgraph/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 Jan 27 8:53:44 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8190F37B401; Sat, 27 Jan 2001 08:53:19 -0800 (PST) Received: (from vanilla@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0RGrJI32249; Sat, 27 Jan 2001 08:53:19 -0800 (PST) (envelope-from vanilla) Message-Id: <200101271653.f0RGrJI32249@freefall.freebsd.org> From: "Vanilla I. Shu" Date: Sat, 27 Jan 2001 08:53:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/enlightenment Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG vanilla 2001/01/27 08:53:19 PST Modified files: x11-wm/enlightenment Makefile Log: Enable zoom future on alpha with XFree86-4. PR: ports/24678 Submitted by: conrad@th.physik.uni-bonn.de Revision Changes Path 1.61 +9 -7 ports/x11-wm/enlightenment/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 27 9:19: 0 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BB22137B400; Sat, 27 Jan 2001 09:18:39 -0800 (PST) Received: (from cwt@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0RHIdU37337; Sat, 27 Jan 2001 09:18:39 -0800 (PST) (envelope-from cwt) Message-Id: <200101271718.f0RHIdU37337@freefall.freebsd.org> From: Chris Timmons Date: Sat, 27 Jan 2001 09:18:39 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/amanda24 Makefile distinfo pkg-plist ports/misc/amanda24/files patch-ae patch-af X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG cwt 2001/01/27 09:18:39 PST Modified files: misc/amanda24 Makefile distinfo pkg-plist Removed files: misc/amanda24/files patch-ae patch-af Log: Amanda 2.4.2. Uses gmake to work around bin/23328. Changer support enabled but untested. Revision Changes Path 1.32 +7 -7 ports/misc/amanda24/Makefile 1.11 +1 -1 ports/misc/amanda24/distinfo 1.16 +26 -9 ports/misc/amanda24/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 Jan 27 9:40:25 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F19F237B400; Sat, 27 Jan 2001 09:40:05 -0800 (PST) Received: (from clive@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0RHe5839670; Sat, 27 Jan 2001 09:40:05 -0800 (PST) (envelope-from clive) Message-Id: <200101271740.f0RHe5839670@freefall.freebsd.org> From: Clive Lin Date: Sat, 27 Jan 2001 09:40:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/qkmj pkg-message X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG clive 2001/01/27 09:40:05 PST Modified files: games/qkmj pkg-message Log: Add a notification: "This port requires COMPAT22." Submitted by: vanilla Revision Changes Path 1.2 +2 -1 ports/games/qkmj/pkg-message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 27 11:13:29 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0E15437B401; Sat, 27 Jan 2001 11:13:09 -0800 (PST) Received: (from des@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0RJD9q52498; Sat, 27 Jan 2001 11:13:09 -0800 (PST) (envelope-from des) Message-Id: <200101271913.f0RJD9q52498@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Sat, 27 Jan 2001 11:13:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man9 zone.9 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG des 2001/01/27 11:13:08 PST Modified files: share/man/man9 Makefile Added files: share/man/man9 zone.9 Log: Add a man page for the zone allocator. Revision Changes Path 1.93 +8 -1 src/share/man/man9/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 27 11:18: 1 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 191C637B404; Sat, 27 Jan 2001 11:17:41 -0800 (PST) Received: (from des@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0RJHfS52864; Sat, 27 Jan 2001 11:17:41 -0800 (PST) (envelope-from des) Message-Id: <200101271917.f0RJHfS52864@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Sat, 27 Jan 2001 11:17:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/man/man man.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG des 2001/01/27 11:17:40 PST Modified files: gnu/usr.bin/man/man man.c Log: Make an effort to actually pass the correct device to groff. Revision Changes Path 1.39 +7 -14 src/gnu/usr.bin/man/man/man.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 27 11:22:30 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CBBBD37B401; Sat, 27 Jan 2001 11:22:03 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0RJM3E53237; Sat, 27 Jan 2001 11:22:03 -0800 (PST) (envelope-from sobomax) Message-Id: <200101271922.f0RJM3E53237@freefall.freebsd.org> From: Maxim Sobolev Date: Sat, 27 Jan 2001 11:22:03 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/sdl-devel Makefile ports/devel/sdl-devel/files patch-src_video_svga_SDL__svgaevents.c patch-src_video_x11_SDL__x11events.c patch-ac patch-configure.in patch-src_video_Makefile.am patch-src_video_Makefile.in patch-src_video_SDL__sysvideo.h patch-src_video_SDL__video.c patch-src_video_vgl_Makefile.am ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/01/27 11:22:03 PST Modified files: devel/sdl-devel Makefile devel/sdl-devel/files patch-ac patch-configure.in patch-src_video_Makefile.am patch-src_video_Makefile.in patch-src_video_SDL__sysvideo.h patch-src_video_SDL__video.c patch-src_video_vgl_Makefile.am patch-src_video_vgl_Makefile.in patch-src_video_vgl_SDL__vglevents.c patch-src_video_vgl_SDL__vglevents__c.h patch-src_video_vgl_SDL__vglmouse.c patch-src_video_vgl_SDL__vglmouse__c.h patch-src_video_vgl_SDL__vglvideo.c patch-src_video_vgl_SDL__vglvideo.h Added files: devel/sdl-devel/files patch-src_video_svga_SDL__svgaevents.c patch-src_video_x11_SDL__x11events.c Log: Make vgl driver working OOB without the need to use custom patched version of libvgl. I abadoned my previous plans to get my extentions into the base system because it seems that libvgl is at the end of its lifecycle and will be replaced by more generic and better solution (probably kgi/ggi), at least nsouch is actively working in this drection now. In the meantime, those lucky with VESA 2.0 compatible videocards would be able to play quakeforge or any other SDL-based games straight on their FreeBSD consoles ;). Revision Changes Path 1.32 +8 -3 ports/devel/sdl-devel/Makefile 1.15 +3 -3 ports/devel/sdl-devel/files/patch-ac 1.2 +2 -2 ports/devel/sdl-devel/files/patch-configure.in 1.2 +0 -0 ports/devel/sdl-devel/files/patch-src_video_Makefile.am 1.2 +0 -0 ports/devel/sdl-devel/files/patch-src_video_Makefile.in 1.2 +0 -0 ports/devel/sdl-devel/files/patch-src_video_SDL__sysvideo.h 1.2 +0 -0 ports/devel/sdl-devel/files/patch-src_video_SDL__video.c 1.2 +0 -0 ports/devel/sdl-devel/files/patch-src_video_vgl_Makefile.am 1.2 +0 -0 ports/devel/sdl-devel/files/patch-src_video_vgl_Makefile.in 1.2 +2 -2 ports/devel/sdl-devel/files/patch-src_video_vgl_SDL__vglevents.c 1.2 +2 -2 ports/devel/sdl-devel/files/patch-src_video_vgl_SDL__vglevents__c.h 1.2 +2 -2 ports/devel/sdl-devel/files/patch-src_video_vgl_SDL__vglmouse.c 1.2 +2 -2 ports/devel/sdl-devel/files/patch-src_video_vgl_SDL__vglmouse__c.h 1.2 +191 -19 ports/devel/sdl-devel/files/patch-src_video_vgl_SDL__vglvideo.c 1.2 +25 -6 ports/devel/sdl-devel/files/patch-src_video_vgl_SDL__vglvideo.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 27 11:25:29 2001 Delivered-To: cvs-all@freebsd.org Received: from blizzard.sabbo.net (ns.sabbo.net [193.193.218.18]) by hub.freebsd.org (Postfix) with ESMTP id A324437B400; Sat, 27 Jan 2001 11:24:29 -0800 (PST) Received: from vic.sabbo.net (root@vic.sabbo.net [193.193.218.112]) by blizzard.sabbo.net (8.10.1/8.10.1) with ESMTP id f0RJO0T06399; Sat, 27 Jan 2001 21:24:06 +0200 Received: (from max@localhost) by vic.sabbo.net (8.11.1/8.9.3) id f0RJO0508654; Sat, 27 Jan 2001 21:24:00 +0200 (EET) (envelope-from sobomax@FreeBSD.org) From: Maxim Sobolev Message-Id: <200101271924.f0RJO0508654@vic.sabbo.net> Subject: Re: cvs commit: ports/devel/sdl-devel Makefile ports/devel/sdl-devel/files To: sobomax@FreeBSD.org (Maxim Sobolev) Date: Sat, 27 Jan 2001 21:23:48 +0200 (EET) Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-Reply-To: <200101271922.f0RJM3E53237@freefall.freebsd.org> from "Maxim Sobolev" at Jan 27, 2001 11:22:03 AM X-Mailer: ELM [version 2.5 PL3] 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 > > sobomax 2001/01/27 11:22:03 PST > > Modified files: > devel/sdl-devel Makefile > devel/sdl-devel/files patch-ac patch-configure.in > patch-src_video_Makefile.am > patch-src_video_Makefile.in > patch-src_video_SDL__sysvideo.h > patch-src_video_SDL__video.c > patch-src_video_vgl_Makefile.am > patch-src_video_vgl_Makefile.in > patch-src_video_vgl_SDL__vglevents.c > patch-src_video_vgl_SDL__vglevents__c.h > patch-src_video_vgl_SDL__vglmouse.c > patch-src_video_vgl_SDL__vglmouse__c.h > patch-src_video_vgl_SDL__vglvideo.c > patch-src_video_vgl_SDL__vglvideo.h > Added files: > devel/sdl-devel/files patch-src_video_svga_SDL__svgaevents.c > patch-src_video_x11_SDL__x11events.c > Log: > Make vgl driver working OOB without the need to use custom patched version > of libvgl. I abadoned my previous plans to get my extentions into the base > system because it seems that libvgl is at the end of its lifecycle and will > be replaced by more generic and better solution (probably kgi/ggi), at least > nsouch is actively working in this drection now. In the meantime, those > lucky with VESA 2.0 compatible videocards would be able to play quakeforge > or any other SDL-based games straight on their FreeBSD consoles ;). The driver is explicitly disabled if you doesn't have libvgl.so.3 (recent 5-CURRENT), however 8bpp modes would probably work on 4-STABLE as well. Therefore if someone is willing to test it please do so and report me your progress. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 27 11:51:29 2001 Delivered-To: cvs-all@freebsd.org Received: from aldan.algebra.com (aldan.algebra.com [216.254.65.224]) by hub.freebsd.org (Postfix) with ESMTP id 9F51E37B698; Sat, 27 Jan 2001 11:51:02 -0800 (PST) Received: (from mi@localhost) by aldan.algebra.com (8.11.1/8.11.1) id f0RJosp01942; Sat, 27 Jan 2001 14:50:54 -0500 (EST) (envelope-from mi) From: Mikhail Teterin Message-Id: <200101271950.f0RJosp01942@aldan.algebra.com> Subject: Re: cvs commit: src/sys/i386/conf GENERIC To: mjacob@feral.com Date: Sat, 27 Jan 2001 14:50:54 -0500 (EST) Cc: phk@FreeBSD.org (Poul-Henning Kamp), cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-Reply-To: from "Matthew Jacob" at Ó¦Þ 27, 2001 12:22:01 X-Face: %UW#n0|w>ydeGt/b@1-.UFP=K^~-:0f#O:D7w hJ5G_<5143Bb3kOIs9XpX+"V+~$adGP:J|SLieM31VIhqXeLBli" phk 2001/01/27 00:18:36 PST => => Modified files: => sys/i386/conf GENERIC => Log: => Turn DEVFS on by default. => => You may need to turn this off if you you vinum. Apart from that I know of => no reason not to run with DEVFS. => => Revision Changes Path => 1.300 +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 Jan 27 12:18:41 2001 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 48C1337B400; Sat, 27 Jan 2001 12:18:19 -0800 (PST) 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 MAA92142; Sat, 27 Jan 2001 12:19:37 -0800 (PST) (envelope-from john@baldwin.cx) Received: (from john@localhost) by john.baldwin.cx (8.9.3/8.9.3) id MAA44648; Sat, 27 Jan 2001 12:19:21 -0800 (PST) (envelope-from john) Message-Id: <200101272019.MAA44648@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: Date: Sat, 27 Jan 2001 12:19:21 -0800 (PST) From: John Baldwin To: Boris Popov Subject: Re: cvs commit: src/sys/i386/conf GENERIC 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 27-Jan-01 Boris Popov wrote: > On Sat, 27 Jan 2001, Poul-Henning Kamp wrote: > >> Turn DEVFS on by default. > > A little heads-up probably should appear in the freebsd-current@. > An in-tree version of devfs locks up my SMP box on boot. I'm unsure > however if this related to SMPng work. Hmm, I haven't had any problems with DEVFS on any of my testboxes and have been running it since the early SMPng days. Can you break into ddb and see if it is the lockmgr deadlock on allproc that some people have been seeing? -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.baldwin.cx/~john/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 Sat Jan 27 12:38: 6 2001 Delivered-To: cvs-all@freebsd.org Received: from feral.com (feral.com [192.67.166.1]) by hub.freebsd.org (Postfix) with ESMTP id 9BBF937B400; Sat, 27 Jan 2001 12:37:40 -0800 (PST) Received: from zeppo.feral.com (IDENT:mjacob@zeppo [192.67.166.71]) by feral.com (8.9.3/8.9.3) with ESMTP id MAA31332; Sat, 27 Jan 2001 12:37:17 -0800 Date: Sat, 27 Jan 2001 12:37:16 -0800 (PST) From: Matthew Jacob Reply-To: mjacob@feral.com To: Mikhail Teterin Cc: Poul-Henning Kamp , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/conf GENERIC In-Reply-To: <200101271950.f0RJosp01942@aldan.algebra.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 That's old information. That's got to be from Julian's devfs- not the current one. > Matthew Jacob once stated: > = > =Yes, time to move on with this... > > But, but, but... From NOTES (aka LINT): > > # This code is still experimental (e.g. doesn't handle disk slices well). > # Also, 'options MFS' is currently incompatible with DEVFS. > # You can configure the DEVFS (e.g. setting device permissions) in the > # /etc/rc.devfs file. > options DEVFS #devices filesystem > > -mi > > => phk 2001/01/27 00:18:36 PST > => > => Modified files: > => sys/i386/conf GENERIC > => Log: > => Turn DEVFS on by default. > => > => You may need to turn this off if you you vinum. Apart from that I know of > => no reason not to run with DEVFS. > => > => Revision Changes Path > => 1.300 +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 Jan 27 12:39:29 2001 Delivered-To: cvs-all@freebsd.org Received: from feral.com (feral.com [192.67.166.1]) by hub.freebsd.org (Postfix) with ESMTP id 72CA837B402; Sat, 27 Jan 2001 12:39:04 -0800 (PST) Received: from zeppo.feral.com (IDENT:mjacob@zeppo [192.67.166.71]) by feral.com (8.9.3/8.9.3) with ESMTP id MAA31350; Sat, 27 Jan 2001 12:39:03 -0800 Date: Sat, 27 Jan 2001 12:39:02 -0800 (PST) From: Matthew Jacob Reply-To: mjacob@feral.com To: Mikhail Teterin Cc: Poul-Henning Kamp , 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 Hmm.,... though you may be right.... mfs didn't mount for me now... but that may be the usual userland<>kernel mismatch... > > That's old information. That's got to be from Julian's devfs- not the current > one. > > > > Matthew Jacob once stated: > > = > > =Yes, time to move on with this... > > > > But, but, but... From NOTES (aka LINT): > > > > # This code is still experimental (e.g. doesn't handle disk slices well). > > # Also, 'options MFS' is currently incompatible with DEVFS. > > # You can configure the DEVFS (e.g. setting device permissions) in the > > # /etc/rc.devfs file. > > options DEVFS #devices filesystem > > > > -mi > > > > => phk 2001/01/27 00:18:36 PST > > => > > => Modified files: > > => sys/i386/conf GENERIC > > => Log: > > => Turn DEVFS on by default. > > => > > => You may need to turn this off if you you vinum. Apart from that I know of > > => no reason not to run with DEVFS. > > => > > => Revision Changes Path > > => 1.300 +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 Jan 27 12:54:39 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7882D37B400; Sat, 27 Jan 2001 12:54:22 -0800 (PST) Received: (from dillon@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0RKsMk64615; Sat, 27 Jan 2001 12:54:22 -0800 (PST) (envelope-from dillon) Message-Id: <200101272054.f0RKsMk64615@freefall.freebsd.org> From: Matt Dillon Date: Sat, 27 Jan 2001 12:54:22 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_fault.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dillon 2001/01/27 12:54:21 PST Modified files: (Branch: RELENG_4) sys/vm vm_fault.c Log: MFC 1.113 - protect vm_pager_page_unswapped(). Revision Changes Path 1.108.2.3 +4 -1 src/sys/vm/vm_fault.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 27 12:54:53 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2C74437B401; Sat, 27 Jan 2001 12:54:25 -0800 (PST) Received: (from gibbs@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0RKsP764657; Sat, 27 Jan 2001 12:54:25 -0800 (PST) (envelope-from gibbs) Message-Id: <200101272054.f0RKsP764657@freefall.freebsd.org> From: "Justin T. Gibbs" Date: Sat, 27 Jan 2001 12:54:25 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/aic7xxx ahc_eisa.c ahc_pci.c aic7770.c aic7xxx.c aic7xxx.h aic7xxx.reg aic7xxx.seq aic7xxx_freebsd.c aic7xxx_freebsd.h aic7xxx_inline.h aic7xxx_pci.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG gibbs 2001/01/27 12:54:25 PST Modified files: sys/dev/aic7xxx ahc_eisa.c ahc_pci.c aic7770.c aic7xxx.c aic7xxx.h aic7xxx.reg aic7xxx.seq aic7xxx_freebsd.c aic7xxx_freebsd.h aic7xxx_inline.h aic7xxx_pci.c Log: Update Copyright notices for new year. (should have been in last commit). Revision Changes Path 1.20 +2 -2 src/sys/dev/aic7xxx/ahc_eisa.c 1.40 +2 -2 src/sys/dev/aic7xxx/ahc_pci.c 1.3 +5 -2 src/sys/dev/aic7xxx/aic7770.c 1.67 +4 -2 src/sys/dev/aic7xxx/aic7xxx.c 1.34 +2 -2 src/sys/dev/aic7xxx/aic7xxx.h 1.33 +2 -2 src/sys/dev/aic7xxx/aic7xxx.reg 1.109 +2 -2 src/sys/dev/aic7xxx/aic7xxx.seq 1.19 +2 -2 src/sys/dev/aic7xxx/aic7xxx_freebsd.c 1.7 +2 -2 src/sys/dev/aic7xxx/aic7xxx_freebsd.h 1.12 +2 -2 src/sys/dev/aic7xxx/aic7xxx_inline.h 1.10 +2 -2 src/sys/dev/aic7xxx/aic7xxx_pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 27 12:56:26 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A2F0237B400; Sat, 27 Jan 2001 12:56:01 -0800 (PST) Received: (from gallatin@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0RKu1C64794; Sat, 27 Jan 2001 12:56:01 -0800 (PST) (envelope-from gallatin) Message-Id: <200101272056.f0RKu1C64794@freefall.freebsd.org> From: Andrew Gallatin Date: Sat, 27 Jan 2001 12:56:01 -0800 (PST) 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 gallatin 2001/01/27 12:56:01 PST Modified files: sys/alpha/conf GENERIC Log: The API UP1100 is close enough to a UP1000 that FreeBSD just works on it, so document that fact. Thanks to Peter Petrakis for doing a test boot. Revision Changes Path 1.106 +2 -2 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 Jan 27 12:56:51 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2DB0F37B404; Sat, 27 Jan 2001 12:56:31 -0800 (PST) Received: (from gibbs@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0RKuUl64856; Sat, 27 Jan 2001 12:56:30 -0800 (PST) (envelope-from gibbs) Message-Id: <200101272056.f0RKuUl64856@freefall.freebsd.org> From: "Justin T. Gibbs" Date: Sat, 27 Jan 2001 12:56:30 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/aic7xxx ahc_eisa.c ahc_pci.c aic7770.c aic7xxx.c aic7xxx.h aic7xxx.reg aic7xxx.seq aic7xxx_freebsd.c aic7xxx_freebsd.h aic7xxx_inline.h aic7xxx_pci.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG gibbs 2001/01/27 12:56:30 PST Modified files: (Branch: RELENG_4) sys/dev/aic7xxx ahc_eisa.c ahc_pci.c aic7770.c aic7xxx.c aic7xxx.h aic7xxx.reg aic7xxx.seq aic7xxx_freebsd.c aic7xxx_freebsd.h aic7xxx_inline.h aic7xxx_pci.c Log: MFC: Pull all changes in from the head. Revision Changes Path 1.15.2.3 +7 -3 src/sys/dev/aic7xxx/ahc_eisa.c 1.29.2.5 +4 -2 src/sys/dev/aic7xxx/ahc_pci.c 1.1.2.2 +11 -3 src/sys/dev/aic7xxx/aic7770.c 1.41.2.14 +71 -58 src/sys/dev/aic7xxx/aic7xxx.c 1.16.2.8 +25 -7 src/sys/dev/aic7xxx/aic7xxx.h 1.20.2.6 +9 -16 src/sys/dev/aic7xxx/aic7xxx.reg 1.94.2.8 +46 -32 src/sys/dev/aic7xxx/aic7xxx.seq 1.3.2.14 +26 -14 src/sys/dev/aic7xxx/aic7xxx_freebsd.c 1.2.2.4 +2 -2 src/sys/dev/aic7xxx/aic7xxx_freebsd.h 1.2.2.7 +6 -6 src/sys/dev/aic7xxx/aic7xxx_inline.h 1.2.2.6 +69 -40 src/sys/dev/aic7xxx/aic7xxx_pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 27 13:22:41 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9795337B400; Sat, 27 Jan 2001 13:22:22 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0RLMMF71401; Sat, 27 Jan 2001 13:22:22 -0800 (PST) (envelope-from sobomax) Message-Id: <200101272122.f0RLMMF71401@freefall.freebsd.org> From: Maxim Sobolev Date: Sat, 27 Jan 2001 13:22:22 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/sdl-devel/files patch-src_video_vgl_SDL__vglvideo.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/01/27 13:22:22 PST Modified files: devel/sdl-devel/files patch-src_video_vgl_SDL__vglvideo.c Log: Fix a rather nasty last-minute bug, which prevented SDL from using vesa modes with bpp > 8. Revision Changes Path 1.3 +13 -7 ports/devel/sdl-devel/files/patch-src_video_vgl_SDL__vglvideo.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 27 13:33:59 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2936937B400; Sat, 27 Jan 2001 13:33:42 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0RLXgd72642; Sat, 27 Jan 2001 13:33:42 -0800 (PST) (envelope-from sobomax) Message-Id: <200101272133.f0RLXgd72642@freefall.freebsd.org> From: Maxim Sobolev Date: Sat, 27 Jan 2001 13:33:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/sdl_ttf Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2001/01/27 13:33:42 PST Modified files: graphics/sdl_ttf Makefile Log: Unbroke after recent print/freetype changes. Revision Changes Path 1.3 +3 -2 ports/graphics/sdl_ttf/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 27 13:34:56 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E20D837B401; Sat, 27 Jan 2001 13:34:33 -0800 (PST) Received: (from wilko@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0RLYXK72762; Sat, 27 Jan 2001 13:34:33 -0800 (PST) (envelope-from wilko) Message-Id: <200101272134.f0RLYXK72762@freefall.freebsd.org> From: Wilko Bulte Date: Sat, 27 Jan 2001 13:34:33 -0800 (PST) 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 2001/01/27 13:34:33 PST Modified files: release/texts/alpha HARDWARE.TXT Log: Document API UP1100 mainboard which is reported to work fine with FreeBSD. UP1100 owners are invited to comment on the info provided here. Revision Changes Path 1.70 +58 -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 Jan 27 13:39:16 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CE97437B401; Sat, 27 Jan 2001 13:38:54 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0RLcsQ73430; Sat, 27 Jan 2001 13:38:54 -0800 (PST) (envelope-from ache) Message-Id: <200101272138.f0RLcsQ73430@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Sat, 27 Jan 2001 13:38:54 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/msql Makefile pkg-plist ports/databases/msql/files slibinstall.mm slibrary_unix.mm patch-ac patch-af patch-ak patch-as patch-ax sobject.mm X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ache 2001/01/27 13:38:54 PST Modified files: databases/msql Makefile pkg-plist databases/msql/files patch-ac patch-af patch-ak patch-as patch-ax Added files: databases/msql/files slibinstall.mm slibrary_unix.mm Removed files: databases/msql/files sobject.mm Log: Install & use shared libs Revision Changes Path 1.41 +6 -2 ports/databases/msql/Makefile 1.11 +8 -1 ports/databases/msql/pkg-plist 1.8 +2 -2 ports/databases/msql/files/patch-ac 1.3 +61 -8 ports/databases/msql/files/patch-af 1.6 +8 -5 ports/databases/msql/files/patch-ak 1.2 +3 -8 ports/databases/msql/files/patch-as 1.2 +5 -9 ports/databases/msql/files/patch-ax To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 27 15:10:46 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8193437B402; Sat, 27 Jan 2001 15:10:24 -0800 (PST) Received: (from clive@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0RNAOc89847; Sat, 27 Jan 2001 15:10:24 -0800 (PST) (envelope-from clive) Message-Id: <200101272310.f0RNAOc89847@freefall.freebsd.org> From: Clive Lin Date: Sat, 27 Jan 2001 15:10:24 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/ftp/lftp Makefile pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG clive 2001/01/27 15:10:24 PST Modified files: ftp/lftp Makefile pkg-plist Log: Utilize ports/Mk's NOPORTDOCS implementation instead of home made ones. Revision Changes Path 1.42 +1 -7 ports/ftp/lftp/Makefile 1.15 +7 -7 ports/ftp/lftp/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 Jan 27 15:25:56 2001 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 19EDF37B400; Sat, 27 Jan 2001 15:25:31 -0800 (PST) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id 1DFD86A913; Sun, 28 Jan 2001 09:54:51 +1030 (CST) Date: Sun, 28 Jan 2001 09:54:51 +1030 From: Greg Lehey To: Poul-Henning Kamp Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/conf GENERIC Message-ID: <20010128095451.A17061@wantadilla.lemis.com> References: <200101270818.f0R8Iax70388@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200101270818.f0R8Iax70388@freefall.freebsd.org>; from phk@FreeBSD.org on Sat, Jan 27, 2001 at 12:18:36AM -0800 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 Saturday, 27 January 2001 at 0:18:36 -0800, Poul-Henning Kamp wrote: > phk 2001/01/27 00:18:36 PST > > Modified files: > sys/i386/conf GENERIC > Log: > Turn DEVFS on by default. > > You may need to turn this off if you you vinum. Apart from that I know of > no reason not to run with DEVFS. So why haven't you fixed Vinum? 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 Sat Jan 27 16:13:21 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 55DD937B402; Sat, 27 Jan 2001 16:13:01 -0800 (PST) Received: (from des@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0S0D1C01370; Sat, 27 Jan 2001 16:13:01 -0800 (PST) (envelope-from des) Message-Id: <200101280013.f0S0D1C01370@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Sat, 27 Jan 2001 16:13:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern subr_sbuf.c src/sys/sys sbuf.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG des 2001/01/27 16:13:01 PST Modified files: sys/kern subr_sbuf.c sys/sys sbuf.h Log: Add sbuf_clear() and sbuf_overflowed(). Move the helper macros from sbuf.h to sbuf.c Use ints instead of size_ts. Relax the requirements for sbuf_finish(): it is now possible to finish an overflowed buffer. Make sbuf_len() return -1 instead of 0 if the sbuf overflowed. Requested by: gibbs Revision Changes Path 1.2 +50 -14 src/sys/kern/subr_sbuf.c 1.2 +9 -20 src/sys/sys/sbuf.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 27 16:19:16 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 41CF637B400; Sat, 27 Jan 2001 16:18:55 -0800 (PST) Received: (from des@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0S0Ito02253; Sat, 27 Jan 2001 16:18:55 -0800 (PST) (envelope-from des) Message-Id: <200101280018.f0S0Ito02253@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Sat, 27 Jan 2001 16:18:55 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man9 sbuf.9 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG des 2001/01/27 16:18:55 PST Modified files: share/man/man9 sbuf.9 Log: Document the changes in subr_sbuf.c rev. 1.2. Revision Changes Path 1.3 +43 -16 src/share/man/man9/sbuf.9 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 27 16:19:36 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 00D1137B401; Sat, 27 Jan 2001 16:19:11 -0800 (PST) Received: (from des@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0S0JAr02286; Sat, 27 Jan 2001 16:19:10 -0800 (PST) (envelope-from des) Message-Id: <200101280019.f0S0JAr02286@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Sat, 27 Jan 2001 16:19:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man9 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG des 2001/01/27 16:19:10 PST Modified files: share/man/man9 Makefile Log: Add MLINKS for sbuf_clear() and sbuf_overflowed(). Revision Changes Path 1.94 +3 -1 src/share/man/man9/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 27 16:20: 9 2001 Delivered-To: cvs-all@freebsd.org Received: from feral.com (feral.com [192.67.166.1]) by hub.freebsd.org (Postfix) with ESMTP id 4DF1A37B698; Sat, 27 Jan 2001 16:19:15 -0800 (PST) Received: from zeppo.feral.com (IDENT:mjacob@zeppo [192.67.166.71]) by feral.com (8.9.3/8.9.3) with ESMTP id QAA32059; Sat, 27 Jan 2001 16:19:15 -0800 Date: Sat, 27 Jan 2001 16:19:14 -0800 (PST) From: Matthew Jacob Reply-To: mjacob@feral.com To: Poul-Henning Kamp 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 Yeah, MFS doesn't seem to work now, even compiled fresh into the kernel. What's the story with this? MFS is quite important for a lot of people. > > Hmm.,... though you may be right.... mfs didn't mount for me now... but that > may be the usual userland<>kernel mismatch... > > > > > That's old information. That's got to be from Julian's devfs- not the current > > one. > > > > > > > Matthew Jacob once stated: > > > = > > > =Yes, time to move on with this... > > > > > > But, but, but... From NOTES (aka LINT): > > > > > > # This code is still experimental (e.g. doesn't handle disk slices well). > > > # Also, 'options MFS' is currently incompatible with DEVFS. > > > # You can configure the DEVFS (e.g. setting device permissions) in the > > > # /etc/rc.devfs file. > > > options DEVFS #devices filesystem > > > > > > -mi > > > > > > => phk 2001/01/27 00:18:36 PST > > > => > > > => Modified files: > > > => sys/i386/conf GENERIC > > > => Log: > > > => Turn DEVFS on by default. > > > => > > > => You may need to turn this off if you you vinum. Apart from that I know of > > > => no reason not to run with DEVFS. > > > => > > > => Revision Changes Path > > > => 1.300 +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 Jan 27 16:25: 0 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3612337B404; Sat, 27 Jan 2001 16:24:39 -0800 (PST) Received: (from clive@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0S0OdC03214; Sat, 27 Jan 2001 16:24:39 -0800 (PST) (envelope-from clive) Message-Id: <200101280024.f0S0OdC03214@freefall.freebsd.org> From: Clive Lin Date: Sat, 27 Jan 2001 16:24:38 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/news/newsfetch Makefile ports/news/newsfetch/files patch-ac patch-aa patch-ab X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG clive 2001/01/27 16:24:38 PST Modified files: news/newsfetch Makefile news/newsfetch/files patch-aa patch-ab Added files: news/newsfetch/files patch-ac Log: - Support CC properly - Apply to 'one file per patch' convention PR: 24675 Submitted by: tkato@prontomail.ne.jp Revision Changes Path 1.10 +2 -3 ports/news/newsfetch/Makefile 1.4 +5 -4 ports/news/newsfetch/files/patch-aa 1.2 +1 -13 ports/news/newsfetch/files/patch-ab To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 27 16:34:18 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1AF2837B400; Sat, 27 Jan 2001 16:33:59 -0800 (PST) Received: (from des@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0S0Xxl04909; Sat, 27 Jan 2001 16:33:59 -0800 (PST) (envelope-from des) Message-Id: <200101280033.f0S0Xxl04909@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Sat, 27 Jan 2001 16:33:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern subr_sbuf.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG des 2001/01/27 16:33:58 PST Modified files: sys/kern subr_sbuf.c Log: Remove an assertion I forgot to remove in the previous commit: sbuf_len() may now be called with an unfinished sbuf. For consistency, copy the related comment from sbuf_delete() to sbuf_clear() and sbuf_len(). Revision Changes Path 1.3 +3 -2 src/sys/kern/subr_sbuf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 27 16:34:53 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1832937B698; Sat, 27 Jan 2001 16:34:30 -0800 (PST) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0S0YUe04976; Sat, 27 Jan 2001 16:34:30 -0800 (PST) (envelope-from will) Message-Id: <200101280034.f0S0YUe04976@freefall.freebsd.org> From: Will Andrews Date: Sat, 27 Jan 2001 16:34:30 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/cut cut.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/01/27 16:34:29 PST Modified files: usr.bin/cut cut.c Log: BDECFLAGS: constify; use proper types. Add $FreeBSD$, clean up #ifndef lint. Reviewed by: markm Revision Changes Path 1.10 +13 -10 src/usr.bin/cut/cut.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 27 16:36: 4 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 48A6137B400; Sat, 27 Jan 2001 16:35:41 -0800 (PST) Received: (from will@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0S0Zf905149; Sat, 27 Jan 2001 16:35:41 -0800 (PST) (envelope-from will) Message-Id: <200101280035.f0S0Zf905149@freefall.freebsd.org> From: Will Andrews Date: Sat, 27 Jan 2001 16:35:41 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/cut cut.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2001/01/27 16:35:41 PST Modified files: usr.bin/cut cut.c Log: De-__P()-ify Reviewed by: markm Revision Changes Path 1.11 +8 -8 src/usr.bin/cut/cut.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 27 17: 8:18 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8E75437B699; Sat, 27 Jan 2001 17:07:54 -0800 (PST) Received: (from tegge@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0S17sW11807; Sat, 27 Jan 2001 17:07:54 -0800 (PST) (envelope-from tegge) Message-Id: <200101280107.f0S17sW11807@freefall.freebsd.org> From: Tor Egge Date: Sat, 27 Jan 2001 17:07:54 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 mpapic.c mp_machdep.c src/sys/i386/include smp.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG tegge 2001/01/27 17:07:54 PST Modified files: sys/i386/i386 mpapic.c mp_machdep.c sys/i386/include smp.h Log: Defer assignment of low level interrupt handlers for PCI interrupts described in the MP table until something asks for the interrupt number later on. Revision Changes Path 1.46 +86 -72 src/sys/i386/i386/mpapic.c 1.142 +49 -38 src/sys/i386/i386/mp_machdep.c 1.63 +2 -1 src/sys/i386/include/smp.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 27 17:21:35 2001 Delivered-To: cvs-all@freebsd.org Received: from moby.geekhouse.net (moby.geekhouse.net [64.81.6.36]) by hub.freebsd.org (Postfix) with ESMTP id 253F537B404; Sat, 27 Jan 2001 17:21:09 -0800 (PST) Received: from laptop.baldwin.cx (john@dhcp150.geekhouse.net [192.168.1.150]) by moby.geekhouse.net (8.11.0/8.9.3) with ESMTP id f0S1L3c00366; Sat, 27 Jan 2001 17:21:03 -0800 (PST) (envelope-from jhb@FreeBSD.org) Message-ID: 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: Date: Sat, 27 Jan 2001 17:20:56 -0800 (PST) From: John Baldwin To: Matthew Jacob Subject: Re: cvs commit: src/sys/i386/conf GENERIC Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, Poul-Henning Kamp , Mikhail Teterin Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 27-Jan-01 Matthew Jacob wrote: > > Hmm.,... though you may be right.... mfs didn't mount for me now... but that > may be the usual userland<>kernel mismatch... One should use md(4) and mdconfig(8) rather than MFS nowadays anyways, which does work with DEVFS. >> That's old information. That's got to be from Julian's devfs- not the >> current >> one. >> >> >> > Matthew Jacob once stated: >> > = >> > =Yes, time to move on with this... >> > >> > But, but, but... From NOTES (aka LINT): >> > >> > # This code is still experimental (e.g. doesn't handle disk slices well). >> > # Also, 'options MFS' is currently incompatible with DEVFS. >> > # You can configure the DEVFS (e.g. setting device permissions) in the >> > # /etc/rc.devfs file. >> > options DEVFS #devices filesystem >> > >> > -mi >> > >> > => phk 2001/01/27 00:18:36 PST >> > => >> > => Modified files: >> > => sys/i386/conf GENERIC >> > => Log: >> > => Turn DEVFS on by default. >> > => >> > => You may need to turn this off if you you vinum. Apart from that I >> > know of >> > => no reason not to run with DEVFS. >> > => >> > => Revision Changes Path >> > => 1.300 +2 -2 src/sys/i386/conf/GENERIC >> > => >> > => >> > = >> > >> >> > > -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.baldwin.cx/~john/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 Sat Jan 27 17:28:31 2001 Delivered-To: cvs-all@freebsd.org Received: from feral.com (feral.com [192.67.166.1]) by hub.freebsd.org (Postfix) with ESMTP id EA4DA37B404; Sat, 27 Jan 2001 17:28:10 -0800 (PST) Received: from beppo (beppo [192.67.166.79]) by feral.com (8.9.3/8.9.3) with ESMTP id RAA32326; Sat, 27 Jan 2001 17:28:10 -0800 Date: Sat, 27 Jan 2001 17:28:11 -0800 (PST) From: Matthew Jacob Reply-To: mjacob@feral.com To: John Baldwin Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, Poul-Henning Kamp , Mikhail Teterin 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 > > On 27-Jan-01 Matthew Jacob wrote: > > > > Hmm.,... though you may be right.... mfs didn't mount for me now... but that > > may be the usual userland<>kernel mismatch... > > One should use md(4) and mdconfig(8) rather than MFS nowadays anyways, which > does work with DEVFS. Uh, I don't think so. MFS should be fixed. With MFS you should be able to take advantage of VM. I don't think the same applies to md. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 27 17:29:35 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DBDA337B404; Sat, 27 Jan 2001 17:29:12 -0800 (PST) Received: (from clive@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0S1TCb15524; Sat, 27 Jan 2001 17:29:12 -0800 (PST) (envelope-from clive) Message-Id: <200101280129.f0S1TCb15524@freefall.freebsd.org> From: Clive Lin Date: Sat, 27 Jan 2001 17:29:12 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/xhippo Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG clive 2001/01/27 17:29:12 PST Modified files: audio/xhippo Makefile distinfo Log: Update to version 2.9 PR: ports/24560 Submitted by: tim@bishnet.net Revision Changes Path 1.16 +4 -4 ports/audio/xhippo/Makefile 1.11 +1 -1 ports/audio/xhippo/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 27 17:44:56 2001 Delivered-To: cvs-all@freebsd.org Received: from moby.geekhouse.net (moby.geekhouse.net [64.81.6.36]) by hub.freebsd.org (Postfix) with ESMTP id 6500D37B698; Sat, 27 Jan 2001 17:44:34 -0800 (PST) Received: from laptop.baldwin.cx (john@dhcp150.geekhouse.net [192.168.1.150]) by moby.geekhouse.net (8.11.0/8.9.3) with ESMTP id f0S1iUc00405; Sat, 27 Jan 2001 17:44:30 -0800 (PST) (envelope-from jhb@FreeBSD.org) Message-ID: 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: Date: Sat, 27 Jan 2001 17:44:23 -0800 (PST) From: John Baldwin To: Matthew Jacob Subject: Re: cvs commit: src/sys/i386/conf GENERIC Cc: Mikhail Teterin , Poul-Henning Kamp , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 28-Jan-01 Matthew Jacob wrote: > >> >> On 27-Jan-01 Matthew Jacob wrote: >> > >> > Hmm.,... though you may be right.... mfs didn't mount for me now... but >> > that >> > may be the usual userland<>kernel mismatch... >> >> One should use md(4) and mdconfig(8) rather than MFS nowadays anyways, which >> does work with DEVFS. > > Uh, I don't think so. MFS should be fixed. With MFS you should be able to > take > advantage of VM. I don't think the same applies to md. Hmm, md can do preloaded and malloc'd disks. It does replace the ability to preload a memory-based filesystem, but I'm not sure it replaces using MFS on /tmp unless you used a malloc disk to do that. HISTORY The md driver first appeared in FreeBSD 4.0 as a cleaner replacement for the MFS functionality previously used in PicoBSD and in the FreeBSD in- stallation process. -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.baldwin.cx/~john/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 Sat Jan 27 17:47:50 2001 Delivered-To: cvs-all@freebsd.org Received: from mass.dis.org (mass.dis.org [216.240.45.41]) by hub.freebsd.org (Postfix) with ESMTP id A5FF137B698; Sat, 27 Jan 2001 17:47:25 -0800 (PST) Received: from mass.dis.org (localhost [127.0.0.1]) by mass.dis.org (8.11.1/8.11.1) with ESMTP id f0S1lKi00804; Sat, 27 Jan 2001 17:47:20 -0800 (PST) (envelope-from msmith@mass.dis.org) Message-Id: <200101280147.f0S1lKi00804@mass.dis.org> X-Mailer: exmh version 2.1.1 10/15/1999 To: mjacob@feral.com Cc: Poul-Henning Kamp , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/conf GENERIC In-reply-to: Your message of "Sat, 27 Jan 2001 16:19:14 PST." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 27 Jan 2001 17:47:20 -0800 From: Mike Smith Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > Yeah, MFS doesn't seem to work now, even compiled fresh into the > kernel. What's the story with this? MFS is quite important for a lot of > people. There's a documentation issue here; you should be using md(4) rather than MFS in most cases. I have rc.diskless patches to use md(4) now, it all seems to be working OK. -- ... 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] V I C T O R Y N O T V E N G E A N C E To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 27 17:49:41 2001 Delivered-To: cvs-all@freebsd.org Received: from mass.dis.org (mass.dis.org [216.240.45.41]) by hub.freebsd.org (Postfix) with ESMTP id 199DB37B699; Sat, 27 Jan 2001 17:49:18 -0800 (PST) Received: from mass.dis.org (localhost [127.0.0.1]) by mass.dis.org (8.11.1/8.11.1) with ESMTP id f0S1nLi00816; Sat, 27 Jan 2001 17:49:21 -0800 (PST) (envelope-from msmith@mass.dis.org) Message-Id: <200101280149.f0S1nLi00816@mass.dis.org> X-Mailer: exmh version 2.1.1 10/15/1999 To: mjacob@feral.com Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/conf GENERIC In-reply-to: Your message of "Sat, 27 Jan 2001 17:28:11 PST." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 27 Jan 2001 17:49:21 -0800 From: Mike Smith Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > One should use md(4) and mdconfig(8) rather than MFS nowadays anyways, which > > does work with DEVFS. > > Uh, I don't think so. MFS should be fixed. With MFS you should be able to take > advantage of VM. I don't think the same applies to md. If by "take advantage of VM" you mean "can be backed by swap", then md(4) can do this too. -- ... 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] V I C T O R Y N O T V E N G E A N C E To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 27 18: 3: 1 2001 Delivered-To: cvs-all@freebsd.org Received: from feral.com (feral.com [192.67.166.1]) by hub.freebsd.org (Postfix) with ESMTP id F0C0137B402; Sat, 27 Jan 2001 18:02:36 -0800 (PST) Received: from beppo (beppo [192.67.166.79]) by feral.com (8.9.3/8.9.3) with ESMTP id SAA32521; Sat, 27 Jan 2001 18:02:37 -0800 Date: Sat, 27 Jan 2001 18:02:38 -0800 (PST) From: Matthew Jacob Reply-To: mjacob@feral.com To: Mike Smith Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/conf GENERIC In-Reply-To: <200101280149.f0S1nLi00816@mass.dis.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, 27 Jan 2001, Mike Smith wrote: > > > One should use md(4) and mdconfig(8) rather than MFS nowadays anyways, which > > > does work with DEVFS. > > > > Uh, I don't think so. MFS should be fixed. With MFS you should be able to take > > advantage of VM. I don't think the same applies to md. > > If by "take advantage of VM" you mean "can be backed by swap", then md(4) > can do this too. I'll have to re-examine this. What I want and what people can/should use MFS or md for is like solaris tmpfs. Even with softupdates it's preferrable to have a volatile filesystem. I would think a VFS would be better at doing this than a 'device driver', but I really don't care. If MFS is really currently broken by DEVFS and md really does replace it, then it should be nuked from GENERIC. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 27 18:13:35 2001 Delivered-To: cvs-all@freebsd.org Received: from mass.dis.org (mass.dis.org [216.240.45.41]) by hub.freebsd.org (Postfix) with ESMTP id 76DC637B400; Sat, 27 Jan 2001 18:13:10 -0800 (PST) Received: from mass.dis.org (localhost [127.0.0.1]) by mass.dis.org (8.11.1/8.11.1) with ESMTP id f0S2DDi00916; Sat, 27 Jan 2001 18:13:13 -0800 (PST) (envelope-from msmith@mass.dis.org) Message-Id: <200101280213.f0S2DDi00916@mass.dis.org> X-Mailer: exmh version 2.1.1 10/15/1999 To: mjacob@feral.com Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/conf GENERIC In-reply-to: Your message of "Sat, 27 Jan 2001 18:02:38 PST." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 27 Jan 2001 18:13:13 -0800 From: Mike Smith Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > I'll have to re-examine this. What I want and what people can/should use MFS > or md for is like solaris tmpfs. Even with softupdates it's preferrable to > have a volatile filesystem. I would think a VFS would be better at doing this > than a 'device driver', but I really don't care. I think you're right, and I understand now what you're getting at. > If MFS is really currently broken by DEVFS and md really does replace it, then > it should be nuked from GENERIC. MFS' should be fixed, even if just back to its previous "mostly broken" state, IMO. Most of my objections to it have simply been that it never worked "right" in the first place. -- ... 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] V I C T O R Y N O T V E N G E A N C E To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 27 19: 6:30 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3D87637B402; Sat, 27 Jan 2001 19:06:09 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0S369t32442; Sat, 27 Jan 2001 19:06:09 -0800 (PST) (envelope-from ijliao) Message-Id: <200101280306.f0S369t32442@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sat, 27 Jan 2001 19:06:09 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/dictd Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ijliao 2001/01/27 19:06:09 PST Modified files: net/dictd Makefile Log: remove redundant substitution Submitted by: clive Revision Changes Path 1.2 +1 -2 ports/net/dictd/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 27 19:41:21 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F2F5F37B400; Sat, 27 Jan 2001 19:41:01 -0800 (PST) Received: (from bmilekic@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0S3f1s35766; Sat, 27 Jan 2001 19:41:01 -0800 (PST) (envelope-from bmilekic) Message-Id: <200101280341.f0S3f1s35766@freefall.freebsd.org> From: Bosko Milekic Date: Sat, 27 Jan 2001 19:41:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 mp_machdep.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG bmilekic 2001/01/27 19:41:01 PST Modified files: sys/i386/i386 mp_machdep.c Log: Move the setting of curproc to idleproc up earlier in ap_init(). The problem is that a mutex lock, prior to this change, is acquired before the curproc is set to idleproc, so we mess ourselves up by calling the mutex lock routine with curproc == NULL. Moving it up after the aps_ready spin-wait has us hopefully setting it after idleproc is setup. Solved by: jake (the allmighty) :-) Revision Changes Path 1.143 +7 -7 src/sys/i386/i386/mp_machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 27 19:44:54 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8B2A437B400; Sat, 27 Jan 2001 19:44:30 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0S3iUL36107; Sat, 27 Jan 2001 19:44:30 -0800 (PST) (envelope-from ijliao) Message-Id: <200101280344.f0S3iUL36107@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sat, 27 Jan 2001 19:44:30 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/ftp/downloader Makefile distinfo pkg-plist ports/ftp/downloader/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ijliao 2001/01/27 19:44:30 PST Modified files: ftp/downloader Makefile distinfo pkg-plist ftp/downloader/files patch-aa Log: update to 1.21 change maintainer to myself PR: 24671 Submitted by: tkato@prontomail.ne.jp Revision Changes Path 1.23 +4 -6 ports/ftp/downloader/Makefile 1.15 +1 -1 ports/ftp/downloader/distinfo 1.11 +20 -20 ports/ftp/downloader/pkg-plist 1.16 +15 -29 ports/ftp/downloader/files/patch-aa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 27 19:51:21 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 77FD537B400; Sat, 27 Jan 2001 19:50:57 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0S3ov136632; Sat, 27 Jan 2001 19:50:57 -0800 (PST) (envelope-from ijliao) Message-Id: <200101280350.f0S3ov136632@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sat, 27 Jan 2001 19:50:57 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/s3mod Makefile pkg-descr ports/audio/s3mod/files patch-ac patch-ad patch-ae patch-af patch-ag patch-ah patch-ai patch-aj patch-ak patch-ab patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ijliao 2001/01/27 19:50:57 PST Modified files: audio/s3mod Makefile pkg-descr audio/s3mod/files patch-ab Added files: audio/s3mod/files patch-ac patch-ad patch-ae patch-af patch-ag patch-ah patch-ai patch-aj patch-ak Removed files: audio/s3mod/files patch-aa Log: - Support MAKE properly - Support install macros - Apply to 'one file per patch' convention - Add WWW: line PR: 24667 Submitted by: tkato@prontomail.ne.jp Revision Changes Path 1.10 +4 -3 ports/audio/s3mod/Makefile 1.3 +2 -0 ports/audio/s3mod/pkg-descr 1.3 +12 -23 ports/audio/s3mod/files/patch-ab To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 27 19:56:40 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2C91537B400; Sat, 27 Jan 2001 19:56:19 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0S3uJY36956; Sat, 27 Jan 2001 19:56:19 -0800 (PST) (envelope-from ijliao) Message-Id: <200101280356.f0S3uJY36956@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sat, 27 Jan 2001 19:56:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/kdevelop Makefile distinfo pkg-plist ports/devel/kdevelop/files patch-af X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ijliao 2001/01/27 19:56:18 PST Modified files: devel/kdevelop Makefile distinfo pkg-plist Removed files: devel/kdevelop/files patch-af Log: update to 1.3 PR: 24668 Submitted by: tkato@prontomail.ne.jp Revision Changes Path 1.14 +20 -28 ports/devel/kdevelop/Makefile 1.4 +1 -1 ports/devel/kdevelop/distinfo 1.4 +69 -4 ports/devel/kdevelop/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 Jan 27 19:59:53 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 09AA337B400; Sat, 27 Jan 2001 19:59:33 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0S3xWw37185; Sat, 27 Jan 2001 19:59:32 -0800 (PST) (envelope-from ijliao) Message-Id: <200101280359.f0S3xWw37185@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sat, 27 Jan 2001 19:59:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/ktranslator Makefile distinfo pkg-descr pkg-plist ports/devel/ktranslator/files patch-ac patch-ad patch-aa patch-ab X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ijliao 2001/01/27 19:59:32 PST Modified files: devel/ktranslator Makefile distinfo pkg-descr pkg-plist Added files: devel/ktranslator/files patch-ac patch-ad Removed files: devel/ktranslator/files patch-aa patch-ab Log: update to 0.6.1 add WWW: line PR: 24669 Submitted by: tkato@prontomail.ne.jp Revision Changes Path 1.9 +18 -17 ports/devel/ktranslator/Makefile 1.2 +1 -1 ports/devel/ktranslator/distinfo 1.2 +2 -0 ports/devel/ktranslator/pkg-descr 1.2 +21 -4 ports/devel/ktranslator/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 Jan 27 20: 3:51 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8EB7D37B404; Sat, 27 Jan 2001 20:03:31 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0S43VU37539; Sat, 27 Jan 2001 20:03:31 -0800 (PST) (envelope-from ijliao) Message-Id: <200101280403.f0S43VU37539@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sat, 27 Jan 2001 20:03:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/qtk Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ijliao 2001/01/27 20:03:31 PST Modified files: devel/qtk Makefile distinfo Log: - Fix MASTER_SITES - Support PREFIX properly PR: 24670 Submitted by: tkato@prontomail.ne.jp Revision Changes Path 1.7 +15 -10 ports/devel/qtk/Makefile 1.2 +1 -1 ports/devel/qtk/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 27 20:11:30 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 933E837B400; Sat, 27 Jan 2001 20:11:12 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0S4BCZ39971; Sat, 27 Jan 2001 20:11:12 -0800 (PST) (envelope-from ijliao) Message-Id: <200101280411.f0S4BCZ39971@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sat, 27 Jan 2001 20:11:12 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/qhacc Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ijliao 2001/01/27 20:11:12 PST Modified files: misc/qhacc Makefile Log: - Add missing MASTER_SITE_SUBDIR PR: 24672 Submitted by: tkato@prontomail.ne.jp Revision Changes Path 1.16 +2 -1 ports/misc/qhacc/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 27 20:22:34 2001 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 F25D537B400; Sat, 27 Jan 2001 20:22:09 -0800 (PST) Received: by relay.butya.kz (Postfix, from userid 1000) id EE556286FC; Sun, 28 Jan 2001 10:22:06 +0600 (ALMT) Received: from localhost (localhost [127.0.0.1]) by relay.butya.kz (Postfix) with ESMTP id E02AF286FB; Sun, 28 Jan 2001 10:22:06 +0600 (ALMT) Date: Sun, 28 Jan 2001 10:22:06 +0600 (ALMT) From: Boris Popov To: John Baldwin Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, Poul-Henning Kamp Subject: Re: cvs commit: src/sys/i386/conf GENERIC In-Reply-To: <200101272019.MAA44648@john.baldwin.cx> 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, 27 Jan 2001, John Baldwin wrote: > > A little heads-up probably should appear in the freebsd-current@. > > An in-tree version of devfs locks up my SMP box on boot. I'm unsure > > however if this related to SMPng work. > > Hmm, I haven't had any problems with DEVFS on any of my testboxes and > have been running it since the early SMPng days. Can you break into > ddb and see if it is the lockmgr deadlock on allproc that some people > have been seeing? Nope, keyboard is locked right after "Mounting root from ufs:/dev/ad1s2a" (otherwise I'll be able to submit at least a PR :). I hope to arrange a serial console for this machine in the near future. -- 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 Sat Jan 27 22:14:55 2001 Delivered-To: cvs-all@freebsd.org Received: from moby.geekhouse.net (moby.geekhouse.net [64.81.6.36]) by hub.freebsd.org (Postfix) with ESMTP id 7B6B037B400; Sat, 27 Jan 2001 22:14:32 -0800 (PST) Received: from laptop.baldwin.cx (john@dhcp150.geekhouse.net [192.168.1.150]) by moby.geekhouse.net (8.11.0/8.9.3) with ESMTP id f0S6EXc00864; Sat, 27 Jan 2001 22:14:33 -0800 (PST) (envelope-from jhb@FreeBSD.org) Message-ID: 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: <200101280341.f0S3f1s35766@freefall.freebsd.org> Date: Sat, 27 Jan 2001 22:14:25 -0800 (PST) From: John Baldwin To: Bosko Milekic Subject: RE: cvs commit: src/sys/i386/i386 mp_machdep.c Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 28-Jan-01 Bosko Milekic wrote: > bmilekic 2001/01/27 19:41:01 PST > > Modified files: > sys/i386/i386 mp_machdep.c > Log: > Move the setting of curproc to idleproc up earlier in ap_init(). The > problem is that a mutex lock, prior to this change, is acquired before > the curproc is set to idleproc, so we mess ourselves up by calling > the mutex lock routine with curproc == NULL. > > Moving it up after the aps_ready spin-wait has us hopefully setting it > after idleproc is setup. > > Solved by: jake (the allmighty) :-) Forgotten by: jasone Actually, what I suggested to jasone (and kind of preferred myself) was to set each curproc in the AP's when we initialized the idleprocs. This has the benefit of being MI: --- kern_idle.c 2000/10/20 07:58:03 1.11 +++ kern_idle.c 2001/01/27 23:53:15 @@ -63,6 +63,8 @@ gd->gd_idleproc->p_flag |= P_NOLOAD; gd->gd_idleproc->p_stat = SRUN; + if (gd->gd_curproc == NULL) + gd->gd_curproc = gd->gd_idleproc; } } The check for NULL is so that we don't change curproc on the boot processor. -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.baldwin.cx/~john/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 Sat Jan 27 22:26:20 2001 Delivered-To: cvs-all@freebsd.org Received: from magnesium.net (toxic.magnesium.net [207.154.84.15]) by hub.freebsd.org (Postfix) with SMTP id 585A437B698 for ; Sat, 27 Jan 2001 22:25:58 -0800 (PST) Received: (qmail 35231 invoked by uid 1142); 28 Jan 2001 06:25:57 -0000 Date: 27 Jan 2001 22:25:57 -0800 Date: Sat, 27 Jan 2001 22:25:52 -0800 From: Jason Evans To: John Baldwin Cc: Bosko Milekic , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/i386 mp_machdep.c Message-ID: <20010127222552.S87569@canonware.com> References: <200101280341.f0S3f1s35766@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from jhb@FreeBSD.org on Sat, Jan 27, 2001 at 10:14:25PM -0800 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, Jan 27, 2001 at 10:14:25PM -0800, John Baldwin wrote: > > On 28-Jan-01 Bosko Milekic wrote: > > bmilekic 2001/01/27 19:41:01 PST > > > > Modified files: > > sys/i386/i386 mp_machdep.c > > Log: > > Move the setting of curproc to idleproc up earlier in ap_init(). The > > problem is that a mutex lock, prior to this change, is acquired before > > the curproc is set to idleproc, so we mess ourselves up by calling > > the mutex lock routine with curproc == NULL. > > > > Moving it up after the aps_ready spin-wait has us hopefully setting it > > after idleproc is setup. > > > > Solved by: jake (the allmighty) :-) > > Forgotten by: jasone > > Actually, what I suggested to jasone (and kind of preferred myself) was to set > each curproc in the AP's when we initialized the idleprocs. This has the > benefit of being MI: Actually, I didn't forget it; the machine wouldn't boot with that change in place, so I took it back out. Jason To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 27 22:40:20 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E1A5B37B402; Sat, 27 Jan 2001 22:39:56 -0800 (PST) Received: (from marcel@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0S6duJ56354; Sat, 27 Jan 2001 22:39:56 -0800 (PST) (envelope-from marcel) Message-Id: <200101280639.f0S6duJ56354@freefall.freebsd.org> From: Marcel Moolenaar Date: Sat, 27 Jan 2001 22:39:56 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ia64/ia64 genassym.sh src/sys/conf Makefile.alpha Makefile.i386 Makefile.ia64 Makefile.pc98 kmod.mk src/sys/kern gensetdefs.pl genassym.sh X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG marcel 2001/01/27 22:39:56 PST Modified files: sys/conf Makefile.alpha Makefile.i386 Makefile.ia64 Makefile.pc98 kmod.mk sys/kern genassym.sh Added files: sys/kern gensetdefs.pl Removed files: sys/ia64/ia64 genassym.sh Log: Improve kernel bootstrapping: o Use objdump instead of gensetdefs(1) to build the linker sets. o Allow overriding of nm and objdump in resp. genassym.sh and gensetdefs.pl for non-native toolchains. Reviewed by: arch Perl improvements: Jos Backus , benno Revision Changes Path 1.88 +2 -2 src/sys/conf/Makefile.alpha 1.221 +2 -2 src/sys/conf/Makefile.i386 1.13 +6 -4 src/sys/conf/Makefile.ia64 1.120 +2 -2 src/sys/conf/Makefile.pc98 1.89 +2 -2 src/sys/conf/kmod.mk 1.2 +2 -2 src/sys/kern/genassym.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 27 23: 0:24 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4B03337B404; Sat, 27 Jan 2001 23:00:06 -0800 (PST) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0S706i57090; Sat, 27 Jan 2001 23:00:06 -0800 (PST) (envelope-from ijliao) Message-Id: <200101280700.f0S706i57090@freefall.freebsd.org> From: Ying-Chieh Liao Date: Sat, 27 Jan 2001 23:00:06 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/logtool Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ijliao 2001/01/27 23:00:06 PST Modified files: sysutils/logtool Makefile distinfo pkg-plist Log: update to 1.0.4 Revision Changes Path 1.5 +4 -10 ports/sysutils/logtool/Makefile 1.4 +1 -1 ports/sysutils/logtool/distinfo 1.4 +7 -7 ports/sysutils/logtool/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 Jan 27 23:33:17 2001 Delivered-To: cvs-all@freebsd.org Received: from dt051n37.san.rr.com (dt051n37.san.rr.com [204.210.32.55]) by hub.freebsd.org (Postfix) with ESMTP id 8EA4737B6B3; Sat, 27 Jan 2001 23:32:51 -0800 (PST) Received: from FreeBSD.org (master [10.0.0.2]) by dt051n37.san.rr.com (8.9.3/8.9.3) with ESMTP id XAA63266; Sat, 27 Jan 2001 23:32:46 -0800 (PST) (envelope-from DougB@FreeBSD.org) Message-ID: <3A73CB1E.23305577@FreeBSD.org> Date: Sat, 27 Jan 2001 23:32:46 -0800 From: Doug Barton Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.76 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Warner Losh Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/contrib/tcpdump print-smb.c References: <200101242056.f0OKut961097@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: > > In message Garance A Drosihn writes: > : If we're going to whine this much about fixing bugs, we're in > : pretty sad shape. Yes, it would be nice if the "vendor" (in > : this case) picked up the fix, and we did not have the repository > : bloat. > > The bug could have been fixed as a vendor branch import, and then when > the real fix came along, it would still be on the vendor branch. Yes, > this is ugly, but CVS requires you to play stupid games like this > because its support for vendor branches is less than could otherwise > be desired. If doing it this way makes it easier for people down the road while still accomplishing the reasonable goal of allowing developers to fix bugs when necessary, that's the best way to proceed. Can you give us an example of a cvs command line that would accomplish this? I'm assuming that we would simply do an import of the file or files that contain the bug fixes? Doug To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jan 27 23:44:53 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 930A337B402; Sat, 27 Jan 2001 23:44:33 -0800 (PST) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0S7iXT60921; Sat, 27 Jan 2001 23:44:33 -0800 (PST) (envelope-from kevlo) Message-Id: <200101280744.f0S7iXT60921@freefall.freebsd.org> From: Kevin Lo Date: Sat, 27 Jan 2001 23:44:33 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/pybliographer Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kevlo 2001/01/27 23:44:33 PST Modified files: misc/pybliographer Makefile distinfo pkg-plist Log: Update to version 1.0.8 PR: 24611 Submitted by: MAINTAINER Revision Changes Path 1.3 +2 -2 ports/misc/pybliographer/Makefile 1.2 +1 -1 ports/misc/pybliographer/distinfo 1.2 +6 -1 ports/misc/pybliographer/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 Jan 27 23:51:55 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9E17E37B400; Sat, 27 Jan 2001 23:51:34 -0800 (PST) Received: (from kevlo@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0S7pYF61887; Sat, 27 Jan 2001 23:51:34 -0800 (PST) (envelope-from kevlo) Message-Id: <200101280751.f0S7pYF61887@freefall.freebsd.org> From: Kevin Lo Date: Sat, 27 Jan 2001 23:51:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/pdnsd Makefile distinfo pkg-comment pkg-descr ports/net/pdnsd/files pdnsd.sh X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kevlo 2001/01/27 23:51:34 PST Modified files: net/pdnsd Makefile distinfo pkg-comment pkg-descr net/pdnsd/files pdnsd.sh Log: - Update to version 1.1.1 - Better ${PREFIX} handling PR: 24626 Submitted by: MAINTAINER Revision Changes Path 1.3 +4 -3 ports/net/pdnsd/Makefile 1.3 +1 -1 ports/net/pdnsd/distinfo 1.2 +1 -1 ports/net/pdnsd/pkg-comment 1.2 +3 -3 ports/net/pdnsd/pkg-descr 1.2 +3 -3 ports/net/pdnsd/files/pdnsd.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message